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.