Skip to content

Collection of curried / pointfree functions for Python, mainly modified from Python standard library.

License

Notifications You must be signed in to change notification settings

Lehmaning/curripy

Repository files navigation

curripy

Collections of curried and point-free style functions and methods for Python.

Features

  • 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

Installation

pip install curripy

Build

git clone https://github.com/Lehmaning/curripy.git
cd curripy
uv sync
uv build

See Also

About

Collection of curried / pointfree functions for Python, mainly modified from Python standard library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages