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/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/language_detection.py
pygarble/strategies/pattern_matching.py
pygarble/strategies/statistical_analysis.py
pygarble/strategies/word_length.py
tests/__init__.py
tests/test_core.py
tests/test_detector.py
tests/test_edge_cases.py
tests/test_language_detection.py
tests/test_strategies.py