# 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)
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)
Release files for bpipe 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bpipe-1.0.0.tar.gz | 5.3 kB | Details |
Release files / bpipe-1.0.0.tar.gz
| Download URL | bpipe-1.0.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c0b8fe1dc8a44d67ec14cbbd3fc600b29b5140aae3b077d3ef45bfc273e4a17
|
|
BLAKE2b-256 checksum How to use checksums |
e390b86a80e204d339014f283e6563d3b4d5a274bf358b188062245e33882d68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |