Metadata-Version: 2.1
Name: pypeline-python
Version: 0.1.2
Summary: PyPipeline is a simple Python framework for building data processing pipelines.
Home-page: https://github.com/zigai/py-pipeline
Author: Žiga Ivanšek
Author-email: ziga.ivansek@gmail.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# PyPipeline
[![PyPI version](https://badge.fury.io/py/pypeline-python.svg)](https://badge.fury.io/py/pypeline-python)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/pypeline-python)](https://pepy.tech/project/pypeline-python)
[![license](https://img.shields.io/github/license/zigai/py-pipeline.svg)](https://github.com/zigai/py-pipeline/blob/main/LICENSE)

```PyPipeline``` is a simple Python framework for building data processing pipelines.

# Installation
#### From PyPi
```
pip install pypeline-python
```
#### From source
```
pip install git+https://github.com/zigai/py-pipeline.git
```
# License
[MIT License](https://github.com/zigai/py-pipeline/blob/master/LICENSE)
