Metadata-Version: 2.4
Name: awsibox
Version: 1.0.2
Summary: AWS Infrastructure in a Box
Author-email: Mello <mello+python@ankot.org>
License: OSI Approved :: Open Software License 3.0 (OSL-3.0)
Project-URL: Homepage, https://github.com/mello7tre/AwsIBox
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: troposphere
Requires-Dist: PyYAML
Requires-Dist: python_minifier
Requires-Dist: tqdm
Dynamic: license-file

# AwsIBox
AwsIBox = **AWS** **I**nfrastructure in a **Box**

### Guidelines:
- Infrastructure as code.
- Same cloudformation template for all environments and regions (Ex. development and production).
- Scalable as needed.

#### Note:
To easily manage the Cloudformation stacks use:
[AwsIBoxStackOps](https://github.com/mello7tre/AwsIBoxStackOps)

## Installation
`pip install awsibox`

## License

This software is distributed under the terms of the MIT [license](LICENSE).
