Python AUTOSAR v0.4
A set of Python modules for working with AUTOSAR XML files.
The primary use case is to enable Python to generate ARXML files for further importing into other (commercial) AUTOSAR toolchains.
It has some support for parsing ARXML files.
This is the maintenance branch for v0.4. Latest release is v0.4.2.
Documentation
Documentation for v0.4.
Supported AUTOSAR versions
Classic AUTOSAR only.
Requirements
Installation
pip install "autosar<0.5"
For now it works to install without the version part, it's there for future proofing the instruction after newer versions are released to PyPI.