Skip to main content

Shell pipelines in Python using shell-like syntax

Project description

This is a beta release. The library may be changed significantly.

Release Date:

2010-03-11

http://iterpipes.pirx.ru/_static/logo.png

Rationale

Python is a good choice for many software tools, but it lacks clarity and simplicity of command shells when it comes to running command pipelines from scripts. The standard subprocess module provides basic inter-processing tools, but it requires lots of lines to express a single shell line.

iterpipes is trying to overcome this limitation by representing a shell command pipeline as a function over iterables, similar to functions from the standard itertools module.

Getting Started

  1. Download and install iterpipes

  2. Read the introduction

  3. Get familiar with the iterpipes API

The simplest way to install iterpipes is via pip or easy_install:

$ pip install iterpipes

Packages for Arch Linux and FreeBSD are also available.

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

iterpipes-0.4.tar.gz (7.7 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