A simple way of using environment variables in TOML configs (via interpolation)
-
Updated
Sep 18, 2023 - Python
A simple way of using environment variables in TOML configs (via interpolation)
A CLI tool for rendering python code using Jinja2
TOML is designed to be a minimal configuration file format that's easy to read due to its simple syntax. Since python 3.11, the standard library includes a built-in `tomllib` module for parsing TOML files.
Add a description, image, and links to the toml-files topic page so that developers can more easily learn about it.
To associate your repository with the toml-files topic, visit your repo's landing page and select "manage topics."