See how often a Python package is used by other packages
github.comA good way to gauge the quality of a package is to see who else is using it. Cheerio is a small command-line utility that shows you other packages that use a given package. Other package managers like npm do this already, but I hadn't seen anything like it for Python.
No comments yet.