iterpipes 0.4
Shell pipelines in Python using shell-like syntax
Downloads ↓ | Package Documentation
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| iterpipes-0.4.tar.gz (md5) | Source | 2010-03-11 | 7KB | 1130 | |
- Author: Andrey Vlasovskikh
- Documentation: iterpipes package documentation
- Home Page: http://iterpipes.pirx.ru/
- Keywords: shell pipe pipeline subprocess infinite iterable iterator iter dataflow
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Natural Language :: Russian
- Programming Language :: Python
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Unix Shell
- Topic :: Software Development :: Libraries
- Topic :: System :: Shells
- Topic :: System :: Systems Administration
- Package Index Owner: vlasovskikh
- DOAP record: iterpipes-0.4.xml
