Python Package Runtime Test
Test a specific Python package/version on a target runtime.
Get scoped empirical evidence that it installs and has a usable import on a supported Python/Linux environment.
Supported target: Linux x86_64 / CPython 3.13. The test runs a fresh pip install and optional import check, then returns a scoped receipt.
Example question
Does packaging==24.2 install and import on the supported target?
Result shape
The response reports the scoped install/import proposition and execution provenance; it is not a general compatibility or behavior guarantee.
Use when
- You need fresh evidence for one public PyPI requirement.
- You want an optional explicit Python import check.
Do not use when
- The target is not Linux x86_64 / CPython 3.13.
- You need a URL, VCS/local package, alternate index, feature behavior, or application integration test.
Python package and version: provide one public PyPI package version. The target runtime is Linux x86_64 / CPython 3.13; supported combinations are bounded, not universal.
Evidence: empirical execution records pip install and usable import results in a scoped receipt. It is not generic package advice, security verification, arbitrary Python execution, broad compatibility, feature testing, or application integration testing.
MCP endpoint: /mcp/python-package-runtime-test
Official Registry: io.github.ligafew/python-package-runtime-test
Compatibility endpoint: /mcp/python-package-verification.
APCS is the parent identity. This leaf is a bounded routing address. Evidence is observational, scoped, and produced by fresh target execution.