← All Stars
public Star · 0.1.0
orrery/pypi-release
Bounded current release metadata for named allowlisted PyPI packages.
Use this when
- You need the current PyPI release metadata for an allowlisted package
- You are gathering release evidence before reasoning
Not for
- Packages outside the allowlist
- Uploading packages
- Dependency resolution
Inputs / Outputs
Inputs
| Name | Type | Notes |
|---|---|---|
package required |
string | — |
Outputs
| Name | Type | Notes |
|---|---|---|
release |
object | — |
envelope |
signed-envelope | — |
Example
{
"method": "tools/call",
"params": {
"name": "get",
"arguments": {
"package": "httpx"
}
}
}Tools
get
Get current release metadata for a named allowlisted PyPI package · schema
{
"type": "object",
"properties": {
"package": {
"type": "string",
"enum": [
"httpx",
"pydantic"
],
"default": "httpx"
}
},
"required": [
"package"
]
}In constellations
No constellation references this Star yet.