Metadata-Version: 2.4
Name: realtime-pipeline
Version: 0.1.2
Summary: Build up pipelined programs to process the newest data
Author: timsu92
Author-email: timsu92 <33785401+timsu92@users.noreply.github.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: readerwriterlock>=1.0.9
Requires-Dist: sortedcontainers>=2.4.0
Requires-Python: >=3.8
Project-URL: Documentation, https://github.com/timsu92/realtime-pipeline
Project-URL: Homepage, https://github.com/timsu92/realtime-pipeline
Project-URL: Issues, https://github.com/timsu92/realtime-pipeline/issues
Project-URL: Repository, https://github.com/timsu92/realtime-pipeline
Description-Content-Type: text/markdown

Realtime Pipeline
=================

This project aims to assist building pipelined programs to process the newest data. Intended to be as realtime as possible.

Documentation is on the way!