Metadata-Version: 2.1
Name: mysiar-data-flow
Version: 0.0.1
Summary: Python data manipulation library
Keywords: dataframe,pandas,polars,fireducks
Author: Piotr Synowiec
Author-email: psynowiec@gmail.com
Maintainer: Piotr Synowiec
Maintainer-email: psynowiec@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Provides-Extra: all
Provides-Extra: dev
Requires-Dist: black ; extra == "dev"
Requires-Dist: fireducks
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: pandas
Requires-Dist: poetry ; extra == "dev"
Requires-Dist: polars
Requires-Dist: pyarrow
Requires-Dist: pyproject-flake8 ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: tables
Description-Content-Type: text/markdown

# DataFlow

![tests](https://github.com/mysiar-org/python-data-flow/actions/workflows/tests.yaml/badge.svg)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)


library to manipulate data

## Installation instructions

```sh
pip install mysiar-data-flow
```

## DataFlow.DataFrame

### Usage
For now check  [mysiar_data_flow/data_flow.py](mysiar_data_flow/data_flow.py) file for interface



![work in progress](.github/5578703.png)

