Description
Provides a simple list of top-level modules and packages included in Python's standard library. It helps tooling distinguish standard-library imports from third-party dependencies or project-local modules.
Developers use it as a library in linters, dependency tools, and import analyzers. The result depends on Python version, so match the list to the runtime being analyzed.