Y
Hacker News
new
|
ask
|
show
|
jobs
by
pyuser583
865 days ago
I remember and miss that. But I’m not going to install werkzeug just for the url parsing.
1 comments
d_kahneman7
865 days ago
Is it that inconvenient?
link
pyuser583
863 days ago
It’s heavy. It’s a freaking server.
link
masklinn
860 days ago
It’s a bunch of WSGI utilities. The server it provides is a thin layer over the stdlib’s HTTPServer.
link