Y
Hacker News
new
|
ask
|
show
|
jobs
by
ddejohn
971 days ago
Looks like its only dependencies are the standard library. So it appears to be a more lightweight Flask. Should've been called phial :D
1 comments
andreareina
970 days ago
Bottle came first, flask was a play on the name.
link
bumblebeast
970 days ago
Flask was a joke it really got out of hand
link
smitty1e
969 days ago
Flask is a high-level wrapper around werkzeug, with some stock components like jinja2 thrown in.
Basically the Ikea of web site tools.
If that seems a hassle, go Django.
link
ddejohn
970 days ago
TIL. Didn't realize this wasn't a new project (but also didn't read past "WSGI").
link