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