find-similar-projects.py is simple script, which grep all pip requirements
files in all Github repositories. Thanks to this, script you can easily
find out whether someone else use similar configuration of python packages,
how popular this configuration is.
This could help you found hundreds of similar projects, which could be used
by you as example :)
Example of use:
./find-similar-projects.py django==1.8 django-allauth django-rest-auth
Report bugs to <https://github.com/noisy/find-similar-projects/issues>