Contents

muffin 0.102.3

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: 671, Watchers: 671, Forks: 25, Open Issues: 1

The klen/muffin repo was created 9 years ago and the last code push was 2 months ago.
The project is popular with 671 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
Kirill Klenov
License
MIT
Homepage
https://github.com/klen/muffin
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.6.0

High level compatibility layer for multiple asynchronous event loop implementations

Hypercorn 0.17.3

A ASGI Server based on Hyper libraries and inspired by Gunicorn

sanic 24.6.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