Contents

muffin 1.4.2

0

Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)

Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)

Stars: 686, Watchers: 686, Forks: 24, Open Issues: 1

The klen/muffin repo was created 11 years ago and the last code push was 5 days ago.
The project is popular with 686 github stars!

How to Install muffin

You can install muffin using pip

pip install muffin

or add it to a project with poetry

poetry add muffin

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/muffin/
Documentation:
https://klen.github.io/muffin
GitHub Repo:
https://github.com/klen/muffin

Classifiers

  • Internet/WWW/HTTP
No  muffin  pypi packages just yet.

Errors

A list of common muffin errors.

Code Examples

Here are some muffin code examples and snippets.

Related Packages & Articles

anyio 4.12.1

High-level concurrency and networking framework on top of asyncio or Trio

Hypercorn 0.18.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

sanic 25.12.0

A web server and web framework that's written to go fast. Build fast. Run fast.

sniffio 1.3.1

Sniff out which async library your code is running under