Metadata-Version: 2.1
Name: autosar
Version: 0.4.2
Summary: A set of Python modules for working with AUTOSAR XML files
Home-page: http://github.com/cogu/autosar
Author: Conny Gustafsson
Author-email: congus8@gmail.com
License: MIT
Project-URL: Documentation, https://autosar.readthedocs.io/
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Processing :: Markup :: XML
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cfile==0.2.0

# Python AUTOSAR v0.4

A set of Python modules for working with [AUTOSAR](https://www.autosar.org/) XML files.

The primary use case is to enable Python to generate ARXML files for further importing into other (commercial) AUTOSAR toolchains.
It has some support for parsing ARXML files.

This is the maintenance branch for v0.4. Latest release is [v0.4.2](https://github.com/cogu/autosar/releases/tag/v0.4.2).

## Documentation

[Documentation for v0.4](https://autosar.readthedocs.io/en/latest/).

## Supported AUTOSAR versions

* AUTOSAR 3.0
* AUTOSAR 4.2

Classic AUTOSAR only.

## Requirements

* Python 3.4+
* cfile v0.2.0

## Installation

```bash
pip install "autosar<0.5"
```

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.
