AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
boost/bindings.cpp
boost/bindings_stl.hpp
boost/density.hpp
boost/lcs_distance.cpp
boost/lcs_distance.hpp
boost/pattern_automaton.cpp
boost/pattern_automaton.hpp
boost/pattern_clustering.cpp
boost/pattern_clustering.hpp
boost/pattern_distance.cpp
boost/pattern_distance.hpp
boost/stl_util.hpp
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/reference/index.rst
src/pattern_clustering/__init__.py
src/pattern_clustering/boost.py
src/pattern_clustering/cli.py
src/pattern_clustering/html.py
src/pattern_clustering/language_density.py
src/pattern_clustering/multi_grep.py
src/pattern_clustering/pattern_automaton.py
src/pattern_clustering/pattern_clustering.py
src/pattern_clustering/regexp.py
src/pattern_clustering.egg-info/PKG-INFO
src/pattern_clustering.egg-info/SOURCES.txt
src/pattern_clustering.egg-info/dependency_links.txt
src/pattern_clustering.egg-info/entry_points.txt
src/pattern_clustering.egg-info/not-zip-safe
src/pattern_clustering.egg-info/top_level.txt
tests/__init__.py
tests/test_multigrep.py
tests/test_pattern_automaton.py
tests/test_regexp.py