Skip to main content

Runtime utilities for Resolwe dataflow engine

Project description

Build Status Coverage Status Documentation Status Version on PyPI Supported Python versions

A project that provides convenience utilities for writing processes for the Resolwe dataflow engine.

You can find more information in the documentation.

Getting started

Install Resolwe Runtime Utilities from PyPI:

pip install resolwe-runtime-utils

Use them in your Python Resolwe process:

from resolwe_runtime_utils import info, save_file

info('Some info')
save_file('etc', 'foo.py')

Or use them in your Bash Resolwe process:

re-info "Some info"
re-save-file "etc" "foo.py"

Contribute

We welcome new contributors. To learn more, read Contributing section of our documentation.

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

resolwe-runtime-utils-1.1.0.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

resolwe_runtime_utils-1.1.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

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