Skip to content

Commit d42b196

Browse files
committed
Update README
Change to markdown format
1 parent 5db06cc commit d42b196

2 files changed

Lines changed: 32 additions & 40 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.

README.rst

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)