I got nerd-sniped by some friends...
I am feeling somewhat better now, but this is the outcome: https://github.com/BjarniRunar/Pipe - easy shell-like pipes of unix utilities, in #Python!
Example:
from pipe import *
sh.uname | sh.grep('Linux') | sh.Check
(Raises an exception if not on Linux... assuming it runs at all).