# dlg_added_cmpts **Repository Path**: mirrors_ICRAR/dlg_added_cmpts ## Basic Information - **Project Name**: dlg_added_cmpts - **Description**: Showcase components - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dlg_added_cmpts [![codecov](https://codecov.io/gh/ICRAR/dlg_added_cmpts/branch/main/graph/badge.svg?token=dlg_added_cmpts_token_here)](https://codecov.io/gh/ICRAR/dlg_added_cmpts) [![CI](https://github.com/ICRAR/dlg_added_cmpts/actions/workflows/main.yml/badge.svg)](https://github.com/ICRAR/dlg_added_cmpts/actions/workflows/main.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Additional daliuge components ## Installation There are multiple options for the installation, depending on how you are intending to run the DALiuGE engine, directly in a virtual environment (host) or inside a docker container. You can also install it either from PyPI (latest released version). ## Install it from PyPI ### Engine in virtual environment ```bash pip install dlg_added_cmpts ``` This will only work after releasing the project to PyPi. ### Engine in Docker container ```bash docker exec -t daliuge-engine bash -c 'pip install --prefix=$DLG_ROOT/code dlg_added_cmpts' ``` ## Usage For example the MyComponent component will be available to the engine when you specify ``` dlg_added_cmpts.apps.MyAppDROP ``` in the AppClass field of a Python Branch component. The EAGLE palette associated with these components are also generated and can be loaded directly into EAGLE. In that case all the fields are correctly populated for the respective components.