/plr-sila-bridge

Primary LanguagePythonMIT LicenseMIT

PyLabRobot SiLA Bridge

PyLabRobot to SiLA bridge.

Features

Installation

pip install pylabrobot_sila_bridge --index-url https://gitlab.com/api/v4/projects/<gitlab-project-id>/packages/pypi/simple

Usage

pylabrobot_sila_bridge --help 

Development

git clone gitlab.com/opensourcelab/plr-sila-bridge

# create a virtual environment and activate it then run

pip install -e .[dev]

# run unittests

invoke test   # use the invoke environment to manage development

Documentation

The Documentation can be found here: https://opensourcelab.gitlab.io/plr-sila-bridge or plr-sila-bridge.gitlab.io

Credits

This package was created with Cookiecutter and the gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage project template.