Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 421 Bytes

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.