Collections of curried and point-free style functions and methods for Python.
- A set of efficient functions corresponing to the built-in and standard Python functions
- Point-free style of functions and methods for better composition
- All implementations are encapsulations of upstream library
pip install curripy
git clone https://github.com/Lehmaning/curripy.git
cd curripy
uv sync
uv build
- dry-python/returns: Provides support for curry, pipes and Functors
- dry-python/classes: Brings support for typeclasses
- dgilland/pydash: Adds support for currying, composing, arity and curry_right