.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
DEVELOPER.md
LICENSE
NOTICE
README.md
SECURITY.md
civic-exchange-protocol.sln
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/ci-python.yml
.github/workflows/deploy-docs-python.yml
.github/workflows/release-python.yml
docs/versions.json
docs/en/api.md
docs/en/cli.md
docs/en/index.md
docs/en/quick-start.md
docs/en/concepts/category-theory-foundation.md
docs/en/concepts/interoperability.md
docs/en/concepts/related-domains.md
docs/en/governance/evolution-policy-and-versioning.md
docs/en/governance/objectives-and-vision.md
docs/en/governance/vocabulary-process.md
docs/en/implementation/implementation-guide.md
docs/en/implementation/validator.md
docs/en/reference/reference-projects.md
docs/en/reference/reference-standards.md
docs/images/pypi.png
docs/js/validator.js
localization/us/ca/ca.yaml
schemas/README.md
schemas/cep.entity.identifier-scheme.schema.json
schemas/cep.entity.schema.json
schemas/cep.exchange.schema.json
schemas/cep.relationship.schema.json
schemas/cep.vocabulary.schema.json
specifications/snfei-specification.md
specifications/spec.md
src/csharp/.csproj
src/csharp/CivicInterconnect.Cep.Core/.gitkeep
src/csharp/CivicInterconnect.Cep.Entity/.gitkeep
src/csharp/CivicInterconnect.Cep.Exchange/.gitkeep
src/csharp/CivicInterconnect.Cep.Relationship/.gitkeep
src/java/pom.xml
src/python/README.md
src/python/src/civic_exchange_protocol/__init__.py
src/python/src/civic_exchange_protocol/_version.py
src/python/src/civic_exchange_protocol/api.py
src/python/src/civic_exchange_protocol/py.typed
src/python/src/civic_exchange_protocol.egg-info/PKG-INFO
src/python/src/civic_exchange_protocol.egg-info/SOURCES.txt
src/python/src/civic_exchange_protocol.egg-info/dependency_links.txt
src/python/src/civic_exchange_protocol.egg-info/entry_points.txt
src/python/src/civic_exchange_protocol.egg-info/requires.txt
src/python/src/civic_exchange_protocol.egg-info/top_level.txt
src/python/src/civic_exchange_protocol/cli/__init__.py
src/python/src/civic_exchange_protocol/cli/cli.py
src/python/src/civic_exchange_protocol/core/__init__.py
src/python/src/civic_exchange_protocol/core/attestation.py
src/python/src/civic_exchange_protocol/core/canonical.py
src/python/src/civic_exchange_protocol/core/error.py
src/python/src/civic_exchange_protocol/core/hash.py
src/python/src/civic_exchange_protocol/core/timestamp.py
src/python/src/civic_exchange_protocol/entity/__init__.py
src/python/src/civic_exchange_protocol/entity/entity.py
src/python/src/civic_exchange_protocol/entity/identifiers.py
src/python/src/civic_exchange_protocol/exchange/__init__.py
src/python/src/civic_exchange_protocol/exchange/exchange.py
src/python/src/civic_exchange_protocol/exchange/provenance.py
src/python/src/civic_exchange_protocol/exchange/value.py
src/python/src/civic_exchange_protocol/relationship/__init__.py
src/python/src/civic_exchange_protocol/relationship/bilateral.py
src/python/src/civic_exchange_protocol/relationship/multilateral.py
src/python/src/civic_exchange_protocol/relationship/relationship.py
src/python/src/civic_exchange_protocol/snfei/__init__.py
src/python/src/civic_exchange_protocol/snfei/generator.py
src/python/src/civic_exchange_protocol/snfei/localization.py
src/python/src/civic_exchange_protocol/snfei/normalizer.py
src/python/tests/__init__.py
src/python/tests/test_core.py
src/python/tests/test_rust_parity.py
src/python/tests/test_snfei.py
src/rust/README.md
src/rust/cep-core/Cargo.toml
src/rust/cep-core/src/attestation.rs
src/rust/cep-core/src/canonical.rs
src/rust/cep-core/src/error.rs
src/rust/cep-core/src/hash.rs
src/rust/cep-core/src/lib.rs
src/rust/cep-core/src/timestamp.rs
src/rust/cep-entity/Cargo.toml
src/rust/cep-entity/src/entity.rs
src/rust/cep-entity/src/identifiers.rs
src/rust/cep-entity/src/lib.rs
src/rust/cep-exchange/Cargo.toml
src/rust/cep-exchange/src/exchange.rs
src/rust/cep-exchange/src/lib.rs
src/rust/cep-exchange/src/provenance.rs
src/rust/cep-exchange/src/value.rs
src/rust/cep-relationship/Cargo.toml
src/rust/cep-relationship/src/bilateral.rs
src/rust/cep-relationship/src/lib.rs
src/rust/cep-relationship/src/multilateral.rs
src/rust/cep-relationship/src/relationship.rs
test_vectors/manifest.json
test_vectors/entity/entity_school_district_01.json
test_vectors/exchange/exchange_title1_disbursement_01.json
test_vectors/relationship/relationship_title1_01.json
test_vectors/schemas/generation-vector-set.schema.json
test_vectors/schemas/localization-vector-set.schema.json
test_vectors/schemas/manifest.schema.json
test_vectors/schemas/normalization-vector-set.schema.json
test_vectors/snfei/v1.0/generation_full.json
test_vectors/snfei/v1.0/localization_ca.json
test_vectors/snfei/v1.0/localization_us.json
test_vectors/snfei/v1.0/normalization_basic.json
test_vectors/snfei/v1.0/normalization_edge_cases.json
tools/sync_schemas_for_docs.py
vocabularies/entity-type.v1.0.0.json
vocabularies/exchange-role.v1.0.0.json
vocabularies/exchange-type.v1.0.0.json
vocabularies/identifier-scheme.v1.0.0.json
vocabularies/party-role.v1.0.0.json
vocabularies/relationship-type.v1.0.0.json
vocabularies/resolution-method.v1.0.0.json
vocabularies/source-system.v1.0.0.json
vocabularies/value-type.v1.0.0.json