Autosar Data for Python

The autosar_data package provides a way to create or modify autosar data (ARXML files) in Python.

There are two ways to interact with the autosar data model:

  • The basic API allows access to any valid element in the autosar data model. This API guarantees that all modifications are valid: The element hierarchy and content data types are enforced.
  • The abstraction API builds on the basic API to provide a high-level view many autosar concepts

autosar_data for Python is a wrapper around the Rust crates autosar-data and autosar-data-abstraction.