Skip to main content

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


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 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