We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc170d commit 96594a8Copy full SHA for 96594a8
1 file changed
docs/generators/python.md
@@ -25,7 +25,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
25
|generateSourceCodeOnly|Specifies that only a library source code is to be generated.| |false|
26
|hideGenerationTimestamp|Hides the generation timestamp when files are generated.| |true|
27
|lazyImports|Enable lazy imports.| |false|
28
-|library|library template (sub-template) to use: asyncio, tornado (deprecated), urllib3| |urllib3|
+|library|library template (sub-template) to use: asyncio, tornado (deprecated), urllib3, httpx| |urllib3|
29
|mapNumberTo|Map number to Union[StrictFloat, StrictInt], StrictStr or float.| |Union[StrictFloat, StrictInt]|
30
|packageName|python package name (convention: snake_case).| |openapi_client|
31
|packageUrl|python package URL.| |null|
0 commit comments