Metadata-Version: 2.4
Name: provenova-core
Version: 0.1.0
Summary: Provenova core: provenance data model, canonical hashing, and open schemas.
Author-email: Provenova <hi@ben.gy>
License: Apache-2.0
Project-URL: Homepage, https://provenova.net
Project-URL: Documentation, https://provenova.net/docs/open-schemas
Project-URL: Source, https://github.com/ben-gy/quantumledger
Keywords: quantum,provenance,merkle,reproducibility,calibration
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy<2.1,>=2.0
Requires-Dist: pydantic<3,>=2.5
Requires-Dist: python-ulid>=2.2
Requires-Dist: jsonschema>=4.20
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.1; extra == "postgres"
Dynamic: license-file

# provenova-core

Shared core for Provenova: the SQLAlchemy provenance data model, canonical
JSON hashing + Merkle run-hashing, the immutability/tamper-evidence layer, and
the open `qlprov/*` provenance JSON schemas.

One schema runs on both SQLite (offline / self-host-small) and PostgreSQL (hosted).

Apache-2.0.
