Skip to content

AD-SDL/hudson_solo_module

Repository files navigation

hudson_solo_module

Contains the hudson_solo_module python package, providing an interface and adapter that works alongside Hudson's SOLOSOFT application to automate a Hudson Solo Liquidhandler.

Installation (Windows)

For either method described below, you'll need to clone this repository.

Using venv

  1. Open Command Prompt and navigate to the project directory:
    cd path\to\hudson_solo_module
  2. Create a virtual environment:
    python -m venv .venv
  3. Activate the virtual environment:
    .venv\Scripts\activate
  4. Install dependencies:
    pip install -r requirements.txt

Using pdm

  1. Install PDM:
  2. Navigate to the project directory:
    cd path\to\hudson_solo_module
  3. Install dependencies:
    pdm install

Starting a Node

To start the MADSci node:

python -m hudson_solo_module.solo_node --definition path\to\__.node.yaml

An example node definition file is included in definitions/hudson_solo.node.yaml

About

A client for the hudson solo using C#

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •