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
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
Download and install iterpipes
Read the introduction
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
File details
Details for the file iterpipes-0.4.tar.gz
.
File metadata
- Download URL: iterpipes-0.4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42208f04aae48e353fa614d41fdea5eca690f1bf41a29198b408983aa1855936 |
|
MD5 | 49273f11b8888d565eed58b6f2702a06 |
|
BLAKE2b-256 | 84249bce618c783ec3c9cea8fe10711ef821c627e192947bb8fc6f954d9e37ed |