Python
This is the Python package level documentation of the SKA Data Lifecycle Management system. Using this package requires it to be installed inside a python environment. The ska_dlm is using the poetry package manager and thus installation is pretty straight foward:
$ cd ska_data_lifecycle
$ poetry install
$ poetry shell
Then the package can be imported into python:
>>> import ska_dlm
>>> print(ska_dlm.__doc__)
See our Python guide for a full example.
SKA Data Lifecycle Management (DLM) package. |