Skip to main content

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

  1. Create an implementation of the ProcessingInterface*. It should handle tokens according to the documentation.
  2. 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)
    
  3. Build the proper Dockerfile according to the documentation*.

*Here you got some example modules on which you can base yours:

  1. Face recogniser

Project details


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.10.tar.gz (13.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page