Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 202 Bytes

codegen.md

File metadata and controls

10 lines (7 loc) · 202 Bytes

Code Generation

You can use the lepo.codegen module to generate a handler stub file from an OpenAPI YAML/JSON file.

Command line usage

python -m lepo.codegen swagger.yaml > handlers.py