← Back to catalog
pypi.package_info
mock data$0.001 / callPyPI Package Info
Get metadata for any Python package from PyPI: version, summary, license, author, dependencies, classifiers, Python version requirements. 550K+ packages. Supports specific version lookup. Complements npm (UC-344) for polyglot dependency intelligence.
Input schema
packagerequired
stringPython package name (e.g. requests, flask, numpy, anthropic)
version
stringSpecific version (e.g. 2.31.0). Defaults to latest release.
Call via REST
curl -X POST https://unifyapi.pro/api/call/pypi.package_info \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"package":"<package>","version":"<version>"}'