PipeController v0.1 - experimental tool to simulate simple UNIX-style pipes in Python

Ramchandra Apte maniandram01 at gmail.com
Sat Sep 1 11:32:32 EDT 2012


On Friday, 31 August 2012 03:27:54 UTC+5:30, vasudevram  wrote:
> I wrote PipeController recently to experiment with doing UNIX-style pipes in Python.
> 
> 
> 
> Blog post about it:
> 
> 
> 
> http://jugad2.blogspot.in/2012/08/pipecontroller-v01-released-simulating.html
> 
> 
> 
> The blog post has a link to the downloadable PipeController source code.
> 
> 
> 
> It will be released under the New BSD License, which means you can use it for any purpose, commercial or otherwise, subject to the terms of the license.
> 
> 
> 
> - Vasudev Ram
> 
> www.dancingbison.com
> 
> jugad2.blogspot.com
> 
> twitter.com/vasudevram

Doesn't the pipes module already do this?



More information about the Python-list mailing list