top | item 25543788

Top 102 most downloaded Django packages in 2020

57 points| kmmbvnr_ | 5 years ago |viewflow.medium.com | reply

14 comments

order
[+] WalterGR|5 years ago|reply
...that contain “Django” in the package name.

  AND file.project like '%django%'
How reliable is that? Are there any well-known packages that don’t contain literal “Django” in their package names?
[+] nerdbaggy|5 years ago|reply
It does for sure miss some things. I love the simple queue library Huey. They have a Django module but it’s in the same package as their regular Huey code, so it wouldn’t show on this, but then again nobody knows how often that module is used. https://huey.readthedocs.io/en/latest/contrib.html#django
[+] tomwojcik|5 years ago|reply
Djoser, most popular rest auth lib for drf.
[+] yout2|5 years ago|reply
channels and dj_database_url, for example.
[+] vnglst|5 years ago|reply
It’s probably not a good metric since Node/Express uses a more modular design but Express is downloaded more than 10 million times every WEEK.

https://www.npmjs.com/package/express

Does anyone know what would be a good metric to compare usage sizes of different frameworks?

[+] savrajsingh|5 years ago|reply
A lot of those have to be builds in test pipelines, would be interesting to know what percentage, I’d guess > 90%
[+] stanislavb|5 years ago|reply
How about - the number of mentions on sites like Reddit and Hacker News?
[+] Alex3917|5 years ago|reply
Amazing work. The idea of grouping similar packages together makes this post way better and more useful than any similar analysis I've seen.