Skip to content

General Information

Welcome to the documentation of PyAWE AWB Parser

This is a small utility to parse and manipulate or otherwise work with AWB data (files).

The main command line interface is the awb-file script.

The command line scripts wrap the pyawe_awb.awb.AwbFile APIs. The API is typically used like:

from pyawe_awb.awb import AwbFile

awb = AwbFile.from_file("<path-to-awb-file>")
print(f"File contains {awb.nr_commands} commands")

Package Information:

  • Name: pyawe_awb
  • Version: 1.0.2