Y
Hacker News
new
|
ask
|
show
|
jobs
by
aastronaut
1455 days ago
except for the autogenerated docs, you can also make use of Pydantic in Flask easily to validate your models with Flask-Pydantic[0]
[0]:
https://github.com/bauerji/flask-pydantic
1 comments
ramraj07
1455 days ago
I’d still choose FastAPI for its dependency framework which is so much better than the god awful ‘g’.
link