{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/3"}],"enrichment":{"capability":"Provides a static listing of all known modules in Python's standard library, with separate lists for each major CPython release dating back to Python 2.3.","skillfed_tags":["static-analysis","stdlib-reference"],"use_cases":["Determine whether a module name belongs to the standard library for a specific Python version in static analysis.","Track which stdlib modules were added or removed between Python versions for compatibility checking.","Distinguish standard library imports from third-party packages in import sorting and linting tools.","Generate diffs of stdlib module availability across Python versions for documentation or tooling.","Support pre-3.10 Python versions where `sys.stdlib_module_names` is unavailable."],"what_it_does":"stdlibs is a reference package that maintains a static inventory of Python standard library modules across multiple CPython versions. It solves the problem of determining which modules are part of the standard library for a given Python version\u2014useful for static analysis tools, linters, and import sorters that need to distinguish standard library imports from third-party ones.\n\nThe package provides module name lists for each major CPython release from 2.3 onward, plus combined views across all 2.x and 3.x releases. On Python 3.10+, the runtime provides `sys.stdlib_module_names`, but stdlibs exists to offer historical records, pre-release listings, and a broader set of importable modules that aren't always included in the official runtime list. It's used by tools like Ruff and \u00b5sort.","worth_installing":"Yes. This is a lightweight, actively maintained reference package with zero dependencies, permissive licensing, and clear utility for static analysis and tooling. Install it if you're building linters, import sorters, or any tool that needs to reliably distinguish standard library modules from third-party ones across multiple Python versions."},"id":"stdlibs","links":{"html":"https://skillfed.io/packages/stdlibs","md":"https://skillfed.io/packages/stdlibs.md","pypi":"https://pypi.org/project/stdlibs/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-26","license_spdx":null,"license_treatment":"permissive","name":"stdlibs","python_support":"supports_current","summary":"List of packages in the stdlib"},"popularity":{"monthly_downloads":2672943,"position":2948,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2026.2.26"}
