What are the top downloaded pytest plugins?
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI Packages from Hugo von Kemenade. This list is “A monthly dump of the 8,000 most-downloaded packages from PyPI.”
Perfect.
Parse Now:
Filter for “pytest” in the package name Remove “pytest” itself.
↧