From 49d9595e2e03809461c25c6d2ec15b87de6b533a Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 8 May 2023 21:05:13 -0700 Subject: [PATCH] Fixes counts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a860b6..ad3f48a 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ via vscode code counter tool | -------- | ----- | ---- | | openapi_generator_python_nextgen | 27 | 2712 | | openapi_generator_python_prior | 30 | 5075 | -| openapi_json_schema_generator_python | 365 | 9911 +| openapi_json_schema_generator_python | 365 | 9527 ### openapi_json_schema_generator_python breakdown -- 5.7k src/openapi_client/paths +- 4.7k src/openapi_client/paths - ~ 50% of this is in operation.py -- 3.3k 7 files in src/openapi_client +- 3.2k 7 files in src/openapi_client - api_client.py + schemas.py are big - most of this comes from the 3x operation typing overloads