Forum Discussion

gstamm's avatar
gstamm
Occasional Visitor
5 years ago

Which library to use to implement OpenAPI

hello,

I'm going to implement many new web microservices. I'm discovering OpenAPI (YAML/JSON Schema), and and I'm enthusiastic about it.

But I'm lost in the existing libraries implementing it. I would like to use Python and I'm familar with flask;

but then... what do you think of:

can you guide me to use the right promising libraries, with large communities.

Many thanks. Guillaume

1 Reply

  • we have tools (swagger-codegen) to generate flask code based on a open api definition. But cant really tell what of the given option would be better based on performace, security, etc. Maybe in a flask forum can provide you more info.