Hacker News new | ask | show | jobs
by kapilvt 2069 days ago
went through the code, there's nothing here that i can see. its just a demo pet store app in flask.
1 comments

No, it's confusing, but it is doing something - it's serialising marshmallow schemata into a OpenAPI/Swagger YAML file.

The serialiser is predominantly in `internal`, the example is in `api`.

But it's not very fleshed out, without checking thoroughly I think a lot must be unsupported yet.