MANIFEST.in
README.md
setup.py
test.txt
version.txt
pystringmatcher/__init__.py
pystringmatcher/__main__.py
pystringmatcher.egg-info/PKG-INFO
pystringmatcher.egg-info/SOURCES.txt
pystringmatcher.egg-info/dependency_links.txt
pystringmatcher.egg-info/entry_points.txt
pystringmatcher.egg-info/requires.txt
pystringmatcher.egg-info/top_level.txt
pystringmatcher/Algorithms/Algoritm.py
pystringmatcher/Algorithms/BoyerMoore.py
pystringmatcher/Algorithms/RabinKarp.py
pystringmatcher/Algorithms/__init__.py
pystringmatcher/Objects/Aggregator.py
pystringmatcher/Objects/Matcher.py
pystringmatcher/Objects/__init__.py
pystringmatcher/Types/Line.py
pystringmatcher/Types/Match.py
pystringmatcher/Types/TextChunk.py
pystringmatcher/Types/TextFile.py
pystringmatcher/Types/__init__.py
pystringmatcher/tests/__init__.py
pystringmatcher/tests/conftest.py
pystringmatcher/tests/test_algorithms.py
pystringmatcher/tests/test_line.py
pystringmatcher/tests/test_match.py
pystringmatcher/tests/test_textchunk.py
pystringmatcher/tests/test_textfile.py