Curried and point-free versions of the Python standard libraries functions and methods.
- 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
rye sync
rye build
Then check the build results in directory dist
. You can install curripy
from them.
- 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