LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
examples/transcribe_audio.py
src/config.py
src/models/message_data.py
src/models/response.py
src/models/response_model.py
src/models/transcript_request_model.py
src/routes/main.py
src/routes/transcription.py
src/service/delete_audio_file_service.py
src/service/transcription_service.py
src/service/upload_file_service.py
src/validation/file_audio_validation.py
src/whisper_transcriber/__init__.py
src/whisper_transcriber/client.py
src/whisper_transcriber_free.egg-info/PKG-INFO
src/whisper_transcriber_free.egg-info/SOURCES.txt
src/whisper_transcriber_free.egg-info/dependency_links.txt
src/whisper_transcriber_free.egg-info/entry_points.txt
src/whisper_transcriber_free.egg-info/top_level.txt
tests/conftest.py
tests/test_client.py