Merge pull request #985 from ashleysommer/ashleysommer-docs-spf

Add Sanic-Plugins-Framework library to Extensions doc
This commit is contained in:
Raphael Deem 2017-10-18 21:20:13 -07:00 committed by GitHub
commit 0a411f9bba

View File

@ -1,7 +1,7 @@
# Extensions # Extensions
A list of Sanic extensions created by the community. A list of Sanic extensions created by the community.
- [Sanic-Plugins-Framework](https://github.com/ashleysommer/sanicpluginsframework): Library for easily creating and using Sanic plugins.
- [Sessions](https://github.com/subyraman/sanic_session): Support for sessions. - [Sessions](https://github.com/subyraman/sanic_session): Support for sessions.
Allows using redis, memcache or an in memory store. Allows using redis, memcache or an in memory store.
- [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors. - [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors.