Skip to content

suned/pfun

Repository files navigation


Functional, composable, asynchronous, type-safe Python.

Install

$ pip install pfun

Or with optional dependencies:

$ pip install pfun[http,sql]

Resources

Articles

Examples

Support

On ko-fi

Development

Requires poetry

  • Install dependencies with poetry run task install -E http -E sql
  • Build documentation with poetry run task serve-docs
  • Run tests with poetry run task test
  • Lint with poetry run task lint