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 tasksawetc awcgen- runs a specific task, including its dependenciesawetc list- shows all tasksawetc info <taskname>- shows information about a specific taskawetc 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 venvand activate itsource ./venv/bin/activate(note: on Windows the paths may be slightly different) - install project management tool
(venv) pip install hatch - use
hatch env showto see what you can run, e.g.,hatch run test:covto run unit tests with coverage report orhatch run code:styleto perform code style checks hatch run release:buildwould 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.mdfile; 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.PATCHto publish to Bitbucket- on Jenkins build server trigger the build under MAJOR.MINOR.PATCH to publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f29d31d52224ca657a7e988a0db2f0c14251442e849b0564054fea12dedfb535
|
|
| MD5 |
b8859e419d080908a46b5177095582dc
|
|
| BLAKE2b-256 |
eb2296f617ee25c4535ee855313d12cd31221c7598be9e8d51dfd8716c468785
|