LICENSE
README.md
pyproject.toml
src/salute_speech/__init__.py
src/salute_speech/exceptions.py
src/salute_speech/speech_recognition.py
src/salute_speech.egg-info/PKG-INFO
src/salute_speech.egg-info/SOURCES.txt
src/salute_speech.egg-info/dependency_links.txt
src/salute_speech.egg-info/entry_points.txt
src/salute_speech.egg-info/not-zip-safe
src/salute_speech.egg-info/requires.txt
src/salute_speech.egg-info/top_level.txt
src/salute_speech/commands/__init__.py
src/salute_speech/commands/cmd_download_result.py
src/salute_speech/commands/cmd_get_task_status.py
src/salute_speech/commands/cmd_recognize_audio.py
src/salute_speech/commands/cmd_transcribe_audio.py
src/salute_speech/commands/cmd_upload_audio.py
src/salute_speech/conf/russian.pem
src/salute_speech/utils/__init__.py
src/salute_speech/utils/audio.py
src/salute_speech/utils/const.py
src/salute_speech/utils/logging.py
src/salute_speech/utils/package.py
src/salute_speech/utils/result_writer.py
src/salute_speech/utils/russian_certs.py
src/salute_speech/utils/token.py
tests/test_audio_validator.py
tests/test_audio_validator_integration.py
tests/test_cli_transcribe_audio.py
tests/test_file_upload.py
tests/test_recognize_audio.py
tests/test_token_integration.py
tests/test_token_manager.py
tests/test_token_parsing_error.py
tests/test_token_retireval.py