Skip to content

Commit 8ef7045

Browse files
committed
Readme updated
1 parent edd9016 commit 8ef7045

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff 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
3838
Reasons 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

0 commit comments

Comments
 (0)