Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

sanic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

annotated-py-sanic

  • Python Web 框架 Sanic 源码注解.
  • sanic
  • sanic 是基于 python3.5 实现的仿flask 的高性能 web 框架
    • 代码基于 python3.5
    • 使用 async/await 应用协程
    • 使用 httptools + ujson + uvloop + aiofiles + aiohttp

阅读版本:

  • Sanic-0.1.9:
    • 时间:
      • 发布时间: 2016-12-25
      • 注解时间: 2017-01-05
    • 注解说明:
      • 源码: 已注解
      • 示例代码: 已注解
      • 单元测试: 部分注解
    • 代码非常精简, 清晰, 可读性非常高
    • 删除不必要的文件, 只保留 源码/单元测试代码/示例代码.