FastOpenAPI – automated docs for many Python frameworks

FastOpenAPI is a library for generating and integrating OpenAPI schemas with Pydantic and various frameworks like Falcon, Flask, Quart, Sanic, Starlette, and Tornado. It aims to provide a developer-friendly experience similar to FastAPI. The library allows for data validation, proxy routing for FastAPI-style routing, and generating OpenAPI schemas. The documentation is regularly updated, and there are advanced examples for each framework available. Use Pydantic models for strict typing and data validation. If you have suggestions or find bugs, you can contribute by opening an issue or creating a pull request on GitHub. The project is licensed under the MIT license.

https://github.com/mr-fatalyst/fastopenapi

To top