pipen-cli-run


Namepipen-cli-run JSON
Version 0.14.1 PyPI version JSON
download
home_pagehttps://github.com/pwwang/pipen-cli-run
SummaryA pipen cli plugin to run a process or a pipeline
upload_time2024-08-11 06:42:42
maintainerNone
docs_urlNone
authorpwwang
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pipen-cli-run

A pipen cli plugin to run a process or a pipeline

## Install

```shell
pip install -U pipen-cli-run
```

## Usage

### Register a namespace

`pyproject.toml`
```toml
[tool.poetry.plugins.pipen_cli_run]
ns = "yourpackage.ns"
```

`ns` should be a module where you define you processes/pipelines

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pwwang/pipen-cli-run",
    "name": "pipen-cli-run",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "pwwang",
    "author_email": "pwwang@pwwang.com",
    "download_url": "https://files.pythonhosted.org/packages/b8/4b/3dd3da0fcdbd177e008f7982345ad110f568e8a601b1b79133d81863c1b3/pipen_cli_run-0.14.1.tar.gz",
    "platform": null,
    "description": "# pipen-cli-run\n\nA pipen cli plugin to run a process or a pipeline\n\n## Install\n\n```shell\npip install -U pipen-cli-run\n```\n\n## Usage\n\n### Register a namespace\n\n`pyproject.toml`\n```toml\n[tool.poetry.plugins.pipen_cli_run]\nns = \"yourpackage.ns\"\n```\n\n`ns` should be a module where you define you processes/pipelines\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A pipen cli plugin to run a process or a pipeline",
    "version": "0.14.1",
    "project_urls": {
        "Homepage": "https://github.com/pwwang/pipen-cli-run",
        "Repository": "https://github.com/pwwang/pipen-cli-run"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8db31643d645e4345dbba7a53f58aadcb08163673706b106a7078710f6e656d8",
                "md5": "6add4462d26f1e1506e69f5de9615996",
                "sha256": "df008dc00c060277ed20edce4bc727379a76058233e664eaed01873ae8fce2e7"
            },
            "downloads": -1,
            "filename": "pipen_cli_run-0.14.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6add4462d26f1e1506e69f5de9615996",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 3513,
            "upload_time": "2024-08-11T06:42:40",
            "upload_time_iso_8601": "2024-08-11T06:42:40.646494Z",
            "url": "https://files.pythonhosted.org/packages/8d/b3/1643d645e4345dbba7a53f58aadcb08163673706b106a7078710f6e656d8/pipen_cli_run-0.14.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b84b3dd3da0fcdbd177e008f7982345ad110f568e8a601b1b79133d81863c1b3",
                "md5": "91d8c3cacda76617266461fad4f737bb",
                "sha256": "b3a0fb681ce06b1885ce6fc61b7693fb31c0b1168474a47d5585859ac78c90f0"
            },
            "downloads": -1,
            "filename": "pipen_cli_run-0.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "91d8c3cacda76617266461fad4f737bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 3225,
            "upload_time": "2024-08-11T06:42:42",
            "upload_time_iso_8601": "2024-08-11T06:42:42.070704Z",
            "url": "https://files.pythonhosted.org/packages/b8/4b/3dd3da0fcdbd177e008f7982345ad110f568e8a601b1b79133d81863c1b3/pipen_cli_run-0.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 06:42:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pwwang",
    "github_project": "pipen-cli-run",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pipen-cli-run"
}
        
Elapsed time: 0.59618s