https://github.com/cumulus13/pipinfo
search and get description of package on pypi.org
https://github.com/cumulus13/pipinfo
info pip pypi search
Last synced: 5 months ago
JSON representation
search and get description of package on pypi.org
- Host: GitHub
- URL: https://github.com/cumulus13/pipinfo
- Owner: cumulus13
- Created: 2024-09-23T09:56:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-27T03:29:15.000Z (10 months ago)
- Last Synced: 2025-08-27T10:12:43.963Z (10 months ago)
- Topics: info, pip, pypi, search
- Language: Python
- Homepage: https://github.com/cumulus13/pipinfo
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pypi-info
🐍 PyPI Package Information Tool - Get detailed info about Python packages
[](https://github.com/cumulus13/pipinfo/raw/refs/heads/master/example_usage.gif)
## usage
```bash:
Usage: pypi-info [-h] [-l] [-d] [-p PATH] [--version-download VERSION_DOWNLOAD] [--author] [--home] [--tags] [--urls] [-s] [-r]
[-v]
[package]
🐍 PyPI Package Information Tool - Get detailed info about Python packages
Positional Arguments:
package 📦 Package name or search query
Options:
-h, --help show this help message and exit
-l, --last 🔍 Show only the latest version information
-d, --download 📥 Download the package with progress bar
-p, --path PATH 📁 Directory path to save downloaded files (default: current directory)
--version-download VERSION_DOWNLOAD
🔢 Specific version to download (default: latest)
--author 👤 Show author information
--home 🏠 Show home page URL
--tags 🏷️ Show package classifiers/tags
--urls 🔗 Show all project URLs
-s, --search-only 🔍 Show search results only, don't fetch detailed info
-r, --requirements 📋 Show package requirements/dependencies
-v, --version Show version
```
## author
[Hadi Cahyadi](mailto:cumulus13@gmail.com)
## requirements
- rich
- rich_argparse
[](https://www.buymeacoffee.com/cumulus13)
[](https://ko-fi.com/cumulus13)
[Support me on Patreon](https://www.patreon.com/cumulus13)