A Python wrapper for generating OpenAPI specifications from routes in a Python project.
pip install openapi-gen-wrapper
Here’s how you can use the wrapper:
from openapi_gen_wrapper import generate_openapi_spec
generate_openapi_spec(routes=["/hello", "/goodbye"])
License
MIT License