New Show Hacker News story: Show HN: Pypipe – A Python command-line tool for pipeline processing
Show HN: Pypipe – A Python command-line tool for pipeline processing
2 by bugen | 0 comments on Hacker News.
pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient.
2 by bugen | 0 comments on Hacker News.
pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient.
Comments
Post a Comment