Skip to main content

AWE Target Configurator

This provides a (Python) package to handle the integration and deployment of AWE related data items to a target system.

Namely, it converts output generated by AWE Designer tool to suitable target specific formats. It also provides the link back from target specification information, like details of available audio devices (and more) to Designer (future).

AWE Target Configurator is designed to be task driven like e.g. make. It builds strongly on doit, so all of doit's features apply as well

  • Python script powered (all batteries included)
  • Debuggable
  • Dependency checks and caches
  • Parallel execution of tasks
  • Extendable via (custom) plugins

Installation

pip install awetc

Usage

AWE Target Configurator provides a command line script awetc. For details on how to use this just refer to the corresponding doit command line documentation - and subsitute doit with awetc.

Some command line usages:

  • awetc - runs all tasks
  • awetc awcgen - runs a specific task, including its dependencies
  • awetc list - shows all tasks
  • awetc info <taskname> - shows information about a specific task
  • awetc help <taskname> - shows the help/documentation of a specific task

Additional command line scripts may be provided in the future too, like editors or other interactively working programs.

Documentation

Detailed documentation about design and concept is available after pip install 'awetc[doc]':

awetc docs

can be used to open the documentation in a browser application.

License

This project is licensed under the MIT License – see the LICENSE file for details.

Development

In case code changes to AWE Target Configurator are required and shall be contributed:

  • make branch in DSPC repo (or clone)
  • do changes and issue a pull request for changes to being merged back

To set up the debug environment:

  • git clone repo
  • cd into repo directory
  • create Python virtual environment, e.g. with python -m venv venv and activate it source ./venv/bin/activate (note: on Windows the paths may be slightly different)
  • install project management tool (venv) pip install hatch
  • use hatch env show to see what you can run, e.g., hatch run test:cov to run unit tests with coverage report or hatch run code:style to perform code style checks
  • hatch run release:build would create a package (wheel file) in current workspace
  • !!! NOTE !!! there is no need to publish the package manually to PyPi; this is done via the build server

Release a new version:

  • do your changes, create PR, have merged to main
  • !IMPORTANT! - have changes documented in the changelog.md file; use proper semantic versioning
  • git tag -a MAJOR.MINOR.PATCH (e.g. git tag -a 0.4.2) and provide meaningful information about release (eg copy from changelog)
  • git push origin MAJOR.MINOR.PATCH to publish to Bitbucket
  • on Jenkins build server trigger the build under MAJOR.MINOR.PATCH to publish

Release files for awetc 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for awetc 1.0.0
File Interpreter ABI Platform
awetc-1.0.0-py3-none-any.whl Python 3 none any Details

Release files / awetc-1.0.0-py3-none-any.whl

Download URL awetc-1.0.0-py3-none-any.whl
Size 383.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f29d31d52224ca657a7e988a0db2f0c14251442e849b0564054fea12dedfb535
BLAKE2b-256 checksum
How to use checksums
eb2296f617ee25c4535ee855313d12cd31221c7598be9e8d51dfd8716c468785
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via devpi-server/6.17.0

Release history Release notifications | RSS feed

This release

1.0.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page