Skip to main content

A task scheduling for integration and deployment of Audio Weaver related artefacts and configurations

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awetc-1.0.0-py3-none-any.whl (383.7 kB view details)

Uploaded Python 3

File details

Details for the file awetc-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: awetc-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 383.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: devpi-server/6.17.0

File hashes

Hashes for awetc-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f29d31d52224ca657a7e988a0db2f0c14251442e849b0564054fea12dedfb535
MD5 b8859e419d080908a46b5177095582dc
BLAKE2b-256 eb2296f617ee25c4535ee855313d12cd31221c7598be9e8d51dfd8716c468785

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page