Skip to content

Quickstart

Requirements

  • Python 3.12 or newer

The library leans on modern typing improvements such as :func:typing.override and :class:typing.Self, so earlier interpreters are not supported.

Installation

Install from pypi:

This will install the latest release from pypi via pip:

pip install pure-function-decorators

Using