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

https://github.com/kalemas/calldict

Auxillary Python module to use callables in YAML or JSON configurations
https://github.com/kalemas/calldict

configuration-management json python yaml

Last synced: 4 months ago
JSON representation

Auxillary Python module to use callables in YAML or JSON configurations

Awesome Lists containing this project

README

          

`calldict` is a protocol to markup and evaluate functions in python
dictionaries.

It helps with development of a domain model in Python data structure (the
configuration) with function objects defined where dynamic behavior is
required. So you could gain benefit from both functional and declarative
approaches in your development.

It is most powerful in conjunction with PyYAML as it allows to define
runtime objects.