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.1.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for pypi_search-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 233e29786552ecd97ff56858bee1b2a1f28e5ba91cd783fa1761c52e2f0396ac |
|
MD5 | 0ce7c77da08dc0e83bad3e567caf01cc |
|
BLAKE2b-256 | 2d3b2c76e16517cc201bb64c04c7515d6d531d92ad052b3f6db60dbff50a176b |