AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
spikex/__init__.py
spikex/__main__.py
spikex/_about.py
spikex/abbreviations.py
spikex/errors.py
spikex/labelers.py
spikex/phrases.py
spikex/util.py
spikex.egg-info/PKG-INFO
spikex.egg-info/SOURCES.txt
spikex.egg-info/dependency_links.txt
spikex.egg-info/not-zip-safe
spikex.egg-info/requires.txt
spikex.egg-info/top_level.txt
spikex/cli/__init__.py
spikex/cli/profile.py
spikex/data/__init__.py
spikex/matcher/__init__.py
spikex/matcher/_schemas.py
spikex/matcher/matcher.py
tests/__init__.py
tests/conftest.py
tests/test_abbreviations.py
tests/test_labelers.py
tests/test_phrases.py
tests/test_util.py
tests/matcher/__init__.py
tests/matcher/test_matcher_api.py
tests/matcher/test_matcher_logic.py
tests/matcher/test_pattern_validation.py