PyProcessingPipeline


NamePyProcessingPipeline JSON
Version 0.0.1.dev0 PyPI version JSON
download
home_page
SummaryPackage for defining processing pipelines.
upload_time2023-06-28 16:43:30
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords processing signal physiological signal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyProcessingPipeline

PyProcessingPipeline is a package for processing sets of timeseries data using a sequential API.

# Getting Started

## Installing via PyPi

Simply run
```
pip install PyProcessingPipeline
```

## Installing from source
To install the PyProcessingPipeline from source, clone this repository via
```
git clone https://gitlab.com/agbernhard.lse.thm/py-processing-pipeline.git
```
and then simply run pip install:
```
cd py-processing-pipeline
pip install
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyProcessingPipeline",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "processing,signal,physiological signal",
    "author": "",
    "author_email": "Christian Teichert <christian.teichert@lse.thm.de>, Urs Hackstein <urs.hackstein@lse.thm.de>",
    "download_url": "https://files.pythonhosted.org/packages/d9/e2/682aeab6942da30fca0f2ccf40c1c138e1e045e9d2853df29346207eebe2/PyProcessingPipeline-0.0.1.dev0.tar.gz",
    "platform": null,
    "description": "# PyProcessingPipeline\n\nPyProcessingPipeline is a package for processing sets of timeseries data using a sequential API.\n\n# Getting Started\n\n## Installing via PyPi\n\nSimply run\n```\npip install PyProcessingPipeline\n```\n\n## Installing from source\nTo install the PyProcessingPipeline from source, clone this repository via\n```\ngit clone https://gitlab.com/agbernhard.lse.thm/py-processing-pipeline.git\n```\nand then simply run pip install:\n```\ncd py-processing-pipeline\npip install\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Package for defining processing pipelines.",
    "version": "0.0.1.dev0",
    "project_urls": {
        "homepage": "https://gitlab.com/agbernhard.lse.thm/py-processing-pipeline"
    },
    "split_keywords": [
        "processing",
        "signal",
        "physiological signal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4b614526a866b14a602251665a76268bcfc159760f218e30177ebeedf580a99",
                "md5": "a6001bc8bd3c938eebcbbb7be22ff10e",
                "sha256": "58e6b336766d80dfc736d8a7570b2c78c3db4286eacb67a8218bc1ec78f8b024"
            },
            "downloads": -1,
            "filename": "PyProcessingPipeline-0.0.1.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6001bc8bd3c938eebcbbb7be22ff10e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 52465,
            "upload_time": "2023-06-28T16:43:27",
            "upload_time_iso_8601": "2023-06-28T16:43:27.882099Z",
            "url": "https://files.pythonhosted.org/packages/c4/b6/14526a866b14a602251665a76268bcfc159760f218e30177ebeedf580a99/PyProcessingPipeline-0.0.1.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e2682aeab6942da30fca0f2ccf40c1c138e1e045e9d2853df29346207eebe2",
                "md5": "b75b11a04f183ea8728d811d105fca56",
                "sha256": "ae10c400e1d4fb9a2e1f6ec514fd55161d83b131aa0a77d9e23b5325c0747bf4"
            },
            "downloads": -1,
            "filename": "PyProcessingPipeline-0.0.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "b75b11a04f183ea8728d811d105fca56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 38457,
            "upload_time": "2023-06-28T16:43:30",
            "upload_time_iso_8601": "2023-06-28T16:43:30.096290Z",
            "url": "https://files.pythonhosted.org/packages/d9/e2/682aeab6942da30fca0f2ccf40c1c138e1e045e9d2853df29346207eebe2/PyProcessingPipeline-0.0.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 16:43:30",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "agbernhard.lse.thm",
    "gitlab_project": "py-processing-pipeline",
    "lcname": "pyprocessingpipeline"
}
        
Elapsed time: 0.09199s