Hacker News new | ask | show | jobs
by doki_pen 3750 days ago
Tubing is a Python I/O library.

I've been using it for batch data transformation tasks at Embedly. It's still early and things can still change, but it's starting to stabilize. Tell me what you think about the gross abuse of the __or__ operator. I love it, but if I'm alone, I can remove it, or at least remove it from example code.

https://tubing.readthedocs.org/en/latest/

1 comments

Needs an introductory paragraph. Had to read the whole page before I started to understand what it is, and even then it is a bit vague. Looks like piping of data like the shell in python.