pypi-lookup
ActiveTool of The Stall
Python package metadata from PyPI. Returns latest version, summary, author, license, Python version requirement, install dependencies, release date, and download URLs. Also supports fetching a specific version. Use before integrating a Python library: check if it's actively maintained, what license it uses, and whether it's compatible with your Python version. Free upstream: PyPI JSON API (no key, no rate limit for normal use).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"package": {
"type": "string",
"description": "PyPI package name (e.g. 'requests', 'numpy', 'anthropic', 'langchain'). Case-insensitive."
},
"version": {
"type": "string",
"description": "Specific version to look up (e.g. '2.31.0'). If omitted, returns the latest stable release."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries