storey


Namestorey JSON
Version 1.10.12 PyPI version JSON
download
home_pagehttps://github.com/mlrun/storey
SummaryAsync flows
upload_time2025-09-08 08:25:31
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

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.transormations/index.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\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.transormations/index.html) in particular.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Async flows",
    "version": "1.10.12",
    "project_urls": {
        "Homepage": "https://github.com/mlrun/storey"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f490d27b3ffb32e840d752fe58c28e7e2726f6d84a64cadec344d2ab9fad40e9",
                "md5": "9b0c98a9c08f38ee5d02386c0abb1181",
                "sha256": "5d125d534b44a941e1c132a43be0ad687acb6890806fe63fc589edae04a7f75f"
            },
            "downloads": -1,
            "filename": "storey-1.10.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b0c98a9c08f38ee5d02386c0abb1181",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 103114,
            "upload_time": "2025-09-08T08:25:31",
            "upload_time_iso_8601": "2025-09-08T08:25:31.847017Z",
            "url": "https://files.pythonhosted.org/packages/f4/90/d27b3ffb32e840d752fe58c28e7e2726f6d84a64cadec344d2ab9fad40e9/storey-1.10.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 08:25:31",
    "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.8"
                ],
                [
                    ">=",
                    "0.6.10"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "!=",
                    "1.5.*"
                ],
                [
                    "<",
                    "2.2"
                ],
                [
                    ">=",
                    "1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16.5"
                ],
                [
                    "<",
                    "1.27"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    ">=",
                    "1"
                ],
                [
                    "<",
                    "18"
                ]
            ]
        },
        {
            "name": "v3io-frames",
            "specs": [
                [
                    ">=",
                    "0.10.14"
                ],
                [
                    "!=",
                    "0.11.*"
                ],
                [
                    "!=",
                    "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: 2.36355s