Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/observeroftime/yaenv
- Owner: ObserverOfTime
- License: bsd-3-clause
- Created: 2019-07-05T18:29:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T16:51:02.000Z (4 months ago)
- Last Synced: 2024-10-09T10:22:03.040Z (4 months ago)
- Topics: 12factor, config, configuration, django, dotenv, environment, variables
- Language: Python
- Homepage: https://pypi.org/project/yaenv/
- Size: 308 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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: CodecovBecause 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 `_