py-modindex.md
1> **Источник:** https://python-all.ru/3.12/py-modindex.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Указатель модулей Python89[**\_**](https://python-all.ru/3.12/py-modindex.html#cap-_)1011|1213[**a**](https://python-all.ru/3.12/py-modindex.html#cap-a)1415|1617[**b**](https://python-all.ru/3.12/py-modindex.html#cap-b)1819|2021[**c**](https://python-all.ru/3.12/py-modindex.html#cap-c)2223|2425[**d**](https://python-all.ru/3.12/py-modindex.html#cap-d)2627|2829[**e**](https://python-all.ru/3.12/py-modindex.html#cap-e)3031|3233[**f**](https://python-all.ru/3.12/py-modindex.html#cap-f)3435|3637[**g**](https://python-all.ru/3.12/py-modindex.html#cap-g)3839|4041[**h**](https://python-all.ru/3.12/py-modindex.html#cap-h)4243|4445[**i**](https://python-all.ru/3.12/py-modindex.html#cap-i)4647|4849[**j**](https://python-all.ru/3.12/py-modindex.html#cap-j)5051|5253[**k**](https://python-all.ru/3.12/py-modindex.html#cap-k)5455|5657[**l**](https://python-all.ru/3.12/py-modindex.html#cap-l)5859|6061[**m**](https://python-all.ru/3.12/py-modindex.html#cap-m)6263|6465[**n**](https://python-all.ru/3.12/py-modindex.html#cap-n)6667|6869[**o**](https://python-all.ru/3.12/py-modindex.html#cap-o)7071|7273[**p**](https://python-all.ru/3.12/py-modindex.html#cap-p)7475|7677[**q**](https://python-all.ru/3.12/py-modindex.html#cap-q)7879|8081[**r**](https://python-all.ru/3.12/py-modindex.html#cap-r)8283|8485[**s**](https://python-all.ru/3.12/py-modindex.html#cap-s)8687|8889[**t**](https://python-all.ru/3.12/py-modindex.html#cap-t)9091|9293[**u**](https://python-all.ru/3.12/py-modindex.html#cap-u)9495|9697[**v**](https://python-all.ru/3.12/py-modindex.html#cap-v)9899|100101[**w**](https://python-all.ru/3.12/py-modindex.html#cap-w)102103|104105[**x**](https://python-all.ru/3.12/py-modindex.html#cap-x)106107|108109[**z**](https://python-all.ru/3.12/py-modindex.html#cap-z)110111| | | |112| --- | --- | --- |113| | **\_** | |114| | [`__future__`](https://python-all.ru/3.12/library/__future__.html#module-__future__) | *Определения future-инструкций* |115| | [`__main__`](https://python-all.ru/3.12/library/__main__.html#module-__main__) | *Среда, в которой выполняется код верхнего уровня. Включает интерфейсы командной строки, поведение при импорте и \`\`\_\_name\_\_ == '\_\_main\_\_'\`\`.* |116| | [`_thread`](https://python-all.ru/3.12/library/_thread.html#module-_thread) | *Низкоуровневый API для работы с потоками.* |117| | [`_tkinter`](https://python-all.ru/3.12/library/tkinter.html#module-_tkinter) | *Двоичный модуль, содержащий низкоуровневый интерфейс к Tcl/Tk.* |118| | | |119| | **a** | |120| | [`abc`](https://python-all.ru/3.12/library/abc.html#module-abc) | *Абстрактные базовые классы согласно :pep:\`3119\`.* |121| | [`aifc`](https://python-all.ru/3.12/library/aifc.html#module-aifc) | **Устарело:** *Чтение и запись аудиофайлов в форматах AIFF или AIFC.* |122| | [`argparse`](https://python-all.ru/3.12/library/argparse.html#module-argparse) | *Библиотека для разбора параметров и аргументов командной строки.* |123| | [`array`](https://python-all.ru/3.12/library/array.html#module-array) | *Эффективные по памяти массивы однотипных числовых значений.* |124| | [`ast`](https://python-all.ru/3.12/library/ast.html#module-ast) | *Классы и манипуляции с абстрактным синтаксическим деревом.* |125| | [`asynchat`](https://python-all.ru/3.12/library/asynchat.html#module-asynchat) | **Устарело:** *Удалено в версии 3.12.* |126| | [`asyncio`](https://python-all.ru/3.12/library/asyncio.html#module-asyncio) | *Асинхронный ввод-вывод.* |127| | [`asyncore`](https://python-all.ru/3.12/library/asyncore.html#module-asyncore) | **Устарело:** *Удалено в версии 3.12.* |128| | [`atexit`](https://python-all.ru/3.12/library/atexit.html#module-atexit) | *Регистрация и выполнение функций очистки.* |129| | [`audioop`](https://python-all.ru/3.12/library/audioop.html#module-audioop) | **Устарело:** *Обработка необработанных аудиоданных.* |130| | | |131| | **b** | |132| | [`base64`](https://python-all.ru/3.12/library/base64.html#module-base64) | *RFC 4648: кодировки данных Base16, Base32, Base64; Base85 и Ascii85* |133| | [`bdb`](https://python-all.ru/3.12/library/bdb.html#module-bdb) | *Фреймворк отладчика.* |134| | [`binascii`](https://python-all.ru/3.12/library/binascii.html#module-binascii) | *Инструменты для преобразования между двоичными данными и различными ASCII-представлениями.* |135| | [`bisect`](https://python-all.ru/3.12/library/bisect.html#module-bisect) | *Алгоритмы деления массива пополам для двоичного поиска.* |136| | [`builtins`](https://python-all.ru/3.12/library/builtins.html#module-builtins) | *Модуль, предоставляющий встроенное пространство имён.* |137| | [`bz2`](https://python-all.ru/3.12/library/bz2.html#module-bz2) | *Интерфейсы для сжатия и распаковки bzip2.* |138| | | |139| | **c** | |140| | [`calendar`](https://python-all.ru/3.12/library/calendar.html#module-calendar) | *Функции для работы с календарями, включая некоторую эмуляцию программы cal из Unix.* |141| | [`cgi`](https://python-all.ru/3.12/library/cgi.html#module-cgi) | **Устарело:** *Вспомогательные средства для запуска скриптов Python через общий шлюзовый интерфейс (CGI).* |142| | [`cgitb`](https://python-all.ru/3.12/library/cgitb.html#module-cgitb) | **Устарело:** *Настраиваемый обработчик трассировки для CGI-скриптов.* |143| | [`chunk`](https://python-all.ru/3.12/library/chunk.html#module-chunk) | **Устарело:** *Модуль для чтения блоков IFF.* |144| | [`cmath`](https://python-all.ru/3.12/library/cmath.html#module-cmath) | *Математические функции для комплексных чисел.* |145| | [`cmd`](https://python-all.ru/3.12/library/cmd.html#module-cmd) | *Построение командных интерпретаторов, ориентированных на строки.* |146| | [`code`](https://python-all.ru/3.12/library/code.html#module-code) | *Средства для реализации циклов «чтение-вычисление-печать».* |147| | [`codecs`](https://python-all.ru/3.12/library/codecs.html#module-codecs) | *Кодирование и декодирование данных и потоков.* |148| | [`codeop`](https://python-all.ru/3.12/library/codeop.html#module-codeop) | *Компиляция (возможно, неполного) кода Python.* |149|  | [`collections`](https://python-all.ru/3.12/library/collections.html#module-collections) | *Контейнерные типы данных* |150| | [`collections.abc`](https://python-all.ru/3.12/library/collections.abc.html#module-collections.abc) | *Абстрактные базовые классы для контейнеров* |151| | [`colorsys`](https://python-all.ru/3.12/library/colorsys.html#module-colorsys) | *Функции преобразования между RGB и другими цветовыми системами.* |152| | [`compileall`](https://python-all.ru/3.12/library/compileall.html#module-compileall) | *Инструменты для байт-компиляции всех исходных файлов Python в дереве каталогов.* |153|  | `concurrent` | |154| | [`concurrent.futures`](https://python-all.ru/3.12/library/concurrent.futures.html#module-concurrent.futures) | *Выполнение вычислений параллельно с помощью потоков или процессов.* |155| | [`configparser`](https://python-all.ru/3.12/library/configparser.html#module-configparser) | *Парсер конфигурационных файлов.* |156| | [`contextlib`](https://python-all.ru/3.12/library/contextlib.html#module-contextlib) | *Утилиты для контекстов оператора with.* |157| | [`contextvars`](https://python-all.ru/3.12/library/contextvars.html#module-contextvars) | *Контекстные переменные* |158| | [`copy`](https://python-all.ru/3.12/library/copy.html#module-copy) | *Операции поверхностного и глубокого копирования.* |159| | [`copyreg`](https://python-all.ru/3.12/library/copyreg.html#module-copyreg) | *Регистрация функций поддержки pickle.* |160| | [`cProfile`](https://python-all.ru/3.12/library/profile.html#module-cProfile) | |161| | [`crypt`](https://python-all.ru/3.12/library/crypt.html#module-crypt) *(Unix)* | **Устарело:** *Функция crypt(), используемая для проверки паролей Unix.* |162| | [`csv`](https://python-all.ru/3.12/library/csv.html#module-csv) | *Запись и чтение табличных данных в файлы с разделителями и из них.* |163| | [`ctypes`](https://python-all.ru/3.12/library/ctypes.html#module-ctypes) | *Библиотека внешних функций для Python.* |164|  | [`curses`](https://python-all.ru/3.12/library/curses.html#module-curses) *(Unix)* | *Интерфейс к библиотеке curses, обеспечивающий переносимую работу с терминалом.* |165| | [`curses.ascii`](https://python-all.ru/3.12/library/curses.ascii.html#module-curses.ascii) | *Константы и функции проверки принадлежности к набору для символов ASCII.* |166| | [`curses.panel`](https://python-all.ru/3.12/library/curses.panel.html#module-curses.panel) | *Расширение панельного стека, добавляющее глубину окнам curses.* |167| | [`curses.textpad`](https://python-all.ru/3.12/library/curses.html#module-curses.textpad) | *Редактирование ввода в стиле Emacs в окне curses.* |168| | | |169| | **d** | |170| | [`dataclasses`](https://python-all.ru/3.12/library/dataclasses.html#module-dataclasses) | *Генерация специальных методов в пользовательских классах.* |171| | [`datetime`](https://python-all.ru/3.12/library/datetime.html#module-datetime) | *Базовые типы даты и времени.* |172|  | [`dbm`](https://python-all.ru/3.12/library/dbm.html#module-dbm) | *Интерфейсы к различным форматам "баз данных" Unix.* |173| | [`dbm.dumb`](https://python-all.ru/3.12/library/dbm.html#module-dbm.dumb) | *Переносимая реализация простого интерфейса DBM.* |174| | [`dbm.gnu`](https://python-all.ru/3.12/library/dbm.html#module-dbm.gnu) *(Unix)* | *Менеджер баз данных GNU* |175| | [`dbm.ndbm`](https://python-all.ru/3.12/library/dbm.html#module-dbm.ndbm) *(Unix)* | *Новый менеджер баз данных* |176| | [`decimal`](https://python-all.ru/3.12/library/decimal.html#module-decimal) | *Реализация спецификации общей десятичной арифметики.* |177| | [`difflib`](https://python-all.ru/3.12/library/difflib.html#module-difflib) | *Вспомогательные функции для вычисления различий между объектами.* |178| | [`dis`](https://python-all.ru/3.12/library/dis.html#module-dis) | *Дисассемблер байт-кода Python.* |179| | [`distutils`](https://python-all.ru/3.12/library/distutils.html#module-distutils) | **Устарело:** *Удалено в версии 3.12.* |180| | [`doctest`](https://python-all.ru/3.12/library/doctest.html#module-doctest) | *Тестирование фрагментов кода внутри строк документации.* |181| | | |182| | **e** | |183|  | [`email`](https://python-all.ru/3.12/library/email.html#module-email) | *Пакет для разбора, обработки и создания email-сообщений.* |184| | [`email.charset`](https://python-all.ru/3.12/library/email.charset.html#module-email.charset) | *Наборы символов* |185| | [`email.contentmanager`](https://python-all.ru/3.12/library/email.contentmanager.html#module-email.contentmanager) | *Сохранение и извлечение содержимого из MIME-частей* |186| | [`email.encoders`](https://python-all.ru/3.12/library/email.encoders.html#module-email.encoders) | *Кодировщики для полезной нагрузки email-сообщений.* |187| | [`email.errors`](https://python-all.ru/3.12/library/email.errors.html#module-email.errors) | *Классы исключений, используемые пакетом email.* |188| | [`email.generator`](https://python-all.ru/3.12/library/email.generator.html#module-email.generator) | *Создание простых текстовых email-сообщений на основе структуры сообщения.* |189| | [`email.header`](https://python-all.ru/3.12/library/email.header.html#module-email.header) | *Представление заголовков, отличных от ASCII* |190| | [`email.headerregistry`](https://python-all.ru/3.12/library/email.headerregistry.html#module-email.headerregistry) | *Автоматический разбор заголовков по имени поля* |191| | [`email.iterators`](https://python-all.ru/3.12/library/email.iterators.html#module-email.iterators) | *Обход дерева объектов сообщения.* |192| | [`email.message`](https://python-all.ru/3.12/library/email.message.html#module-email.message) | *Базовый класс, представляющий email-сообщения.* |193| | [`email.mime`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime) | *Построение MIME-сообщений.* |194| | [`email.mime.application`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.application) | |195| | [`email.mime.audio`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.audio) | |196| | [`email.mime.base`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.base) | |197| | [`email.mime.image`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.image) | |198| | [`email.mime.message`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.message) | |199| | [`email.mime.multipart`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.multipart) | |200| | [`email.mime.nonmultipart`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.nonmultipart) | |201| | [`email.mime.text`](https://python-all.ru/3.12/library/email.mime.html#module-email.mime.text) | |202| | [`email.parser`](https://python-all.ru/3.12/library/email.parser.html#module-email.parser) | *Разбор простых текстовых email-сообщений для создания структуры объектов сообщения.* |203| | [`email.policy`](https://python-all.ru/3.12/library/email.policy.html#module-email.policy) | *Управление разбором и генерацией сообщений* |204| | [`email.utils`](https://python-all.ru/3.12/library/email.utils.html#module-email.utils) | *Прочие утилиты пакета email.* |205|  | `encodings` | |206| | [`encodings.idna`](https://python-all.ru/3.12/library/codecs.html#module-encodings.idna) | *Реализация интернационализированных доменных имён* |207| | [`encodings.mbcs`](https://python-all.ru/3.12/library/codecs.html#module-encodings.mbcs) | *Кодовая страница Windows ANSI* |208| | [`encodings.utf_8_sig`](https://python-all.ru/3.12/library/codecs.html#module-encodings.utf_8_sig) | *Кодек UTF-8 с сигнатурой BOM* |209| | [`ensurepip`](https://python-all.ru/3.12/library/ensurepip.html#module-ensurepip) | *Загрузка установщика pip в существующую установку Python или виртуальное окружение.* |210| | [`enum`](https://python-all.ru/3.12/library/enum.html#module-enum) | *Реализация класса перечисления.* |211| | [`errno`](https://python-all.ru/3.12/library/errno.html#module-errno) | *Стандартные системные символы errno.* |212| | | |213| | **f** | |214| | [`faulthandler`](https://python-all.ru/3.12/library/faulthandler.html#module-faulthandler) | *Вывод трассировки Python.* |215| | [`fcntl`](https://python-all.ru/3.12/library/fcntl.html#module-fcntl) *(Unix)* | *Системные вызовы fcntl() и ioctl().* |216| | [`filecmp`](https://python-all.ru/3.12/library/filecmp.html#module-filecmp) | *Эффективное сравнение файлов.* |217| | [`fileinput`](https://python-all.ru/3.12/library/fileinput.html#module-fileinput) | *Цикл по стандартному вводу или списку файлов.* |218| | [`fnmatch`](https://python-all.ru/3.12/library/fnmatch.html#module-fnmatch) | *Сопоставление имен файлов по шаблонам в стиле оболочки Unix.* |219| | [`fractions`](https://python-all.ru/3.12/library/fractions.html#module-fractions) | *Рациональные числа.* |220| | [`ftplib`](https://python-all.ru/3.12/library/ftplib.html#module-ftplib) | *Клиент протокола FTP (требуются сокеты).* |221| | [`functools`](https://python-all.ru/3.12/library/functools.html#module-functools) | *Функции высшего порядка и операции над вызываемыми объектами.* |222| | | |223| | **g** | |224| | [`gc`](https://python-all.ru/3.12/library/gc.html#module-gc) | *Интерфейс к сборщику мусора с обнаружением циклических ссылок.* |225| | [`getopt`](https://python-all.ru/3.12/library/getopt.html#module-getopt) | *Переносимый парсер параметров командной строки; поддержка как коротких, так и длинных имен параметров.* |226| | [`getpass`](https://python-all.ru/3.12/library/getpass.html#module-getpass) | *Переносимое чтение паролей и получение идентификатора пользователя.* |227| | [`gettext`](https://python-all.ru/3.12/library/gettext.html#module-gettext) | *Многоязычные службы интернационализации.* |228| | [`glob`](https://python-all.ru/3.12/library/glob.html#module-glob) | *Расширение шаблонов имён путей в стиле оболочки Unix.* |229| | [`graphlib`](https://python-all.ru/3.12/library/graphlib.html#module-graphlib) | *Функциональность для работы со структурами, подобными графам.* |230| | [`grp`](https://python-all.ru/3.12/library/grp.html#module-grp) *(Unix)* | *База данных групп (getgrnam() и другие).* |231| | [`gzip`](https://python-all.ru/3.12/library/gzip.html#module-gzip) | *Интерфейсы для сжатия и распаковки gzip с использованием файловых объектов.* |232| | | |233| | **h** | |234| | [`hashlib`](https://python-all.ru/3.12/library/hashlib.html#module-hashlib) | *Алгоритмы безопасного хеширования и дайджеста сообщений.* |235| | [`heapq`](https://python-all.ru/3.12/library/heapq.html#module-heapq) | *Алгоритм пирамидальной очереди (также известен как очередь с приоритетом).* |236| | [`hmac`](https://python-all.ru/3.12/library/hmac.html#module-hmac) | *Реализация HMAC (хеширование с ключом для аутентификации сообщений).* |237|  | [`html`](https://python-all.ru/3.12/library/html.html#module-html) | *Вспомогательные средства для работы с HTML.* |238| | [`html.entities`](https://python-all.ru/3.12/library/html.entities.html#module-html.entities) | *Определения общих сущностей HTML.* |239| | [`html.parser`](https://python-all.ru/3.12/library/html.parser.html#module-html.parser) | *Простой парсер, способный обрабатывать HTML и XHTML.* |240|  | [`http`](https://python-all.ru/3.12/library/http.html#module-http) | *Коды состояния и сообщения HTTP.* |241| | [`http.client`](https://python-all.ru/3.12/library/http.client.html#module-http.client) | *Клиент протокола HTTP и HTTPS (требуются сокеты).* |242| | [`http.cookiejar`](https://python-all.ru/3.12/library/http.cookiejar.html#module-http.cookiejar) | *Классы для автоматической обработки HTTP-куки.* |243| | [`http.cookies`](https://python-all.ru/3.12/library/http.cookies.html#module-http.cookies) | *Поддержка управления состоянием HTTP (куки).* |244| | [`http.server`](https://python-all.ru/3.12/library/http.server.html#module-http.server) | *HTTP-сервер и обработчики запросов.* |245| | | |246| | **i** | |247| | [`idlelib`](https://python-all.ru/3.12/library/idle.html#module-idlelib) | *Пакет реализации для оболочки/редактора IDLE.* |248| | [`imaplib`](https://python-all.ru/3.12/library/imaplib.html#module-imaplib) | *Клиент протокола IMAP4 (требуются сокеты).* |249| | [`imghdr`](https://python-all.ru/3.12/library/imghdr.html#module-imghdr) | **Устарело:** *Определение типа изображения, содержащегося в файле или потоке байтов.* |250| | [`imp`](https://python-all.ru/3.12/library/imp.html#module-imp) | **Устарело:** *Удалено в версии 3.12.* |251|  | [`importlib`](https://python-all.ru/3.12/library/importlib.html#module-importlib) | *Реализация механизма импорта.* |252| | [`importlib.abc`](https://python-all.ru/3.12/library/importlib.html#module-importlib.abc) | *Абстрактные базовые классы, связанные с импортом.* |253| | [`importlib.machinery`](https://python-all.ru/3.12/library/importlib.html#module-importlib.machinery) | *Импортёры и перехватчики путей.* |254| | [`importlib.metadata`](https://python-all.ru/3.12/library/importlib.metadata.html#module-importlib.metadata) | *Доступ к метаданным пакета.* |255| | [`importlib.resources`](https://python-all.ru/3.12/library/importlib.resources.html#module-importlib.resources) | *Чтение, открытие и доступ к ресурсам пакета.* |256| | [`importlib.resources.abc`](https://python-all.ru/3.12/library/importlib.resources.abc.html#module-importlib.resources.abc) | *Абстрактные базовые классы для ресурсов.* |257| | [`importlib.util`](https://python-all.ru/3.12/library/importlib.html#module-importlib.util) | *Вспомогательный код для импортёров.* |258| | [`inspect`](https://python-all.ru/3.12/library/inspect.html#module-inspect) | *Извлечение информации и исходного кода из живых объектов.* |259| | [`io`](https://python-all.ru/3.12/library/io.html#module-io) | *Основные инструменты для работы с потоками данных.* |260| | [`ipaddress`](https://python-all.ru/3.12/library/ipaddress.html#module-ipaddress) | *Библиотека для работы с IPv4/IPv6.* |261| | [`itertools`](https://python-all.ru/3.12/library/itertools.html#module-itertools) | *Функции, создающие итераторы для эффективного цикла.* |262| | | |263| | **j** | |264|  | [`json`](https://python-all.ru/3.12/library/json.html#module-json) | *Кодирование и декодирование формата JSON.* |265| | [`json.tool`](https://python-all.ru/3.12/library/json.html#module-json.tool) | *Командная строка для проверки и красивого вывода JSON.* |266| | | |267| | **k** | |268| | [`keyword`](https://python-all.ru/3.12/library/keyword.html#module-keyword) | *Проверяет, является ли строка ключевым словом в Python.* |269| | | |270| | **l** | |271| | [`lib2to3`](https://python-all.ru/3.12/library/2to3.html#module-lib2to3) | *Библиотека 2to3* |272| | [`linecache`](https://python-all.ru/3.12/library/linecache.html#module-linecache) | *Обеспечивает произвольный доступ к отдельным строкам текстовых файлов.* |273| | [`locale`](https://python-all.ru/3.12/library/locale.html#module-locale) | *Сервисы интернационализации.* |274|  | [`logging`](https://python-all.ru/3.12/library/logging.html#module-logging) | *Гибкая система журналирования событий для приложений.* |275| | [`logging.config`](https://python-all.ru/3.12/library/logging.config.html#module-logging.config) | *Конфигурация модуля логирования.* |276| | [`logging.handlers`](https://python-all.ru/3.12/library/logging.handlers.html#module-logging.handlers) | *Обработчики для модуля логирования.* |277| | [`lzma`](https://python-all.ru/3.12/library/lzma.html#module-lzma) | *Обёртка Python для библиотеки сжатия liblzma.* |278| | | |279| | **m** | |280| | [`mailbox`](https://python-all.ru/3.12/library/mailbox.html#module-mailbox) | *Манипулирует почтовыми ящиками в различных форматах* |281| | [`mailcap`](https://python-all.ru/3.12/library/mailcap.html#module-mailcap) | **Устарело:** *Обработка файлов Mailcap.* |282| | [`marshal`](https://python-all.ru/3.12/library/marshal.html#module-marshal) | *Преобразует объекты Python в потоки байтов и обратно (с разными ограничениями).* |283| | [`math`](https://python-all.ru/3.12/library/math.html#module-math) | *Математические функции (sin() и др.).* |284| | [`mimetypes`](https://python-all.ru/3.12/library/mimetypes.html#module-mimetypes) | *Сопоставление расширений имён файлов с MIME-типами.* |285| | [`mmap`](https://python-all.ru/3.12/library/mmap.html#module-mmap) | *Интерфейс к файлам, отображаемым в память, для Unix и Windows.* |286| | [`modulefinder`](https://python-all.ru/3.12/library/modulefinder.html#module-modulefinder) | *Находит модули, используемые скриптом.* |287| | [`msilib`](https://python-all.ru/3.12/library/msilib.html#module-msilib) *(Windows)* | **Устарело:** *Создание файлов установщика Microsoft (MSI) и CAB-файлов.* |288| | [`msvcrt`](https://python-all.ru/3.12/library/msvcrt.html#module-msvcrt) *(Windows)* | *Разные полезные процедуры из MS VC++ runtime.* |289|  | [`multiprocessing`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing) | *Параллелизм на основе процессов.* |290| | [`multiprocessing.connection`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.connection) | *API для работы с сокетами.* |291| | [`multiprocessing.dummy`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.dummy) | *Простая обёртка вокруг threading.* |292| | [`multiprocessing.managers`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.managers) | *Совместное использование данных между процессами с помощью разделяемых объектов.* |293| | [`multiprocessing.pool`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.pool) | *Создание пулов процессов.* |294| | [`multiprocessing.shared_memory`](https://python-all.ru/3.12/library/multiprocessing.shared_memory.html#module-multiprocessing.shared_memory) | *Обеспечивает разделяемую память для прямого доступа между процессами.* |295| | [`multiprocessing.sharedctypes`](https://python-all.ru/3.12/library/multiprocessing.html#module-multiprocessing.sharedctypes) | *Выделяет объекты ctypes из разделяемой памяти.* |296| | | |297| | **n** | |298| | [`netrc`](https://python-all.ru/3.12/library/netrc.html#module-netrc) | *Загрузка файлов .netrc.* |299| | [`nis`](https://python-all.ru/3.12/library/nis.html#module-nis) *(Unix)* | **Устарело:** *Интерфейс к библиотеке NIS (Yellow Pages) от Sun.* |300| | [`nntplib`](https://python-all.ru/3.12/library/nntplib.html#module-nntplib) | **Устарело:** *Клиент протокола NNTP (требуются сокеты).* |301| | [`numbers`](https://python-all.ru/3.12/library/numbers.html#module-numbers) | *Абстрактные базовые классы для чисел (Complex, Real, Integral и др.).* |302| | | |303| | **o** | |304| | [`operator`](https://python-all.ru/3.12/library/operator.html#module-operator) | *Функции, соответствующие стандартным операторам.* |305| | [`optparse`](https://python-all.ru/3.12/library/optparse.html#module-optparse) | **Устарело:** *Библиотека для разбора параметров командной строки.* |306|  | [`os`](https://python-all.ru/3.12/library/os.html#module-os) | *Различные интерфейсы операционной системы.* |307| | [`os.path`](https://python-all.ru/3.12/library/os.path.html#module-os.path) | *Операции с именами путей.* |308| | [`ossaudiodev`](https://python-all.ru/3.12/library/ossaudiodev.html#module-ossaudiodev) *(Linux, FreeBSD)* | **Устарело:** *Доступ к аудиоустройствам, совместимым с OSS.* |309| | | |310| | **p** | |311| | [`pathlib`](https://python-all.ru/3.12/library/pathlib.html#module-pathlib) | *Объектно-ориентированные пути файловой системы* |312| | [`pdb`](https://python-all.ru/3.12/library/pdb.html#module-pdb) | *Отладчик Python для интерактивных интерпретаторов.* |313| | [`pickle`](https://python-all.ru/3.12/library/pickle.html#module-pickle) | *Преобразует объекты Python в потоки байтов и обратно.* |314| | [`pickletools`](https://python-all.ru/3.12/library/pickletools.html#module-pickletools) | *Содержит обширные комментарии о протоколах pickle и кодах операций pickle-machine, а также несколько полезных функций.* |315| | [`pipes`](https://python-all.ru/3.12/library/pipes.html#module-pipes) *(Unix)* | **Устарело:** *Интерфейс Python для конвейеров командной оболочки Unix.* |316| | [`pkgutil`](https://python-all.ru/3.12/library/pkgutil.html#module-pkgutil) | *Утилиты для системы импорта.* |317| | [`platform`](https://python-all.ru/3.12/library/platform.html#module-platform) | *Извлекает как можно больше данных, идентифицирующих платформу.* |318| | [`plistlib`](https://python-all.ru/3.12/library/plistlib.html#module-plistlib) | *Генерирует и разбирает файлы Apple plist.* |319| | [`poplib`](https://python-all.ru/3.12/library/poplib.html#module-poplib) | *Клиент протокола POP3 (требуются сокеты).* |320| | [`posix`](https://python-all.ru/3.12/library/posix.html#module-posix) *(Unix)* | *Наиболее распространённые системные вызовы POSIX (обычно используются через модуль os).* |321| | [`pprint`](https://python-all.ru/3.12/library/pprint.html#module-pprint) | *Форматированный вывод данных.* |322| | [`profile`](https://python-all.ru/3.12/library/profile.html#module-profile) | *Профилировщик исходного кода Python.* |323| | [`pstats`](https://python-all.ru/3.12/library/profile.html#module-pstats) | *Объект статистики для использования с профилировщиком.* |324| | [`pty`](https://python-all.ru/3.12/library/pty.html#module-pty) *(Unix)* | *Обработка псевдотерминалов для Unix.* |325| | [`pwd`](https://python-all.ru/3.12/library/pwd.html#module-pwd) *(Unix)* | *База данных паролей (getpwnam() и подобные).* |326| | [`py_compile`](https://python-all.ru/3.12/library/py_compile.html#module-py_compile) | *Генерирует байт-код из исходных файлов Python.* |327| | [`pyclbr`](https://python-all.ru/3.12/library/pyclbr.html#module-pyclbr) | *Поддерживает извлечение информации для браузера модулей Python.* |328| | [`pydoc`](https://python-all.ru/3.12/library/pydoc.html#module-pydoc) | *Генератор документации и система онлайн-справки.* |329| | | |330| | **q** | |331| | [`queue`](https://python-all.ru/3.12/library/queue.html#module-queue) | *Синхронизированный класс очереди.* |332| | [`quopri`](https://python-all.ru/3.12/library/quopri.html#module-quopri) | *Кодирует и декодирует файлы с помощью кодировки MIME quoted-printable.* |333| | | |334| | **r** | |335| | [`random`](https://python-all.ru/3.12/library/random.html#module-random) | *Генерирует псевдослучайные числа с различными распространёнными распределениями.* |336| | [`re`](https://python-all.ru/3.12/library/re.html#module-re) | *Операции с регулярными выражениями.* |337| | [`readline`](https://python-all.ru/3.12/library/readline.html#module-readline) *(Unix)* | *Поддержка GNU readline для Python.* |338| | [`reprlib`](https://python-all.ru/3.12/library/reprlib.html#module-reprlib) | *Альтернативная реализация repr() с ограничениями по размеру.* |339| | [`resource`](https://python-all.ru/3.12/library/resource.html#module-resource) *(Unix)* | *Интерфейс для предоставления информации об использовании ресурсов текущим процессом.* |340| | [`rlcompleter`](https://python-all.ru/3.12/library/rlcompleter.html#module-rlcompleter) | *Автодополнение идентификаторов Python, подходящее для библиотеки GNU readline.* |341| | [`runpy`](https://python-all.ru/3.12/library/runpy.html#module-runpy) | *Находит и запускает модули Python без предварительного импорта.* |342| | | |343| | **s** | |344| | [`sched`](https://python-all.ru/3.12/library/sched.html#module-sched) | *Планировщик событий общего назначения.* |345| | [`secrets`](https://python-all.ru/3.12/library/secrets.html#module-secrets) | *Генерирует безопасные случайные числа для управления секретами.* |346| | [`select`](https://python-all.ru/3.12/library/select.html#module-select) | *Ожидание завершения ввода-вывода на нескольких потоках данных.* |347| | [`selectors`](https://python-all.ru/3.12/library/selectors.html#module-selectors) | *Мультиплексирование ввода-вывода высокого уровня.* |348| | [`shelve`](https://python-all.ru/3.12/library/shelve.html#module-shelve) | *Персистентность объектов Python.* |349| | [`shlex`](https://python-all.ru/3.12/library/shlex.html#module-shlex) | *Простой лексический анализ для языков, подобных командной оболочке Unix.* |350| | [`shutil`](https://python-all.ru/3.12/library/shutil.html#module-shutil) | *Операции с файлами высокого уровня, включая копирование.* |351| | [`signal`](https://python-all.ru/3.12/library/signal.html#module-signal) | *Установка обработчиков для асинхронных событий.* |352| | [`site`](https://python-all.ru/3.12/library/site.html#module-site) | *Модуль, отвечающий за специфичную для сайта конфигурацию.* |353| | [`sitecustomize`](https://python-all.ru/3.12/library/site.html#module-sitecustomize) | |354| | [`smtpd`](https://python-all.ru/3.12/library/smtpd.html#module-smtpd) | **Устарело:** *Удалено в версии 3.12.* |355| | [`smtplib`](https://python-all.ru/3.12/library/smtplib.html#module-smtplib) | *Клиент протокола SMTP (требуется поддержка сокетов).* |356| | [`sndhdr`](https://python-all.ru/3.12/library/sndhdr.html#module-sndhdr) | **Устарело:** *Определяет тип звукового файла.* |357| | [`socket`](https://python-all.ru/3.12/library/socket.html#module-socket) | *Низкоуровневый сетевой интерфейс.* |358| | [`socketserver`](https://python-all.ru/3.12/library/socketserver.html#module-socketserver) | *Фреймворк для сетевых серверов.* |359| | [`spwd`](https://python-all.ru/3.12/library/spwd.html#module-spwd) *(Unix)* | **Устарело:** *База теневых паролей (getspnam() и подобные).* |360| | [`sqlite3`](https://python-all.ru/3.12/library/sqlite3.html#module-sqlite3) | *Реализация DB-API 2.0 с использованием SQLite 3.x.* |361| | [`ssl`](https://python-all.ru/3.12/library/ssl.html#module-ssl) | *Обёртка TLS/SSL для объектов сокетов* |362| | [`stat`](https://python-all.ru/3.12/library/stat.html#module-stat) | *Утилиты для интерпретации результатов os.stat(), os.lstat() и os.fstat().* |363| | [`statistics`](https://python-all.ru/3.12/library/statistics.html#module-statistics) | *Функции математической статистики* |364| | [`string`](https://python-all.ru/3.12/library/string.html#module-string) | *Общие операции со строками.* |365| | [`stringprep`](https://python-all.ru/3.12/library/stringprep.html#module-stringprep) | *Подготовка строк в соответствии с RFC 3453* |366| | [`struct`](https://python-all.ru/3.12/library/struct.html#module-struct) | *Интерпретация байтов как упакованных двоичных данных.* |367| | [`subprocess`](https://python-all.ru/3.12/library/subprocess.html#module-subprocess) | *Управление подпроцессами.* |368| | [`sunau`](https://python-all.ru/3.12/library/sunau.html#module-sunau) | **Устарело:** *Предоставляет интерфейс к звуковому формату Sun AU.* |369| | [`symtable`](https://python-all.ru/3.12/library/symtable.html#module-symtable) | *Интерфейс к внутренним таблицам символов компилятора.* |370|  | [`sys`](https://python-all.ru/3.12/library/sys.html#module-sys) | *Доступ к системным параметрам и функциям.* |371| | [`sys.monitoring`](https://python-all.ru/3.12/library/sys.monitoring.html#module-sys.monitoring) | *Доступ к мониторингу событий и управление им* |372| | [`sysconfig`](https://python-all.ru/3.12/library/sysconfig.html#module-sysconfig) | *Информация о конфигурации Python* |373| | [`syslog`](https://python-all.ru/3.12/library/syslog.html#module-syslog) *(Unix)* | *Интерфейс к библиотеке системного журнала Unix.* |374| | | |375| | **t** | |376| | [`tabnanny`](https://python-all.ru/3.12/library/tabnanny.html#module-tabnanny) | *Инструмент для обнаружения проблем с пробельными символами в файлах исходного кода Python в дереве каталогов.* |377| | [`tarfile`](https://python-all.ru/3.12/library/tarfile.html#module-tarfile) | *Чтение и запись архивных файлов в формате tar.* |378| | [`telnetlib`](https://python-all.ru/3.12/library/telnetlib.html#module-telnetlib) | **Устарело:** *Класс Telnet-клиента.* |379| | [`tempfile`](https://python-all.ru/3.12/library/tempfile.html#module-tempfile) | *Создание временных файлов и каталогов.* |380| | [`termios`](https://python-all.ru/3.12/library/termios.html#module-termios) *(Unix)* | *Управление терминалом в стиле POSIX.* |381|  | [`test`](https://python-all.ru/3.12/library/test.html#module-test) | *Пакет регрессионного тестирования, содержащий набор тестов для Python.* |382| | [`test.regrtest`](https://python-all.ru/3.12/library/test.html#module-test.regrtest) | *Запускает набор регрессионных тестов.* |383| | [`test.support`](https://python-all.ru/3.12/library/test.html#module-test.support) | *Поддержка набора регрессионных тестов Python.* |384| | [`test.support.bytecode_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.bytecode_helper) | *Инструменты для проверки корректной генерации байт-кода.* |385| | [`test.support.import_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.import_helper) | *Поддержка тестов импорта.* |386| | [`test.support.os_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.os_helper) | *Поддержка тестов модуля os.* |387| | [`test.support.script_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.script_helper) | *Поддержка тестов выполнения скриптов Python.* |388| | [`test.support.socket_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.socket_helper) | *Поддержка тестов сокетов.* |389| | [`test.support.threading_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.threading_helper) | *Поддержка тестов многопоточности.* |390| | [`test.support.warnings_helper`](https://python-all.ru/3.12/library/test.html#module-test.support.warnings_helper) | *Поддержка тестов предупреждений.* |391| | [`textwrap`](https://python-all.ru/3.12/library/textwrap.html#module-textwrap) | *Перенос и заполнение текста.* |392| | [`threading`](https://python-all.ru/3.12/library/threading.html#module-threading) | *Параллелизм на основе потоков.* |393| | [`time`](https://python-all.ru/3.12/library/time.html#module-time) | *Доступ ко времени и преобразования.* |394| | [`timeit`](https://python-all.ru/3.12/library/timeit.html#module-timeit) | *Измерение времени выполнения небольших фрагментов кода.* |395|  | [`tkinter`](https://python-all.ru/3.12/library/tkinter.html#module-tkinter) | *Интерфейс к Tcl/Tk для графических пользовательских интерфейсов* |396| | [`tkinter.colorchooser`](https://python-all.ru/3.12/library/tkinter.colorchooser.html#module-tkinter.colorchooser) *(Tk)* | *Диалог выбора цвета* |397| | [`tkinter.commondialog`](https://python-all.ru/3.12/library/dialog.html#module-tkinter.commondialog) *(Tk)* | *Базовый класс Tkinter для диалогов* |398| | [`tkinter.dnd`](https://python-all.ru/3.12/library/tkinter.dnd.html#module-tkinter.dnd) *(Tk)* | *Интерфейс перетаскивания Tkinter* |399| | [`tkinter.filedialog`](https://python-all.ru/3.12/library/dialog.html#module-tkinter.filedialog) *(Tk)* | *Классы диалогов для выбора файлов* |400| | [`tkinter.font`](https://python-all.ru/3.12/library/tkinter.font.html#module-tkinter.font) *(Tk)* | *Класс-обёртка шрифта Tkinter* |401| | [`tkinter.messagebox`](https://python-all.ru/3.12/library/tkinter.messagebox.html#module-tkinter.messagebox) *(Tk)* | *Различные типы диалоговых окон предупреждений* |402| | [`tkinter.scrolledtext`](https://python-all.ru/3.12/library/tkinter.scrolledtext.html#module-tkinter.scrolledtext) *(Tk)* | *Текстовый виджет с вертикальной полосой прокрутки.* |403| | [`tkinter.simpledialog`](https://python-all.ru/3.12/library/dialog.html#module-tkinter.simpledialog) *(Tk)* | *Простые диалоговые окна* |404| | [`tkinter.tix`](https://python-all.ru/3.12/library/tkinter.tix.html#module-tkinter.tix) | *Виджеты расширения Tk для Tkinter* |405| | [`tkinter.ttk`](https://python-all.ru/3.12/library/tkinter.ttk.html#module-tkinter.ttk) | *Набор виджетов с темой Tk* |406| | [`token`](https://python-all.ru/3.12/library/token.html#module-token) | *Константы, представляющие конечные узлы дерева разбора.* |407| | [`tokenize`](https://python-all.ru/3.12/library/tokenize.html#module-tokenize) | *Лексический сканер исходного кода Python.* |408| | [`tomllib`](https://python-all.ru/3.12/library/tomllib.html#module-tomllib) | *Разбор TOML-файлов.* |409| | [`trace`](https://python-all.ru/3.12/library/trace.html#module-trace) | *Трассировка или отслеживание выполнения операторов Python.* |410| | [`traceback`](https://python-all.ru/3.12/library/traceback.html#module-traceback) | *Печать или получение трассировки стека.* |411| | [`tracemalloc`](https://python-all.ru/3.12/library/tracemalloc.html#module-tracemalloc) | *Трассировка выделений памяти.* |412| | [`tty`](https://python-all.ru/3.12/library/tty.html#module-tty) *(Unix)* | *Вспомогательные функции для выполнения типовых операций управления терминалом.* |413| | [`turtle`](https://python-all.ru/3.12/library/turtle.html#module-turtle) | *Образовательный фреймворк для простых графических приложений* |414| | [`turtledemo`](https://python-all.ru/3.12/library/turtle.html#module-turtledemo) | *Просмотрщик примеров скриптов turtle* |415| | [`types`](https://python-all.ru/3.12/library/types.html#module-types) | *Имена встроенных типов.* |416| | [`typing`](https://python-all.ru/3.12/library/typing.html#module-typing) | *Поддержка аннотаций типов (см. :pep:\`484\`).* |417| | | |418| | **u** | |419| | [`unicodedata`](https://python-all.ru/3.12/library/unicodedata.html#module-unicodedata) | *Доступ к базе данных Unicode.* |420|  | [`unittest`](https://python-all.ru/3.12/library/unittest.html#module-unittest) | *Фреймворк для модульного тестирования Python.* |421| | [`unittest.mock`](https://python-all.ru/3.12/library/unittest.mock.html#module-unittest.mock) | *Библиотека mock-объектов.* |422|  | [`urllib`](https://python-all.ru/3.12/library/urllib.html#module-urllib) | |423| | [`urllib.error`](https://python-all.ru/3.12/library/urllib.error.html#module-urllib.error) | *Классы исключений, вызываемые urllib.request.* |424| | [`urllib.parse`](https://python-all.ru/3.12/library/urllib.parse.html#module-urllib.parse) | *Разбор URL на составляющие и сборка из компонентов.* |425| | [`urllib.request`](https://python-all.ru/3.12/library/urllib.request.html#module-urllib.request) | *Расширяемая библиотека для открытия URL.* |426| | [`urllib.response`](https://python-all.ru/3.12/library/urllib.request.html#module-urllib.response) | *Классы ответов, используемые в urllib.* |427| | [`urllib.robotparser`](https://python-all.ru/3.12/library/urllib.robotparser.html#module-urllib.robotparser) | *Загрузка файла robots.txt и ответы на вопросы о возможности загрузки других URL.* |428| | [`usercustomize`](https://python-all.ru/3.12/library/site.html#module-usercustomize) | |429| | [`uu`](https://python-all.ru/3.12/library/uu.html#module-uu) | **Устарело:** *Кодирует и декодирует файлы в формате uuencode.* |430| | [`uuid`](https://python-all.ru/3.12/library/uuid.html#module-uuid) | *Объекты UUID (универсальные уникальные идентификаторы) в соответствии с RFC 4122* |431| | | |432| | **v** | |433| | [`venv`](https://python-all.ru/3.12/library/venv.html#module-venv) | *Создание виртуальных окружений.* |434| | | |435| | **w** | |436| | [`warnings`](https://python-all.ru/3.12/library/warnings.html#module-warnings) | *Вывод предупреждений и управление их обработкой.* |437| | [`wave`](https://python-all.ru/3.12/library/wave.html#module-wave) | *Интерфейс для работы со звуковым форматом WAV.* |438| | [`weakref`](https://python-all.ru/3.12/library/weakref.html#module-weakref) | *Поддержка слабых ссылок и слабых словарей.* |439| | [`webbrowser`](https://python-all.ru/3.12/library/webbrowser.html#module-webbrowser) | *Простой контроллер для веб-браузеров.* |440| | [`winreg`](https://python-all.ru/3.12/library/winreg.html#module-winreg) *(Windows)* | *Функции и объекты для работы с реестром Windows.* |441| | [`winsound`](https://python-all.ru/3.12/library/winsound.html#module-winsound) *(Windows)* | *Доступ к аудиоустройствам Windows.* |442|  | [`wsgiref`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref) | *Утилиты WSGI и эталонная реализация.* |443| | [`wsgiref.handlers`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.handlers) | *Базовые классы сервера/шлюза WSGI.* |444| | [`wsgiref.headers`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.headers) | *Инструменты для заголовков ответа WSGI.* |445| | [`wsgiref.simple_server`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.simple_server) | *Простой HTTP-сервер WSGI.* |446| | [`wsgiref.types`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.types) | *Типы WSGI для статической проверки типов* |447| | [`wsgiref.util`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.util) | *Утилиты окружения WSGI.* |448| | [`wsgiref.validate`](https://python-all.ru/3.12/library/wsgiref.html#module-wsgiref.validate) | *Проверка соответствия WSGI.* |449| | | |450| | **x** | |451| | [`xdrlib`](https://python-all.ru/3.12/library/xdrlib.html#module-xdrlib) | **Устарело:** *Кодировщики и декодировщики для внешнего представления данных (XDR).* |452|  | [`xml`](https://python-all.ru/3.12/library/xml.html#module-xml) | *Пакет, содержащий модули для обработки XML* |453| | [`xml.dom`](https://python-all.ru/3.12/library/xml.dom.html#module-xml.dom) | *API объектной модели документа (DOM) для Python.* |454| | [`xml.dom.minidom`](https://python-all.ru/3.12/library/xml.dom.minidom.html#module-xml.dom.minidom) | *Минимальная реализация объектной модели документа (DOM).* |455| | [`xml.dom.pulldom`](https://python-all.ru/3.12/library/xml.dom.pulldom.html#module-xml.dom.pulldom) | *Поддержка построения частичных DOM-деревьев из событий SAX.* |456| | [`xml.etree.ElementInclude`](https://python-all.ru/3.12/library/xml.etree.elementtree.html#module-xml.etree.ElementInclude) | |457| | [`xml.etree.ElementTree`](https://python-all.ru/3.12/library/xml.etree.elementtree.html#module-xml.etree.ElementTree) | *Реализация API ElementTree.* |458| | [`xml.parsers.expat`](https://python-all.ru/3.12/library/pyexpat.html#module-xml.parsers.expat) | *Интерфейс к непроверяющему XML-парсеру Expat.* |459| | [`xml.parsers.expat.errors`](https://python-all.ru/3.12/library/pyexpat.html#module-xml.parsers.expat.errors) | |460| | [`xml.parsers.expat.model`](https://python-all.ru/3.12/library/pyexpat.html#module-xml.parsers.expat.model) | |461| | [`xml.sax`](https://python-all.ru/3.12/library/xml.sax.html#module-xml.sax) | *Пакет, содержащий базовые классы SAX2 и вспомогательные функции.* |462| | [`xml.sax.handler`](https://python-all.ru/3.12/library/xml.sax.handler.html#module-xml.sax.handler) | *Базовые классы для обработчиков событий SAX.* |463| | [`xml.sax.saxutils`](https://python-all.ru/3.12/library/xml.sax.utils.html#module-xml.sax.saxutils) | *Вспомогательные функции и классы для работы с SAX.* |464| | [`xml.sax.xmlreader`](https://python-all.ru/3.12/library/xml.sax.reader.html#module-xml.sax.xmlreader) | *Интерфейс, который должны реализовывать XML-парсеры, совместимые с SAX.* |465|  | [`xmlrpc`](https://python-all.ru/3.12/library/xmlrpc.html#module-xmlrpc) | *Модули сервера и клиента, реализующие XML-RPC.* |466| | [`xmlrpc.client`](https://python-all.ru/3.12/library/xmlrpc.client.html#module-xmlrpc.client) | *Клиентский доступ к XML-RPC.* |467| | [`xmlrpc.server`](https://python-all.ru/3.12/library/xmlrpc.server.html#module-xmlrpc.server) | *Базовые реализации сервера XML-RPC.* |468| | | |469| | **z** | |470| | [`zipapp`](https://python-all.ru/3.12/library/zipapp.html#module-zipapp) | *Управление исполняемыми ZIP-архивами Python* |471| | [`zipfile`](https://python-all.ru/3.12/library/zipfile.html#module-zipfile) | *Чтение и запись архивных файлов в формате ZIP.* |472| | [`zipimport`](https://python-all.ru/3.12/library/zipimport.html#module-zipimport) | *Поддержка импорта модулей Python из ZIP-архивов.* |473| | [`zlib`](https://python-all.ru/3.12/library/zlib.html#module-zlib) | *Низкоуровневый интерфейс к процедурам сжатия и распаковки, совместимым с gzip.* |474| | [`zoneinfo`](https://python-all.ru/3.12/library/zoneinfo.html#module-zoneinfo) | *Поддержка часовых поясов IANA* |475