Metadata-Version: 2.4
Name: aws-sdk-python
Version: 0.3.0
Summary: Meta-package containing all AWS service clients.
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: aws,aws_sdk,aws_sdk_python,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
Provides-Extra: all
Requires-Dist: aws-sdk-bedrock-runtime==0.3.0; extra == 'all'
Requires-Dist: aws-sdk-sagemaker-runtime-http2==0.3.0; extra == 'all'
Requires-Dist: aws-sdk-transcribe-streaming==0.3.0; extra == 'all'
Provides-Extra: bedrock-runtime
Requires-Dist: aws-sdk-bedrock-runtime==0.3.0; extra == 'bedrock-runtime'
Provides-Extra: sagemaker-runtime-http2
Requires-Dist: aws-sdk-sagemaker-runtime-http2==0.3.0; extra == 'sagemaker-runtime-http2'
Provides-Extra: transcribe-streaming
Requires-Dist: aws-sdk-transcribe-streaming==0.3.0; extra == 'transcribe-streaming'
Description-Content-Type: text/markdown

# AWS SDK for Python

This meta-package allows for installation of either all supported AWS
services similar to boto3 with `aws-sdk-python[all]` or a select subset
of services with `aws-sdk-python[bedrock-runtime,...]`.
