Metadata-Version: 2.1
Name: yaenv
Version: 0.1.0
Summary: Yet another dotenv parser for Python.
Home-page: https://github.com/ObserverOfTime/yaenv
Author: ObserverOfTime
Author-email: chronobserver@disroot.org
License: BSD
Project-URL: Issues, https://github.com/ObserverOfTime/yaenv/issues
Project-URL: Documentation, https://yaenv.rtfd.io
Keywords: 12factor,config,configuration,django,dotenv,environment,variables
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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
Description-Content-Type: text/x-rst
Requires-Dist: python-dotenv
Requires-Dist: typing ; python_version < "3.5"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: flake8-mypy ; extra == 'lint'

yaenv
=====

|pypi| |rtd|

.. |pypi| image:: https://img.shields.io/pypi/v/yaenv.svg?logo=python
   :target: https://pypi.org/project/yaenv/
   :alt: PyPI

.. |rtd| image:: https://img.shields.io/readthedocs/yaenv.svg?logo=read-the-docs
   :target: https://yaenv.readthedocs.io/en/latest/
   :alt: Read the Docs

Because none of the dozen dotenv parsers for Python fit all my use cases.

Installation
------------

.. code:: sh

   pip install yaenv

Usage
-----

Documentation and examples are available on
`Read the Docs <https://yaenv.rtfd.io>`_.

TODO
----

* Add tests
* Add travis

Related projects
----------------

* `django-environ <https://github.com/joke2k/django-environ>`_
* `django-dotenv <https://github.com/jpadilla/django-dotenv>`_
* `environs <https://github.com/sloria/environs>`_
* `envparse <https://github.com/rconradharris/envparse>`_

License
-------

`BSD 3-Clause License <LICENSE>`_


