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.0.2.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for pypi_search-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa6dcd01c4d6d359637c377eedde4fabd8c68c4c239346e4831be2215f9f1933 |
|
MD5 | 60d65e356f1f57a885f19069d313d0a5 |
|
BLAKE2b-256 | 7665c68f9fd342863286c15586da702cb9e775a88c315c122b77f93767bf79ad |