pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 89 forks source link

Swagger is renamed to OpenAPI #80

Closed mission-liao closed 8 years ago

mission-liao commented 8 years ago

I'm considering to provide a renamed repo/package: pyopenapi, and everything in pyswagger should be renamed, too

The version of new package would stay up with this project.

In this project, all SwaggerXXX would be renamed to XXX, (original SwaggerXXX would still be kept as fallback), they are:

I'm not going to move the whole code base to the new repo, instead, the new repo is only an wrapper on pyswagger (better to keep all commit history in one place)

toabi commented 8 years ago

Seems reasonable. Also leads to less duplicate naming.