=========================
Resolwe Runtime Utilities
=========================
|build| |coverage| |docs| |pypi_version| |pypi_pyversions|
.. |build| image:: https://travis-ci.org/genialis/resolwe-runtime-utils.svg?branch=master
:target: https://travis-ci.org/genialis/resolwe-runtime-utils
:alt: Build Status
.. |coverage| image:: https://img.shields.io/codecov/c/github/genialis/resolwe-runtime-utils/master.svg
:target: http://codecov.io/github/genialis/resolwe-runtime-utils?branch=master
:alt: Coverage Status
.. |docs| image:: https://readthedocs.org/projects/resolwe-runtime-utils/badge/?version=latest
:target: http://resolwe-runtime-utils.readthedocs.io/
:alt: Documentation Status
.. |pypi_version| image:: https://img.shields.io/pypi/v/resolwe-runtime-utils.svg
:target: https://pypi.python.org/pypi/resolwe-runtime-utils
:alt: Version on PyPI
.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/resolwe-runtime-utils.svg
:target: https://pypi.python.org/pypi/resolwe-runtime-utils
:alt: Supported Python versions
A project that provides convenience utilities for writing processes for the
Resolwe_ dataflow engine.
The ``import_file`` function requires `7z` in path.
You can find more information in the documentation_.
.. _Resolwe: https://github.com/genialis/resolwe
.. _documentation: http://resolwe-runtime-utils.readthedocs.io/
Getting started
---------------
Install Resolwe Runtime Utilities from PyPI_::
pip install resolwe-runtime-utils
Use them in your Python Resolwe process:
.. code-block:: python
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"
.. _PyPI: https://pypi.python.org/pypi/resolwe-runtime-utils
Contribute
----------
We welcome new contributors. To learn more, read Contributing_ section of our
documentation.
.. _Contributing: http://resolwe-runtime-utils.readthedocs.io/en/latest/contributing.html
Raw data
{
"_id": null,
"home_page": "https://github.com/genialis/resolwe-runtime-utils",
"name": "resolwe-runtime-utils",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "resolwe runtime utilities library",
"author": "Genialis, Inc.",
"author_email": "dev-team@genialis.com",
"download_url": "https://files.pythonhosted.org/packages/23/6e/971b144b4ad308a081c3ac5b604a55d174260ade4513bef13a1cde55797b/resolwe_runtime_utils-3.4.0.tar.gz",
"platform": null,
"description": "=========================\nResolwe Runtime Utilities\n=========================\n\n|build| |coverage| |docs| |pypi_version| |pypi_pyversions|\n\n.. |build| image:: https://travis-ci.org/genialis/resolwe-runtime-utils.svg?branch=master\n :target: https://travis-ci.org/genialis/resolwe-runtime-utils\n :alt: Build Status\n\n.. |coverage| image:: https://img.shields.io/codecov/c/github/genialis/resolwe-runtime-utils/master.svg\n :target: http://codecov.io/github/genialis/resolwe-runtime-utils?branch=master\n :alt: Coverage Status\n\n.. |docs| image:: https://readthedocs.org/projects/resolwe-runtime-utils/badge/?version=latest\n :target: http://resolwe-runtime-utils.readthedocs.io/\n :alt: Documentation Status\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/resolwe-runtime-utils.svg\n :target: https://pypi.python.org/pypi/resolwe-runtime-utils\n :alt: Version on PyPI\n\n.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/resolwe-runtime-utils.svg\n :target: https://pypi.python.org/pypi/resolwe-runtime-utils\n :alt: Supported Python versions\n\nA project that provides convenience utilities for writing processes for the\nResolwe_ dataflow engine.\n\nThe ``import_file`` function requires `7z` in path.\n\nYou can find more information in the documentation_.\n\n.. _Resolwe: https://github.com/genialis/resolwe\n.. _documentation: http://resolwe-runtime-utils.readthedocs.io/\n\nGetting started\n---------------\n\nInstall Resolwe Runtime Utilities from PyPI_::\n\n pip install resolwe-runtime-utils\n\nUse them in your Python Resolwe process:\n\n.. code-block:: python\n\n from resolwe_runtime_utils import info, save_file\n\n info('Some info')\n save_file('etc', 'foo.py')\n\nOr use them in your Bash Resolwe process::\n\n re-info \"Some info\"\n re-save-file \"etc\" \"foo.py\"\n\n.. _PyPI: https://pypi.python.org/pypi/resolwe-runtime-utils\n\nContribute\n----------\n\nWe welcome new contributors. To learn more, read Contributing_ section of our\ndocumentation.\n\n.. _Contributing: http://resolwe-runtime-utils.readthedocs.io/en/latest/contributing.html\n",
"bugtrack_url": null,
"license": "Apache License (2.0)",
"summary": "Runtime utilities for Resolwe dataflow engine",
"version": "3.4.0",
"project_urls": {
"Homepage": "https://github.com/genialis/resolwe-runtime-utils"
},
"split_keywords": [
"resolwe",
"runtime",
"utilities",
"library"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "746abf5e47314d285fb549f9132feff092fa71787cac82e2bf4ed0c4d86017b7",
"md5": "b4345631251e34d7c56c09692f212097",
"sha256": "9d33b39624f578349b521709a2de3bd35ec93b0563f41f12fae8f23456133c0d"
},
"downloads": -1,
"filename": "resolwe_runtime_utils-3.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b4345631251e34d7c56c09692f212097",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 15114,
"upload_time": "2024-11-06T12:47:22",
"upload_time_iso_8601": "2024-11-06T12:47:22.603471Z",
"url": "https://files.pythonhosted.org/packages/74/6a/bf5e47314d285fb549f9132feff092fa71787cac82e2bf4ed0c4d86017b7/resolwe_runtime_utils-3.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "236e971b144b4ad308a081c3ac5b604a55d174260ade4513bef13a1cde55797b",
"md5": "c6f232d72289d43196535e9878959ab9",
"sha256": "226b9e0548fc91e0d9dc6f61f2885436b0bc8bd20c7eec52758bd0616cee90b5"
},
"downloads": -1,
"filename": "resolwe_runtime_utils-3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "c6f232d72289d43196535e9878959ab9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28258,
"upload_time": "2024-11-06T12:47:24",
"upload_time_iso_8601": "2024-11-06T12:47:24.133877Z",
"url": "https://files.pythonhosted.org/packages/23/6e/971b144b4ad308a081c3ac5b604a55d174260ade4513bef13a1cde55797b/resolwe_runtime_utils-3.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 12:47:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "genialis",
"github_project": "resolwe-runtime-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "resolwe-runtime-utils"
}