Skip to content

Commit 856c3cf

Browse files
committed
Readme update
1 parent adfe92b commit 856c3cf

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ via vscode code counter tool
2121

2222
### petstore.yaml
2323

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
2729

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+
-
2838

2939
## Generate
3040

0 commit comments

Comments
 (0)