Merge pull request #436 from lixxu/master

simple pagination support
This commit is contained in:
Eli Uriegas 2017-02-15 13:31:57 -06:00 committed by GitHub
commit b286fc1e4a

View File

@ -8,3 +8,4 @@ A list of Sanic extensions created by the community.
- [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template. - [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template.
- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. - [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI.
- [Websockets](https://github.com/r0fls/sanic-websockets): Minimal wrapper to work with [Websockets](https://github.com/aaugustin/websockets) - [Websockets](https://github.com/r0fls/sanic-websockets): Minimal wrapper to work with [Websockets](https://github.com/aaugustin/websockets)
- [Pagination](https://github.com/lixxu/python-paginate): Simple pagination support.