Zach Adams Web Developer and Programmer

Python Package info from Command Line

June 11, 2014

If you ever come across the need to find out more about a python package before installing it, this package would be awesome for you!

PyPi

68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313639333233332f6769746875622f707970692d636c692e706e67

To install:

pip install pypi-cli

And to find info of a package:

pypi info packagename

And to find the download statistics of a package:

pypi stat packagename

Super useful!

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *