Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhstore/annotated-py-projects
fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
https://github.com/hhstore/annotated-py-projects
annotated anyio asyncio bottle fastapi flask python sanic starlette webpy
Last synced: about 1 month ago
JSON representation
fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
- Host: GitHub
- URL: https://github.com/hhstore/annotated-py-projects
- Owner: hhstore
- License: mit
- Created: 2016-01-27T06:27:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T00:05:44.000Z (11 months ago)
- Last Synced: 2024-08-04T15:02:53.167Z (3 months ago)
- Topics: annotated, anyio, asyncio, bottle, fastapi, flask, python, sanic, starlette, webpy
- Language: Python
- Homepage:
- Size: 2.17 MB
- Stars: 720
- Watchers: 25
- Forks: 189
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# annotated-py-projects:
- Python 知名项目源码 阅读+注解
## 🦄 Related:
> 🔥 可以访问我的其他项目:
- ✅ https://github.com/better-py/learn-py
- python 热门库使用示例
- ✅ https://github.com/hhstore/blog
- 我的技术博客, 有大量 Rust/Go/Flutter/Python 技术文章
- ✅ https://github.com/better-rs/annotated-rs
- Rust 知名项目注解(Substrate/Tokio 等)
- ✅ https://github.com/hhstore/annotated-py-pickledb
- ✅ https://github.com/hhstore/annotated-go-macaron
- 一个类似 gin 的 go web 框架## 🌈 项目列表:
| 项目 | 类型 | 说明 |
| :-------------------- | :------------- | :---- |
| ✅ [FastAPI](./fastpai) | web 框架 | v0.103 注解 |
| ✅ [anyio](./anyio) | 异步 IO | 热门依赖库 |
| ✅ [starlette](./starlette) | 底层库 | FastAPI 底层依赖 |
| ✅ [flask](./flask) | web 框架 | 知名项目, 包含 v0.1, 0.4, 0.5 等版本注解 |
| ✅ [asyncio](./asyncio) | Python3 标准库 | 异步编程 |
| ✅ [sanic](./sanic) | web 框架 | Python3 异步框架, v0.1.9 |
| ✅ [bottle](./bottle) | web 框架 | 知名项目, v0.4.10, 注解非常详细 |
| ✅ [webpy](./webpy) | web 框架 | 知名项目, v0.1 |
| ✅ [tornado](https://github.com/better-py/annotated-py-tornado) | web 框架 | 知名项目, v1.0等 |
| ✅ [xxx](./xxx) | - | - |
| ✅ [xxx](./xxx) | - | - |## 💡 项目说明:
- ✅ 根据目录分类, 逐个阅读源码.
- 每个子目录, 都有相关项目源码详细说明,
- 部分项目配有思维导图等, 解读代码结构.
- 一个项目, 精选多个版本作注解, 方便对比代码演进过程.
- ✅ 包含: `asyncio, flask, sanic, bottle, webpy` 等
- ✅ 欢迎一起注解 Python 项目, 共同学习.