LICENSE
README.md
pyproject.toml
src/canonical_ks.egg-info/PKG-INFO
src/canonical_ks.egg-info/SOURCES.txt
src/canonical_ks.egg-info/dependency_links.txt
src/canonical_ks.egg-info/entry_points.txt
src/canonical_ks.egg-info/requires.txt
src/canonical_ks.egg-info/top_level.txt
src/cks/__init__.py
src/cks/core.py
src/cks/diagnostics.py
src/cks/engine.py
src/cks/evolution.py
src/cks/interface.py
src/cks/plugin.py
src/cks/result.py
src/cks/schema.py
src/cks/serialization.py
src/cks/validation.py
src/cks/validator.py
src/cks/adapters/cks_to_jsonld.py
src/cks/adapters/cks_to_rdf.py
src/cks/adapters/jsonld_to_cks.py
src/cks/adapters/rdf_to_cks.py
src/cks/cli/__init__.py
src/cks/cli/formatters.py
src/cks/cli/commands/__init__.py
src/cks/cli/commands/convert.py
src/cks/cli/commands/evolve.py
src/cks/cli/commands/export.py
src/cks/cli/commands/inspect.py
src/cks/cli/commands/parse.py
src/cks/cli/commands/plugin.py
src/cks/cli/commands/schema.py
src/cks/cli/commands/validate.py
src/cks/constraints/__init__.py
src/cks/constraints/base.py
src/cks/constraints/builtin.py
src/cks/constraints/registry.py
src/cks/constraints/semantic.py
src/cks/constraints/structural.py
tests/test_adapters.py
tests/test_cli.py
tests/test_core.py
tests/test_diagnostics.py
tests/test_engine.py
tests/test_evolution.py
tests/test_interface.py
tests/test_plugin.py
tests/test_result.py
tests/test_serialization.py
tests/test_validator.py