AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
cfmacro/__init__.py
cfmacro/cfmacro.py
cfmacro.egg-info/PKG-INFO
cfmacro.egg-info/SOURCES.txt
cfmacro.egg-info/dependency_links.txt
cfmacro.egg-info/not-zip-safe
cfmacro.egg-info/top_level.txt
cfmacro/_resources/examples/cf_snippet_sg.template
cfmacro/_resources/examples/lambda.py
cfmacro/_resources/examples/lambda_requirements.txt
cfmacro/_resources/examples/macro.template
cfmacro/cloudformation/__init__.py
cfmacro/cloudformation/elements.py
cfmacro/core/__init__.py
cfmacro/core/base.py
cfmacro/core/engine.py
cfmacro/core/template.py
cfmacro/processors/__init__.py
cfmacro/processors/sg_processor.py
cfmacro/utils/__init__.py
cfmacro/utils/package_lambda.py
cfmacro/utils/pprint.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/processors.rst
docs/readme.rst
docs/sg_processor.rst
docs/usage.rst
tests/__init__.py
tests/conftest.py
tests/test_cfmacro.py
tests/test_processor_engine.py
tests/test_processor_template.py
tests/test_sg_processor.py