Metadata-Version: 2.1
Name: yaenv
Version: 1.1.0
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.5
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
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|

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

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

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

