pypeline-python


Namepypeline-python JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/zigai/py-pipeline
SummaryPyPipeline is a simple Python framework for building data processing pipelines.
upload_time2023-12-02 15:16:27
maintainer
docs_urlNone
authorŽiga Ivanšek
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyPipeline
[![PyPI version](https://badge.fury.io/py/pypeline-python.svg)](https://badge.fury.io/py/pypeline-python)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/pypeline-python)](https://pepy.tech/project/pypeline-python)
[![license](https://img.shields.io/github/license/zigai/py-pipeline.svg)](https://github.com/zigai/py-pipeline/blob/main/LICENSE)

```PyPipeline``` is a simple Python framework for building data processing pipelines.

# Installation
#### From PyPi
```
pip install pypeline-python
```
#### From source
```
pip install git+https://github.com/zigai/py-pipeline.git
```
# License
[MIT License](https://github.com/zigai/py-pipeline/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zigai/py-pipeline",
    "name": "pypeline-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "\u017diga Ivan\u0161ek",
    "author_email": "ziga.ivansek@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b5/ec/3d961675a1385afa9a142f95562ccb9a25e72f4d9e38b25a4e54a70dae5c/pypeline-python-0.1.7.tar.gz",
    "platform": null,
    "description": "# PyPipeline\n[![PyPI version](https://badge.fury.io/py/pypeline-python.svg)](https://badge.fury.io/py/pypeline-python)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/pypeline-python)](https://pepy.tech/project/pypeline-python)\n[![license](https://img.shields.io/github/license/zigai/py-pipeline.svg)](https://github.com/zigai/py-pipeline/blob/main/LICENSE)\n\n```PyPipeline``` is a simple Python framework for building data processing pipelines.\n\n# Installation\n#### From PyPi\n```\npip install pypeline-python\n```\n#### From source\n```\npip install git+https://github.com/zigai/py-pipeline.git\n```\n# License\n[MIT License](https://github.com/zigai/py-pipeline/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyPipeline is a simple Python framework for building data processing pipelines.",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/zigai/py-pipeline"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c01587b5c12d4b3de102423d409dd7800fd30034c2730b11193b8bd1ed1d230",
                "md5": "d412eddaa428f75ef03dbe57cdff8d11",
                "sha256": "2cc761c871f1c9e8bc880018980f7883fcc4f8a12839d089e1c093520326f7cd"
            },
            "downloads": -1,
            "filename": "pypeline_python-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d412eddaa428f75ef03dbe57cdff8d11",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12058,
            "upload_time": "2023-12-02T15:16:25",
            "upload_time_iso_8601": "2023-12-02T15:16:25.323119Z",
            "url": "https://files.pythonhosted.org/packages/5c/01/587b5c12d4b3de102423d409dd7800fd30034c2730b11193b8bd1ed1d230/pypeline_python-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5ec3d961675a1385afa9a142f95562ccb9a25e72f4d9e38b25a4e54a70dae5c",
                "md5": "590b6ba8c5bece644cb36ed8074518aa",
                "sha256": "c34acfb8671fe890a2de5f996eab1d77fc035b5650d6bedcbb1892f9ba636416"
            },
            "downloads": -1,
            "filename": "pypeline-python-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "590b6ba8c5bece644cb36ed8074518aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10272,
            "upload_time": "2023-12-02T15:16:27",
            "upload_time_iso_8601": "2023-12-02T15:16:27.878804Z",
            "url": "https://files.pythonhosted.org/packages/b5/ec/3d961675a1385afa9a142f95562ccb9a25e72f4d9e38b25a4e54a70dae5c/pypeline-python-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 15:16:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zigai",
    "github_project": "py-pipeline",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pypeline-python"
}
        
Elapsed time: 0.25028s