Skip to content

Commit f366d8b

Browse files
committed
Generate new docs and samples
1 parent 0cf674a commit f366d8b

5 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/generators/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2929
|packageName|python package name (convention: snake_case).| |openapi_client|
3030
|packageUrl|python package URL.| |null|
3131
|packageVersion|python package version.| |1.0.0|
32+
|poetry1|Fallback to formatting pyproject.toml to Poetry 1.x format.| |null|
3233
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
3334
|recursionLimit|Set the recursion limit. If not set, use the system default value.| |null|
3435
|setEnsureAsciiToFalse|When set to true, add `ensure_ascii=False` in json.dumps when creating the HTTP request body.| |false|

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors = [
77
]
88
license = "Apache 2.0"
99
readme = "README.md"
10+
11+
[project.urls]
12+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1115
requires-python = "^3.9"
1216

samples/client/echo_api/python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors = [
77
]
88
license = "Apache 2.0"
99
readme = "README.md"
10+
11+
[project.urls]
12+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1115
requires-python = "^3.9"
1216

samples/openapi3/client/petstore/python-aiohttp/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors = [
77
]
88
license = "Apache-2.0"
99
readme = "README.md"
10+
11+
[project.urls]
12+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1115
requires-python = "^3.9"
1216

samples/openapi3/client/petstore/python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors = [
77
]
88
license = "Apache-2.0"
99
readme = "README.md"
10+
11+
[project.urls]
12+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1115
requires-python = "^3.9"
1216

0 commit comments

Comments
 (0)