dyspop / figgy

Allows end-user Configuration generation for development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support nested config templates

dyspop opened this issue · comments

Current implementation assumes simple text-only key-value pairs

>>> template = {'foo': {'bar': 'baz'}}
>>> Configify.make(template, secret=False)
Enter value for "foo"
(return for default "{'bar': 'baz'}")': 

Set "foo" to "{'bar': 'baz'}" in config.json