fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
Last updated Jun 25, 2026
727
Stars
186
Forks
1
Issues
0
Stars/day
Attention Score
34
Language breakdown
Python 100.0%
Go 0.0%
Dockerfile 0.0%
HTML 0.0%
CSS 0.0%
▸ Files
click to expand
README
annotated-py-projects:
- Python 知名项目源码 阅读+注解
🦄 Related:
🔥 可以访问我的其他项目:
- ✅ https://github.com/better-py/learn-py
- ✅ https://github.com/hhstore/blog
- ✅ https://github.com/better-rs/annotated-rs
- ✅ https://github.com/hhstore/annotated-py-pickledb
- ✅ https://github.com/hhstore/annotated-go-macaron
🌈 项目列表:
| 项目 | 类型 | 说明 | | :-------------------- | :------------- | :---- | | ✅ FastAPI | web 框架 | v0.103 注解 | | ✅ anyio | 异步 IO | 热门依赖库 | | ✅ starlette | 底层库 | FastAPI 底层依赖 | | ✅ flask | web 框架 | 知名项目, 包含 v0.1, 0.4, 0.5 等版本注解 | | ✅ asyncio | Python3 标准库 | 异步编程 | | ✅ sanic | web 框架 | Python3 异步框架, v0.1.9 | | ✅ bottle | web 框架 | 知名项目, v0.4.10, 注解非常详细 | | ✅ webpy | web 框架 | 知名项目, v0.1 | | ✅ tornado | web 框架 | 知名项目, v1.0等 | | ✅ xxx | - | - | | ✅ xxx | - | - |
💡 项目说明:
- ✅ 根据目录分类, 逐个阅读源码.
- ✅ 包含:
asyncio, flask, sanic, bottle, webpy等 - ✅ 欢迎一起注解 Python 项目, 共同学习.
🔗 More in this category