A class that binds xml tags to python class methods
- Python 2.7 with the following packages
- lxml
- jinja2
I needed a simple way to let users store, share and edit reports and documents
Take an xml file and process it by calling each method associated with the correspondig xml tag. See the simple
example
- Browse the
samples
folder and launch thesimple.py
example inside thesimple
folder. More information - Read about the XML formatters
- Browse the
samples
folder and launch theformatters.py
example inside theformatters
folder. More information - Read about the Hooks
- Browse the
samples
folder and launch thebeforeaftercommands.py
example inside thebeforeaftercommands
folder. More information
Feel free to open an issue using the question
tag
This project is released under the MIT License