Metadata-Version: 2.1
Name: funcy-pipe
Version: 0.2.0
Summary: If Funcy and Pipe had a baby. Decorates all Funcy methods with Pipe superpowers.
Home-page: https://github.com/iloveitaly/funcy-pipe
License: MIT
Keywords: functional-programming,pipe,funcy,data-manipulation
Author: Michael Bianco
Author-email: mike@mikebian.co
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: funcy (>=2.0,<3.0)
Description-Content-Type: text/markdown

# Funcy with pipeline-based operators

If Funcy and Pipe had a baby.

### Module Alias

Create a module alias for `funcy-pipe` to easily import in your project:

```python
# f.py
from funcy_pipe import *
```

# Inspiration

* https://pypi.org/project/funcy-chain
* https://github.com/JulienPalard/Pipe
* Ruby's enumerable library
* Elixir's pipe operator

# TODO

- [ ] tests
- [ ] relax python version

