Plugins#
Muffin has a rich ecosystem of plugins:
[muffin-jinja2](https://github.com/klen/muffin-jinja2) – Jinja2 templates (asyncio/trio/curio)
[muffin-session](https://github.com/klen/muffin-session) – Signed cookie-based HTTP sessions
[muffin-oauth](https://github.com/klen/muffin-oauth) – OAuth integration
[muffin-sentry](https://github.com/klen/muffin-sentry) – Sentry error tracking
[muffin-peewee](https://github.com/klen/muffin-peewee-aio) – Peewee ORM integration
[muffin-babel](https://github.com/klen/muffin-babel) – i18n support
[muffin-databases](https://github.com/klen/muffin-databases) – SQL database support
[muffin-mongo](https://github.com/klen/muffin-mongo) – MongoDB integration
[muffin-rest](https://github.com/klen/muffin-rest) – REST API utilities
[muffin-redis](https://github.com/klen/muffin-redis) – Redis integration
[muffin-admin](https://github.com/klen/muffin-admin) – Auto-generated admin UI
[muffin-prometheus](https://github.com/klen/muffin-prometheus) – Prometheus metrics exporter
See each repo for usage and installation instructions.