Giter VIP home page Giter VIP logo

awesome-sanic's Introduction

Awesome Sanic Awesome

A curated list of awesome Sanic resources and extensions
Sanic is an Async Python 3.5+ web server that's written to go fast

Docs | Source | Forums

Contents

Extensions

API

  • Sanic CRUD: CRUD REST API generation with peewee models.
  • Sanic-GraphQL: GraphQL integration with Sanic
  • Sanic-RestPlus: A port of Flask-RestPlus for Sanic. Full-featured REST API with SwaggerUI generation.
  • Sanic-Transmute: A Sanic extension that generates APIs from python function and classes, and also generates Swagger UI/documentation automatically.

Authentication

  • Sanic-JWT: Authentication extension for JSON Web Tokens (JWT).
  • Sanic-JWT-Extended: Port of flask-jwt-extended, provides access/refresh token with fresh, easy custom claim insertion, and role-based access control
  • Sanic-OAuth: OAuth Library with many provider and OAuth1/OAuth2 support.
  • Sanic-Token-Auth: Simple token-based authentication.
  • Sanic-HTTPAuth: Fork of Flask-HTTPAuth, provides Basic, Digest and Token HTTP authentication for Sanic routes

Development

  • Pytest-Sanic: A pytest plugin for Sanic. It helps you to test your code asynchronously.
  • Sanic-OpenAPI: OpenAPI support, plus a Swagger UI.

Frontend

Monitoring

ORM

  • GINO: A lightweight asynchronous ORM based on SQLAlchemy core, with asyncpg dialect and Sanic extension.
  • Sanic-Motor: Simple motor wrapper.

Requests and Responses

Scaffolding

  • 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: Support for sessions. Allows using redis, memcache or an in memory store.

Utils

  • Python-Paginate: Simple pagination support.
  • Sanic-Dispatch: A dispatcher inspired by DispatcherMiddleware in werkzeug. Can act as a Sanic-to-WSGI adapter.
  • Sanic-EnvConfig: Pull environment variables into your sanic config.

Resources

Examples

Tutorials

Videos and Podcasts

Built with Sanic

Taken from The wiki

The following is a list of Sanic in production use.

awesome-sanic's People

Contributors

mekicha avatar harshanarayana avatar ahopkins avatar mihaibalint avatar rscarrera27 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.