Metadata-Version: 2.1
Name: credstash-envvar-helper
Version: 0.1.2
Summary: Retrieves secrets from AWS via credstash, and returns a dictionary.
Home-page: https://github.com/knoxilla/credstash_envvar_helper
Author: Thomas Knox
Author-email: knoxilla@gmail.com
License: MIT license
Keywords: credstash_envvar_helper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

=======================
Credstash Envvar Helper
=======================


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

.. image:: https://img.shields.io/travis/knoxilla/credstash_envvar_helper.svg
        :target: https://travis-ci.org/knoxilla/credstash_envvar_helper

.. image:: https://readthedocs.org/projects/credstash-envvar-helper/badge/?version=latest
        :target: https://credstash-envvar-helper.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Retrieves secrets from AWS via credstash, and returns a dictionary.


* Free software: MIT license
* Documentation: https://credstash-envvar-helper.readthedocs.io.


Features
--------

* This is a magnificent package designed to save you time and bother.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.2 (2020-01-30)
------------------

* Correct author email address.

0.1.1 (2020-01-30)
------------------

* Improve README and tidy up some inconsistencies.

0.1.0 (2020-01-30)
------------------

* First release on PyPI.


