An open API service indexing awesome lists of open source software.

https://github.com/zigai/py-pipeline

Simple Python framework for building data processing pipelines
https://github.com/zigai/py-pipeline

cli pipeline python python-pipeline

Last synced: 4 months ago
JSON representation

Simple Python framework for building data processing pipelines

Awesome Lists containing this project

README

          

# 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)