[HN Gopher] Show HN: Pypipe - A Python command-line tool for pip...
       ___________________________________________________________________
        
       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.
        
       Author : bugen
       Score  : 34 points
       Date   : 2023-10-23 04:35 UTC (4 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | marcyb5st wrote:
       | Pretty cool! I feel that this would be extremely helpful for me
       | since at times I struggle remembering the incantations for xargs,
       | awk, ... .
        
       | aquir wrote:
       | There is already a - much more powerful - tool for this:
       | NimbleText. It has a UI, a CLI interface and even a web version.
       | Also, check out NimbleSet as well.
        
       | kunley wrote:
       | Cool!
       | 
       | My tool of choice for such things is awk, still, it's good to
       | have more alternatives
        
       ___________________________________________________________________
       (page generated 2023-10-23 09:00 UTC)