• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Functional, composable, asynchronous, type-safe Python.


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