LICENSE
README.md
pyproject.toml
src/slithyt/__init__.py
src/slithyt/build.py
src/slithyt/cli.py
src/slithyt/generator.py
src/slithyt/pronounce.py
src/slithyt/rhyme.py
src/slithyt/sentiment.py
src/slithyt/utils.py
src/slithyt/validator.py
src/slithyt.egg-info/PKG-INFO
src/slithyt.egg-info/SOURCES.txt
src/slithyt.egg-info/dependency_links.txt
src/slithyt.egg-info/entry_points.txt
src/slithyt.egg-info/requires.txt
src/slithyt.egg-info/top_level.txt
src/slithyt/data/__init__.py
tests/test_generator.py
tests/test_pronounce.py
tests/test_rhyme.py
tests/test_sentiment.py
tests/test_validator.py