Sunday, October 22, 2023

Show HN: Pypipe – A Python command-line tool for pipeline processing https://ift.tt/Yy2KtxG

Show HN: Pypipe – A Python command-line tool for pipeline processing 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. https://ift.tt/lP0AZkI October 23, 2023 at 10:05AM

No comments:

Post a Comment

Show HN: Simstack, SSH escape room for developers https://ift.tt/akgEJdS

Show HN: Simstack, SSH escape room for developers I built a realistic prod system under heavy pressure where you SSH in and solve real probl...