Metadata-Version: 2.1
Name: mysiar-data-flow
Version: 0.0.2
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: License :: OSI Approved :: MIT License
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)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)



![PyPI - Version](https://img.shields.io/pypi/v/mysiar-data-flow)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysiar-data-flow)
![PyPI - License](https://img.shields.io/pypi/l/mysiar-data-flow)
![PyPI - Downloads](https://img.shields.io/pypi/dm/mysiar-data-flow)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/mysiar-data-flow)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/mysiar-data-flow)
![PyPI - Format](https://img.shields.io/pypi/format/mysiar-data-flow)







library to manipulate data

## Installation

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


