Metadata-Version: 2.4
Name: pyjev
Version: 0.1.1
Summary: Reusable, inspectable Jev decision contracts for Python applications and automation.
Author: holgern
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/ledgerwerk/pyjev
Project-URL: Repository, https://github.com/ledgerwerk/pyjev
Project-URL: Issues, https://github.com/ledgerwerk/pyjev/issues
Project-URL: TypeSafe Jev Documentation, https://docs.typesafe.ai/
Keywords: jev,typesafe,ai,decision,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: typesafe-sdk<1,>=0.7.0
Requires-Dist: typer<1,>=0.16
Requires-Dist: keyring<26,>=25
Requires-Dist: tomli>=2; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: pytest<10,>=9; extra == "dev"
Requires-Dist: ruff<1,>=0.16; extra == "dev"
Requires-Dist: build<2,>=1; extra == "dev"
Requires-Dist: twine<7,>=6; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx<9,>=7; extra == "docs"
Requires-Dist: myst-parser<5,>=2; extra == "docs"
Requires-Dist: sphinx-rtd-theme<4,>=2; extra == "docs"
Dynamic: license-file
