You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ version 3 first with one of many available converters._
19
19
20
20
The Python clients generated by openapi-generator comes some downsides. This tool aims to improve on it by:
21
21
22
-
1.Ggenerating clients which use all the latest and greatest Python features like type annotations and dataclasses
23
-
2. Having better documentation and more obvious usage instructions
24
-
3. Being easier to imrpove and extend, since it's written in python and jinja2 templates while openapi-generator is a large Java probject which uses Mustache templates.
22
+
1.Generating clients which use all the latest and greatest Python features like type annotations and dataclasses.
23
+
2. Having better documentation and more obvious usage instructions.
24
+
3. Being easier to imrpove and extend. Since it's written in python and jinja2 templates while openapi-generator is a larger Java probject which uses mustache templates.
25
25
26
26
Additionally, because this generator is written in Python, it should be more accessible to contribution by the people
0 commit comments