Skip to content
/ autosar Public
forked from cogu/autosar

A set of python modules for working with AUTOSAR XML files

License

Notifications You must be signed in to change notification settings

lrp360/autosar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Documentation

Documentation is currently outdated and requires major update. You can see the documentation for v0.3.3 here.

About

A set of python modules for working with AUTOSAR XML files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%