.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
yapp/__init__.py
yapp/_utils.py
yapp/client.py
yapp/exceptions.py
yapp/py.typed
yapp/types.py
yapp.egg-info/PKG-INFO
yapp.egg-info/SOURCES.txt
yapp.egg-info/dependency_links.txt
yapp.egg-info/not-zip-safe
yapp.egg-info/requires.txt
yapp.egg-info/top_level.txt
yapp/resources/__init__.py
yapp/resources/speech_to_text.py
yapp/resources/text_to_speech.py