Metadata-Version: 2.4
Name: autosar
Version: 0.4.4
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.6
Classifier: Topic :: Text Processing :: Markup :: XML
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cfile==0.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# Python AUTOSAR v0.4

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

This is the maintenance branch for v0.4.

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.

## 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.6+
* 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.
