Metadata-Version: 2.1
Name: stackzilla-provider-aws
Version: 0.2.1
Summary: An ORM for your application stack.
Home-page: https://github.com/Stackzilla/stackzilla-provider-aws
Author: Zimventures, LLC
Author-email: yourname@yourdomain.com
License: GNU Affero General Public License v3
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: stackzilla
Provides-Extra: dev
Requires-Dist: invoke (==1.7.1) ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage (==6.5.0) ; extra == 'test'
Requires-Dist: invoke (==1.7.1) ; extra == 'test'
Requires-Dist: isort (==5.10.1) ; extra == 'test'
Requires-Dist: mypy (==0.971) ; extra == 'test'
Requires-Dist: mypy-extensions (==0.4.3) ; extra == 'test'
Requires-Dist: pydocstyle (==6.1.1) ; extra == 'test'
Requires-Dist: pyflakes (==2.5.0) ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# AWS Provider for Stackzilla

<p align="center">
    <img src="https://github.com/Stackzilla/stackzilla/blob/main/docs/assets/images/zilla_and_blocks.png?raw=true"  alt="stackzilla" width="500"/>
</p>

[![Python 3.7 | 3.8 | 3.9 | 3.10](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)](https://pypi.org/project/stackzilla/)
[![pyPI](https://img.shields.io/pypi/v/stackzilla-provider-aws)](https://pypi.org/project/stackzilla-provider-aws/)


TOOD: Insert provider project description here.

# Installation
Install and update using [pip](https://pip.pypa.io/en/stable/getting-started/).

```bash
pip install -U stackzilla-provider-aws
```

View the stackzilla-provider-aws PyPI package [here](https://pypi.org/project/stackzilla-provider-aws/).


## A simple blueprint
TODO

# Contributing
To get started with contributing to the stackzilla-provider-aws project, visit the developer documentation. Thank you for your interest!

# License
stackzilla-provider-aws is licensed under the GNU Affero General Public License v3.0 license See [LICENSE](https://github.com/Stackzilla/stackzilla/blob/main/LICENSE) for more information.
