w545029118 / arxml

A set of python modules for working with AUTOSAR XML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUTOSAR

A set of Python modules for working with AUTOSAR XML files.

  • Allows individuals and teams to incrementally develop and maintain AUTOSAR SWC models using Python code.
  • Executing a Python script can quickly regenerate the same ARXML file(s) (no real need to store generated ARXML files in version control).

It is recommended that you use a commercial AUTOSAR toolchain to integrate generated SWCs into your ECU.

AUTOSAR version support

  • AUTOSAR 3.0
  • AUTOSAR 4.2

The intent is to add support for AUTOSAR 4.3 and 4.4 in the future. (Timeplan is unknown since I do most of the work in my spare time.)

Requirements

Documentation

Release Tracks

Stable (v0.4)

This is the stable release track. Only bug fixes and stability improvements will be made.

Latest stable release is v0.4.1.

Future work will be tracked on branch release/0.4.

Experimental (v0.5)

This is the development track for new features. Future changes might break existing APIs from v0.4.x. Use at your own risk.

First release v0.5.0 is not yet made.

Future work will be tracked on branch master.

About

A set of python modules for working with AUTOSAR XML files

License:MIT License


Languages

Language:Python 100.0%Language:Shell 0.0%Language:Batchfile 0.0%