Python Install
Clone the DLM server repository:
git clone --recurse-submodules https://gitlab.com/ska-telescope/ska-data-lifecycle.git
Then install the project dependencies and enter a Poetry shell:
cd ska-data-lifecycle
poetry install
poetry shell
See the Usage guide for examples on how to interact with the DLM server directly.