Metadata-Version: 2.1
Name: smokestack
Version: 1.0.0a14
Summary: CloudFormation stacks, beautifully
Home-page: https://github.com/cariad/smokestack
Author: Cariad Eccleston
Author-email: cariad@cariad.earth
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ansiscape (~=1.0)
Requires-Dist: boto3 (~=1.20)
Requires-Dist: cfp (~=1.1)
Requires-Dist: cline (~=1.2)
Requires-Dist: pyyaml (~=6.0)
Requires-Dist: stackdiff (~=1.1)
Requires-Dist: stackwhy (~=1.0.1)

# Smokestack

[![CircleCI](https://circleci.com/gh/cariad/smokestack/tree/main.svg?style=shield)](https://circleci.com/gh/cariad/smokestack/tree/main) [![codecov](https://codecov.io/gh/cariad/smokestack/branch/main/graph/badge.svg?token=aQ0oCAUuQ0)](https://codecov.io/gh/cariad/smokestack)

**Smokestack** is a Python framework for deploying Amazon Web Services CloudFormation stacks.

- Supports CloudFormation template files.
- Supports any template generator that can emit template bodies as strings.
- Renders beautiful execution previews.
- Deploys stacks in parallel, with dependencies described per-stack.
- Makes your infrastructure-as-code deployable via the command line.

Full documentation is online at [cariad.github.io/smokestack](https://cariad.github.io/smokestack).

And _hello_! 👋 I'm **Cariad Eccleston** and I'm a freelance DevOps and backend engineer. My contact details are available on my personal wiki at [cariad.earth](https://cariad.earth).


