Metadata-Version: 2.3
Name: py_simpledataflow
Version: 0.1.0
Summary: A simple Python library for processing data through a stream
License: MIT
Author: Arnaud Valmary
Requires-Python: >=3.9
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
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/ArnaudValmary/py_simpledataflow
Description-Content-Type: text/markdown

# py_simpledata_flow

A simple Pyhton library for processing stream data using a logical sequence of functions

## Use cases

Transform, select, remove... data from a generator by a sequence of functions.

## Installation

```bash
poetry add py_simpledata_flow
```

## Quick start

...

## Documentation

...

