Reverse requirements.txt

239 Views Asked by At

How can I get a list of github repositories of python projects with a particular dependency in the requirements.txt file?

This is sort of a "reverse requirements.txt" mapping

1

There are 1 best solutions below

4
On BEST ANSWER

If you're just looking for "a few examples", then a Google search with both site: and inurl: restrictions might help out. For example, site:github.com inurl:requirements.txt django.

You could drop the site:github.com restriction, obviously, if you wanted to look everywhere.