Python Klein + OAS (Open API) Swagger like integration

Viewed 305

Flask and Django have integrations with swagger allowing API documentation exposure. Recently I discovered a Klein which is showing good asynchronous performance but I can’t find any existing bicycle parts to provide self-documentation exposure to the service some how similar to flasgger.

Are there any libraries that I can knit into Python Klein app to expose its API in OAS (Open API 3.0) manner or building own bicycle is unavoidable?

1 Answers
Related