Metadata-Version: 2.4
Name: dotenv-utils
Version: 0.2.0
Dynamic: Author
Dynamic: Author-email
Dynamic: Summary
Dynamic: Maintainer
Dynamic: Maintainer-email
Project-URL: Repository, https://github.com/FynnFreyer/dotenv-utils
Project-URL: Issues, https://github.com/FynnFreyer/dotenv-utils/issues
Project-URL: Docs, https://fynnfreyer.github.io/dotenv-utils/
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: autopep8; extra == 'dev'
Requires-Dist: coverage[toml]; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: myst-parser; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints; extra == 'dev'
Requires-Dist: sphinxcontrib-relativeinclude; extra == 'dev'
Requires-Dist: sphinxcontrib-svg2pdfconverter[cairosvg]; extra == 'dev'
Description-Content-Type: text/markdown

# dotenv-utils

[![Release Status](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/build.yml/badge.svg)](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/build.yml)
[![Doc Status](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/docs.yml/badge.svg)](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/docs.yml)
[![Test Status](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/tests.yml/badge.svg)](https://github.com/FynnFreyer/dotenv-utils/actions/workflows/tests.yml)
[![Coverage Status](https://codecov.io/gh/FynnFreyer/dotenv-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/FynnFreyer/dotenv-utils)

A tiny, self-contained package for parsing environment variables.
Works well in conjunction with [python-dotenv](https://pypi.org/project/python-dotenv/).

For a full-fledged solution look at [environs](https://pypi.org/project/environs/) instead.
