LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
matchpy/__init__.py
matchpy/_version.py
matchpy/functions.py
matchpy/utils.py
matchpy.egg-info/PKG-INFO
matchpy.egg-info/SOURCES.txt
matchpy.egg-info/dependency_links.txt
matchpy.egg-info/requires.txt
matchpy.egg-info/top_level.txt
matchpy.egg-info/zip-safe
matchpy/expressions/__init__.py
matchpy/expressions/constraints.py
matchpy/expressions/expressions.py
matchpy/expressions/functions.py
matchpy/expressions/substitution.py
matchpy/matching/__init__.py
matchpy/matching/_common.py
matchpy/matching/bipartite.py
matchpy/matching/code_generation.py
matchpy/matching/hopcroft_karp.py
matchpy/matching/many_to_one.py
matchpy/matching/one_to_one.py
matchpy/matching/syntactic.py