Metadata-Version: 2.4
Name: aws_sdk_transcribe_streaming
Version: 0.6.0
Summary: aws_sdk_transcribe_streaming client
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: aws_sdk_transcribe_streaming,smithy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: smithy-aws-core[eventstream,json]~=0.6.0
Requires-Dist: smithy-core~=0.5.0
Requires-Dist: smithy-http[awscrt]~=0.4.0
Description-Content-Type: text/markdown

## Amazon Transcribe Streaming Service Client

The `aws_sdk_transcribe_streaming` client is still under active developement.
Changes may result in breaking changes prior to the release of version
1.0.0.

### Documentation

Documentation is available in the `/docs` directory of this package.
Pages can be built into portable HTML files for the time being. You can
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-transcribe-streaming/docs/README.md).

For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

### Examples

The `examples` directory contains the following scripts to help you get started.
You can run each one by calling `uv run <file_name>`. This will set up an
environment for you with a supported Python version and required dependencies.
- `simple_mic.py` - Stream audio from your microphone in real-time and receive transcription results as you speak.
- `simple_file.py` - Transcribe a pre-recorded audio file with simulated real-time streaming and rate limiting.
