Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternatives to pyswagger #203

Open
commonism opened this issue Feb 1, 2025 · 0 comments
Open

Alternatives to pyswagger #203

commonism opened this issue Feb 1, 2025 · 0 comments

Comments

@commonism
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant