Skip to content
forked from cogu/autosar

A set of python modules for working with AUTOSAR XML files

License

Notifications You must be signed in to change notification settings

raragon71/autosar

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%