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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This tool focuses on creating the best developer experience for Python developer
21
21
22
22
1. Using all the latest and greatest Python features like type annotations and dataclasses.
23
23
2. Having documentation and usage instructions specific to this one generator.
24
-
3. Being easier to improve and extend, especially for python developers. Since openapi-python-client is written in python and jinja2 templates, while openapi-generator is a larger Java project which uses more restrictive mustache templates.
24
+
1. Being written in Python with Jinja2 templates, making it easier to improve and extendfor Python developers. It's also much easier to install and use if you already have Python.
0 commit comments