Skip to content
/ pfun Public
forked from suned/pfun

Functional, composable, asynchronous, type-safe Python.

License

Notifications You must be signed in to change notification settings

ctrl-q/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

About

Functional, composable, asynchronous, type-safe Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.7%
  • Cython 19.3%