Metadata-Version: 2.1
Name: storey
Version: 1.7.22
Summary: Async flows
Home-page: https://github.com/mlrun/storey
Author: Iguazio
Author-email: yaronh@iguazio.com
License: Apache
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp~=3.8
Requires-Dist: v3io~=0.6.4
Requires-Dist: pandas!=1.5.*,<2.2,>=1
Requires-Dist: numpy<1.27,>=1.16.5
Requires-Dist: pyarrow<15,>=1
Requires-Dist: v3io-frames~=0.10.9
Requires-Dist: fsspec>=0.6.2
Requires-Dist: v3iofs~=0.1.17
Requires-Dist: xxhash>=1
Requires-Dist: nuclio-sdk>=0.5.3
Provides-Extra: kafka
Requires-Dist: kafka-python~=2.0; extra == "kafka"
Provides-Extra: redis
Requires-Dist: redis~=4.3; extra == "redis"
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy~=1.3; extra == "sqlalchemy"
Provides-Extra: tdengine
Requires-Dist: taospy[ws]<3,>=2; extra == "tdengine"

# 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.

&#x25B6; 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.
