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
- Host: GitHub
- URL: https://github.com/zigai/py-pipeline
- Owner: zigai
- License: mit
- Created: 2023-01-30T23:25:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T11:23:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:48:38.431Z (over 1 year ago)
- Topics: cli, pipeline, python, python-pipeline
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPipeline
[](https://badge.fury.io/py/pypeline-python)

[](https://pepy.tech/project/pypeline-python)
[](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)