unix-pipeline-like stream processing in python
Project description
The goal: pipelien equivalence
Given this pipeline in unix shell:
foo | bar | baz
we should have this in python:
foo >> bar >> baz
Any segment should be easily swappable between the python and shell version. Command foo should be callable from python. Conversely python function that implements a segment should be callable as a command.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hose-0.0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file hose-0.0.1.tar.gz
.
File metadata
- Download URL: hose-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3076e0407af61fc87a0bcee7d472d6a4ea4d188b7f01aa6a4725c8bdbf6d830c |
|
MD5 | 6e2b0284cba96760f98474110ccd3a95 |
|
BLAKE2b-256 | f572b91168f72ca73c4903c21b4c056d4ac5ca321dedaa33a54e4c291bab37dc |