Metadata-Version: 2.1
Name: aioaws
Version: 0.6
Summary: Data validation and settings management using python 3.6 type hinting
Home-page: https://github.com/samuelcolvin/aioaws
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Description: # aioaws
        
        [![CI](https://github.com/samuelcolvin/aioaws/workflows/CI/badge.svg?event=push)](https://github.com/samuelcolvin/aioaws/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI)
        [![Coverage](https://codecov.io/gh/samuelcolvin/aioaws/branch/master/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/aioaws)
        [![pypi](https://img.shields.io/pypi/v/aioaws.svg)](https://pypi.python.org/pypi/aioaws)
        [![versions](https://img.shields.io/pypi/pyversions/aioaws.svg)](https://github.com/samuelcolvin/aioaws)
        [![license](https://img.shields.io/github/license/samuelcolvin/aioaws.svg)](https://github.com/samuelcolvin/aioaws/blob/master/LICENSE)
        
        **(Just a sandbox for now, not production ready)**
        
        Asyncio compatible SDK for aws services.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Requires-Python: >=3.8
Description-Content-Type: text/markdown
