Metadata-Version: 2.4
Name: paravon
Version: 0.0.1.dev2
Summary: Paravon is a leaderless, peer‑to‑peer distributed database blending strong per‑key consistency with deterministic global convergence.
Author-email: Souleymane BA <soulsmister@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/mistersouls/paravon
Project-URL: Repository, https://github.com/mistersouls/paravon
Keywords: distributed-systems,database,key-value,AP
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgpack==1.1.2
Requires-Dist: pydantic==2.12.5
Requires-Dist: pydantic-settings[yaml]==2.12.0
Requires-Dist: lmdb==1.7.5
Provides-Extra: dev
Requires-Dist: pytest==9.0.2; extra == "dev"
Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
Requires-Dist: pytest-cov==7.0.0; extra == "dev"
Requires-Dist: cryptography==46.0.3; extra == "dev"
Requires-Dist: flake8==7.3.0; extra == "dev"
Dynamic: license-file

# Paravon

Paravon is a leaderless, peer‑to‑peer distributed database that blends strong per‑key consistency with global,
deterministic convergence. Built for resilience, simplicity, and high performance across unreliable networks.
