README¶
# Lab Orchestrator
General Purpose Orchestrator for Scientific Laboratories. It collaborates nicely with SiLA servers and pythonLab as process description language.
## Features
## Installation
pip install laborchestrator –index-url https://gitlab.com/api/v4/projects/39006834/packages/pypi/simple
## Usage
laborchestrator –help
## Development
git clone gitlab.com/opensourcelab/laborchestrator
# 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/laborchestrator](https://opensourcelab.gitlab.io/laborchestrator) or [laborchestrator.gitlab.io](laborchestrator.gitlab.io/)
## Credits
- This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
and the [gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage](https://gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage) project template.