resolwe-runtime-utils


Nameresolwe-runtime-utils JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/genialis/resolwe-runtime-utils
SummaryRuntime utilities for Resolwe dataflow engine
upload_time2023-10-24 19:02:14
maintainer
docs_urlNone
authorGenialis, Inc.
requires_python
licenseApache License (2.0)
keywords resolwe runtime utilities library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "resolwe runtime utilities library",
    "author": "Genialis, Inc.",
    "author_email": "dev-team@genialis.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/3e/86200faae2322ae8181f6509de199d92d1a1d056b6d38dfded17e9692f5e/resolwe-runtime-utils-3.2.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.2.0",
    "project_urls": {
        "Homepage": "https://github.com/genialis/resolwe-runtime-utils"
    },
    "split_keywords": [
        "resolwe",
        "runtime",
        "utilities",
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0b9ad58cd63c1baeacb09d6cc468b77469fc2fb05941938cc6a578fb3a92bdd",
                "md5": "d42012b6f27bc2077387d6a8d158812d",
                "sha256": "b4b60e766599fd853b13b66410766d34d5e50bad108a8c17bcfc8a8d5f21402a"
            },
            "downloads": -1,
            "filename": "resolwe_runtime_utils-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d42012b6f27bc2077387d6a8d158812d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15112,
            "upload_time": "2023-10-24T19:02:12",
            "upload_time_iso_8601": "2023-10-24T19:02:12.237812Z",
            "url": "https://files.pythonhosted.org/packages/e0/b9/ad58cd63c1baeacb09d6cc468b77469fc2fb05941938cc6a578fb3a92bdd/resolwe_runtime_utils-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa3e86200faae2322ae8181f6509de199d92d1a1d056b6d38dfded17e9692f5e",
                "md5": "27c67b6d7bc81a1aa616f3ad473c9169",
                "sha256": "760ca401b84d671e7fb4dd3dc4e02405bf2ba3629b4ae0cf50f6bd341a692a76"
            },
            "downloads": -1,
            "filename": "resolwe-runtime-utils-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27c67b6d7bc81a1aa616f3ad473c9169",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28230,
            "upload_time": "2023-10-24T19:02:14",
            "upload_time_iso_8601": "2023-10-24T19:02:14.585200Z",
            "url": "https://files.pythonhosted.org/packages/fa/3e/86200faae2322ae8181f6509de199d92d1a1d056b6d38dfded17e9692f5e/resolwe-runtime-utils-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 19:02:14",
    "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"
}
        
Elapsed time: 0.18647s