Metadata-Version: 2.1
Name: encrypt_config
Version: 0.1.5
Summary: Encrypt and decrypt information in configuration files.
Home-page: https://github.com/luiscberrocal/encrypt_config
Author: Luis C. Berrocal
Author-email: luis.berrocal.1942@gmail.com
License: Apache Software License 2.0
Keywords: encrypt_config
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==============
Encrypt Config
==============


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

.. image:: https://img.shields.io/travis/luiscberrocal/encrypt_config.svg
        :target: https://travis-ci.com/luiscberrocal/encrypt_config

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


.. image:: https://pyup.io/repos/github/luiscberrocal/encrypt_config/shield.svg
     :target: https://pyup.io/repos/github/luiscberrocal/encrypt_config/
     :alt: Updates



Encrypt and decrypt information in configuration files.

I find my self using json and ini files to store user credentials for
temporary use.

* Free software: Apache Software License 2.0
* Documentation: https://encrypt-config.readthedocs.io.


Features
--------

* TODO

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.0 (2021-09-18)
------------------

* First release on PyPI.


