LICENSE
README.md
pyproject.toml
setup.py
auretrix/__init__.py
auretrix/exceptions.py
auretrix/languages.py
auretrix/speech.py
auretrix/transcribe.py
auretrix/utils.py
auretrix.egg-info/PKG-INFO
auretrix.egg-info/SOURCES.txt
auretrix.egg-info/dependency_links.txt
auretrix.egg-info/entry_points.txt
auretrix.egg-info/requires.txt
auretrix.egg-info/top_level.txt
auretrix/providers/__init__.py
auretrix/providers/assemblyai.py
auretrix/providers/azure.py
auretrix/providers/base.py
auretrix/providers/google.py
auretrix/providers/whisper.py
tests/test_languages.py
tests/test_speech.py
tests/test_transcribe.py