You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The decline in maintenance of pyswagger asks for alternatives.
I was a user of pyswagger myself and I liked it.
Due to the rise of OpenAPI3 I had to change tooling and ended up with the pyswagger like fetch client aiopenapi3.
It's a fork of openapi3, making use of pydantic for the heavy lifting and httpx for io.
To allow working with real world services where the description document does not match the protocol implemented, it borrowed all the good ideas for manipulating description documents and input/output data from the SOAP client suds .
The name aiopenapi3 was not chosen wisely, it does Swagger 2.0 as well as OpenAPI 3.0 & 3.1 and is not limited to asyncio but does tradtional synchronous io as well.
The text was updated successfully, but these errors were encountered:
The decline in maintenance of pyswagger asks for alternatives.
I was a user of pyswagger myself and I liked it.
Due to the rise of OpenAPI3 I had to change tooling and ended up with the pyswagger like
fetch client
aiopenapi3.It's a fork of openapi3, making use of pydantic for the heavy lifting and httpx for io.
To allow working with real world services where the description document does not match the protocol implemented, it borrowed all the good ideas for manipulating description documents and input/output data from the SOAP client suds .
The name aiopenapi3 was not chosen wisely, it does Swagger 2.0 as well as OpenAPI 3.0 & 3.1 and is not limited to asyncio but does tradtional synchronous io as well.
The text was updated successfully, but these errors were encountered: