See how often a Python package is used by other packages (github.com)

2 points by latentvar ↗ HN
A 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.

1 comment

[ 3.1 ms ] story [ 9.1 ms ] thread
A 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.