LICENSE
README.md
pyproject.toml
omnimatch/__init__.py
omnimatch/_typed.py
omnimatch/_version.py
omnimatch/functions.py
omnimatch/utils.py
omnimatch.egg-info/PKG-INFO
omnimatch.egg-info/SOURCES.txt
omnimatch.egg-info/dependency_links.txt
omnimatch.egg-info/requires.txt
omnimatch.egg-info/top_level.txt
omnimatch/expressions/__init__.py
omnimatch/expressions/constraints.py
omnimatch/expressions/expressions.py
omnimatch/expressions/functions.py
omnimatch/expressions/substitution.py
omnimatch/matching/__init__.py
omnimatch/matching/_common.py
omnimatch/matching/bipartite.py
omnimatch/matching/code_generation.py
omnimatch/matching/hopcroft_karp.py
omnimatch/matching/json_serialization.py
omnimatch/matching/many_to_one.py
omnimatch/matching/one_to_one.py
tests/test_bipartite.py
tests/test_code_generation.py
tests/test_constraints.py
tests/test_expressions.py
tests/test_freeof.py
tests/test_functions.py
tests/test_hopcroft_karp.py
tests/test_matching.py
tests/test_matching_common.py
tests/test_matching_many_to_one.py
tests/test_matching_native.py
tests/test_substitutions.py
tests/test_utils.py
tests/test_wildcard_operation_head.py