Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
818 days ago
That used to be werkzeug.urls, kinda (it certainly had a more convenient API than urllib.parse), but it was killed in Werkzeug 3.
1 comments
pyuser583
818 days ago
I remember and miss that. But I’m not going to install werkzeug just for the url parsing.
link
d_kahneman7
818 days ago
Is it that inconvenient?
link
pyuser583
816 days ago
It’s heavy. It’s a freaking server.
link
masklinn
813 days ago
It’s a bunch of WSGI utilities. The server it provides is a thin layer over the stdlib’s HTTPServer.
link