Metadata-Version: 2.4
Name: pyawe_awc
Version: 1.0.0
Summary: A parser for Designer's AWC (json) file.
Project-URL: AudioWeaver, https://w.dspconcepts.com/audio-weaver
Project-URL: Documentation, https://w.dspconcepts.com/docs
Project-URL: Homepage, https://w.dspconcepts.com/audio-weaver
Author-email: Volker Springer <vspringer@dspconcepts.com>
License: MIT
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
Provides-Extra: doc
Requires-Dist: gitpython; extra == 'doc'
Requires-Dist: hatch-vcs; extra == 'doc'
Requires-Dist: markdown-exec~=1.10.0; extra == 'doc'
Requires-Dist: mkdocs-macros-plugin~=1.3.7; extra == 'doc'
Requires-Dist: mkdocs-material~=9.5.49; extra == 'doc'
Requires-Dist: mkdocs-monorepo-plugin~=1.1.0; extra == 'doc'
Requires-Dist: mkdocs-with-pdf; extra == 'doc'
Requires-Dist: mkdocstrings[python]~=0.27.0; extra == 'doc'
Requires-Dist: qrcode; extra == 'doc'
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"
