open-context_get_python_info
Retrieve cached details about Python packages from PyPI, including version-specific information for any listed package.
Instructions
Fetch and cache information about Python packages from PyPI (Python Package Index)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version of the package (optional, defaults to latest) | |
| packageName | Yes | Name of the Python package (e.g., 'requests', 'django', 'numpy') |