openapi gen wrapper
v0.1.2
PythonプロジェクトのルートからOpenAPI仕様を生成するためのPythonラッパー。
pip install openapi-gen-wrapperラッパーの使用方法は次のとおりです。
from openapi_gen_wrapper import generate_openapi_spec generate_openapi_spec(routes=["/hello", "/goodbye"])
ライセンス
MIT License