florecon 0.1.0

Incremental financial reconciliation by min-cost flow: a conserving combinator algebra over a network-simplex core. Nothing created, nothing lost.
Documentation
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

[project]
name = "florecon"
version = "0.1.0"
description = "Incremental financial reconciliation by min-cost flow — a generic wasmtime host that drives self-describing domain plugins. Nothing created, nothing lost."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
keywords = ["reconciliation", "finance", "matching", "wasm", "min-cost-flow"]
dependencies = ["wasmtime>=20", "pyarrow>=14"]

[project.urls]
Repository = "https://github.com/florecon/florecon"

[tool.setuptools.packages.find]
where = ["src"]