An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# configtpl

This configuration library combines Jinja2 and YAML to compile the configuration from templates.

# Status

WIP