Metadata-Version: 2.4
Name: PyMTPL
Version: 1.0.0
Summary: Monoidal Typed Pipeline Library — composable morphisms for event streams
Author: Jan Victor Otte
License: MIT
Project-URL: Homepage, https://github.com/JanVictor-Otte/MTPL
Project-URL: Repository, https://github.com/JanVictor-Otte/MTPL
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mtpl — Python

Python port of [MTPL](https://github.com/JanVictor-Otte/MTPL) (Monoidal Typed Pipeline Library). Composable morphisms for event streams with lane-level and event-level transforms.

```bash
pip install PyMTPL
```
