tandav / pipe21

Simple functional pipes for python
https://tandav.github.io/pipe21
MIT License
17 stars 1 forks source link

add args and kwargs support for `Pipe` #28

Closed tandav closed 1 year ago

tandav commented 1 year ago

piped value is 1st arg, but there should be option to pass rest args and kwargs

example:

>>> 'FF' | P.Pipe(int, 16)
255