LICENSE
README.md
pyproject.toml
setup.cfg
src/wortsalat/__init__.py
src/wortsalat/analyze_wortsalat.py
src/wortsalat/count.py
src/wortsalat/identify_tags.py
src/wortsalat/identify_words.py
src/wortsalat/lix.py
src/wortsalat/preprocess.py
src/wortsalat/wrapper.py
src/wortsalat.egg-info/PKG-INFO
src/wortsalat.egg-info/SOURCES.txt
src/wortsalat.egg-info/dependency_links.txt
src/wortsalat.egg-info/requires.txt
src/wortsalat.egg-info/top_level.txt
src/wortsalat.egg-info/zip-safe
tests/test_analyze_wortsalat.py
tests/test_count.py
tests/test_identify_tags.py
tests/test_identify_words.py
tests/test_lix.py
tests/test_preprocess.py
tests/test_wrapper.py