Metadata-Version: 2.1
Name: yaenv
Version: 1.2.2
Summary: Yet another dotenv parser for Python.
Home-page: https://github.com/ObserverOfTime/yaenv
License: BSD-3-Clause
Keywords: 12factor,config,configuration,django,dotenv,environment,variables
Author: ObserverOfTime
Author-email: chronobserver@disroot.org
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: cached-property (>=1.5.1,<2.0.0); python_version < "3.8"
Project-URL: Bug tracker, https://github.com/ObserverOfTime/yaenv/issues
Project-URL: Documentation, https://yaenv.readthedocs.io
Description-Content-Type: text/x-rst

yaenv
=====

|pypi| |rtd| |travis| |codecov|

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

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

.. |travis| image:: https://img.shields.io/travis/ObserverOfTime/yaenv/py3.6.svg?logo=travis
   :target: https://travis-ci.org/ObserverOfTime/yaenv
   :alt: Travis CI

.. |codecov| image:: https://img.shields.io/codecov/c/gh/ObserverOfTime/yaenv/py3.6?logo=codecov
   :target: https://codecov.io/gh/ObserverOfTime/yaenv/branch/py3.6
   :alt: Codecov

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

Similar projects
----------------

* `python-dotenv <https://github.com/theskumar/python-dotenv>`_
* `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>`_

