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.
Release files for pyawe_awb 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyawe_awb-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pyawe_awb-1.0.2-py3-none-any.whl
| Download URL | pyawe_awb-1.0.2-py3-none-any.whl |
|---|---|
| Size | 26.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3704728611ad309847bdefae8d842df506f8512fb416bf3e225328e902707ecc
|
|
BLAKE2b-256 checksum How to use checksums |
5e24b1189f76498da7728412f5fc8fdf953c63ef709cb273fb64aa7d50875db8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
devpi-server/6.17.0
|