File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ via vscode code counter tool
2525| -------- | ----- | ---- |
2626| openapi_generator_python_nextgen | 28 | 2781 |
2727| openapi_generator_python_prior | 30 | 5075 |
28- | openapi_json_schema_generator_python | 365 | 9256
28+ | openapi_json_schema_generator_python | 365 | 8737
2929
3030
3131### openapi_json_schema_generator_python breakdown
32- - 4.4k src/openapi_client/paths
32+ - 3.9k src/openapi_client/paths
3333 - ~ 50% of this is in operation.py
3434- 3.3k 7 files in src/openapi_client
3535 - api_client.py + schemas.py are big
@@ -38,8 +38,6 @@ via vscode code counter tool
3838Reasons for the openapi json scheme generator difference
3939- has overload type hints on all endpoints, allows input content type selection
4040- json paths used to create files so many files made
41- - object models have ` __getitem__ ` methods for properties
42- - most of the code comes from paths, can itbe reduced?
4341
4442## Generate
4543
You can’t perform that action at this time.
0 commit comments