File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,20 @@ via vscode code counter tool
21
21
22
22
### petstore.yaml
23
23
24
- | Language | Files | % | Code | % | Comment | % |
25
- | -------- | ----- | - | ---- | - | ------- | - |
26
- | openapi_generator_python_prior | 45 | 100.0 | 4637 | 42.7 | 3371 | 31.1 |
24
+ | Language | Files | Code |
25
+ | -------- | ----- | ---- |
26
+ | openapi_generator_python_nextgen | 27 | 2712 |
27
+ | openapi_generator_python_prior | 30 | 5075 |
28
+ | openapi_json_schema_generator_python | 365 | 12875
27
29
30
+ Reasons for the openapi json scheme generator difference
31
+ - has overload type hints on all endpoints, allows input content type selection
32
+ - json paths used to create files so many files made
33
+
34
+
35
+ ## load times
36
+ - python-prior ImportError
37
+ -
28
38
29
39
## Generate
30
40
You can’t perform that action at this time.
0 commit comments