forked from loafle/openapi-generator-original
Publish documentation for the generators (#932)
This commit is contained in:
28
docs/generators/python.md
Normal file
28
docs/generators/python.md
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
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](README.md)
|
||||
Reference in New Issue
Block a user