LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
pygarble/__init__.py
pygarble/core.py
pygarble.egg-info/PKG-INFO
pygarble.egg-info/SOURCES.txt
pygarble.egg-info/dependency_links.txt
pygarble.egg-info/requires.txt
pygarble.egg-info/top_level.txt
pygarble/data/__init__.py
pygarble/data/bigrams.py
pygarble/data/trigrams.py
pygarble/data/words.py
pygarble/strategies/__init__.py
pygarble/strategies/base.py
pygarble/strategies/character_frequency.py
pygarble/strategies/english_word_validation.py
pygarble/strategies/entropy_based.py
pygarble/strategies/hex_string.py
pygarble/strategies/keyboard_pattern.py
pygarble/strategies/markov_chain.py
pygarble/strategies/ngram_frequency.py
pygarble/strategies/pattern_matching.py
pygarble/strategies/repetition.py
pygarble/strategies/statistical_analysis.py
pygarble/strategies/symbol_ratio.py
pygarble/strategies/vowel_ratio.py
pygarble/strategies/word_length.py
pygarble/strategies/word_lookup.py
tests/__init__.py
tests/test_core.py
tests/test_detector.py
tests/test_edge_cases.py
tests/test_new_features.py
tests/test_new_strategies.py
tests/test_strategies.py