Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/observeroftime/yaenv

Yet another dotenv parser for Python
https://github.com/observeroftime/yaenv

12factor config configuration django dotenv environment variables

Last synced: 3 months ago
JSON representation

Yet another dotenv parser for Python

Awesome Lists containing this project

README

        

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/actions/workflow/status/ObserverOfTime/yaenv/tests.yml?label=build&logo=github&branch=master
: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 `_.

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

* `python-dotenv `_
* `django-environ `_
* `django-dotenv `_
* `environs `_
* `envparse `_

License
-------

`BSD 3-Clause License `_