Skip to content

Commit b9c29d3

Browse files
authored
Merge branch 'main' into add_verify_ssl_to_client
2 parents 01b1bff + 5708074 commit b9c29d3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ version 3 first with one of many available converters._
1717

1818
## Why This?
1919

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:
2221

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.
2925

3026
## Installation
3127

0 commit comments

Comments
 (0)