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
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
Copyright © 2021 Jogjafile Inc.
If you're just looking for "a few examples", then a Google search with both
site:
andinurl:
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.