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
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,38 +17,31 @@
17
17
18
18
This tool generates an OpenAPI V3 file from either a `serverless.yml` file or directly from your project's Pydantic models. It is a standalone Python application that can produce a complete OpenAPI specification for your serverless project or any Python application that uses Pydantic for data validation.
19
19
20
-
## Install
20
+
## Use
21
21
22
-
This tool requires Python 3.8+.
22
+
Not yet on PyPi - install from git
23
23
24
-
First, ensure you have the necessary Python packaging tools installed:
0 commit comments