Metadata-Version: 2.4
Name: pypi_info
Version: 0.61.5
Summary: Search and get description of package on pypi.org
Home-page: https://github.com/cumulus13/pipinfo
Author: Hadi Cahyadi
Author-email: cumulus13@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: rich_argparse
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pypi-info

🐍 PyPI Package Information Tool - Get detailed info about Python packages


[![Example Usage](https://github.com/cumulus13/pipinfo/raw/refs/heads/master/example_usage.gif)](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

[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cumulus13)

[![Donate via Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/cumulus13)

[Support me on Patreon](https://www.patreon.com/cumulus13)
