JulienPalard / Pipe

A Python library to use infix notation in Python
MIT License
1.95k stars 113 forks source link

Is anybody uses Pipe in production? #100

Open dzmitry-lahoda opened 8 months ago

dzmitry-lahoda commented 8 months ago

Is anybody uses Pipe in production? What are good and bad parts?

cemrehancavdar commented 7 months ago

I use it in production there is only a caveat for me is type safety #76 for now. It is not possible for now, it seems.

JulienPalard commented 7 months ago

We can find a few in here:

https://github.com/search?q=%22from+pipe+import%22&type=code

but some are just examples / exercises / fun, I haven't screened for big projects.

Oh there's an example in: https://github.com/khuyentran1401/Efficient_Python_tricks_and_tools_for_data_scientists/tree/master

If a few projects having a good use of pipe want to be mentioned in the REAMDE, it may be nice.