LICENSE
README.md
pyproject.toml
src/vcti/pathformat/__init__.py
src/vcti/pathformat/descriptor.py
src/vcti/pathformat/identifier.py
src/vcti/pathformat/py.typed
src/vcti/pathformat/registry.py
src/vcti/pathformat/evaluator/__init__.py
src/vcti/pathformat/evaluator/base.py
src/vcti/pathformat/evaluator/heuristic.py
src/vcti/pathformat/feature_validator/__init__.py
src/vcti/pathformat/feature_validator/base.py
src/vcti/pathformat/feature_validator/extension.py
src/vcti/pathformat/feature_validator/magic_bytes.py
src/vcti/pathformat/feature_validator/registry.py
src/vcti_path_format.egg-info/PKG-INFO
src/vcti_path_format.egg-info/SOURCES.txt
src/vcti_path_format.egg-info/dependency_links.txt
src/vcti_path_format.egg-info/requires.txt
src/vcti_path_format.egg-info/top_level.txt
src/vcti_path_format.egg-info/zip-safe
tests/test_descriptor.py
tests/test_evaluator_base.py
tests/test_extension_validator.py
tests/test_feature_validator_base.py
tests/test_heuristic_evaluator.py
tests/test_identifier.py
tests/test_integration.py
tests/test_magic_bytes_validator.py
tests/test_registry.py
tests/test_validator_registry.py
tests/test_version.py