Back to catalog
Cortexa research tool·physics astro·pypi_package_inspector_tools
PyPIPackageInspector
Extracts comprehensive package information from PyPI and GitHub for quality evaluation. Provides detailed metrics on popularity (downloads, stars, forks), maintenance (release frequency, recent activity), documentation quality, Python version compatibility, and security indicators. Returns an overall quality score (0-100) with breakdown by category.
Livelast probed 2026-05-01 01:00Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"include_downloads": {
"default": true,
"description": "Whether to fetch download statistics from pypistats.org (downloads per day/week/month)",
"type": "boolean"
},
"include_github": {
"default": true,
"description": "Whether to fetch GitHub repository statistics (stars, forks, issues, last push). Requires package to have GitHub URL in metadata.",
"type": "boolean"
},
"package_name": {
"description": "Name of the Python package to inspect on PyPI (e.g., 'requests', 'numpy', 'pandas')",
"type": "string"
}
},
"required": [
"package_name"
],
"type": "object"
}Examples (1)
Default PyPIPackageInspector call
public-safeinput
{
"include_downloads": false,
"include_github": false,
"package_name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PyPIPackageInspector
- Tool name
- PyPIPackageInspector
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse