Metadata-Version: 2.1
Name: yaenv
Version: 1.6.3.post1
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.10,<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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Project-URL: Bug tracker, https://github.com/ObserverOfTime/yaenv/issues
Project-URL: Documentation, https://yaenv.readthedocs.io
Project-URL: Donations, https://github.com/sponsors/ObserverOfTime
Description-Content-Type: text/x-rst

yaenv
=====

|pypi| |rtd| |github| |codecov|

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

.. |github| image:: https://img.shields.io/github/workflow/status/ObserverOfTime/yaenv/tests?label=build&logo=github
   :target: https://github.com/ObserverOfTime/yaenv/actions/workflows/tests.yml?query=branch%3Amaster
   :alt: GitHub Actions

.. |codecov| image:: https://img.shields.io/codecov/c/gh/ObserverOfTime/yaenv?logo=codecov
   :target: https://codecov.io/gh/ObserverOfTime/yaenv
   :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>`_

