Parser and analyzer for AWB data (files).
Project description
AWB File Reader and Parser
Installation
(venv) pip install pyawe_awb
Description
The Python package provides a parser for the AWE Designer's AWB target file.
It also contains the binary structure definitions of the AWE binary protocol on the socket to and from AWE Server.
Usage
Documentation
(venv) awb-docs - shows the package HTML documentation
AweFile
The AweFile class reads the AWB file and provides the designs layout information.
from pyawe_awb.awb import AwbFile
awb = AwbFile.from_file("myfile.awb")
print(f"Layout requires #in channels: {awb.layout_info.nr_input_channels}")
For more information read the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyawe_awb-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pyawe_awb-1.0.2-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: devpi-server/6.17.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3704728611ad309847bdefae8d842df506f8512fb416bf3e225328e902707ecc
|
|
| MD5 |
8ed3323d804414f0bf3b669094740c32
|
|
| BLAKE2b-256 |
5e24b1189f76498da7728412f5fc8fdf953c63ef709cb273fb64aa7d50875db8
|