PyLabRobot to SiLA bridge.
pip install pylabrobot_sila_bridge --index-url https://gitlab.com/api/v4/projects/<gitlab-project-id>/packages/pypi/simple
pylabrobot_sila_bridge --help
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
The Documentation can be found here: https://opensourcelab.gitlab.io/plr-sila-bridge or plr-sila-bridge.gitlab.io
This package was created with Cookiecutter and the gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage project template.