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