Skip to content

Introduction

This is the palette generator of the DALiuGE system.

It parses the content of an installed module or processes a file or a directory of source files and produces DALiuGE compatible palette files containing the information required to use the identified functions and classes and methods to construct computational workflows in EAGLE. For more detailed information please refer to the usage documentation and the detailed documentation as well as the main DALiuGE documentation.

Installation from PyPi

pip install dlg_paletteGen

Installation from repository

git clone https://github.com/ICRAR/dlg_paletteGen
cd dlg_paletteGen
make virtualenv

and then

make install

or

source .venv/bin/activate
pip install .