README.md
pyproject.toml
uv.lock
docs/cli-implementation.md
docs/examples-plan.md
docs/plan.md
examples/README.md
examples/basic_registration.py
examples/cli_json_output.py
examples/cli_pretty_output.py
examples/deprecated_functions.py
examples/filtering_functions.py
examples/multiple_modules.py
src/wt_registry/__init__.py
src/wt_registry/_version.py
src/wt_registry/cli.py
src/wt_registry/decorator.py
src/wt_registry/exceptions.py
src/wt_registry/jsonschema.py
src/wt_registry/models.py
src/wt_registry/py.typed
src/wt_registry/registry.py
src/wt_registry/validation.py
src/wt_registry.egg-info/PKG-INFO
src/wt_registry.egg-info/SOURCES.txt
src/wt_registry.egg-info/dependency_links.txt
src/wt_registry.egg-info/entry_points.txt
src/wt_registry.egg-info/requires.txt
src/wt_registry.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_decorator.py
tests/test_exceptions.py
tests/test_jsonschema.py
tests/test_models.py
tests/test_registry.py
tests/test_validation.py