sspipe/sspipe

Questions: unpipe() and general compatibility

GitHunter0 opened this issue · 0 comments

Hey man, first let me say that sspipe is my favorite python package, it is a game changer in my opinion.
I believe the combination of functional programming and pipe operator is the best paradigm and Python was really deficient in that regard.
Thank you very much to provide this package and I hope it gets the all attention it deserves!

I have 2 questions:

(1) What are the uses of unpipe? Are there some documentation and examples using it?

(2) Can sspipe be used robustly throughout python ecosystem or there are some cases/environments that it should be avoided to prevent some critical incompatibility?

Best regards