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

Do not use when

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.