Metadata-Version: 2.4
Name: halo-format
Version: 0.3.0
Summary: Halo core: encode a value into a content-addressed navigable tree and read it back, verified.
Project-URL: Homepage, https://github.com/halo-format/halo
License: MIT
Requires-Python: >=3.10
Requires-Dist: rfc8785>=0.1.2
Description-Content-Type: text/markdown

# halo-format

Python port of the Halo core. Same interop contract as the TypeScript reference implementation:
identical input produces identical handles in both ports, guaranteed by the shared conformance
vectors. See the repo root `README.md` and `private/` for the design.
