Skip to content

Commit

Permalink
Merge pull request #3 from harshanarayana/fix/Order_TOC_Alphabetically
Browse files Browse the repository at this point in the history
format: sort TOC in alphabetic order
  • Loading branch information
mekicha committed May 10, 2019
2 parents d74872b + d0301c0 commit 909c0b5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -13,11 +13,11 @@
- [Development](#development)
- [Frontend](#frontend)
- [Monitoring](#monitoring)
- [ORM](#orm)
- [Requests and Responses](#requests-and-responses)
- [Scaffolding](#scaffolding)
- [Session](#session)
- [ORM](#orm)
- [Utils](#utils)
- [Scaffolding](#scaffolding)
- [Resources](#resources)
- [Examples](#examples)
- [Podcasts](#podcasts)
Expand Down Expand Up @@ -55,27 +55,28 @@
- [Sanic-Sentry](https://github.com/serathius/sanic-sentry): Sentry integration for Sanic.
- [Sanic-Statsd](https://github.com/saabeilin/sanic-statsd): StatsD (currently only DataDog; WIP) metrics collection for Sanic

### ORM
- [GINO](https://github.com/fantix/gino): A lightweight asynchronous ORM based on SQLAlchemy core, with asyncpg dialect and Sanic extension.
- [Sanic-Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper.

### Requests and Responses
- [Python-Sanicargs](https://github.com/trustpilot/python-sanicargs): Parse query args in Sanic using type annotations and a decorator.
- [Sanic Compress](https://github.com/subyraman/sanic_compress): Allows you to easily gzip Sanic responses. A port of Flask-Compress.
- [Sanic-Limiter](https://github.com/bohea/sanic-limiter): Rate limiting for sanic.
- [Sanic-UserAgent](https://github.com/lixxu/sanic-useragent): Add `user_agent` to request

### Scaffolding
- [Cookiecutter-Sanic](https://github.com/harshanarayana/cookiecutter-sanic): Get your sanic application up and running in a matter of second in a well defined project structure. Batteries included for deployment, unit testing, automated release management and changelog generation.

### Session
- [Sanic Sessions](https://github.com/subyraman/sanic_session): Support for sessions. Allows using redis, memcache or an in memory store.

### ORM
- [GINO](https://github.com/fantix/gino): A lightweight asynchronous ORM based on SQLAlchemy core, with asyncpg dialect and Sanic extension.
- [Sanic-Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper.

### Utils
- [Python-Paginate](https://github.com/lixxu/python-paginate): Simple pagination support.
- [Sanic-Dispatch](https://github.com/ashleysommer/sanic-dispatcher): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter.
- [Sanic-EnvConfig](https://github.com/jamesstidard/sanic-envconfig): Pull environment variables into your sanic config.

### Scaffolding
- [Cookiecutter-Sanic](https://github.com/harshanarayana/cookiecutter-sanic): Get your sanic application up and running in a matter of second in a well defined project structure. Batteries included for deployment, unit testing, automated release management and changelog generation.


## Resources

Expand Down

0 comments on commit 909c0b5

Please sign in to comment.