# autosar
**Repository Path**: oldchuo/autosar
## Basic Information
- **Project Name**: autosar
- **Description**: A set of python modules for working with AUTOSAR XML files
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 3
- **Created**: 2021-03-15
- **Last Updated**: 2024-11-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
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.)
Prerequisites
-------------
* `Python 3.x `_
* `cfile `_
Documentation
-------------
Documentation is published `here `_.
Latest Release
---------------
Latest release is `v0.3.0 `_.
Current Roadmap
---------------
v0.4.0
~~~~~~
* Maintenance track (Relabel v0.3.10 if no issues are found)
v0.5.0
~~~~~~
* Complete rewrite of RTE contract phase generator (upgrade to AUTOSAR4)
* At the same time upgrade the `autosar-demo project `_ to AUTOSAR4