4 ms·
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 start
by doki_pen 11y 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/ https://tubing.readthedocs.org/en/latest/
- mixmastamyk 11y agoNeeds 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.