Metadata-Version: 2.4
Name: pypistats-cli
Version: 0.1.0
Summary: CLI tool for PyPI package analytics from pypistats.com
Project-URL: Homepage, https://pypistats.com
Project-URL: Repository, https://github.com/pypistats/pypistats-cli
Author: PyPI Stats
License-Expression: MIT
Keywords: analytics,cli,pypi,statistics
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: click>=8.0
Requires-Dist: httpx>=0.24
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# pypistats-cli

CLI tool for PyPI package analytics from [pypistats.com](https://pypistats.com).

## Install

```bash
pip install pypistats-cli
```

## Usage

```bash
# Check a package
pypistats check requests
pypistats check fastapi --days 7

# Help
pypistats --help
```

## Optional: API Key

Set `PYPISTATS_API_KEY` for higher rate limits:

```bash
export PYPISTATS_API_KEY=your-key-here
```
