pypi-search allows you to quickly query packages on PyPI. It fetches the following information:
- Version Information
- Project Links
- Github Stats if any
- Meta Information (author, maintainer)
- Description
It allows you to know what a package is all about without having to open up the PyPI website.
To get the latest stable release from PyPI:
pip install pypi-search
To get the latest dev release, go into the root of this project and run:
pip install .
pypi-search foo
pypi-search -d foo
usage: pypi-search [-h] [-d] search
Search for PyPi packages
positional arguments:
search Package to show information on
optional arguments:
-h, --help show this help message and exit
-d, --description Show package description
- Create python package.