Metadata-Version: 2.4
Name: pyawe_awc
Version: 1.0.1
Summary: A parser for Designer's AWC (json) file.
Project-URL: Documentation, https://dochub.dspconcepts.com/py/pyawe-awc/latest/
Project-URL: Homepage, https://w.dspconcepts.com/audio-weaver
Author-email: Volker Springer <vspringer@dspconcepts.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: pydantic-yaml~=1.3.0
Description-Content-Type: text/markdown

# AWC File Reader and Parser

## Installation

`(venv) pip install pyawe_awc[doc]`

## Description

The Python package provides a parser for AWE Designer's AWC export file.

## Usage

### Documentation

`(venv) awc-docs` - shows the package HTML documentation

### AwcFile

The `AwcFile` class reads and parses the AWC file. 

    from pyawe_awc.awc import AwcFile

    awc = AwcFile.from_file("myfile.awc")

For more information read the documentation.


- variable assigned dataType "int" but contains integer value > 2**31
- 'mod212_SourceFract32Properties.NumChannels' = [] but is dataType "int"
