2017-01-29 20:47:00 +00:00
# Extensions
2017-01-13 03:22:47 +00:00
A list of Sanic extensions created by the community.
2017-01-20 03:18:52 +00:00
- [Sessions ](https://github.com/subyraman/sanic_session ): Support for sessions.
Allows using redis, memcache or an in memory store.
- [CORS ](https://github.com/ashleysommer/sanic-cors ): A port of flask-cors.
2017-02-19 00:53:32 +00:00
- [Compress ](https://github.com/subyraman/sanic_compress ): Allows you to easily gzip Sanic responses. A port of Flask-Compress.
2017-01-24 07:34:32 +00:00
- [Jinja2 ](https://github.com/lixxu/sanic-jinja2 ): Support for Jinja2 template.
2017-02-11 23:26:18 +00:00
- [OpenAPI/Swagger ](https://github.com/channelcat/sanic-openapi ): OpenAPI support, plus a Swagger UI.
2017-02-15 05:27:58 +00:00
- [Pagination ](https://github.com/lixxu/python-paginate ): Simple pagination support.
2017-02-16 14:36:16 +00:00
- [Motor ](https://github.com/lixxu/sanic-motor ): Simple motor wrapper.
2017-02-16 17:49:48 +00:00
- [Sanic CRUD ](https://github.com/Typhon66/sanic_crud ): CRUD REST API generation with peewee models.
2017-02-17 07:12:07 +00:00
- [UserAgent ](https://github.com/lixxu/sanic-useragent ): Add `user_agent` to request
2017-02-28 09:34:40 +00:00
- [Limiter ](https://github.com/bohea/sanic-limiter ): Rate limiting for sanic.
2017-03-02 21:22:07 +00:00
- [Sanic EnvConfig ](https://github.com/jamesstidard/sanic-envconfig ): Pull environment variables into your sanic config.
2017-03-09 15:58:02 +00:00
- [Babel ](https://github.com/lixxu/sanic-babel ): Adds i18n/l10n support to Sanic applications with the help of the
`Babel` library
2017-03-13 22:37:53 +00:00
- [Dispatch ](https://github.com/ashleysommer/sanic-dispatcher ): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter.
2017-03-19 03:56:11 +00:00
- [Sanic-OAuth ](https://github.com/Sniedes722/Sanic-OAuth ): OAuth Library for connecting to & creating your own token providers.
2017-03-26 19:16:03 +01:00
- [Sanic-nginx-docker-example ](https://github.com/itielshwartz/sanic-nginx-docker-example ): Simple and easy to use example of Sanic behined nginx using docker-compose.
2017-04-03 20:45:18 +01:00
- [sanic-graphql ](https://github.com/graphql-python/sanic-graphql ): GraphQL integration with Sanic
2017-04-04 14:22:31 +01:00
- [sanic-prometheus ](https://github.com/dkruchinin/sanic-prometheus ): Prometheus metrics for Sanic
2017-04-04 04:40:59 +01:00
- [Sanic-RestPlus ](https://github.com/ashleysommer/sanic-restplus ): A port of Flask-RestPlus for Sanic. Full-featured REST API with SwaggerUI generation.