Metadata-Version: 2.4
Name: flowharness-core
Version: 0.1.0
Summary: Shared core for flowharness — domain primitives, Finding, Check/Gate ports
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: sqlalchemy>=2.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/flowharness-ai
Description-Content-Type: text/markdown

# flowharness-core

Shared core domain kernel for flowharness — provides canonical Finding objects, Check/Gate/UnitOfWork ports, canonical JSON serialization, HMAC signing/verification, and value objects (Severity, Verdict, BasisPoints) that every bounded context depends on.

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-core` directly.

> **Note:** this package currently installs a top-level module named `core`. 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
