# autosar
**Repository Path**: caorr1980/autosar
## Basic Information
- **Project Name**: autosar
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 1
- **Created**: 2019-11-25
- **Last Updated**: 2024-01-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
AUTOSAR
--------
A set of python modules for working with `AUTOSAR `_ XML files
Current Status (last updated 2017-11-03)
----------------------------------------
Current Version: 0.3.4
~~~~~~~~~~~~~~~~~~~~~~
* Basic AUTOAR 4 support (supports reading/writing existing XML files).
* Supports custom XML readers and writers.
* Filters support.
* Template support.
Installation (Requires Python3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Windows**::
>pip install https://github.com/cogu/cfile/archive/v0.1.4.tar.gz
>pip install https://github.com/cogu/autosar/archive/v0.3.4.tar.gz
**Linux/Cygwin**::
$pip3 install https://github.com/cogu/cfile/archive/v0.1.4.tar.gz
$pip3 install https://github.com/cogu/autosar/archive/v0.3.4.tar.gz
Upcoming Version: 0.3.5
~~~~~~~~~~~~~~~~~~~~~~~
* Update the documentation.
* AUTOSAR 4 programmers API (create XML files programmatically).
Prerequisites
-------------
- `Python 3.x `_
- `cfile `_
Documentation
-------------
Documentation is currently outdated and requires major update. You can see the documentation for v0.3.3 `here `_.