原文
| ||||||||||||||
| ||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43445720
Mr_Fatalyst 在 Hacker News 上介绍了 FastOpenAPI,这是一个新的 Python 库,旨在自动为 Flask、Sanic、Falcon 和 Starlette 等多个 Web 框架生成 OpenAPI 文档。FastOpenAPI 受 FastAPI 直观的路由机制启发,旨在提供类似的简化 OpenAPI 文档创建方法,从而避免在使用不同框架时需要单独的解决方案。它本质上为偏好其他框架的开发者带来了 FastAPI 风格的路由体验。该项目目前正在积极开发中,创建者正在积极寻求社区反馈和测试以进一步完善和改进项目。该项目已在 Github 上发布。
| ||||||||||||||
| ||||||||||||||
![]() |
While working on a project that required OpenAPI docs across multiple frameworks, I got tired of maintaining separate solutions. I liked FastAPI’s clean and intuitive routing, so I built FastOpenAPI, bringing a similar approach to other Python frameworks (Flask, Sanic, Falcon, Starlette, etc).
It's meant for developers who prefer FastAPI-style routing but need or want to use a different framework.
The project is still evolving, and I’d love any feedback or testing from the community!
reply