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
[OpenAPI](https://openapis.org) to/fro routes, models, and tests. Convert between docstrings, `class`es, methods, [argparse](https://docs.python.org/3/library/argparse.html), pydantic, and [SQLalchemy](https://sqlalchemy.org).
15
+
[OpenAPI](https://openapis.org) to/fro routes, models, and tests. Convert between docstrings, `class`es,
to [generate documentation using cdd-python](https://github.com/SamuelMarks/griffe/tree/rest) (`mkdocs` core
91
+
replacement).
85
92
86
93
## SDK example (REPL)
87
94
@@ -718,7 +725,8 @@ PS: If you're outputting JSON-schema and want a file per schema then:
718
725
--dry-run Show what would be created; don't actually write to
719
726
the filesystem.
720
727
721
-
PS: Below is a temporary hack to run on the SQLalchemy output to make it work; until the `tuple`|`Tuple`|`List`|`list`|`name` as column-type bug is resolved:
728
+
PS: Below is a temporary hack to run on the SQLalchemy output to make it work; until the `tuple`|`Tuple`|`List`|`list`|
0 commit comments