File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Python AUTOSAR v0.4
2+
3+ A set of Python modules for working with [ AUTOSAR] ( https://www.autosar.org/ ) XML files.
4+
5+ The primary use case is to enable Python to generate ARXML files for further importing into other (commercial) AUTOSAR toolchains.
6+ It has some support for parsing ARXML files.
7+
8+ This is the maintenance branch for v0.4. Latest release is [ v0.4.1] ( https://github.com/cogu/autosar/releases/tag/v0.4.1 ) .
9+
10+ ## Documentation
11+
12+ [ Documentation for v0.4] ( https://autosar.readthedocs.io/en/latest/ ) .
13+
14+ ## Supported AUTOSAR versions
15+
16+ * AUTOSAR 3.0
17+ * AUTOSAR 4.2
18+
19+ Classic AUTOSAR only.
20+
21+ ## Requirements
22+
23+ * Python 3.4+
24+ * cfile v0.2.0
25+
26+ ## Installation
27+
28+ ``` bash
29+ pip install " autosar<0.5"
30+ ```
31+
32+ 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.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments