Metadata-Version: 2.4
Name: chronolith-pro
Version: 3.2.2
Summary: Everything in Lite, plus proof a stranger can check: Ed25519-signed baselines, an append-only transparency chain, O(log n) Merkle inclusion proofs and Bitcoin anchoring. Its verify command reports what it did not prove.
Author: SteveBlackbeard
License-Expression: MIT
Project-URL: Homepage, https://github.com/SteveBlackbeard/CHRONOLITH-by-Ethernium
Project-URL: Bug Tracker, https://github.com/SteveBlackbeard/CHRONOLITH-by-Ethernium/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tiktoken>=0.5.0
Requires-Dist: cryptography>=42.0.0
Provides-Extra: vector
Requires-Dist: chromadb>=0.4.0; extra == "vector"
Requires-Dist: sentence-transformers; extra == "vector"
Provides-Extra: anchor
Requires-Dist: opentimestamps>=0.4.0; extra == "anchor"
Provides-Extra: all
Requires-Dist: chromadb>=0.4.0; extra == "all"
Requires-Dist: sentence-transformers; extra == "all"
Requires-Dist: networkx; extra == "all"
Requires-Dist: rdflib; extra == "all"
Requires-Dist: opentimestamps>=0.4.0; extra == "all"
Dynamic: license-file

# Chronolith Pro

![Version](https://img.shields.io/badge/version-3.0.3-blueviolet)

#### Languages
[![ES](https://img.shields.io/badge/ES-white)](OTHER_LANGUAGES/README_es.md) [![JA](https://img.shields.io/badge/JA-white)](OTHER_LANGUAGES/README_ja.md) [![RU](https://img.shields.io/badge/RU-white)](OTHER_LANGUAGES/README_ru.md) [![ZH](https://img.shields.io/badge/ZH-white)](OTHER_LANGUAGES/README_zh.md) [![FR](https://img.shields.io/badge/FR-white)](OTHER_LANGUAGES/README_fr.md) [![IT](https://img.shields.io/badge/IT-white)](OTHER_LANGUAGES/README_it.md) [![DE](https://img.shields.io/badge/DE-white)](OTHER_LANGUAGES/README_de.md) [![PT](https://img.shields.io/badge/PT-white)](OTHER_LANGUAGES/README_pt.md) [![KO](https://img.shields.io/badge/KO-white)](OTHER_LANGUAGES/README_ko.md) [![AR](https://img.shields.io/badge/AR-white)](OTHER_LANGUAGES/README_ar.md) [![EN](https://img.shields.io/badge/EN-white)](README.md)

Chronolith Pro is part of the Ethernium Chronolith Python runtime.

## Install

```bash
pip install chronolith-pro
```

## Commands

```bash
chronolith-pro --help
```

## Role

Industrial chronolith with stronger checks, hooks, parity diagnostics, and token/context tooling.

## Governance Boundary

Chronolith is the Python runtime and governance kernel. Chronolith Conekta is an external visual control surface, and AgentOps is an extractable incubated tool.

## Quality Gate

Before release, run the root repository checks:

```bash
python scripts/health_guard.py --strict
python scripts/golden_baseline.py verify
pytest -q
python -m build
python -m twine check dist\*
```
