Skip to main content

Minimal & Simple Pipeline for Python

Project description

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

- [Getting Started](#getting-started)
- [Examples](#examples)
- [Installation](#installation)
- [Tests](#tests)
- [Tutorial](#tutorial)
- [Reference](#reference)

## Getting Started

## Examples
```python
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:

```bash
pip install bpipe
```

Or from source code:

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

### Tests
```python
python setup.py test
```

## [Tutorial](docs/tutorial.md)
## [Reference](docs/reference.md)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bpipe-1.0.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page