TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Urllib3 in 2022

197 pointsby SethMLarsonover 2 years ago

9 comments

samwillisover 2 years ago
Interesting to note nearly half of the $26,615 raised was a single donation from Spotify ($12,900). They made the donation as it&#x27;s the fourth most used Python library by Spotify (noted in the link to Spotify, I wander what the first three are?).<p>It would be good to see more large companies making these sorts of donations. It&#x27;s not like Spotify is unique in its usage of Urllib.
评论 #34247130 未加载
评论 #34246543 未加载
评论 #34246486 未加载
评论 #34246769 未加载
评论 #34247892 未加载
评论 #34253501 未加载
tyingqover 2 years ago
Note that the popular &quot;requests&quot; module depends on urllib3.<p>This space is a little messy for python. The old urllib ships with python, but it doesn&#x27;t support some normal expected things like HTTP&#x2F;1.1 pipelined requests. It adds a &quot;Connection: close&quot; header to each request.
评论 #34253660 未加载
评论 #34246866 未加载
评论 #34250386 未加载
nunezover 2 years ago
Insane that urllib3 only raised $26k, given how it&#x27;s used EVERYWHERE.
VLMover 2 years ago
If 1.63% of PyPi is worth $26615&#x2F;yr, the implication is all of PyPi added together would only be worth $1.6M, which seems low.<p>Its interesting to compare to other industries. &quot;In the old days&quot; the way to make money during a gold rush was not to try to mine gold after the good stuff was already dug up, but to sell shovels to wanna-be miners. Apparently, software is nearly the opposite of that, LOL.
评论 #34247808 未加载
jdorfmanover 2 years ago
Thank you for posting this Seth! I will be adding Urllib3 to our (Sourcegraph&#x27;s) Open Collective budget asap.
remramover 2 years ago
Urllib 3 2? I am confused about the version numbers now, wasn&#x27;t urllib3 the next version of urllib&#x2F;urllib2?
评论 #34246754 未加载
评论 #34246696 未加载
评论 #34246976 未加载
md8over 2 years ago
While I appreciate Indeed sponsoring, but why $420? Are you kidding Indeed?<p>Your entire business is build around web scraping and using libraries to pull data from other sources. Common, you can do better!
评论 #34248363 未加载
评论 #34249038 未加载
评论 #34249980 未加载
评论 #34248551 未加载
评论 #34252820 未加载
wodenokotoover 2 years ago
I’ve been writing a library to interact with an api and used the built in urllib.<p>Is that a mistake? Should I switch to urllib3?
评论 #34260462 未加载
sigmonsaysover 2 years ago
just wait till you see urllib4
评论 #34260467 未加载