Hacker News new | ask | show | jobs
by 0123456789ABCDE 26 days ago
fastAPI will give you `/openapi.json`, `/docs` with no extra effort

function name becomes a human readable summary, string docs the description

edit: bottle.py and fastapi are the most significant contributions to web frameworks in python — decorators for path handlers, typed input/output, automatic docs

1 comments

Is it like flask, but even flaskier?
Yes sir, more flaskatronic.