LICENSE
README.md
pyproject.toml
src/vera_anchor/__init__.py
src/vera_anchor/auth.py
src/vera_anchor/client.py
src/vera_anchor/py.typed
src/vera_anchor.egg-info/PKG-INFO
src/vera_anchor.egg-info/SOURCES.txt
src/vera_anchor.egg-info/dependency_links.txt
src/vera_anchor.egg-info/requires.txt
src/vera_anchor.egg-info/top_level.txt
src/vera_anchor/datasets/__init__.py
src/vera_anchor/datasets/bundle.py
src/vera_anchor/datasets/errors.py
src/vera_anchor/datasets/file_hash.py
src/vera_anchor/datasets/limits.py
src/vera_anchor/datasets/merkle.py
src/vera_anchor/datasets/path_norm.py
src/vera_anchor/datasets/receipt.py
src/vera_anchor/datasets/remote.py
src/vera_anchor/datasets/scan.py
src/vera_anchor/datasets/types.py
src/vera_anchor/datasets/validators.py
src/vera_anchor/datasets/verifier.py
src/vera_anchor/datasets/workflow.py
src/vera_anchor/hashing/__init__.py
src/vera_anchor/hashing/base_64_url.py
src/vera_anchor/hashing/canonical_json.py
src/vera_anchor/hashing/contract.py
src/vera_anchor/hashing/domain.py
src/vera_anchor/hashing/hash.py
src/vera_anchor/hashing/hash_factory.py
src/vera_anchor/hashing/limits.py
src/vera_anchor/hashing/types.py
src/vera_anchor/hashing/validators.py
src/vera_anchor/ingest/__init__.py
src/vera_anchor/ingest/bundle.py
src/vera_anchor/ingest/errors.py
src/vera_anchor/ingest/execute.py
src/vera_anchor/ingest/file_hash.py
src/vera_anchor/ingest/json_norm.py
src/vera_anchor/ingest/limits.py
src/vera_anchor/ingest/merkle.py
src/vera_anchor/ingest/path_norm.py
src/vera_anchor/ingest/receipt.py
src/vera_anchor/ingest/remote.py
src/vera_anchor/ingest/scan.py
src/vera_anchor/ingest/text_norm.py
src/vera_anchor/ingest/types.py
src/vera_anchor/ingest/validators.py
src/vera_anchor/ingest/verifier.py