LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
examples/basic_usage.py
examples/blog_post_formatter.py
examples/text_analysis.py
examples/text_generation.py
examples/text_transformation.py
examples/url_generator.py
tests/__init__.py
tests/analyzers/__init__.py
tests/analyzers/test_character_analyzer.py
tests/analyzers/test_language_analyzer.py
tests/analyzers/test_readability_analyzer.py
tests/analyzers/test_sentence_analyzer.py
tests/analyzers/test_statistics_analyzer.py
tests/formatters/__init__.py
tests/formatters/test_basic_formatter.py
tests/formatters/test_case_formatter.py
tests/formatters/test_generation_formatter.py
tests/formatters/test_normalization_formatter.py
tests/formatters/test_transformation_formatter.py
textprettify/__init__.py
textprettify/core.py
textprettify.egg-info/PKG-INFO
textprettify.egg-info/SOURCES.txt
textprettify.egg-info/dependency_links.txt
textprettify.egg-info/requires.txt
textprettify.egg-info/top_level.txt
textprettify/analyzers/__init__.py
textprettify/analyzers/character_analyzer.py
textprettify/analyzers/language_analyzer.py
textprettify/analyzers/readability_analyzer.py
textprettify/analyzers/sentence_analyzer.py
textprettify/analyzers/statistics_analyzer.py
textprettify/formatters/__init__.py
textprettify/formatters/basic_formatter.py
textprettify/formatters/case_formatter.py
textprettify/formatters/generation_formatter.py
textprettify/formatters/normalization_formatter.py
textprettify/formatters/transformation_formatter.py