Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 310 Bytes

Sanic template

A template for Sanic-based projects. Inspired by the Web Development with Sanic book. To run this example use this command:

sanic sanic_template.app.create --factory

Classes such as Sanic and Request are subclassed mainly for typehinting purposes.