LICENSE
README.md
setup.py
dev/__init__.py
textdescriptives/__init__.py
textdescriptives/about.py
textdescriptives/dataframe_extract.py
textdescriptives/load_components.py
textdescriptives.egg-info/PKG-INFO
textdescriptives.egg-info/SOURCES.txt
textdescriptives.egg-info/dependency_links.txt
textdescriptives.egg-info/requires.txt
textdescriptives.egg-info/top_level.txt
textdescriptives/components/__init__.py
textdescriptives/components/dependency_distance.py
textdescriptives/components/descriptive_stats.py
textdescriptives/components/readability.py
textdescriptives/components/utils.py
textdescriptives/tests/__init__.py
textdescriptives/tests/books.py
textdescriptives/tests/test_dataframe_extractor.py
textdescriptives/tests/test_dependency_distance.py
textdescriptives/tests/test_descriptive_stats.py
textdescriptives/tests/test_load_components.py
textdescriptives/tests/test_readability.py