Skip to content

suned/pfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d34939f · Nov 20, 2023
Nov 20, 2023
May 20, 2022
Jun 30, 2020
Jul 22, 2020
Dec 9, 2022
Nov 19, 2023
Nov 19, 2023
Apr 3, 2021
Aug 10, 2021
Aug 10, 2021
Jun 9, 2022
Nov 19, 2023
May 20, 2022
Nov 20, 2023
Nov 20, 2023
May 9, 2022
Apr 10, 2021

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