Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 773 Bytes

python.md

File metadata and controls

28 lines (18 loc) · 773 Bytes

CONFIG OPTIONS for python

packageName
    python package name (convention: snake_case). (Default: openapi_client)

projectName
    python project name in setup.py (e.g. petstore-api).

packageVersion
    python package version. (Default: 1.0.0)

packageUrl
    python package URL.

sortParamsByRequiredFlag
    Sort method arguments to place required parameters before optional parameters. (Default: true)

hideGenerationTimestamp
    Hides the generation timestamp when files are generated. (Default: true)

generateSourceCodeOnly
    Specifies that only a library source code is to be generated. (Default: false)

library
    library template (sub-template) to use: asyncio, tornado, urllib3 (Default: urllib3)

Back to the generators list