Skip to content

jepemo/basic-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-pipeline

basic-pipeline (or bpipe) is a minimal & simple pipeline engine for Python

Build Status

Getting Started

Examples

from bpipe import *

for r in echo("Hello World") | map_to(lambda x: x.upper()):
    print(r)

# HELLO WORLD

Installation

Just install it with the pip client:

pip install bpipe

Or from source code:

git clone https://github.com/jepemo/basic-pipeline
cd basic-pipeline
python3 -m venv venv
source venv/bin/activate
pip install -e .

Tests

python setup.py test

About

Minimal & Simple Pipeline Engine for Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages