Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 30, 2016 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuuichi-fujioka/b30c8ed306473c5d91361bcc510573fe to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/b30c8ed306473c5d91361bcc510573fe to your computer and use it in GitHub Desktop.
list up all pypi package versions
curl https://pypi.python.org/pypi/pip/json | jq '.releases | keys[]' -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment