LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
lexpy/__init__.py
lexpy/_constants.py
lexpy/_utils.py
lexpy/dawg.py
lexpy/exceptions.py
lexpy/trie.py
lexpy/utils.py
lexpy.egg-info/PKG-INFO
lexpy.egg-info/SOURCES.txt
lexpy.egg-info/dependency_links.txt
lexpy.egg-info/not-zip-safe
lexpy.egg-info/top_level.txt
lexpy/_base/__init__.py
lexpy/_base/automata.py
lexpy/_base/node.py
lexpy/tests/__init__.py
lexpy/tests/test_dawg.py
lexpy/tests/test_trie.py
lexpy/tests/test_word_count.py