{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/6"}],"enrichment":{"capability":"Provides lists of Python standard library module names for Python versions 2.6 through 3.14, useful for distinguishing standard library imports from third-party packages.","skillfed_tags":["introspection","legacy-python"],"use_cases":["Detect whether an imported module is part of the standard library or a third-party package during static analysis.","Build tools or linters that need to categorize imports by source across multiple Python versions.","Legacy Python 2.7 or early Python 3 projects that need stdlib membership data without relying on runtime introspection."],"what_it_does":"stdlib-list is a reference package that bundles pre-computed lists of standard library module names for multiple Python versions. It lets you query which modules belong to the standard library for a given Python version (2.6 through 3.14), which is useful when you need to distinguish standard library imports from third-party packages in code analysis or dependency detection tasks.\n\nThe package is a simple data lookup tool with no external dependencies. However, the description itself notes that for Python 3.10 and newer, the standard library now exposes sys.stdlib_module_names and sys.builtin_module_names, making this package redundant for modern Python versions. It remains relevant for projects that must support older Python versions or need a unified interface across multiple versions.","worth_installing":"Yes, if you support Python versions older than 3.10 and need to programmatically check stdlib membership. No, if you target only Python 3.10 or newer \u2014 use sys.stdlib_module_names instead. The package is well-maintained, has no security issues, and installs with zero friction, but its utility is narrowing as Python versions advance."},"id":"stdlib-list","links":{"html":"https://skillfed.io/packages/stdlib-list","md":"https://skillfed.io/packages/stdlib-list.md","pypi":"https://pypi.org/project/stdlib-list/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-24","license_spdx":null,"license_treatment":"permissive","name":"stdlib-list","python_support":"supports_current","summary":"A list of Python Standard Libraries (2.7 through 3.14)."},"popularity":{"monthly_downloads":1636519,"position":3700,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.12.0"}
