.bumpversion.cfg
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/supported_languages.rst
docs/usage.rst
docs/reference/index.rst
docs/reference/pytextunited.rst
src/python_textunited.egg-info/PKG-INFO
src/python_textunited.egg-info/SOURCES.txt
src/python_textunited.egg-info/dependency_links.txt
src/python_textunited.egg-info/not-zip-safe
src/python_textunited.egg-info/requires.txt
src/python_textunited.egg-info/top_level.txt
src/textunited/__init__.py
src/textunited/account.py
src/textunited/client.py
src/textunited/exceptions.py
src/textunited/file.py
src/textunited/language.py
src/textunited/project.py
tests/conftest.py
tests/test_account.py
tests/test_client.py
tests/test_file.py
tests/test_language.py
tests/test_project.py
tests/test_textunited.py