# autosar-python
**Repository Path**: cl_s/autosar-python
## Basic Information
- **Project Name**: autosar-python
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2024-05-22
- **Last Updated**: 2024-05-22
## 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
Requirements
------------
* `Python 3 `_
* `cfile `_
Documentation
-------------
* `Documentation Root `_
* `Installation Guide `_
* `AUTOSAR 4 API `_
Releases
--------
Latest stable release is `v0.4.1 `_.
Branches
--------
Bug fixes to v0.4.x will be tracked on branch `maintenance/0.4 `_.
Research for future versions will be tracked on branch `research/0.5 `_.