https://github.com/ignytis/py_configtpl
A configuration library for Python. Uses Jinja + YAML to render the configuration
https://github.com/ignytis/py_configtpl
configuration python python3
Last synced: 2 months ago
JSON representation
A configuration library for Python. Uses Jinja + YAML to render the configuration
- Host: GitHub
- URL: https://github.com/ignytis/py_configtpl
- Owner: ignytis
- License: mit
- Created: 2025-03-24T22:33:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T23:19:55.000Z (2 months ago)
- Last Synced: 2025-03-25T00:24:01.633Z (2 months ago)
- Topics: configuration, python, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# configtpl
This configuration library combines Jinja2 and YAML to compile the configuration from templates.
# Status
WIP