bswck / configzen

Manage configuration with pydantic.

Home Page:https://bswck.github.io/configzen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Python configuration

bswck opened this issue · comments

Describe the use case of a new functionality

Allow Python modules to serve as configuration resources.

Example Use

^extend: programmatic_config.py
...

Additional context

No response

Solved using ConfigModel.wrap_module()