calabash

Bash-style pipelining syntax for Python generators
Download

calabash Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Publisher Name:
  • Zachary Voase
  • Publisher web site:
  • http://github.com/disturbyte/

calabash Tags


calabash Description

Bash-style pipelining syntax for Python generators calabash is a Python module that aims to bring bash-style pipelining to Python generators.A short example:>>> from calabash.common import grep>>> pl = iter() | grep(r'yt')>>> pl< PipeLine: iter | grep >>>> for item in pl:... print itempythonjythonInstallation:You can get the module from PyPI:pip install calabash Requirements: · Python


calabash Related Software