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
+4-8
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,11 @@ version 3 first with one of many available converters._
17
17
18
18
## Why This?
19
19
20
-
The Python clients generated by openapi-generator support Python 2 and therefore come with a lot of baggage. This tool
21
-
aims to generate clients which:
20
+
This tool focuses on creating the best developer experience for Python developers by:
22
21
23
-
1. Use all the latest and greatest Python features like type annotations and dataclasses
24
-
1. Don't carry around a bunch of compatibility code for older version of Python (e.g. the `six` package)
25
-
1. Have better documentation and more obvious usage instructions
26
-
27
-
Additionally, because this generator is written in Python, it should be more accessible to contribution by the people
28
-
using it (Python developers).
22
+
1. Using all the latest and greatest Python features like type annotations and dataclasses.
23
+
2. Having documentation and usage instructions specific to this one generator.
24
+
1. Being written in Python with Jinja2 templates, making it easier to improve and extend for Python developers. It's also much easier to install and use if you already have Python.
0 commit comments