LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fast_censor/__init__.py
fast_censor/profanity_check_trie.py
fast_censor/wordlist_file_handler.py
fast_censor.egg-info/PKG-INFO
fast_censor.egg-info/SOURCES.txt
fast_censor.egg-info/dependency_links.txt
fast_censor.egg-info/top_level.txt
fast_censor/word_lists/clean_wordlist_decoded.txt
fast_censor/word_lists/clean_wordlist_encoded.txt
fast_censor/word_lists/profanity_wordlist_encoded.txt
fast_censor/word_lists/__pycache__/__init__.cpython-310.pyc
fast_censor/word_lists/__pycache__/__init__.cpython-39.pyc
fast_censor/word_lists/__pycache__/locate.cpython-310.pyc
fast_censor/word_lists/__pycache__/locate.cpython-39.pyc
tests/test_encryption.py
tests/test_filter.py