simple pagination support

This commit is contained in:
Lix Xu 2017-02-15 13:27:58 +08:00 committed by GitHub
parent efc90f8f5a
commit 6b391b701b

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.