|
|
|
|
|
by BerislavLopac
2384 days ago
|
|
Pyotr [0] is a small library I've been developing for a while, based on Starlette. In a nutshell, it takes an OpenAPI specification and turns it into an API application, taking care of all the routing and validation according to the spec. It is conceptually similar to connexion [1], but it supports async and is Python 3 only. There is also a client component, in the spirit of bravado [2]. [0] https://pyotr.readthedocs.io [1] https://connexion.readthedocs.io/ [2] https://github.com/Yelp/bravado |
|