Metadata-Version: 2.1
Name: dlg-lowpass-components
Version: 0.1.6.3
Summary: Awesome dlg_lowpass_components created by pritchardn
Home-page: https://github.com/pritchardn/dlg_lowpass_components/
Author: pritchardn
Author-email: nicholas.pritchard@uwa.edu.au
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# dlg_lowpass_components

[![codecov](https://codecov.io/gh/pritchardn/dlg_lowpass_components/branch/main/graph/badge.svg?token=dlg_lowpass_components_token_here)](https://codecov.io/gh/pritchardn/dlg_lowpass_components)
[![CI](https://github.com/pritchardn/dlg_lowpass_components/actions/workflows/main.yml/badge.svg)](https://github.com/pritchardn/dlg_lowpass_components/actions/workflows/main.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


Awesome dlg_lowpass_components created by pritchardn

## 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_lowpass_components
```
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_lowpass_components'
```
## Usage
For example the MyComponent component will be available to the engine when you specify 
```
dlg_lowpass_components.LPSignalGenerator
```
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.
