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-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
# openapi-python-client
9
9
10
-
Generate modern Python clients from OpenAPI 3.x documents.
10
+
Generate modern Python clients from OpenAPI 3.0 documents.
11
11
12
12
_This generator does not support OpenAPI 2.x FKA Swagger. If you need to use an older document, try upgrading it to
13
13
version 3 first with one of many available converters._
@@ -22,10 +22,6 @@ This tool focuses on creating the best developer experience for Python developer
22
22
2. Having documentation and usage instructions specific to this one generator.
23
23
3. 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.
24
24
25
-
## Sponsors
26
-
27
-
<ahref="https://www.devmark.ai/fern/?utm_source=openapi-python-client&utm_loc=readme&utm_type=logo"target="_blank"title="Fern | SDKs and API docs"><imgsrc="https://raw.githubusercontent.com/openapi-generators/openapi-python-client/main/.github/sponsors/fern.png"></a>
28
-
29
25
## Installation
30
26
31
27
I recommend you install with [pipx](https://pipxproject.github.io/pipx/) so you don't conflict with any other packages you might have: `pipx install openapi-python-client --include-deps`.
0 commit comments