ariebovenberg / calls

Simple, typed, composable tools for callables.

Home Page:https://calls.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤙 Calls

image

image

image

image

image

Simple, typed, composable tools for callables. They're also good Python citizens with nice repr, mypy support, and picklability.

Quickstart

All utilities are directly importable. See the docs for a complete overview.

>>> from calls import raises, always, identity, flip, pipe

Installation

It's available on PyPI.

pip install calls

About

Simple, typed, composable tools for callables.

https://calls.rtfd.io


Languages

Language:Python 92.8%Language:Makefile 7.2%