All Projects → suned → Pfun

suned / Pfun

Functional, composable, asynchronous, type-safe Python.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects
types
53 projects

Projects that are alternatives of or similar to Pfun

Aioreactive
Async/await reactive tools for Python 3.9+
Stars: ✭ 215 (+186.67%)
Mutual labels:  async, asyncio, functional-programming
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+52684%)
Mutual labels:  async, asyncio
Mori Ext
Function bind syntax wrappers for mori
Stars: ✭ 15 (-80%)
Mutual labels:  immutable, functional-programming
Vim Strand
A barebones Vim plugin manger written in Rust
Stars: ✭ 38 (-49.33%)
Mutual labels:  async, asyncio
Fastapi Users
Ready-to-use and customizable users management for FastAPI
Stars: ✭ 713 (+850.67%)
Mutual labels:  async, asyncio
Fennel
A task queue library for Python and Redis
Stars: ✭ 24 (-68%)
Mutual labels:  async, asyncio
Immutable Tuple
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
Stars: ✭ 29 (-61.33%)
Mutual labels:  immutable, functional-programming
Tornado Celery
Non-blocking Celery client for Tornado
Stars: ✭ 561 (+648%)
Mutual labels:  async, asyncio
Fx Ts
Computational environments and effects for TypeScript
Stars: ✭ 42 (-44%)
Mutual labels:  functional-programming, effects
Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+10894.67%)
Mutual labels:  async, asyncio
Aiodine
🧪 Async-first Python dependency injection library
Stars: ✭ 51 (-32%)
Mutual labels:  async, asyncio
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (+826.67%)
Mutual labels:  async, asyncio
Funfix
Functional Programming Library for JavaScript, TypeScript and Flow ✨⚡️
Stars: ✭ 596 (+694.67%)
Mutual labels:  async, functional-programming
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-90.67%)
Mutual labels:  async, asyncio
Aredis
redis client for Python asyncio (has support for redis server, sentinel and cluster)
Stars: ✭ 576 (+668%)
Mutual labels:  async, asyncio
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-61.33%)
Mutual labels:  async, asyncio
Forgefx
Algebraic effects and handlers using generators
Stars: ✭ 58 (-22.67%)
Mutual labels:  async, effects
Fasy
FP iterators that are both eager and asynchronous
Stars: ✭ 488 (+550.67%)
Mutual labels:  async, functional-programming
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (+617.33%)
Mutual labels:  functional-programming, effects
Async
An awesome asynchronous event-driven reactor for Ruby.
Stars: ✭ 1,000 (+1233.33%)
Mutual labels:  async, asyncio


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 install
  • Build documentation with poetry run mkdocs serve
  • Run tests with poetry run tox
  • Lint with poetry run pre-commit run --all
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].