Overview
Openapy simplifies continuous development with OpenAPI Generator. What this tool does is read python source files and copy functions into individual files. This will prevent the openapi generator from overwriting the code you have written.
Quick Start
docker run -v ${PWD}:/src edgem/openapy \
openapy generate --src src/openapi-server/apis
pip install openapy
openapy generate --src ./openapi-server/apis