Metadata-Version: 2.1
Name: ssmash
Version: 1.0.0rc1
Summary: SSM AppConfig Storage Helper
Home-page: https://github.com/garyd203/ssmash
Author: Gary Donovan
Author-email: gazza@gazza.id.au
License: GNU Affero General Public License v3
Project-URL: Documentation, https://ssmash.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/garyd203/ssmash
Project-URL: Tracker, https://github.com/garyd203/ssmash/issues
Keywords: ssmash application-configuration configuration AWS cloudformation infrastructure-as-code
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Systems Administration
Requires-Dist: Click (>=6.0)
Requires-Dist: PyYAML (==5.1)
Requires-Dist: flying-circus (==0.6.3)
Requires-Dist: inflection (==0.3.1)

============================
SSM AppConfig Storage Helper
============================


.. image:: https://img.shields.io/pypi/v/ssmash.svg
        :target: https://pypi.python.org/pypi/ssmash

.. image:: https://readthedocs.org/projects/ssmash/badge/?version=latest
        :target: https://ssmash.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


SSM AppConfig Storage Helper


* Free software: GNU Affero General Public License v3
* Documentation: https://ssmash.readthedocs.io.



=========
Changelog
=========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[Unreleased]
============

Changed
-------

1.0.0 (2019-05-24)
==================

Added
-----
* Remove unwanted Cookiecutter output
* Implement script to create String SSM Parameters from a simple config file stored in YAML

0.1.0 (2019-05-14)
==================

Added
-----

* First release on PyPI.
* Cookiecutter skeleton only, no functionality


