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

Curried and point-free versions of the Python standard libraries functions and methods.

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
rye sync
rye build

Then check the build results in directory dist. You can install curripy from them.

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