Skip to content

Alternatives to pyswagger #203

@commonism

Description

@commonism

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions