Metadata-Version: 2.4
Name: flowharness-portability
Version: 0.1.2
Summary: Portability context (ARTIFACT_PORTABILITY_SPEC §0) — the canonical artifact model + the flowharness/v1 lossless sidecar codec
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: flowharness-core==0.1.2
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/flowharness-ai
Description-Content-Type: text/markdown

# flowharness-portability

Portability context — the canonical artifact model and the `flowharness/v1` lossless sidecar codec. Provides the domain layer for importing and exporting evaluation artifacts across different AI harness systems, with per-harness reader/renderer adapters for the hub-and-spoke architecture.

This is an **internal library package** of the FlowHarness toolchain, published to PyPI as a transitive dependency of [`flowharness`](https://github.com/flowharness-ai) (the scan CLI) and [`flowharness-ci-runner`](https://github.com/flowharness-ai). Install those packages instead of depending on `flowharness-portability` directly.

> **Note:** this package currently installs a top-level module named `portability`. Prefer `uvx` (isolated environments) over `pip install` into a shared venv until the 0.2 module-namespace rename lands.

**License:** Apache-2.0  
**Homepage:** https://github.com/flowharness-ai
