Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 30, 2016 05:30
Show Gist options
  • 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