> **Источник:** https://python-all.ru/3.16/py-modindex.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Указатель модулей Python

[**\_**](https://python-all.ru/3.16/py-modindex.html#cap-_)

|

[**a**](https://python-all.ru/3.16/py-modindex.html#cap-a)

|

[**b**](https://python-all.ru/3.16/py-modindex.html#cap-b)

|

[**c**](https://python-all.ru/3.16/py-modindex.html#cap-c)

|

[**d**](https://python-all.ru/3.16/py-modindex.html#cap-d)

|

[**e**](https://python-all.ru/3.16/py-modindex.html#cap-e)

|

[**f**](https://python-all.ru/3.16/py-modindex.html#cap-f)

|

[**g**](https://python-all.ru/3.16/py-modindex.html#cap-g)

|

[**h**](https://python-all.ru/3.16/py-modindex.html#cap-h)

|

[**i**](https://python-all.ru/3.16/py-modindex.html#cap-i)

|

[**j**](https://python-all.ru/3.16/py-modindex.html#cap-j)

|

[**k**](https://python-all.ru/3.16/py-modindex.html#cap-k)

|

[**l**](https://python-all.ru/3.16/py-modindex.html#cap-l)

|

[**m**](https://python-all.ru/3.16/py-modindex.html#cap-m)

|

[**n**](https://python-all.ru/3.16/py-modindex.html#cap-n)

|

[**o**](https://python-all.ru/3.16/py-modindex.html#cap-o)

|

[**p**](https://python-all.ru/3.16/py-modindex.html#cap-p)

|

[**q**](https://python-all.ru/3.16/py-modindex.html#cap-q)

|

[**r**](https://python-all.ru/3.16/py-modindex.html#cap-r)

|

[**s**](https://python-all.ru/3.16/py-modindex.html#cap-s)

|

[**t**](https://python-all.ru/3.16/py-modindex.html#cap-t)

|

[**u**](https://python-all.ru/3.16/py-modindex.html#cap-u)

|

[**v**](https://python-all.ru/3.16/py-modindex.html#cap-v)

|

[**w**](https://python-all.ru/3.16/py-modindex.html#cap-w)

|

[**x**](https://python-all.ru/3.16/py-modindex.html#cap-x)

|

[**z**](https://python-all.ru/3.16/py-modindex.html#cap-z)

|  |  |  |
| --- | --- | --- |
|  | **\_** |  |
|  | [`__future__`](https://python-all.ru/3.16/library/__future__.html#module-__future__) | *Определения future-инструкций* |
|  | [`__main__`](https://python-all.ru/3.16/library/__main__.html#module-__main__) | *Среда, в которой выполняется код верхнего уровня. Включает интерфейсы командной строки, поведение при импорте и \`\`\_\_name\_\_ == '\_\_main\_\_'\`\`.* |
|  | [`_thread`](https://python-all.ru/3.16/library/_thread.html#module-_thread) | *Низкоуровневый API для работы с потоками.* |
|  | [`_tkinter`](https://python-all.ru/3.16/library/tkinter.html#module-_tkinter) | *Двоичный модуль, содержащий низкоуровневый интерфейс к Tcl/Tk.* |
|  |  |  |
|  | **a** |  |
|  | [`abc`](https://python-all.ru/3.16/library/abc.html#module-abc) | *Абстрактные базовые классы согласно :pep:\`3119\`.* |
|  | [`aifc`](https://python-all.ru/3.16/library/aifc.html#module-aifc) | **Устарело:** *Удалено в 3.13.* |
|  | [`annotationlib`](https://python-all.ru/3.16/library/annotationlib.html#module-annotationlib) | *Функциональность для интроспекции аннотаций* |
|  | [`argparse`](https://python-all.ru/3.16/library/argparse.html#module-argparse) | *Библиотека для разбора параметров и аргументов командной строки.* |
|  | [`array`](https://python-all.ru/3.16/library/array.html#module-array) | *Эффективные по памяти массивы однотипных числовых значений.* |
|  | [`ast`](https://python-all.ru/3.16/library/ast.html#module-ast) | *Классы и манипуляции с абстрактным синтаксическим деревом.* |
|  | [`asynchat`](https://python-all.ru/3.16/library/asynchat.html#module-asynchat) | **Устарело:** *Удалено в версии 3.12.* |
|  | [`asyncio`](https://python-all.ru/3.16/library/asyncio.html#module-asyncio) | *Асинхронный ввод-вывод.* |
|  | [`asyncore`](https://python-all.ru/3.16/library/asyncore.html#module-asyncore) | **Устарело:** *Удалено в версии 3.12.* |
|  | [`atexit`](https://python-all.ru/3.16/library/atexit.html#module-atexit) | *Регистрация и выполнение функций очистки.* |
|  | [`audioop`](https://python-all.ru/3.16/library/audioop.html#module-audioop) | **Устарело:** *Удалено в 3.13.* |
|  |  |  |
|  | **b** |  |
|  | [`base64`](https://python-all.ru/3.16/library/base64.html#module-base64) | *RFC 4648: кодировки данных Base16, Base32, Base64; Base85 и Ascii85* |
|  | [`bdb`](https://python-all.ru/3.16/library/bdb.html#module-bdb) | *Фреймворк отладчика.* |
|  | [`binascii`](https://python-all.ru/3.16/library/binascii.html#module-binascii) | *Инструменты для преобразования между двоичными данными и различными ASCII-представлениями.* |
|  | [`bisect`](https://python-all.ru/3.16/library/bisect.html#module-bisect) | *Алгоритмы деления массива пополам для двоичного поиска.* |
|  | [`builtins`](https://python-all.ru/3.16/library/builtins.html#module-builtins) | *Модуль, предоставляющий встроенное пространство имён.* |
|  | [`bz2`](https://python-all.ru/3.16/library/bz2.html#module-bz2) | *Интерфейсы для сжатия и распаковки bzip2.* |
|  |  |  |
|  | **c** |  |
|  | [`calendar`](https://python-all.ru/3.16/library/calendar.html#module-calendar) | *Функции для работы с календарями, включая некоторую эмуляцию программы cal из Unix.* |
|  | [`cgi`](https://python-all.ru/3.16/library/cgi.html#module-cgi) | **Устарело:** *Удалено в 3.13.* |
|  | [`cgitb`](https://python-all.ru/3.16/library/cgitb.html#module-cgitb) | **Устарело:** *Удалено в 3.13.* |
|  | [`chunk`](https://python-all.ru/3.16/library/chunk.html#module-chunk) | **Устарело:** *Удалено в 3.13.* |
|  | [`cmath`](https://python-all.ru/3.16/library/cmath.html#module-cmath) | *Математические функции для комплексных чисел.* |
|  | [`cmd`](https://python-all.ru/3.16/library/cmd.html#module-cmd) | *Построение командных интерпретаторов, ориентированных на строки.* |
|  | [`code`](https://python-all.ru/3.16/library/code.html#module-code) | *Средства для реализации циклов «чтение-вычисление-печать».* |
|  | [`codecs`](https://python-all.ru/3.16/library/codecs.html#module-codecs) | *Кодирование и декодирование данных и потоков.* |
|  | [`codeop`](https://python-all.ru/3.16/library/codeop.html#module-codeop) | *Компиляция (возможно, неполного) кода Python.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`collections`](https://python-all.ru/3.16/library/collections.html#module-collections) | *Контейнерные типы данных* |
|  | [`collections.abc`](https://python-all.ru/3.16/library/collections.abc.html#module-collections.abc) | *Абстрактные базовые классы для контейнеров* |
|  | [`colorsys`](https://python-all.ru/3.16/library/colorsys.html#module-colorsys) | *Функции преобразования между RGB и другими цветовыми системами.* |
|  | [`compileall`](https://python-all.ru/3.16/library/compileall.html#module-compileall) | *Инструменты для байт-компиляции всех исходных файлов Python в дереве каталогов.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`compression`](https://python-all.ru/3.16/library/compression.html#module-compression) |  |
|  | [`compression.zstd`](https://python-all.ru/3.16/library/compression.zstd.html#module-compression.zstd) | *Низкоуровневый интерфейс к процедурам сжатия и распаковки в библиотеке zstd.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | `concurrent` |  |
|  | [`concurrent.futures`](https://python-all.ru/3.16/library/concurrent.futures.html#module-concurrent.futures) | *Выполнение вычислений параллельно с помощью потоков или процессов.* |
|  | [`concurrent.interpreters`](https://python-all.ru/3.16/library/concurrent.interpreters.html#module-concurrent.interpreters) | *Несколько интерпретаторов в одном процессе* |
|  | [`configparser`](https://python-all.ru/3.16/library/configparser.html#module-configparser) | *Парсер конфигурационных файлов.* |
|  | [`contextlib`](https://python-all.ru/3.16/library/contextlib.html#module-contextlib) | *Утилиты для контекстов оператора with.* |
|  | [`contextvars`](https://python-all.ru/3.16/library/contextvars.html#module-contextvars) | *Контекстные переменные* |
|  | [`copy`](https://python-all.ru/3.16/library/copy.html#module-copy) | *Операции поверхностного и глубокого копирования.* |
|  | [`copyreg`](https://python-all.ru/3.16/library/copyreg.html#module-copyreg) | *Регистрация функций поддержки pickle.* |
|  | [`crypt`](https://python-all.ru/3.16/library/crypt.html#module-crypt) | **Устарело:** *Удалено в 3.13.* |
|  | [`csv`](https://python-all.ru/3.16/library/csv.html#module-csv) | *Запись и чтение табличных данных в файлы с разделителями и из них.* |
|  | [`ctypes`](https://python-all.ru/3.16/library/ctypes.html#module-ctypes) | *Библиотека внешних функций для Python.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`curses`](https://python-all.ru/3.16/library/curses.html#module-curses) | *Интерфейс к библиотеке curses, обеспечивающий переносимую работу с терминалом.* |
|  | [`curses.ascii`](https://python-all.ru/3.16/library/curses.ascii.html#module-curses.ascii) | *Константы и функции проверки принадлежности к набору для символов ASCII.* |
|  | [`curses.panel`](https://python-all.ru/3.16/library/curses.panel.html#module-curses.panel) | *Расширение панельного стека, добавляющее глубину окнам curses.* |
|  | [`curses.textpad`](https://python-all.ru/3.16/library/curses.html#module-curses.textpad) | *Редактирование ввода в стиле Emacs в окне curses.* |
|  |  |  |
|  | **d** |  |
|  | [`dataclasses`](https://python-all.ru/3.16/library/dataclasses.html#module-dataclasses) | *Генерация специальных методов в пользовательских классах.* |
|  | [`datetime`](https://python-all.ru/3.16/library/datetime.html#module-datetime) | *Базовые типы даты и времени.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`dbm`](https://python-all.ru/3.16/library/dbm.html#module-dbm) | *Интерфейсы к различным форматам "баз данных" Unix.* |
|  | [`dbm.dumb`](https://python-all.ru/3.16/library/dbm.html#module-dbm.dumb) | *Переносимая реализация простого интерфейса DBM.* |
|  | [`dbm.gnu`](https://python-all.ru/3.16/library/dbm.html#module-dbm.gnu) | *Менеджер баз данных GNU* |
|  | [`dbm.ndbm`](https://python-all.ru/3.16/library/dbm.html#module-dbm.ndbm) | *Новый менеджер баз данных* |
|  | [`dbm.sqlite3`](https://python-all.ru/3.16/library/dbm.html#module-dbm.sqlite3) | *Бэкенд SQLite для dbm* |
|  | [`decimal`](https://python-all.ru/3.16/library/decimal.html#module-decimal) | *Реализация спецификации десятичной арифметики общего назначения.* |
|  | [`difflib`](https://python-all.ru/3.16/library/difflib.html#module-difflib) | *Вспомогательные функции для вычисления различий между объектами.* |
|  | [`dis`](https://python-all.ru/3.16/library/dis.html#module-dis) | *Дисассемблер байт-кода Python.* |
|  | [`distutils`](https://python-all.ru/3.16/library/distutils.html#module-distutils) | **Устарело:** *Удалено в версии 3.12.* |
|  | [`doctest`](https://python-all.ru/3.16/library/doctest.html#module-doctest) | *Тестирование фрагментов кода внутри строк документации.* |
|  |  |  |
|  | **e** |  |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`email`](https://python-all.ru/3.16/library/email.html#module-email) | *Пакет для разбора, обработки и создания email-сообщений.* |
|  | [`email.charset`](https://python-all.ru/3.16/library/email.charset.html#module-email.charset) | *Наборы символов* |
|  | [`email.contentmanager`](https://python-all.ru/3.16/library/email.contentmanager.html#module-email.contentmanager) | *Сохранение и извлечение содержимого из MIME-частей* |
|  | [`email.encoders`](https://python-all.ru/3.16/library/email.encoders.html#module-email.encoders) | *Кодировщики для полезной нагрузки email-сообщений.* |
|  | [`email.errors`](https://python-all.ru/3.16/library/email.errors.html#module-email.errors) | *Классы исключений, используемые пакетом email.* |
|  | [`email.generator`](https://python-all.ru/3.16/library/email.generator.html#module-email.generator) | *Создание простых текстовых email-сообщений на основе структуры сообщения.* |
|  | [`email.header`](https://python-all.ru/3.16/library/email.header.html#module-email.header) | *Представление заголовков, отличных от ASCII* |
|  | [`email.headerregistry`](https://python-all.ru/3.16/library/email.headerregistry.html#module-email.headerregistry) | *Автоматический разбор заголовков по имени поля* |
|  | [`email.iterators`](https://python-all.ru/3.16/library/email.iterators.html#module-email.iterators) | *Обход дерева объектов сообщения.* |
|  | [`email.message`](https://python-all.ru/3.16/library/email.message.html#module-email.message) | *Базовый класс, представляющий email-сообщения.* |
|  | [`email.mime`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime) | *Построение MIME-сообщений.* |
|  | [`email.mime.application`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.application) |  |
|  | [`email.mime.audio`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.audio) |  |
|  | [`email.mime.base`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.base) |  |
|  | [`email.mime.image`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.image) |  |
|  | [`email.mime.message`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.message) |  |
|  | [`email.mime.multipart`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.multipart) |  |
|  | [`email.mime.nonmultipart`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.nonmultipart) |  |
|  | [`email.mime.text`](https://python-all.ru/3.16/library/email.mime.html#module-email.mime.text) |  |
|  | [`email.parser`](https://python-all.ru/3.16/library/email.parser.html#module-email.parser) | *Разбор простых текстовых email-сообщений для создания структуры объектов сообщения.* |
|  | [`email.policy`](https://python-all.ru/3.16/library/email.policy.html#module-email.policy) | *Управление разбором и генерацией сообщений* |
|  | [`email.utils`](https://python-all.ru/3.16/library/email.utils.html#module-email.utils) | *Прочие утилиты пакета email.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`encodings`](https://python-all.ru/3.16/library/codecs.html#module-encodings) | *Пакет encodings* |
|  | [`encodings.idna`](https://python-all.ru/3.16/library/codecs.html#module-encodings.idna) | *Реализация интернационализированных доменных имён* |
|  | [`encodings.mbcs`](https://python-all.ru/3.16/library/codecs.html#module-encodings.mbcs) | *Кодовая страница Windows ANSI* |
|  | [`encodings.utf_8_sig`](https://python-all.ru/3.16/library/codecs.html#module-encodings.utf_8_sig) | *Кодек UTF-8 с сигнатурой BOM* |
|  | [`ensurepip`](https://python-all.ru/3.16/library/ensurepip.html#module-ensurepip) | *Загрузка установщика pip в существующую установку Python или виртуальное окружение.* |
|  | [`enum`](https://python-all.ru/3.16/library/enum.html#module-enum) | *Реализация класса перечисления.* |
|  | [`errno`](https://python-all.ru/3.16/library/errno.html#module-errno) | *Стандартные системные символы errno.* |
|  |  |  |
|  | **f** |  |
|  | [`faulthandler`](https://python-all.ru/3.16/library/faulthandler.html#module-faulthandler) | *Вывод трассировки Python.* |
|  | [`fcntl`](https://python-all.ru/3.16/library/fcntl.html#module-fcntl) | *Системные вызовы fcntl() и ioctl().* |
|  | [`filecmp`](https://python-all.ru/3.16/library/filecmp.html#module-filecmp) | *Эффективное сравнение файлов.* |
|  | [`fileinput`](https://python-all.ru/3.16/library/fileinput.html#module-fileinput) | *Цикл по стандартному вводу или списку файлов.* |
|  | [`fnmatch`](https://python-all.ru/3.16/library/fnmatch.html#module-fnmatch) | *Сопоставление имен файлов по шаблонам в стиле оболочки Unix.* |
|  | [`fractions`](https://python-all.ru/3.16/library/fractions.html#module-fractions) | *Рациональные числа.* |
|  | [`ftplib`](https://python-all.ru/3.16/library/ftplib.html#module-ftplib) | *Клиент протокола FTP (требуются сокеты).* |
|  | [`functools`](https://python-all.ru/3.16/library/functools.html#module-functools) | *Функции высшего порядка и операции над вызываемыми объектами.* |
|  |  |  |
|  | **g** |  |
|  | [`gc`](https://python-all.ru/3.16/library/gc.html#module-gc) | *Интерфейс к сборщику мусора с обнаружением циклических ссылок.* |
|  | [`getopt`](https://python-all.ru/3.16/library/getopt.html#module-getopt) | *Переносимый парсер параметров командной строки; поддержка как коротких, так и длинных имен параметров.* |
|  | [`getpass`](https://python-all.ru/3.16/library/getpass.html#module-getpass) | *Переносимое чтение паролей и получение идентификатора пользователя.* |
|  | [`gettext`](https://python-all.ru/3.16/library/gettext.html#module-gettext) | *Многоязычные службы интернационализации.* |
|  | [`glob`](https://python-all.ru/3.16/library/glob.html#module-glob) | *Расширение шаблонов имён путей в стиле оболочки Unix.* |
|  | [`graphlib`](https://python-all.ru/3.16/library/graphlib.html#module-graphlib) | *Функциональность для работы со структурами, подобными графам.* |
|  | [`grp`](https://python-all.ru/3.16/library/grp.html#module-grp) | *База данных групп (getgrnam() и другие).* |
|  | [`gzip`](https://python-all.ru/3.16/library/gzip.html#module-gzip) | *Интерфейсы для сжатия и распаковки gzip с использованием файловых объектов.* |
|  |  |  |
|  | **h** |  |
|  | [`hashlib`](https://python-all.ru/3.16/library/hashlib.html#module-hashlib) | *Алгоритмы безопасного хеширования и дайджеста сообщений.* |
|  | [`heapq`](https://python-all.ru/3.16/library/heapq.html#module-heapq) | *Алгоритм пирамидальной очереди (также известен как очередь с приоритетом).* |
|  | [`hmac`](https://python-all.ru/3.16/library/hmac.html#module-hmac) | *Реализация HMAC (хеширование с ключом для аутентификации сообщений).* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`html`](https://python-all.ru/3.16/library/html.html#module-html) | *Вспомогательные средства для работы с HTML.* |
|  | [`html.entities`](https://python-all.ru/3.16/library/html.entities.html#module-html.entities) | *Определения общих сущностей HTML.* |
|  | [`html.parser`](https://python-all.ru/3.16/library/html.parser.html#module-html.parser) | *Простой парсер, способный обрабатывать HTML и XHTML.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`http`](https://python-all.ru/3.16/library/http.html#module-http) | *Коды состояния и сообщения HTTP.* |
|  | [`http.client`](https://python-all.ru/3.16/library/http.client.html#module-http.client) | *Клиент протокола HTTP и HTTPS (требуются сокеты).* |
|  | [`http.cookiejar`](https://python-all.ru/3.16/library/http.cookiejar.html#module-http.cookiejar) | *Классы для автоматической обработки HTTP-куки.* |
|  | [`http.cookies`](https://python-all.ru/3.16/library/http.cookies.html#module-http.cookies) | *Поддержка управления состоянием HTTP (куки).* |
|  | [`http.server`](https://python-all.ru/3.16/library/http.server.html#module-http.server) | *HTTP-сервер и обработчики запросов.* |
|  |  |  |
|  | **i** |  |
|  | [`idlelib`](https://python-all.ru/3.16/library/idle.html#module-idlelib) | *Пакет реализации для оболочки/редактора IDLE.* |
|  | [`imaplib`](https://python-all.ru/3.16/library/imaplib.html#module-imaplib) | *Клиент протокола IMAP4 (требуются сокеты).* |
|  | [`imghdr`](https://python-all.ru/3.16/library/imghdr.html#module-imghdr) | **Устарело:** *Удалено в 3.13.* |
|  | [`imp`](https://python-all.ru/3.16/library/imp.html#module-imp) | **Устарело:** *Удалено в версии 3.12.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`importlib`](https://python-all.ru/3.16/library/importlib.html#module-importlib) | *Реализация механизма импорта.* |
|  | [`importlib.abc`](https://python-all.ru/3.16/library/importlib.html#module-importlib.abc) | *Абстрактные базовые классы, связанные с импортом.* |
|  | [`importlib.machinery`](https://python-all.ru/3.16/library/importlib.html#module-importlib.machinery) | *Импортёры и перехватчики путей.* |
|  | [`importlib.metadata`](https://python-all.ru/3.16/library/importlib.metadata.html#module-importlib.metadata) | *Доступ к метаданным пакета.* |
|  | [`importlib.resources`](https://python-all.ru/3.16/library/importlib.resources.html#module-importlib.resources) | *Чтение, открытие и доступ к ресурсам пакета.* |
|  | [`importlib.resources.abc`](https://python-all.ru/3.16/library/importlib.resources.abc.html#module-importlib.resources.abc) | *Абстрактные базовые классы для ресурсов.* |
|  | [`importlib.util`](https://python-all.ru/3.16/library/importlib.html#module-importlib.util) | *Вспомогательный код для импортёров.* |
|  | [`inspect`](https://python-all.ru/3.16/library/inspect.html#module-inspect) | *Извлечение информации и исходного кода из живых объектов.* |
|  | [`io`](https://python-all.ru/3.16/library/io.html#module-io) | *Основные инструменты для работы с потоками данных.* |
|  | [`ipaddress`](https://python-all.ru/3.16/library/ipaddress.html#module-ipaddress) | *Библиотека для работы с IPv4/IPv6.* |
|  | [`itertools`](https://python-all.ru/3.16/library/itertools.html#module-itertools) | *Функции, создающие итераторы для эффективного цикла.* |
|  |  |  |
|  | **j** |  |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`json`](https://python-all.ru/3.16/library/json.html#module-json) | *Кодирование и декодирование формата JSON.* |
|  | [`json.tool`](https://python-all.ru/3.16/library/json.html#module-json.tool) | *Интерфейс командной строки для проверки и форматированного вывода JSON.* |
|  |  |  |
|  | **k** |  |
|  | [`keyword`](https://python-all.ru/3.16/library/keyword.html#module-keyword) | *Проверяет, является ли строка ключевым словом в Python.* |
|  |  |  |
|  | **l** |  |
|  | [`linecache`](https://python-all.ru/3.16/library/linecache.html#module-linecache) | *Обеспечивает произвольный доступ к отдельным строкам текстовых файлов.* |
|  | [`locale`](https://python-all.ru/3.16/library/locale.html#module-locale) | *Сервисы интернационализации.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`logging`](https://python-all.ru/3.16/library/logging.html#module-logging) | *Гибкая система журналирования событий для приложений.* |
|  | [`logging.config`](https://python-all.ru/3.16/library/logging.config.html#module-logging.config) | *Конфигурация модуля логирования.* |
|  | [`logging.handlers`](https://python-all.ru/3.16/library/logging.handlers.html#module-logging.handlers) | *Обработчики для модуля логирования.* |
|  | [`lzma`](https://python-all.ru/3.16/library/lzma.html#module-lzma) | *Обёртка Python для библиотеки сжатия liblzma.* |
|  |  |  |
|  | **m** |  |
|  | [`mailbox`](https://python-all.ru/3.16/library/mailbox.html#module-mailbox) | *Манипулирует почтовыми ящиками в различных форматах* |
|  | [`mailcap`](https://python-all.ru/3.16/library/mailcap.html#module-mailcap) | **Устарело:** *Удалено в 3.13.* |
|  | [`marshal`](https://python-all.ru/3.16/library/marshal.html#module-marshal) | *Преобразует объекты Python в потоки байтов и обратно (с разными ограничениями).* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`math`](https://python-all.ru/3.16/library/math.html#module-math) | *Математические функции (sin() и др.).* |
|  | [`math.integer`](https://python-all.ru/3.16/library/math.integer.html#module-math.integer) | *Математические функции для целых чисел.* |
|  | [`mimetypes`](https://python-all.ru/3.16/library/mimetypes.html#module-mimetypes) | *Сопоставление расширений имён файлов с MIME-типами.* |
|  | [`mmap`](https://python-all.ru/3.16/library/mmap.html#module-mmap) | *Интерфейс к файлам, отображаемым в память, для Unix и Windows.* |
|  | [`modulefinder`](https://python-all.ru/3.16/library/modulefinder.html#module-modulefinder) | *Находит модули, используемые скриптом.* |
|  | [`msilib`](https://python-all.ru/3.16/library/msilib.html#module-msilib) | **Устарело:** *Удалено в 3.13.* |
|  | [`msvcrt`](https://python-all.ru/3.16/library/msvcrt.html#module-msvcrt) | *Разные полезные процедуры из MS VC++ runtime.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`multiprocessing`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing) | *Параллелизм на основе процессов.* |
|  | [`multiprocessing.connection`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing.connection) | *API для работы с сокетами.* |
|  | [`multiprocessing.dummy`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing.dummy) | *Простая обёртка вокруг threading.* |
|  | [`multiprocessing.managers`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing.managers) | *Совместное использование данных между процессами с помощью разделяемых объектов.* |
|  | [`multiprocessing.pool`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing.pool) | *Создание пулов процессов.* |
|  | [`multiprocessing.shared_memory`](https://python-all.ru/3.16/library/multiprocessing.shared_memory.html#module-multiprocessing.shared_memory) | *Обеспечивает разделяемую память для прямого доступа между процессами.* |
|  | [`multiprocessing.sharedctypes`](https://python-all.ru/3.16/library/multiprocessing.html#module-multiprocessing.sharedctypes) | *Выделяет объекты ctypes из разделяемой памяти.* |
|  |  |  |
|  | **n** |  |
|  | [`netrc`](https://python-all.ru/3.16/library/netrc.html#module-netrc) | *Загрузка файлов .netrc.* |
|  | [`nis`](https://python-all.ru/3.16/library/nis.html#module-nis) | **Устарело:** *Удалено в 3.13.* |
|  | [`nntplib`](https://python-all.ru/3.16/library/nntplib.html#module-nntplib) | **Устарело:** *Удалено в 3.13.* |
|  | [`numbers`](https://python-all.ru/3.16/library/numbers.html#module-numbers) | *Абстрактные базовые классы для чисел (Complex, Real, Integral и др.).* |
|  |  |  |
|  | **o** |  |
|  | [`operator`](https://python-all.ru/3.16/library/operator.html#module-operator) | *Функции, соответствующие стандартным операторам.* |
|  | [`optparse`](https://python-all.ru/3.16/library/optparse.html#module-optparse) | *Библиотека разбора параметров командной строки.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`os`](https://python-all.ru/3.16/library/os.html#module-os) | *Различные интерфейсы операционной системы.* |
|  | [`os.path`](https://python-all.ru/3.16/library/os.path.html#module-os.path) | *Операции с именами путей.* |
|  | [`ossaudiodev`](https://python-all.ru/3.16/library/ossaudiodev.html#module-ossaudiodev) | **Устарело:** *Удалено в 3.13.* |
|  |  |  |
|  | **p** |  |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`pathlib`](https://python-all.ru/3.16/library/pathlib.html#module-pathlib) | *Объектно-ориентированные пути файловой системы* |
|  | [`pathlib.types`](https://python-all.ru/3.16/library/pathlib.html#module-pathlib.types) | *Типы pathlib для статической проверки типов* |
|  | [`pdb`](https://python-all.ru/3.16/library/pdb.html#module-pdb) | *Отладчик Python для интерактивных интерпретаторов.* |
|  | [`pickle`](https://python-all.ru/3.16/library/pickle.html#module-pickle) | *Преобразует объекты Python в потоки байтов и обратно.* |
|  | [`pickletools`](https://python-all.ru/3.16/library/pickletools.html#module-pickletools) | *Содержит обширные комментарии о протоколах pickle и кодах операций pickle-machine, а также несколько полезных функций.* |
|  | [`pipes`](https://python-all.ru/3.16/library/pipes.html#module-pipes) | **Устарело:** *Удалено в 3.13.* |
|  | [`pkgutil`](https://python-all.ru/3.16/library/pkgutil.html#module-pkgutil) | *Утилиты для системы импорта.* |
|  | [`platform`](https://python-all.ru/3.16/library/platform.html#module-platform) | *Извлекает как можно больше данных, идентифицирующих платформу.* |
|  | [`plistlib`](https://python-all.ru/3.16/library/plistlib.html#module-plistlib) | *Генерирует и разбирает файлы Apple plist.* |
|  | [`poplib`](https://python-all.ru/3.16/library/poplib.html#module-poplib) | *Клиент протокола POP3 (требуются сокеты).* |
|  | [`posix`](https://python-all.ru/3.16/library/posix.html#module-posix) | *Наиболее распространённые системные вызовы POSIX (обычно используются через модуль os).* |
|  | [`pprint`](https://python-all.ru/3.16/library/pprint.html#module-pprint) | *Форматированный вывод данных.* |
|  | [`profile`](https://python-all.ru/3.16/library/profile.html#module-profile) | **Устарело:** *Профилировщик на чистом Python (устарел).* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`profiling`](https://python-all.ru/3.16/library/profiling.html#module-profiling) | *Инструменты профилирования Python для анализа производительности.* |
|  | [`profiling.sampling`](https://python-all.ru/3.16/library/profiling.sampling.html#module-profiling.sampling) | *Статистический профилировщик на основе выборки для процессов Python.* |
|  | [`profiling.tracing`](https://python-all.ru/3.16/library/profiling.tracing.html#module-profiling.tracing) | *Детерминированный профилировщик трассировки для программ Python.* |
|  | [`pstats`](https://python-all.ru/3.16/library/pstats.html#module-pstats) | *Объект статистики для анализа вывода профилировщика.* |
|  | [`pty`](https://python-all.ru/3.16/library/pty.html#module-pty) | *Обработка псевдотерминалов для Unix.* |
|  | [`pwd`](https://python-all.ru/3.16/library/pwd.html#module-pwd) | *База данных паролей (getpwnam() и подобные).* |
|  | [`py_compile`](https://python-all.ru/3.16/library/py_compile.html#module-py_compile) | *Генерирует байт-код из исходных файлов Python.* |
|  | [`pyclbr`](https://python-all.ru/3.16/library/pyclbr.html#module-pyclbr) | *Поддерживает извлечение информации для браузера модулей Python.* |
|  | [`pydoc`](https://python-all.ru/3.16/library/pydoc.html#module-pydoc) | *Генератор документации и система онлайн-справки.* |
|  |  |  |
|  | **q** |  |
|  | [`queue`](https://python-all.ru/3.16/library/queue.html#module-queue) | *Синхронизированный класс очереди.* |
|  | [`quopri`](https://python-all.ru/3.16/library/quopri.html#module-quopri) | *Кодирует и декодирует файлы с помощью кодировки MIME quoted-printable.* |
|  |  |  |
|  | **r** |  |
|  | [`random`](https://python-all.ru/3.16/library/random.html#module-random) | *Генерирует псевдослучайные числа с различными распространёнными распределениями.* |
|  | [`re`](https://python-all.ru/3.16/library/re.html#module-re) | *Операции с регулярными выражениями.* |
|  | [`readline`](https://python-all.ru/3.16/library/readline.html#module-readline) | *Поддержка GNU readline для Python.* |
|  | [`reprlib`](https://python-all.ru/3.16/library/reprlib.html#module-reprlib) | *Альтернативная реализация repr() с ограничениями по размеру.* |
|  | [`resource`](https://python-all.ru/3.16/library/resource.html#module-resource) | *Интерфейс для предоставления информации об использовании ресурсов текущим процессом.* |
|  | [`rlcompleter`](https://python-all.ru/3.16/library/rlcompleter.html#module-rlcompleter) | *Автодополнение идентификаторов Python, подходящее для библиотеки GNU readline.* |
|  | [`runpy`](https://python-all.ru/3.16/library/runpy.html#module-runpy) | *Находит и запускает модули Python без предварительного импорта.* |
|  |  |  |
|  | **s** |  |
|  | [`sched`](https://python-all.ru/3.16/library/sched.html#module-sched) | *Планировщик событий общего назначения.* |
|  | [`secrets`](https://python-all.ru/3.16/library/secrets.html#module-secrets) | *Генерирует безопасные случайные числа для управления секретами.* |
|  | [`select`](https://python-all.ru/3.16/library/select.html#module-select) | *Ожидание завершения ввода-вывода на нескольких потоках данных.* |
|  | [`selectors`](https://python-all.ru/3.16/library/selectors.html#module-selectors) | *Мультиплексирование ввода-вывода высокого уровня.* |
|  | [`shelve`](https://python-all.ru/3.16/library/shelve.html#module-shelve) | *Персистентность объектов Python.* |
|  | [`shlex`](https://python-all.ru/3.16/library/shlex.html#module-shlex) | *Простой лексический анализ для языков, подобных командной оболочке Unix.* |
|  | [`shutil`](https://python-all.ru/3.16/library/shutil.html#module-shutil) | *Операции с файлами высокого уровня, включая копирование.* |
|  | [`signal`](https://python-all.ru/3.16/library/signal.html#module-signal) | *Установка обработчиков для асинхронных событий.* |
|  | [`site`](https://python-all.ru/3.16/library/site.html#module-site) | *Модуль, отвечающий за специфичную для сайта конфигурацию.* |
|  | [`sitecustomize`](https://python-all.ru/3.16/library/site.html#module-sitecustomize) |  |
|  | [`smtpd`](https://python-all.ru/3.16/library/smtpd.html#module-smtpd) | **Устарело:** *Удалено в версии 3.12.* |
|  | [`smtplib`](https://python-all.ru/3.16/library/smtplib.html#module-smtplib) | *Клиент протокола SMTP (требуется поддержка сокетов).* |
|  | [`sndhdr`](https://python-all.ru/3.16/library/sndhdr.html#module-sndhdr) | **Устарело:** *Удалено в 3.13.* |
|  | [`socket`](https://python-all.ru/3.16/library/socket.html#module-socket) | *Низкоуровневый сетевой интерфейс.* |
|  | [`socketserver`](https://python-all.ru/3.16/library/socketserver.html#module-socketserver) | *Фреймворк для сетевых серверов.* |
|  | [`spwd`](https://python-all.ru/3.16/library/spwd.html#module-spwd) | **Устарело:** *Удалено в 3.13.* |
|  | [`sqlite3`](https://python-all.ru/3.16/library/sqlite3.html#module-sqlite3) | *Реализация DB-API 2.0 с использованием SQLite 3.x.* |
|  | [`ssl`](https://python-all.ru/3.16/library/ssl.html#module-ssl) | *Обёртка TLS/SSL для объектов сокетов* |
|  | [`stat`](https://python-all.ru/3.16/library/stat.html#module-stat) | *Утилиты для интерпретации результатов os.stat(), os.lstat() и os.fstat().* |
|  | [`statistics`](https://python-all.ru/3.16/library/statistics.html#module-statistics) | *Функции математической статистики* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`string`](https://python-all.ru/3.16/library/string.html#module-string) | *Общие операции со строками.* |
|  | [`string.templatelib`](https://python-all.ru/3.16/library/string.templatelib.html#module-string.templatelib) | *Поддержка шаблонов строк.* |
|  | [`stringprep`](https://python-all.ru/3.16/library/stringprep.html#module-stringprep) | *Подготовка строк в соответствии с RFC 3453* |
|  | [`struct`](https://python-all.ru/3.16/library/struct.html#module-struct) | *Интерпретация байтов как упакованных двоичных данных.* |
|  | [`subprocess`](https://python-all.ru/3.16/library/subprocess.html#module-subprocess) | *Управление подпроцессами.* |
|  | [`sunau`](https://python-all.ru/3.16/library/sunau.html#module-sunau) | **Устарело:** *Удалено в 3.13.* |
|  | [`symtable`](https://python-all.ru/3.16/library/symtable.html#module-symtable) | *Интерфейс к внутренним таблицам символов компилятора.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`sys`](https://python-all.ru/3.16/library/sys.html#module-sys) | *Доступ к системным параметрам и функциям.* |
|  | [`sys.monitoring`](https://python-all.ru/3.16/library/sys.monitoring.html#module-sys.monitoring) | *Доступ к мониторингу событий и управление им* |
|  | [`sysconfig`](https://python-all.ru/3.16/library/sysconfig.html#module-sysconfig) | *Информация о конфигурации Python* |
|  | [`syslog`](https://python-all.ru/3.16/library/syslog.html#module-syslog) | *Интерфейс к библиотеке системного журнала Unix.* |
|  |  |  |
|  | **t** |  |
|  | [`tabnanny`](https://python-all.ru/3.16/library/tabnanny.html#module-tabnanny) | *Инструмент для обнаружения проблем с пробельными символами в файлах исходного кода Python в дереве каталогов.* |
|  | [`tarfile`](https://python-all.ru/3.16/library/tarfile.html#module-tarfile) | *Чтение и запись архивных файлов в формате tar.* |
|  | [`telnetlib`](https://python-all.ru/3.16/library/telnetlib.html#module-telnetlib) | **Устарело:** *Удалено в 3.13.* |
|  | [`tempfile`](https://python-all.ru/3.16/library/tempfile.html#module-tempfile) | *Создание временных файлов и каталогов.* |
|  | [`termios`](https://python-all.ru/3.16/library/termios.html#module-termios) | *Управление терминалом в стиле POSIX.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`test`](https://python-all.ru/3.16/library/test.html#module-test) | *Пакет регрессионного тестирования, содержащий набор тестов для Python.* |
|  | [`test.regrtest`](https://python-all.ru/3.16/library/test.html#module-test.regrtest) | *Запускает набор регрессионных тестов.* |
|  | [`test.support`](https://python-all.ru/3.16/library/test.html#module-test.support) | *Поддержка набора регрессионных тестов Python.* |
|  | [`test.support.bytecode_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.bytecode_helper) | *Инструменты для проверки корректной генерации байт-кода.* |
|  | [`test.support.import_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.import_helper) | *Поддержка тестов импорта.* |
|  | [`test.support.os_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.os_helper) | *Поддержка тестов модуля os.* |
|  | [`test.support.script_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.script_helper) | *Поддержка тестов выполнения скриптов Python.* |
|  | [`test.support.socket_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.socket_helper) | *Поддержка тестов сокетов.* |
|  | [`test.support.threading_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.threading_helper) | *Поддержка тестов многопоточности.* |
|  | [`test.support.warnings_helper`](https://python-all.ru/3.16/library/test.html#module-test.support.warnings_helper) | *Поддержка тестов предупреждений.* |
|  | [`textwrap`](https://python-all.ru/3.16/library/textwrap.html#module-textwrap) | *Перенос и заполнение текста.* |
|  | [`threading`](https://python-all.ru/3.16/library/threading.html#module-threading) | *Параллелизм на основе потоков.* |
|  | [`time`](https://python-all.ru/3.16/library/time.html#module-time) | *Доступ ко времени и преобразования.* |
|  | [`timeit`](https://python-all.ru/3.16/library/timeit.html#module-timeit) | *Измерение времени выполнения небольших фрагментов кода.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`tkinter`](https://python-all.ru/3.16/library/tkinter.html#module-tkinter) | *Интерфейс к Tcl/Tk для графических пользовательских интерфейсов* |
|  | [`tkinter.colorchooser`](https://python-all.ru/3.16/library/tkinter.colorchooser.html#module-tkinter.colorchooser) | *Диалог выбора цвета* |
|  | [`tkinter.commondialog`](https://python-all.ru/3.16/library/dialog.html#module-tkinter.commondialog) | *Базовый класс Tkinter для диалогов* |
|  | [`tkinter.dialog`](https://python-all.ru/3.16/library/dialog.html#module-tkinter.dialog) | *Простое диалоговое окно на основе классических виджетов Tk.* |
|  | [`tkinter.dnd`](https://python-all.ru/3.16/library/tkinter.dnd.html#module-tkinter.dnd) | *Интерфейс перетаскивания Tkinter* |
|  | [`tkinter.filedialog`](https://python-all.ru/3.16/library/dialog.html#module-tkinter.filedialog) | *Классы диалогов для выбора файлов* |
|  | [`tkinter.font`](https://python-all.ru/3.16/library/tkinter.font.html#module-tkinter.font) | *Класс-обёртка шрифта Tkinter* |
|  | [`tkinter.messagebox`](https://python-all.ru/3.16/library/tkinter.messagebox.html#module-tkinter.messagebox) | *Различные типы диалоговых окон предупреждений* |
|  | [`tkinter.scrolledtext`](https://python-all.ru/3.16/library/tkinter.scrolledtext.html#module-tkinter.scrolledtext) | *Текстовый виджет с вертикальной полосой прокрутки.* |
|  | [`tkinter.simpledialog`](https://python-all.ru/3.16/library/dialog.html#module-tkinter.simpledialog) | *Простые диалоговые окна* |
|  | [`tkinter.ttk`](https://python-all.ru/3.16/library/tkinter.ttk.html#module-tkinter.ttk) | *Набор виджетов с темой Tk* |
|  | [`token`](https://python-all.ru/3.16/library/token.html#module-token) | *Константы, представляющие конечные узлы дерева разбора.* |
|  | [`tokenize`](https://python-all.ru/3.16/library/tokenize.html#module-tokenize) | *Лексический сканер исходного кода Python.* |
|  | [`tomllib`](https://python-all.ru/3.16/library/tomllib.html#module-tomllib) | *Разбор TOML-файлов.* |
|  | [`trace`](https://python-all.ru/3.16/library/trace.html#module-trace) | *Трассировка или отслеживание выполнения операторов Python.* |
|  | [`traceback`](https://python-all.ru/3.16/library/traceback.html#module-traceback) | *Печать или получение трассировки стека.* |
|  | [`tracemalloc`](https://python-all.ru/3.16/library/tracemalloc.html#module-tracemalloc) | *Трассировка выделений памяти.* |
|  | [`tty`](https://python-all.ru/3.16/library/tty.html#module-tty) | *Вспомогательные функции для выполнения типовых операций управления терминалом.* |
|  | [`turtle`](https://python-all.ru/3.16/library/turtle.html#module-turtle) | *Образовательный фреймворк для простых графических приложений* |
|  | [`turtledemo`](https://python-all.ru/3.16/library/turtle.html#module-turtledemo) | *Просмотрщик примеров скриптов turtle* |
|  | [`types`](https://python-all.ru/3.16/library/types.html#module-types) | *Имена встроенных типов.* |
|  | [`typing`](https://python-all.ru/3.16/library/typing.html#module-typing) | *Поддержка аннотаций типов (см. :pep:\`484\`).* |
|  |  |  |
|  | **u** |  |
|  | [`unicodedata`](https://python-all.ru/3.16/library/unicodedata.html#module-unicodedata) | *Доступ к базе данных Unicode.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`unittest`](https://python-all.ru/3.16/library/unittest.html#module-unittest) | *Фреймворк для модульного тестирования Python.* |
|  | [`unittest.mock`](https://python-all.ru/3.16/library/unittest.mock.html#module-unittest.mock) | *Библиотека mock-объектов.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`urllib`](https://python-all.ru/3.16/library/urllib.html#module-urllib) |  |
|  | [`urllib.error`](https://python-all.ru/3.16/library/urllib.error.html#module-urllib.error) | *Классы исключений, вызываемые urllib.request.* |
|  | [`urllib.parse`](https://python-all.ru/3.16/library/urllib.parse.html#module-urllib.parse) | *Разбор URL на составляющие и сборка из компонентов.* |
|  | [`urllib.request`](https://python-all.ru/3.16/library/urllib.request.html#module-urllib.request) | *Расширяемая библиотека для открытия URL.* |
|  | [`urllib.response`](https://python-all.ru/3.16/library/urllib.request.html#module-urllib.response) | *Классы ответов, используемые в urllib.* |
|  | [`urllib.robotparser`](https://python-all.ru/3.16/library/urllib.robotparser.html#module-urllib.robotparser) | *Загрузка файла robots.txt и ответы на вопросы о возможности загрузки других URL.* |
|  | [`usercustomize`](https://python-all.ru/3.16/library/site.html#module-usercustomize) |  |
|  | [`uu`](https://python-all.ru/3.16/library/uu.html#module-uu) | **Устарело:** *Удалено в 3.13.* |
|  | [`uuid`](https://python-all.ru/3.16/library/uuid.html#module-uuid) | *Объекты UUID (универсальные уникальные идентификаторы) согласно RFC 9562* |
|  |  |  |
|  | **v** |  |
|  | [`venv`](https://python-all.ru/3.16/library/venv.html#module-venv) | *Создание виртуальных окружений.* |
|  |  |  |
|  | **w** |  |
|  | [`warnings`](https://python-all.ru/3.16/library/warnings.html#module-warnings) | *Вывод предупреждений и управление их обработкой.* |
|  | [`wave`](https://python-all.ru/3.16/library/wave.html#module-wave) | *Интерфейс для работы со звуковым форматом WAV.* |
|  | [`weakref`](https://python-all.ru/3.16/library/weakref.html#module-weakref) | *Поддержка слабых ссылок и слабых словарей.* |
|  | [`webbrowser`](https://python-all.ru/3.16/library/webbrowser.html#module-webbrowser) | *Простой контроллер для веб-браузеров.* |
|  | [`winreg`](https://python-all.ru/3.16/library/winreg.html#module-winreg) | *Функции и объекты для работы с реестром Windows.* |
|  | [`winsound`](https://python-all.ru/3.16/library/winsound.html#module-winsound) | *Доступ к аудиоустройствам Windows.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`wsgiref`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref) | *Утилиты WSGI и эталонная реализация.* |
|  | [`wsgiref.handlers`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.handlers) | *Базовые классы сервера/шлюза WSGI.* |
|  | [`wsgiref.headers`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.headers) | *Инструменты для заголовков ответа WSGI.* |
|  | [`wsgiref.simple_server`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.simple_server) | *Простой HTTP-сервер WSGI.* |
|  | [`wsgiref.types`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.types) | *Типы WSGI для статической проверки типов* |
|  | [`wsgiref.util`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.util) | *Утилиты окружения WSGI.* |
|  | [`wsgiref.validate`](https://python-all.ru/3.16/library/wsgiref.html#module-wsgiref.validate) | *Проверка соответствия WSGI.* |
|  |  |  |
|  | **x** |  |
|  | [`xdrlib`](https://python-all.ru/3.16/library/xdrlib.html#module-xdrlib) | **Устарело:** *Удалено в 3.13.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`xml`](https://python-all.ru/3.16/library/xml.html#module-xml) | *Пакет, содержащий модули для обработки XML* |
|  | [`xml.dom`](https://python-all.ru/3.16/library/xml.dom.html#module-xml.dom) | *API объектной модели документа (DOM) для Python.* |
|  | [`xml.dom.minidom`](https://python-all.ru/3.16/library/xml.dom.minidom.html#module-xml.dom.minidom) | *Минимальная реализация объектной модели документа (DOM).* |
|  | [`xml.dom.pulldom`](https://python-all.ru/3.16/library/xml.dom.pulldom.html#module-xml.dom.pulldom) | *Поддержка построения частичных DOM-деревьев из событий SAX.* |
|  | [`xml.etree.ElementInclude`](https://python-all.ru/3.16/library/xml.etree.elementtree.html#module-xml.etree.ElementInclude) |  |
|  | [`xml.etree.ElementTree`](https://python-all.ru/3.16/library/xml.etree.elementtree.html#module-xml.etree.ElementTree) | *Реализация API ElementTree.* |
|  | [`xml.parsers.expat`](https://python-all.ru/3.16/library/pyexpat.html#module-xml.parsers.expat) | *Интерфейс к непроверяющему XML-парсеру Expat.* |
|  | [`xml.parsers.expat.errors`](https://python-all.ru/3.16/library/pyexpat.html#module-xml.parsers.expat.errors) |  |
|  | [`xml.parsers.expat.model`](https://python-all.ru/3.16/library/pyexpat.html#module-xml.parsers.expat.model) |  |
|  | [`xml.sax`](https://python-all.ru/3.16/library/xml.sax.html#module-xml.sax) | *Пакет, содержащий базовые классы SAX2 и вспомогательные функции.* |
|  | [`xml.sax.handler`](https://python-all.ru/3.16/library/xml.sax.handler.html#module-xml.sax.handler) | *Базовые классы для обработчиков событий SAX.* |
|  | [`xml.sax.saxutils`](https://python-all.ru/3.16/library/xml.sax.utils.html#module-xml.sax.saxutils) | *Вспомогательные функции и классы для работы с SAX.* |
|  | [`xml.sax.xmlreader`](https://python-all.ru/3.16/library/xml.sax.reader.html#module-xml.sax.xmlreader) | *Интерфейс, который должны реализовывать XML-парсеры, совместимые с SAX.* |
| ![-](https://python-all.ru/3.16/_static/minus.png) | [`xmlrpc`](https://python-all.ru/3.16/library/xmlrpc.html#module-xmlrpc) | *Модули сервера и клиента, реализующие XML-RPC.* |
|  | [`xmlrpc.client`](https://python-all.ru/3.16/library/xmlrpc.client.html#module-xmlrpc.client) | *Клиентский доступ к XML-RPC.* |
|  | [`xmlrpc.server`](https://python-all.ru/3.16/library/xmlrpc.server.html#module-xmlrpc.server) | *Базовые реализации сервера XML-RPC.* |
|  |  |  |
|  | **z** |  |
|  | [`zipapp`](https://python-all.ru/3.16/library/zipapp.html#module-zipapp) | *Управление исполняемыми ZIP-архивами Python* |
|  | [`zipfile`](https://python-all.ru/3.16/library/zipfile.html#module-zipfile) | *Чтение и запись архивных файлов в формате ZIP.* |
|  | [`zipimport`](https://python-all.ru/3.16/library/zipimport.html#module-zipimport) | *Поддержка импорта модулей Python из ZIP-архивов.* |
|  | [`zlib`](https://python-all.ru/3.16/library/zlib.html#module-zlib) | *Низкоуровневый интерфейс к процедурам сжатия и распаковки, совместимым с gzip.* |
|  | [`zoneinfo`](https://python-all.ru/3.16/library/zoneinfo.html#module-zoneinfo) | *Поддержка часовых поясов IANA* |
