Metadata-Version: 2.4
Name: govengine
Version: 1.0.0rc2
Summary: In-process Python governance kernel for deterministic policy, approval, scope, and capability decisions.
Author: Krzysztof Probola
License-Expression: MIT
Project-URL: Homepage, https://github.com/rozmiarD/GovEngine
Project-URL: Repository, https://github.com/rozmiarD/GovEngine
Project-URL: Issues, https://github.com/rozmiarD/GovEngine/issues
Project-URL: Changelog, https://github.com/rozmiarD/GovEngine/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/rozmiarD/GovEngine#readme
Keywords: security,governance,execution-contracts,dry-run,policy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sclite-core==2.0.1
Provides-Extra: dev
Requires-Dist: hypothesis==6.156.6; extra == "dev"
Requires-Dist: jsonschema==4.26.0; extra == "dev"
Requires-Dist: mypy==1.20.2; extra == "dev"
Requires-Dist: pytest==8.4.2; extra == "dev"
Requires-Dist: pytest-cov==6.3.0; extra == "dev"
Requires-Dist: ruff==0.15.20; extra == "dev"
Requires-Dist: types-jsonschema==4.26.0.20260518; extra == "dev"
Dynamic: license-file

# GovEngine

GovEngine is an in-process Python governance kernel for deterministic policy,
approval, scope, and capability decisions.

It supplies governance and admission decisions. SCLite owns canonical evidence
truth, while host runtimes own execution.
