Closed ricardo-reis-1970 closed 3 years ago
Hi Ricardo, thank you for your feedback! You are right, there is definitely a typo in README. The lib was named pipe
before i published it to pypi. Then I realized that this name is already used and published it as pipe21
, but forgot to update the README examples. 😓 (there's no dependency on pipe lib that you mentioned)
I've updated all the pipe
to pipe21
, so now examples should not raise ModuleNotFoundError
.
You are right, docs is quite poor now, only describing main methods. I'll try to add more examples and descriptions for all methods.
The lib is very small (less than 100 lines single file). All available methods are here. I think docs should describe / have examples to all of them. If you want to add some docs/examples/or new functions you're welcome to open PR/issue.
Privet!
I found
pipe21
while checking onpipe
on pypi and trying to find out something more usable. Thispipe21
is way better and I think it only lacks a bit of documentation (which I'd be happy to start putting together!)However, after having installed both I noticed that the examples here all mention
pipe
instead ofpipe21
in the imports. Withoutpipe
installed, this just gives aModuleNotFoundError
. Withpipe
installed, this goes to it, instead.If one could vote for deprecation of stale libs and name release, I would totally do it. This is small, smart and I'll definitely be using it, as I am a fierce advocate for Functional Programming. But the examples must all be updated too (as you did in rename pipe -> pipe21), otherwise they won't work and adoption could be compromised.
Let me know what I can do to help. Ricardo