CHANGELOG.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
spylls/__init__.py
spylls.egg-info/PKG-INFO
spylls.egg-info/SOURCES.txt
spylls.egg-info/dependency_links.txt
spylls.egg-info/top_level.txt
spylls/hunspell/__init__.py
spylls/hunspell/dictionary.py
spylls/hunspell/algo/__init__.py
spylls/hunspell/algo/capitalization.py
spylls/hunspell/algo/lookup.py
spylls/hunspell/algo/ngram_suggest.py
spylls/hunspell/algo/permutations.py
spylls/hunspell/algo/phonet_suggest.py
spylls/hunspell/algo/string_metrics.py
spylls/hunspell/algo/suggest.py
spylls/hunspell/algo/trie.py
spylls/hunspell/data/__init__.py
spylls/hunspell/data/aff.py
spylls/hunspell/data/dic.py
spylls/hunspell/data/en/en_US.aff
spylls/hunspell/data/en/en_US.dic
spylls/hunspell/readers/__init__.py
spylls/hunspell/readers/aff.py
spylls/hunspell/readers/dic.py
spylls/hunspell/readers/file_reader.py
tests/__init__.py
tests/test_spyll.py