Metadata-Version: 2.4
Name: valise
Version: 0.1.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Text Processing :: Indexing
Requires-Dist: numpy>=1.21
Requires-Dist: mkdocs>=1.6 ; extra == 'docs'
Requires-Dist: mkdocs-material>=9.5 ; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.27 ; extra == 'docs'
Requires-Dist: mike>=2.1 ; extra == 'docs'
Requires-Dist: pytest>=8 ; extra == 'test'
Requires-Dist: pytest-doctestplus>=1.2 ; extra == 'test'
Requires-Dist: numpy>=2 ; extra == 'test'
Requires-Dist: mypy>=1.10 ; extra == 'test'
Provides-Extra: docs
Provides-Extra: test
Summary: Python bindings for the Valise single-file AI/retrieval archive format.
Author: Valise contributors
License: MPL-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://white07S.github.io/valise
Project-URL: Source, https://github.com/white07S/valise

# valise

Python bindings for the **Valise** single-file, append-only,
crash-safe AI/retrieval archive format. A fully typed, strict-enum Python
facade over the Rust `valise` engine.

See the [documentation](https://white07S.github.io/valise) for the quickstart,
concepts, and API reference.

