Metadata-Version: 2.4
Name: smithy-aws-core
Version: 0.6.0
Summary: Core Smithy components for AWS services and protocols.
Project-URL: Changelog, https://github.com/smithy-lang/smithy-python/blob/develop/packages/smithy-aws-core/CHANGELOG.md
Project-URL: Code, https://github.com/smithy-lang/smithy-python/blob/develop/packages/smithy-aws-core/
Project-URL: Issue tracker, https://github.com/smithy-lang/smithy-python/issues
Author: Amazon Web Services
License: Apache License 2.0
License-File: NOTICE
Keywords: amazon,aws,sdk,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: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: aws-sdk-signers~=0.3.0
Requires-Dist: smithy-core~=0.5.0
Requires-Dist: smithy-http~=0.4.0
Provides-Extra: eventstream
Requires-Dist: smithy-aws-event-stream~=0.3.0; extra == 'eventstream'
Provides-Extra: json
Requires-Dist: smithy-json~=0.2.0; extra == 'json'
Provides-Extra: xml
Requires-Dist: smithy-xml~=0.1.0; extra == 'xml'
Description-Content-Type: text/markdown

# smithy-aws-core

This is the core package that provides AWS specific interfaces for both client and server
tooling generated by Smithy.
