nicc777 / opus-instrumenta

Implementation of standard `TaskProcessor` implementations of the [opus](https://github.com/nicc777) library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



                     o-o  o--o  o   o  o-o                      
                    o   o |   | |   | |                         
                    |   | O--o  |   |  o-o                      
                    o   o |     |   |     |                     
                     o-o  o      o-o  o--o                      
                                                                
                                                                
o-O-o o   o  o-o  o-O-o o--o  o   o o   o o--o o   o o-O-o   O  
  |   |\  | |       |   |   | |   | |\ /| |    |\  |   |    / \ 
  |   | \ |  o-o    |   O-Oo  |   | | O | O-o  | \ |   |   o---o
  |   |  \|     |   |   |  \  |   | |   | |    |  \|   |   |   |
o-O-o o   o o--o    o   o   o  o-o  o   o o--o o   o   o   o   o

Implementation of standard TaskProcessor implementations of the magnum-opus library.

Development Quick Start

Preparing your local system for development:

python3 -m venv venv

. venv/bin/activate

pip3 install -r requirements.txt

Also install the latest version of magnum-opus. For now, assuming you have cloned and build opus locally, install the opus library from the package in the dist/ directory from the project directory. An example:

pip3 install $HOME/git/magnum-opus/dist/magnum_opus-1.tar.gz

About

Implementation of standard `TaskProcessor` implementations of the [opus](https://github.com/nicc777) library.

License:MIT License


Languages

Language:Python 100.0%