A set of python modules for working with AUTOSAR XML files
- Basic AUTOAR 4 support (supports reading/writing existing XML files).
- Supports custom XML readers and writers.
- Filters support.
- Template support.
Windows:
>pip install https://github.com/cogu/cfile/archive/v0.1.4.tar.gz >pip install https://github.com/cogu/autosar/archive/v0.3.4.tar.gz
Linux/Cygwin:
$pip3 install https://github.com/cogu/cfile/archive/v0.1.4.tar.gz $pip3 install https://github.com/cogu/autosar/archive/v0.3.4.tar.gz
- Update the documentation.
- AUTOSAR 4 programmers API (create XML files programmatically).
Documentation is currently outdated and requires major update. You can see the documentation for v0.3.3 here.