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: about 1 year ago
JSON representation
Yet another dotenv parser for Python
- Host: GitHub
- URL: https://github.com/observeroftime/yaenv
- Owner: ObserverOfTime
- License: bsd-3-clause
- Created: 2019-07-05T18:29:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T00:54:25.000Z (over 1 year ago)
- Last Synced: 2025-02-28T00:38:23.196Z (about 1 year ago)
- Topics: 12factor, config, configuration, django, dotenv, environment, variables
- Language: Python
- Homepage: https://pypi.org/project/yaenv/
- Size: 329 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
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 `_