Contents

muffin 0.100.1

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

The klen/muffin repo was created 9 years ago and the last code push was 6 months ago.
The project is popular with 666 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.3.0

High level compatibility layer for multiple asynchronous event loop implementations

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

sanic 23.12.1

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