from Hacker News

Top 102 most downloaded Django packages in 2020

by kmmbvnr_ on 12/26/20, 2:50 PM with 14 comments

  • by WalterGR on 12/26/20, 7:06 PM

    ...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?
  • by vnglst on 12/26/20, 7:10 PM

    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?

  • by Alex3917 on 12/26/20, 6:54 PM

    Amazing work. The idea of grouping similar packages together makes this post way better and more useful than any similar analysis I've seen.
  • by khanguy on 12/26/20, 7:33 PM

    The article really should have mentioned

    https://djangopackages.org/

    Most popular Django packages can be found there.