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 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 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
- Create python package.
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-2.0.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for pypi_search-2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fc7f5fe6be85f13110472493c0b5ec3fc361642774d567c5c591469a1f91880 |
|
MD5 | de6f63b2363f80b7e195dbcff9a6619a |
|
BLAKE2b-256 | d261c4c1f661cbb53af82562947b66aad37ec2e5bed40cbd68972cbc374df01a |