LICENSE
README.md
pyproject.toml
src/vcti/predicate/__init__.py
src/vcti/predicate/evaluator.py
src/vcti/predicate/group.py
src/vcti/predicate/operator.py
src/vcti/predicate/py.typed
src/vcti/predicate/registry.py
src/vcti/predicate/symbol.py
src/vcti/predicate/operators/__init__.py
src/vcti/predicate/operators/collection.py
src/vcti/predicate/operators/comparison.py
src/vcti/predicate/operators/range.py
src/vcti/predicate/operators/regex.py
src/vcti/predicate/operators/string.py
src/vcti/predicate/operators/unary.py
src/vcti_predicate.egg-info/PKG-INFO
src/vcti_predicate.egg-info/SOURCES.txt
src/vcti_predicate.egg-info/dependency_links.txt
src/vcti_predicate.egg-info/requires.txt
src/vcti_predicate.egg-info/top_level.txt
src/vcti_predicate.egg-info/zip-safe
tests/test_evaluator.py
tests/test_group.py
tests/test_operator.py
tests/test_operators_collection.py
tests/test_operators_comparison.py
tests/test_operators_range.py
tests/test_operators_regex.py
tests/test_operators_string.py
tests/test_operators_unary.py
tests/test_registry.py
tests/test_symbol.py