/curripy

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

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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