Package balticlsc
is supposed to help with creating modules for the
BalticLSC system in the python environment.
python setup.py sdist
twine upload dist/balticlsc-{version}.tar.gz
You can simply download the package using PyPI
:
python -m pip install balticlsc
or clone the repo and use the code directly.
- Create an implementation of the ProcessingInterface*. It should handle tokens according to the documentation.
- Init in your code the BalticLSC api using yours implementation of processing*:
from balticlsc.scheme.api import init_baltic_api app, rest_client = init_baltic_api(Processing)
- Build the proper Dockerfile according to the documentation*.
*Here you got some example modules on which you can base yours: