Metadata-Version: 2.1
Name: pydbsp
Version: 0.1.0
Summary: A pure-python implementation of the database signal processing theory stream processing paradigm
License: MIT
Author: brurucy
Author-email: brurucy@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: debugpy (>=1.8.5,<2.0.0)
Requires-Dist: pyright (>=1.1.375,<2.0.0)
Description-Content-Type: text/markdown

# PyDBSP
<div align="center">
<a href="/assets/" />
<img src="/assets/logo.svg" width=400px" />
</a>
</div>

## Introduction
This library provides an implementation of the [DBSP](https://arxiv.org/pdf/2203.16684) language for incremental streaming
computation. It is a tool primarily meant for **research**. See it as the [PyTorch](https://github.com/pytorch/pytorch) of streaming.

## Examples
There are a myriad of examples living in each `test_*.py` file.

