Get Information on Python Packages From PyPI
Project description
pypi-search
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 quickly allows you to know what a package is all about without having to open up the PyPI website.
installation
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 .
usage
get information on a package called foo
:
pypisearch foo
get information on a package called foo
along with its long description:
pypisearch -d foo
help menu
usage: pypisearch [-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
todo
- In order to make this easier to use I will be making a package out of this
so it can easily be installed via
pip
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypi-search-1.2.0.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for pypi_search-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4b9c39ad82bed11ffe5c188a27bf5da9b81e1bee7685237d22189824084d367 |
|
MD5 | c927c60209c4be3e50d19aba059be28f |
|
BLAKE2b-256 | 29eba88fa5d7503dd64933e279fa9faf751fc0fc2a5bc856313aa8d5c3b60111 |