portal-pipeline-utils


Nameportal-pipeline-utils JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/dbmi-bgm/portal-pipeline-utils
SummaryUtilities for deploying pipelines and interfacing with portal infrastructure.
upload_time2023-10-10 17:38:33
maintainer
docs_urlNone
authorMichele Berselli
requires_python>=3.8,<3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Portal Pipeline Utilities

Utilities for deploying pipelines and interfacing with portal infrastructure.

For more information on available commands and how to contribute and deploy pipelines within the infrastructure check the extended [*documentation*](https://portal-pipeline-utils.readthedocs.io/en/latest/ "portal-pipeline-utils documentation").

## Install

The software is python based. To install the software and the required packages, we recommend using a fresh virtual environment.
Please refer to `pyproject.toml` for the supported Python versions.

The package is available on [*pypi*](https://pypi.org/project/portal-pipeline-utils "portal-pipeline-utils pypi"):

    pip install portal-pipeline-utils

To install from source:

    git clone https://github.com/dbmi-bgm/portal-pipeline-utils.git
    cd portal-pipeline-utils
    make configure
    make update
    make build

To check that the software is correctly installed, try to run `pipeline_utils`. If installed from source, this command may fail with a bash “command not found” error, try `poetry run pipeline_utils` instead.

See `make info` for details on make targets.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dbmi-bgm/portal-pipeline-utils",
    "name": "portal-pipeline-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michele Berselli",
    "author_email": "berselli.michele@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/97/0962022090a99d41f317647930e1dacb049a4002ac1d316ae4b749515c1d/portal_pipeline_utils-3.0.0.tar.gz",
    "platform": null,
    "description": "# Portal Pipeline Utilities\n\nUtilities for deploying pipelines and interfacing with portal infrastructure.\n\nFor more information on available commands and how to contribute and deploy pipelines within the infrastructure check the extended [*documentation*](https://portal-pipeline-utils.readthedocs.io/en/latest/ \"portal-pipeline-utils documentation\").\n\n## Install\n\nThe software is python based. To install the software and the required packages, we recommend using a fresh virtual environment.\nPlease refer to `pyproject.toml` for the supported Python versions.\n\nThe package is available on [*pypi*](https://pypi.org/project/portal-pipeline-utils \"portal-pipeline-utils pypi\"):\n\n    pip install portal-pipeline-utils\n\nTo install from source:\n\n    git clone https://github.com/dbmi-bgm/portal-pipeline-utils.git\n    cd portal-pipeline-utils\n    make configure\n    make update\n    make build\n\nTo check that the software is correctly installed, try to run `pipeline_utils`. If installed from source, this command may fail with a bash \u201ccommand not found\u201d error, try `poetry run pipeline_utils` instead.\n\nSee `make info` for details on make targets.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilities for deploying pipelines and interfacing with portal infrastructure.",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/dbmi-bgm/portal-pipeline-utils",
        "Repository": "https://github.com/dbmi-bgm/portal-pipeline-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70fa1e56dd4965803a92f2dcb1d34c1769d64b4e28c3714809ab5797287d6816",
                "md5": "fb6199f521e11915058793db33d7d9f5",
                "sha256": "538ea241eaae440a0fd48b17de39716c4c07b148badf5e8a4f81029b854e9ef2"
            },
            "downloads": -1,
            "filename": "portal_pipeline_utils-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb6199f521e11915058793db33d7d9f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 21537,
            "upload_time": "2023-10-10T17:38:31",
            "upload_time_iso_8601": "2023-10-10T17:38:31.389171Z",
            "url": "https://files.pythonhosted.org/packages/70/fa/1e56dd4965803a92f2dcb1d34c1769d64b4e28c3714809ab5797287d6816/portal_pipeline_utils-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66970962022090a99d41f317647930e1dacb049a4002ac1d316ae4b749515c1d",
                "md5": "0fcfbd2d3e1dc9ba83c082a207224eb5",
                "sha256": "0162e608dfce33b319d8a07e5c3c96953a84d0bea2f811bb7e018a080d0d3f0a"
            },
            "downloads": -1,
            "filename": "portal_pipeline_utils-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0fcfbd2d3e1dc9ba83c082a207224eb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 16930,
            "upload_time": "2023-10-10T17:38:33",
            "upload_time_iso_8601": "2023-10-10T17:38:33.149094Z",
            "url": "https://files.pythonhosted.org/packages/66/97/0962022090a99d41f317647930e1dacb049a4002ac1d316ae4b749515c1d/portal_pipeline_utils-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 17:38:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dbmi-bgm",
    "github_project": "portal-pipeline-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "portal-pipeline-utils"
}
        
Elapsed time: 0.12073s