EnEff-BIM / EnEffBIM-Framework

translating from BIM to BEPS
MIT License
8 stars 0 forks source link

Issue15 pyfilter #22

Closed jraedler closed 9 years ago

jraedler commented 9 years ago

Added first code to implement python based filter / preprocessor that used between fetching data from the api and calling the templates. This fixes #15.

A filter is a simple python function that gets the data as a dictionary that can be manipulated (no return value). Have a look at TestDummy for an example.