storey


Namestorey JSON
Version 1.8.9 PyPI version JSON
download
home_pagehttps://github.com/mlrun/storey
SummaryAsync flows
upload_time2025-01-26 12:28:30
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.9",
    "project_urls": {
        "Homepage": "https://github.com/mlrun/storey"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1fc0ba2a4b95f9a51322b7d4b3dda01745c511de594e13b902e184e80d2994c",
                "md5": "729cde5b35bbf677dd9efd0e447ee62f",
                "sha256": "cc5ffe86130db92b7b1d3af0344cf4863ab5473057b127c1a1713ad2e2d99678"
            },
            "downloads": -1,
            "filename": "storey-1.8.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "729cde5b35bbf677dd9efd0e447ee62f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 97025,
            "upload_time": "2025-01-26T12:28:30",
            "upload_time_iso_8601": "2025-01-26T12:28:30.605836Z",
            "url": "https://files.pythonhosted.org/packages/d1/fc/0ba2a4b95f9a51322b7d4b3dda01745c511de594e13b902e184e80d2994c/storey-1.8.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 12:28:30",
    "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.5.*"
                ],
                [
                    "<",
                    "2.2"
                ],
                [
                    ">=",
                    "1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "<",
                    "1.27"
                ],
                [
                    ">=",
                    "1.16.5"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    "<",
                    "18"
                ],
                [
                    ">=",
                    "1"
                ]
            ]
        },
        {
            "name": "v3io-frames",
            "specs": [
                [
                    "!=",
                    "0.11.*"
                ],
                [
                    ">=",
                    "0.10.14"
                ],
                [
                    "!=",
                    "0.12.*"
                ]
            ]
        },
        {
            "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.69975s