Metadata-Version: 2.1
Name: credstash-envvar-helper
Version: 0.1.3
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 :: 2
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: credstash (>=1.16.1)

=======================
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/pypi/pyversions/credstash_envvar_helper.svg
        :target: https://pypi.org/project/credstash_envvar_helper
        :alt: Python versions supported

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

.. 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

.. image:: https://img.shields.io/github/license/knoxilla/credstash_envvar_helper.svg
        :target: https://github.com/knoxilla/credstash_envvar_helper/blob/master/LICENSE
        :alt: License

.. image:: https://img.shields.io/badge/calver-0Y.0M.MICRO-1FAFC8.svg?style=flat
        :target: https://calver.org/
        :alt: Calendar versioning


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


* 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.3 (2020-02-03)
------------------

* Add credstash parsing code to main module
* Add support for python27

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.


