Baltic LSC module old_scheme
Project description
Computation Module Template Python
Package balticlsc
is supposed to help with creating modules for the
BalticLSC system in the python environment.
Upload new version of the package
python setup.py sdist
twine upload dist/balticlsc_test-{version}.tar.gz
Download the package
You can simply download the package using PyPI
:
python -m pip install balticlsc
or clone the repo and use the code directly.
Build your module
- 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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
balticlsc_test-0.0.13.tar.gz
(13.2 kB
view hashes)