Package service that shows the content of the packages

Is there some section of pypi or some other service that let me see the content of of the package?

Specifically I would be interested to see the included modules / files and exposed scripts; something like the “code” tab of npmjs.com (for example - https://www.npmjs.com/package/foo?activeTab=code ) or like the the file list of packages.debian.org (for example Debian -- File list of package python3/trixie/amd64 )

I don’t know of anything similar for sdist only libraries. And it only unpacks wheels smaller than their “maximum wheel size policy” (it didn’t scan a ~40MB one).

Maybe you’re looking for https://inspector.pypi.io/?

2 Likes

thanks! that’s basically what I neeed