Live data from Hacker News

See how often a Python package is used by other packages

github.com

1–2 of 2 posts

See how often a Python package is used by other packages

#1
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.

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

Re: See how often a Python package is used by other packages

#2
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.