dev_pypi
Audit PyPI packages for version freshness, yank status, and popularity using official API data, ideal for supply-chain security and dependency hygiene checks.
Instructions
[costs $0.003 USDC per call] Check a PyPI package's version freshness, yank status, and popularity. PyPI package health API: dependency-hygiene facts from the official PyPI JSON API — latest version, upload time, total releases, yank status, declared dependency count, requires-python constraint, license, summary, and weekly downloads (pypistats). Names are PEP 503-normalized (dots/underscores/hyphens equivalent). Use for auditing requirements.txt and pyproject.toml, supply-chain security checks, and version freshness agents. Cached up to 1 hour per package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | PyPI package name (PEP 503 normalized, e.g. 'requests', 'scikit-learn'). |