storey


Namestorey JSON
Version 1.8.7 PyPI version JSON
download
home_pagehttps://github.com/mlrun/storey
SummaryAsync flows
upload_time2024-12-19 08:22:44
maintainerNone
docs_urlNone
authorIguazio
requires_python>=3.9
licenseApache
keywords
VCS
bugtrack_url
requirements aiohttp v3io pandas numpy pyarrow v3io-frames fsspec v3iofs xxhash nuclio-sdk
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Storey

[![CI](https://github.com/mlrun/storey/workflows/CI/badge.svg)](https://github.com/mlrun/storey/actions?query=workflow%3ACI)

Storey is an asynchronous streaming library, for real time event processing and feature extraction. It's a component
of mlrun.

▶ For more information, see [mlrun documentation](https://docs.mlrun.org/en/stable/), and the page on [storey
transformations](https://docs.mlrun.org/en/latest/api/storey.transformations.html) in particular.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mlrun/storey",
    "name": "storey",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Iguazio",
    "author_email": "yaronh@iguazio.com",
    "download_url": null,
    "platform": null,
    "description": "# Storey\n\n[![CI](https://github.com/mlrun/storey/workflows/CI/badge.svg)](https://github.com/mlrun/storey/actions?query=workflow%3ACI)\n\nStorey is an asynchronous streaming library, for real time event processing and feature extraction. It's a component\nof mlrun.\n\n▶ For more information, see [mlrun documentation](https://docs.mlrun.org/en/stable/), and the page on [storey\ntransformations](https://docs.mlrun.org/en/latest/api/storey.transformations.html) in particular.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Async flows",
    "version": "1.8.7",
    "project_urls": {
        "Homepage": "https://github.com/mlrun/storey"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb838cc75cca47c1374b0cd7e86f7a0b5febead0926f1a56794e3826c41e3359",
                "md5": "705ac003d00193fc7c969ec21854b6f3",
                "sha256": "850e4b4e22466f875a7c31caaf610311934061207da3ce217c6062f042b76a31"
            },
            "downloads": -1,
            "filename": "storey-1.8.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "705ac003d00193fc7c969ec21854b6f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 96714,
            "upload_time": "2024-12-19T08:22:44",
            "upload_time_iso_8601": "2024-12-19T08:22:44.450502Z",
            "url": "https://files.pythonhosted.org/packages/fb/83/8cc75cca47c1374b0cd7e86f7a0b5febead0926f1a56794e3826c41e3359/storey-1.8.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 08:22:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mlrun",
    "github_project": "storey",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "~=",
                    "3.8"
                ]
            ]
        },
        {
            "name": "v3io",
            "specs": [
                [
                    "~=",
                    "0.6.10"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1"
                ],
                [
                    "<",
                    "2.2"
                ],
                [
                    "!=",
                    "1.5.*"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16.5"
                ],
                [
                    "<",
                    "1.27"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    ">=",
                    "1"
                ],
                [
                    "<",
                    "18"
                ]
            ]
        },
        {
            "name": "v3io-frames",
            "specs": [
                [
                    "!=",
                    "0.11.*"
                ],
                [
                    "!=",
                    "0.12.*"
                ],
                [
                    ">=",
                    "0.10.14"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    ">=",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "v3iofs",
            "specs": [
                [
                    "~=",
                    "0.1.17"
                ]
            ]
        },
        {
            "name": "xxhash",
            "specs": [
                [
                    ">=",
                    "1"
                ]
            ]
        },
        {
            "name": "nuclio-sdk",
            "specs": [
                [
                    ">=",
                    "0.5.3"
                ]
            ]
        }
    ],
    "lcname": "storey"
}
        
Elapsed time: 0.42723s