Skip to content

Commit 599f1c2

Browse files
rtaycherdbanty
andauthored
Apply suggestions from code review
Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com>
1 parent afc0e79 commit 599f1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ version 3 first with one of many available converters._
1717

1818
## Why This?
1919

20-
The Python clients generated by openapi-generator comes some downsides. This tool aims to improve on it by:
20+
This tool focuses on creating the best developer experience for Python developers by:
2121

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.
22+
1. Using all the latest and greatest Python features like type annotations and dataclasses.
23+
1. Having documentation and usage instructions specific to this one generator.
2424
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.
2525

2626
## Installation

0 commit comments

Comments
 (0)