Skip to content

pypi/stdlib-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87eafe9 · Feb 18, 2025
Jan 27, 2025
Oct 15, 2024
Feb 18, 2025
Jun 20, 2023
Dec 20, 2024
Nov 8, 2018
Feb 23, 2017
Mar 10, 2015
Oct 15, 2024
Oct 15, 2024
Jun 10, 2023
Oct 16, 2024

Repository files navigation

stdlib-list

PyPI version Downloads CI

This package includes lists of all of the standard libraries for Python 2.6 through 3.13.

IMPORTANT: If you're on Python 3.10 or newer, you probably don't need this library. See sys.stdlib_module_names and sys.builtin_module_names for similar functionality.

Installation

stdlib-list is available on PyPI:

python -m pip install stdlib-list

Usage

>>> from stdlib_list import stdlib_list
>>> libraries = stdlib_list("2.7")
>>> libraries[:10]
['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 'EasyDialogs']

For more details, check out the docs.

Credits and Project History

This library was created by @jackmaney, and was maintained with the help of @ocefpaf and @ericdill until version 0.8.0, after which the primary maintainer archived the project.

With the primary maintainer's approval, the project was transferred from jackmaney/python-stdlib-list to pypi/stdlib-list, and was adopted by new maintainers.

The README immediately prior to the maintainership transfer is preserved at READMD.md.old.