Документация Python неофициальный перевод

modindex.md

447 строк · 54.3 КБ · обычная страница · сырой текст · скачать

1> **Источник:** https://python-all.ru/3.0/modindex.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Глобальный индекс модулей89[**A**](https://python-all.ru/3.0/modindex.html#cap-A)1011|1213[**B**](https://python-all.ru/3.0/modindex.html#cap-B)1415|1617[**C**](https://python-all.ru/3.0/modindex.html#cap-C)1819|2021[**D**](https://python-all.ru/3.0/modindex.html#cap-D)2223|2425[**E**](https://python-all.ru/3.0/modindex.html#cap-E)2627|2829[**F**](https://python-all.ru/3.0/modindex.html#cap-F)3031|3233[**G**](https://python-all.ru/3.0/modindex.html#cap-G)3435|3637[**H**](https://python-all.ru/3.0/modindex.html#cap-H)3839|4041[**I**](https://python-all.ru/3.0/modindex.html#cap-I)4243|4445[**J**](https://python-all.ru/3.0/modindex.html#cap-J)4647|4849[**K**](https://python-all.ru/3.0/modindex.html#cap-K)5051|5253[**L**](https://python-all.ru/3.0/modindex.html#cap-L)5455|5657[**M**](https://python-all.ru/3.0/modindex.html#cap-M)5859|6061[**N**](https://python-all.ru/3.0/modindex.html#cap-N)6263|6465[**O**](https://python-all.ru/3.0/modindex.html#cap-O)6667|6869[**P**](https://python-all.ru/3.0/modindex.html#cap-P)7071|7273[**Q**](https://python-all.ru/3.0/modindex.html#cap-Q)7475|7677[**R**](https://python-all.ru/3.0/modindex.html#cap-R)7879|8081[**S**](https://python-all.ru/3.0/modindex.html#cap-S)8283|8485[**T**](https://python-all.ru/3.0/modindex.html#cap-T)8687|8889[**U**](https://python-all.ru/3.0/modindex.html#cap-U)9091|9293[**W**](https://python-all.ru/3.0/modindex.html#cap-W)9495|9697[**X**](https://python-all.ru/3.0/modindex.html#cap-X)9899|100101[**Z**](https://python-all.ru/3.0/modindex.html#cap-Z)102103---104105|  | [`__future__`](https://python-all.ru/3.0/library/__future__.html#module-__future__) | *Определения future-инструкций* |106| --- | --- | --- |107|  | [`__main__`](https://python-all.ru/3.0/library/__main__.html#module-__main__) | *Окружение, в котором выполняется скрипт верхнего уровня.* |108|  | [`_dummy_thread`](https://python-all.ru/3.0/library/_dummy_thread.html#module-_dummy_thread) | *Замена модуля \_thread без изменения кода.* |109|  | [`_thread`](https://python-all.ru/3.0/library/_thread.html#module-_thread) | *Низкоуровневый API для работы с потоками.* |110|  |  |  |111|  | **A** |  |112|  | [`abc`](https://python-all.ru/3.0/library/abc.html#module-abc) | *Абстрактные базовые классы в соответствии с PEP 3119.* |113|  | [`aifc`](https://python-all.ru/3.0/library/aifc.html#module-aifc) | *Чтение и запись аудиофайлов в форматах AIFF и AIFC.* |114|  | [`array`](https://python-all.ru/3.0/library/array.html#module-array) | *Эффективные по памяти массивы однотипных числовых значений.* |115|  | [`ast`](https://python-all.ru/3.0/library/ast.html#module-ast) | *Классы и манипуляции с абстрактным синтаксическим деревом.* |116|  | [`asynchat`](https://python-all.ru/3.0/library/asynchat.html#module-asynchat) | *Поддержка асинхронных протоколов «команда-ответ».* |117|  | [`asyncore`](https://python-all.ru/3.0/library/asyncore.html#module-asyncore) | *Базовый класс для разработки асинхронных сервисов работы с сокетами.* |118|  | [`atexit`](https://python-all.ru/3.0/library/atexit.html#module-atexit) | *Регистрация и выполнение функций очистки.* |119|  | [`audioop`](https://python-all.ru/3.0/library/audioop.html#module-audioop) | *Манипуляция необработанными аудиоданными.* |120|  |  |  |121|  | **B** |  |122|  | [`base64`](https://python-all.ru/3.0/library/base64.html#module-base64) | *RFC 3548: кодировки данных Base16, Base32, Base64* |123|  | [`bdb`](https://python-all.ru/3.0/library/bdb.html#module-bdb) | *Фреймворк отладчика.* |124|  | [`binascii`](https://python-all.ru/3.0/library/binascii.html#module-binascii) | *Инструменты для преобразования между двоичными данными и различными ASCII-представлениями.* |125|  | [`binhex`](https://python-all.ru/3.0/library/binhex.html#module-binhex) | *Кодирование и декодирование файлов в формате binhex4.* |126|  | [`bisect`](https://python-all.ru/3.0/library/bisect.html#module-bisect) | *Алгоритмы деления массива пополам для двоичного поиска.* |127|  | [`builtins`](https://python-all.ru/3.0/library/builtins.html#module-builtins) | *Модуль, предоставляющий встроенное пространство имён.* |128|  | [`bz2`](https://python-all.ru/3.0/library/bz2.html#module-bz2) | *Интерфейс к процедурам сжатия и распаковки, совместимым с bzip2.* |129|  |  |  |130|  | **C** |  |131|  | [`calendar`](https://python-all.ru/3.0/library/calendar.html#module-calendar) | *Функции для работы с календарями, включая некоторую эмуляцию программы cal из Unix.* |132|  | [`cgi`](https://python-all.ru/3.0/library/cgi.html#module-cgi) | *Вспомогательные функции для запуска скриптов Python через Common Gateway Interface.* |133|  | [`cgitb`](https://python-all.ru/3.0/library/cgitb.html#module-cgitb) | *Настраиваемый обработчик трассировки стека для CGI-скриптов.* |134|  | [`chunk`](https://python-all.ru/3.0/library/chunk.html#module-chunk) | *Модуль для чтения блоков IFF.* |135|  | [`cmath`](https://python-all.ru/3.0/library/cmath.html#module-cmath) | *Математические функции для комплексных чисел.* |136|  | [`cmd`](https://python-all.ru/3.0/library/cmd.html#module-cmd) | *Построение командных интерпретаторов, ориентированных на строки.* |137|  | [`code`](https://python-all.ru/3.0/library/code.html#module-code) | *Средства для реализации циклов «чтение-вычисление-печать».* |138|  | [`codecs`](https://python-all.ru/3.0/library/codecs.html#module-codecs) | *Кодирование и декодирование данных и потоков.* |139|  | [`codeop`](https://python-all.ru/3.0/library/codeop.html#module-codeop) | *Компиляция (возможно, неполного) кода Python.* |140|  | [`collections`](https://python-all.ru/3.0/library/collections.html#module-collections) | *Контейнерные типы данных* |141|  | [`colorsys`](https://python-all.ru/3.0/library/colorsys.html#module-colorsys) | *Функции преобразования между RGB и другими цветовыми системами.* |142|  | [`compileall`](https://python-all.ru/3.0/library/compileall.html#module-compileall) | *Инструменты для байт-компиляции всех исходных файлов Python в дереве каталогов.* |143|  | [`configparser`](https://python-all.ru/3.0/library/configparser.html#module-configparser) | *Парсер конфигурационных файлов.* |144|  | [`contextlib`](https://python-all.ru/3.0/library/contextlib.html#module-contextlib) | *Утилиты для контекстов оператора with.* |145|  | [`copy`](https://python-all.ru/3.0/library/copy.html#module-copy) | *Операции поверхностного и глубокого копирования.* |146|  | [`copyreg`](https://python-all.ru/3.0/library/copyreg.html#module-copyreg) | *Регистрация функций поддержки pickle.* |147|  | [`cProfile`](https://python-all.ru/3.0/library/profile.html#module-cProfile) | *Профилировщик Python* |148|  | [`crypt`](https://python-all.ru/3.0/library/crypt.html#module-crypt) *(Unix)* | *Функция crypt(), используемая для проверки паролей в Unix.* |149|  | [`csv`](https://python-all.ru/3.0/library/csv.html#module-csv) | *Запись и чтение табличных данных в файлы с разделителями и из них.* |150|  | [`ctypes`](https://python-all.ru/3.0/library/ctypes.html#module-ctypes) | *Библиотека внешних функций для Python.* |151| ![-](https://python-all.ru/3.0/_static/minus.png) | [`curses`](https://python-all.ru/3.0/library/curses.html#module-curses) | *Интерфейс к библиотеке curses, обеспечивающий переносимую работу с терминалом.* |152|  | [`curses.ascii`](https://python-all.ru/3.0/library/curses.ascii.html#module-curses.ascii) | *Константы и функции проверки принадлежности к набору для символов ASCII.* |153|  | [`curses.panel`](https://python-all.ru/3.0/library/curses.panel.html#module-curses.panel) | *Расширение панельного стека, добавляющее глубину окнам curses.* |154|  | [`curses.textpad`](https://python-all.ru/3.0/library/curses.html#module-curses.textpad) | *Редактирование ввода в стиле Emacs в окне curses.* |155|  | [`curses.wrapper`](https://python-all.ru/3.0/library/curses.html#module-curses.wrapper) | *Обёртка для конфигурации терминала в программах curses.* |156|  |  |  |157|  | **D** |  |158|  | [`datetime`](https://python-all.ru/3.0/library/datetime.html#module-datetime) | *Базовые типы даты и времени.* |159| ![-](https://python-all.ru/3.0/_static/minus.png) | [`dbm`](https://python-all.ru/3.0/library/dbm.html#module-dbm) | *Интерфейсы к различным форматам "баз данных" Unix.* |160|  | [`dbm.dumb`](https://python-all.ru/3.0/library/dbm.html#module-dbm.dumb) | *Переносимая реализация простого интерфейса DBM.* |161|  | [`dbm.gnu`](https://python-all.ru/3.0/library/dbm.html#module-dbm.gnu) *(Unix)* | *Реализация dbm от GNU.* |162|  | [`dbm.ndbm`](https://python-all.ru/3.0/library/dbm.html#module-dbm.ndbm) *(Unix)* | *Стандартный интерфейс "database", основанный на ndbm.* |163|  | [`decimal`](https://python-all.ru/3.0/library/decimal.html#module-decimal) | *Реализация спецификации общей десятичной арифметики.* |164|  | [`difflib`](https://python-all.ru/3.0/library/difflib.html#module-difflib) | *Вспомогательные функции для вычисления различий между объектами.* |165|  | [`dis`](https://python-all.ru/3.0/library/dis.html#module-dis) | *Дисассемблер байт-кода Python.* |166| ![-](https://python-all.ru/3.0/_static/minus.png) | [`distutils`](https://python-all.ru/3.0/library/distutils.html#module-distutils) | *Поддержка сборки и установки модулей Python в существующую Python установку.* |167|  | [`distutils.archive_util`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.archive_util) | *Вспомогательные функции для создания архивных файлов (tar, zip и т.д.)* |168|  | [`distutils.bcppcompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.bcppcompiler) |  |169|  | [`distutils.ccompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.ccompiler) | *Абстрактный класс CCompiler* |170|  | [`distutils.cmd`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.cmd) | *Этот модуль предоставляет абстрактный базовый класс Command. Этот класс наследуется модулями в подпакете distutils.command subpackage.* |171|  | [`distutils.command`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command) | *Этот подпакет содержит по одному модулю для каждой стандартной команды Distutils.* |172|  | [`distutils.command.bdist`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist) | *Сборка бинарного установщика для пакета* |173|  | [`distutils.command.bdist_dumb`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist_dumb) | *Сборка «глупого» установщика – простого архива файлов* |174|  | [`distutils.command.bdist_msi`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist_msi) | *Создание бинарного дистрибутива в формате MSI для Windows* |175|  | [`distutils.command.bdist_packager`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist_packager) | *Абстрактный базовый класс для упаковщиков* |176|  | [`distutils.command.bdist_rpm`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist_rpm) | *Сборка бинарного дистрибутива в формате Redhat RPM и SRPM* |177|  | [`distutils.command.bdist_wininst`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.bdist_wininst) | *Сборка установщика Windows* |178|  | [`distutils.command.build`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.build) | *Сборка всех файлов пакета* |179|  | [`distutils.command.build_clib`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.build_clib) | *Сборка любых библиотек C в пакете* |180|  | [`distutils.command.build_ext`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.build_ext) | *Сборка любых расширений в пакете* |181|  | [`distutils.command.build_py`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.build_py) | *Сборка .py/.pyc файлов пакета* |182|  | [`distutils.command.build_scripts`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.build_scripts) | *Сборка скриптов пакета* |183|  | [`distutils.command.clean`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.clean) | *Очистка области сборки пакета* |184|  | [`distutils.command.config`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.config) | *Выполнение конфигурации пакета* |185|  | [`distutils.command.install`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.install) | *Установка пакета* |186|  | [`distutils.command.install_data`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.install_data) | *Установка файлов данных из пакета* |187|  | [`distutils.command.install_headers`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.install_headers) | *Установка заголовочных файлов C/C++ из пакета* |188|  | [`distutils.command.install_lib`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.install_lib) | *Установка файлов библиотек из пакета* |189|  | [`distutils.command.install_scripts`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.install_scripts) | *Установка скриптов из пакета* |190|  | [`distutils.command.register`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.register) | *Регистрация модуля в индексе пакетов Python* |191|  | [`distutils.command.sdist`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.command.sdist) | *Сборка исходного дистрибутива* |192|  | [`distutils.core`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.core) | *Основная функциональность Distutils* |193|  | [`distutils.cygwinccompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.cygwinccompiler) |  |194|  | [`distutils.debug`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.debug) | *Предоставляет флаг отладки для distutils* |195|  | [`distutils.dep_util`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.dep_util) | *Вспомогательные функции для простой проверки зависимостей* |196|  | [`distutils.dir_util`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.dir_util) | *Вспомогательные функции для работы с каталогами и деревьями каталогов* |197|  | [`distutils.dist`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.dist) | *Предоставляет класс Distribution, представляющий распространяемый модуль (сборка, установка, распространение)* |198|  | [`distutils.emxccompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.emxccompiler) | *Поддержка компилятора EMX для OS/2* |199|  | [`distutils.errors`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.errors) | *Предоставляет стандартные исключения distutils* |200|  | [`distutils.extension`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.extension) | *Предоставляет класс Extension, используемый для описания модулей расширения C/C++ в setup-скриптах* |201|  | [`distutils.fancy_getopt`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.fancy_getopt) | *Дополнительная функциональность getopt* |202|  | [`distutils.file_util`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.file_util) | *Вспомогательные функции для работы с отдельными файлами* |203|  | [`distutils.filelist`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.filelist) | *Класс FileList, используемый для изучения файловой системы и составления списков файлов.* |204|  | [`distutils.log`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.log) | *Простой механизм логирования в стиле 282* |205|  | [`distutils.msvccompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.msvccompiler) | *Компилятор Microsoft* |206|  | [`distutils.mwerkscompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.mwerkscompiler) | *Поддержка Metrowerks CodeWarrior* |207|  | [`distutils.spawn`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.spawn) | *Предоставляет функцию spawn()* |208|  | [`distutils.sysconfig`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.sysconfig) | *Низкоуровневый доступ к информации о конфигурации интерпретатора Python.* |209|  | [`distutils.text_file`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.text_file) | *предоставляет класс TextFile, простой интерфейс для работы с текстовыми файлами* |210|  | [`distutils.unixccompiler`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.unixccompiler) | *Компилятор C для UNIX* |211|  | [`distutils.util`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.util) | *Прочие вспомогательные функции* |212|  | [`distutils.version`](https://python-all.ru/3.0/distutils/apiref.html#module-distutils.version) | *реализует классы, представляющие номера версий модулей.* |213|  | [`doctest`](https://python-all.ru/3.0/library/doctest.html#module-doctest) | *Тестирование фрагментов кода внутри строк документации.* |214|  | [`dummy_threading`](https://python-all.ru/3.0/library/dummy_threading.html#module-dummy_threading) | *Замена модуля threading без изменения кода.* |215|  |  |  |216|  | **E** |  |217| ![-](https://python-all.ru/3.0/_static/minus.png) | [`email`](https://python-all.ru/3.0/library/email.html#module-email) | *Пакет для разбора, обработки и создания сообщений электронной почты, включая MIME-документы.* |218|  | [`email.charset`](https://python-all.ru/3.0/library/email.charset.html#module-email.charset) | *Наборы символов* |219|  | [`email.encoders`](https://python-all.ru/3.0/library/email.encoders.html#module-email.encoders) | *Кодировщики для полезной нагрузки email-сообщений.* |220|  | [`email.errors`](https://python-all.ru/3.0/library/email.errors.html#module-email.errors) | *Классы исключений, используемые пакетом email.* |221|  | [`email.generator`](https://python-all.ru/3.0/library/email.generator.html#module-email.generator) | *Создание простых текстовых email-сообщений на основе структуры сообщения.* |222|  | [`email.header`](https://python-all.ru/3.0/library/email.header.html#module-email.header) | *Представление заголовков, отличных от ASCII* |223|  | [`email.iterators`](https://python-all.ru/3.0/library/email.iterators.html#module-email.iterators) | *Обход дерева объектов сообщения.* |224|  | [`email.message`](https://python-all.ru/3.0/library/email.message.html#module-email.message) | *Базовый класс, представляющий email-сообщения.* |225|  | [`email.mime`](https://python-all.ru/3.0/library/email.mime.html#module-email.mime) | *Построение MIME-сообщений.* |226|  | [`email.parser`](https://python-all.ru/3.0/library/email.parser.html#module-email.parser) | *Разбор простых текстовых email-сообщений для создания структуры объектов сообщения.* |227|  | [`email.utils`](https://python-all.ru/3.0/library/email.util.html#module-email.utils) | *Прочие утилиты пакета email.* |228| ![-](https://python-all.ru/3.0/_static/minus.png) | `encodings` |  |229|  | [`encodings.idna`](https://python-all.ru/3.0/library/codecs.html#module-encodings.idna) | *Реализация интернационализированных доменных имён* |230|  | [`encodings.utf_8_sig`](https://python-all.ru/3.0/library/codecs.html#module-encodings.utf_8_sig) | *Кодек UTF-8 с сигнатурой BOM* |231|  | [`errno`](https://python-all.ru/3.0/library/errno.html#module-errno) | *Стандартные системные символы errno.* |232|  | [`exceptions`](https://python-all.ru/3.0/library/exceptions.html#module-exceptions) | *Стандартные классы исключений.* |233|  |  |  |234|  | **F** |  |235|  | [`fcntl`](https://python-all.ru/3.0/library/fcntl.html#module-fcntl) *(Unix)* | *Системные вызовы fcntl() и ioctl().* |236|  | [`filecmp`](https://python-all.ru/3.0/library/filecmp.html#module-filecmp) | *Эффективное сравнение файлов.* |237|  | [`fileinput`](https://python-all.ru/3.0/library/fileinput.html#module-fileinput) | *Цикл по стандартному вводу или списку файлов.* |238|  | [`fnmatch`](https://python-all.ru/3.0/library/fnmatch.html#module-fnmatch) | *Сопоставление имен файлов по шаблонам в стиле оболочки Unix.* |239|  | [`formatter`](https://python-all.ru/3.0/library/formatter.html#module-formatter) | *Универсальный форматтер вывода и интерфейс устройства.* |240|  | [`fpectl`](https://python-all.ru/3.0/library/fpectl.html#module-fpectl) *(Unix)* | *Обеспечивает управление обработкой исключений с плавающей запятой.* |241|  | [`fractions`](https://python-all.ru/3.0/library/fractions.html#module-fractions) | *Рациональные числа.* |242|  | [`ftplib`](https://python-all.ru/3.0/library/ftplib.html#module-ftplib) | *Клиент протокола FTP (требуются сокеты).* |243|  | [`functools`](https://python-all.ru/3.0/library/functools.html#module-functools) | *Функции высшего порядка и операции над вызываемыми объектами.* |244|  |  |  |245|  | **G** |  |246|  | [`gc`](https://python-all.ru/3.0/library/gc.html#module-gc) | *Интерфейс к сборщику мусора с обнаружением циклических ссылок.* |247|  | [`getopt`](https://python-all.ru/3.0/library/getopt.html#module-getopt) | *Портативный парсер параметров командной строки; поддерживает как короткие, так и длинные имена.* |248|  | [`getpass`](https://python-all.ru/3.0/library/getpass.html#module-getpass) | *Переносимое чтение паролей и получение идентификатора пользователя.* |249|  | [`gettext`](https://python-all.ru/3.0/library/gettext.html#module-gettext) | *Многоязычные службы интернационализации.* |250|  | [`glob`](https://python-all.ru/3.0/library/glob.html#module-glob) | *Расширение шаблонов имён путей в стиле оболочки Unix.* |251|  | [`grp`](https://python-all.ru/3.0/library/grp.html#module-grp) *(Unix)* | *База данных групп (getgrnam() и другие).* |252|  | [`gzip`](https://python-all.ru/3.0/library/gzip.html#module-gzip) | *Интерфейсы для сжатия и распаковки gzip с использованием файловых объектов.* |253|  |  |  |254|  | **H** |  |255|  | [`hashlib`](https://python-all.ru/3.0/library/hashlib.html#module-hashlib) | *Алгоритмы безопасного хеширования и дайджеста сообщений.* |256|  | [`heapq`](https://python-all.ru/3.0/library/heapq.html#module-heapq) | *Алгоритм пирамидальной очереди (также известен как очередь с приоритетом).* |257|  | [`hmac`](https://python-all.ru/3.0/library/hmac.html#module-hmac) | *Реализация хеширования с ключом для аутентификации сообщений (HMAC) для Python.* |258| ![-](https://python-all.ru/3.0/_static/minus.png) | `html` |  |259|  | [`html.entities`](https://python-all.ru/3.0/library/html.entities.html#module-html.entities) | *Определения общих сущностей HTML.* |260|  | [`html.parser`](https://python-all.ru/3.0/library/html.parser.html#module-html.parser) | *Простой парсер, способный обрабатывать HTML и XHTML.* |261| ![-](https://python-all.ru/3.0/_static/minus.png) | `http` |  |262|  | [`http.client`](https://python-all.ru/3.0/library/http.client.html#module-http.client) | *Клиент протокола HTTP и HTTPS (требуются сокеты).* |263|  | [`http.cookiejar`](https://python-all.ru/3.0/library/http.cookiejar.html#module-http.cookiejar) | *Классы для автоматической обработки HTTP-куки.* |264|  | [`http.cookies`](https://python-all.ru/3.0/library/http.cookies.html#module-http.cookies) | *Поддержка управления состоянием HTTP (куки).* |265|  | [`http.server`](https://python-all.ru/3.0/library/http.server.html#module-http.server) | *HTTP-сервер и обработчики запросов.* |266|  |  |  |267|  | **I** |  |268|  | [`imaplib`](https://python-all.ru/3.0/library/imaplib.html#module-imaplib) | *Клиент протокола IMAP4 (требуются сокеты).* |269|  | [`imghdr`](https://python-all.ru/3.0/library/imghdr.html#module-imghdr) | *Определение типа изображения, содержащегося в файле или потоке байтов.* |270|  | [`imp`](https://python-all.ru/3.0/library/imp.html#module-imp) | *Предоставляет доступ к реализации оператора import.* |271|  | [`inspect`](https://python-all.ru/3.0/library/inspect.html#module-inspect) | *Извлечение информации и исходного кода из живых объектов.* |272|  | [`io`](https://python-all.ru/3.0/library/io.html#module-io) | *Основные инструменты для работы с потоками данных.* |273|  | [`itertools`](https://python-all.ru/3.0/library/itertools.html#module-itertools) | *Функции, создающие итераторы для эффективного цикла.* |274|  |  |  |275|  | **J** |  |276|  | [`json`](https://python-all.ru/3.0/library/json.html#module-json) | *Кодирование и декодирование формата JSON.* |277|  |  |  |278|  | **K** |  |279|  | [`ключевое слово`](https://python-all.ru/3.0/library/keyword.html#module-keyword) | *Проверяет, является ли строка ключевым словом в Python.* |280|  |  |  |281|  | **L** |  |282|  | [`lib2to3`](https://python-all.ru/3.0/library/2to3.html#module-lib2to3) | *библиотека 2to3* |283|  | [`linecache`](https://python-all.ru/3.0/library/linecache.html#module-linecache) | *Этот модуль обеспечивает произвольный доступ к отдельным строкам из текстовых файлов.* |284|  | [`locale`](https://python-all.ru/3.0/library/locale.html#module-locale) | *Сервисы интернационализации.* |285| ![-](https://python-all.ru/3.0/_static/minus.png) | [`logging`](https://python-all.ru/3.0/library/logging.html#module-logging) | *Гибкая система логирования ошибок для приложений.* |286|  | [`logging.handlers`](https://python-all.ru/3.0/library/logging.html#module-logging.handlers) |  |287|  |  |  |288|  | **M** |  |289|  | [`macpath`](https://python-all.ru/3.0/library/macpath.html#module-macpath) | *Функции для работы с путями в Mac OS 9.* |290|  | [`mailbox`](https://python-all.ru/3.0/library/mailbox.html#module-mailbox) | *Манипулирует почтовыми ящиками в различных форматах* |291|  | [`mailcap`](https://python-all.ru/3.0/library/mailcap.html#module-mailcap) | *Обработка файлов mailcap.* |292|  | [`marshal`](https://python-all.ru/3.0/library/marshal.html#module-marshal) | *Преобразует объекты Python в потоки байтов и обратно (с разными ограничениями).* |293|  | [`math`](https://python-all.ru/3.0/library/math.html#module-math) | *Математические функции (sin() и др.).* |294|  | [`mimetypes`](https://python-all.ru/3.0/library/mimetypes.html#module-mimetypes) | *Сопоставление расширений имён файлов с MIME-типами.* |295|  | [`mmap`](https://python-all.ru/3.0/library/mmap.html#module-mmap) | *Интерфейс к файлам, отображаемым в память, для Unix и Windows.* |296|  | [`modulefinder`](https://python-all.ru/3.0/library/modulefinder.html#module-modulefinder) | *Находит модули, используемые скриптом.* |297|  | [`msilib`](https://python-all.ru/3.0/library/msilib.html#module-msilib) *(Windows)* | *Создание файлов Microsoft Installer и CAB-файлов.* |298|  | [`msvcrt`](https://python-all.ru/3.0/library/msvcrt.html#module-msvcrt) *(Windows)* | *Разные полезные процедуры из MS VC++ runtime.* |299| ![-](https://python-all.ru/3.0/_static/minus.png) | [`multiprocessing`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing) | *Интерфейс на основе процессов, аналогичный «threading».* |300|  | [`multiprocessing.connection`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing.connection) | *API для работы с сокетами.* |301|  | [`multiprocessing.dummy`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing.dummy) | *Простая обёртка вокруг threading.* |302|  | [`multiprocessing.managers`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing.managers) | *Совместное использование данных между процессами с помощью разделяемых объектов.* |303|  | [`multiprocessing.pool`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing.pool) | *Создание пулов процессов.* |304|  | [`multiprocessing.sharedctypes`](https://python-all.ru/3.0/library/multiprocessing.html#module-multiprocessing.sharedctypes) | *Выделяет объекты ctypes из разделяемой памяти.* |305|  |  |  |306|  | **N** |  |307|  | [`netrc`](https://python-all.ru/3.0/library/netrc.html#module-netrc) | *Загрузка файлов .netrc.* |308|  | [`nis`](https://python-all.ru/3.0/library/nis.html#module-nis) *(Unix)* | *Интерфейс к библиотеке NIS (Yellow Pages) от Sun.* |309|  | [`nntplib`](https://python-all.ru/3.0/library/nntplib.html#module-nntplib) | *Клиент протокола NNTP (требуются сокеты).* |310|  | [`numbers`](https://python-all.ru/3.0/library/numbers.html#module-numbers) | *Абстрактные базовые классы для чисел (Complex, Real, Integral и др.).* |311|  |  |  |312|  | **O** |  |313|  | [`operator`](https://python-all.ru/3.0/library/operator.html#module-operator) | *Функции, соответствующие стандартным операторам.* |314|  | [`optparse`](https://python-all.ru/3.0/library/optparse.html#module-optparse) | *Более удобная, гибкая и мощная библиотека для разбора аргументов командной строки.* |315| ![-](https://python-all.ru/3.0/_static/minus.png) | [`os`](https://python-all.ru/3.0/library/os.html#module-os) | *Различные интерфейсы операционной системы.* |316|  | [`os.path`](https://python-all.ru/3.0/library/os.path.html#module-os.path) | *Операции с именами путей.* |317|  | [`ossaudiodev`](https://python-all.ru/3.0/library/ossaudiodev.html#module-ossaudiodev) *(Linux, FreeBSD)* | *Доступ к аудиоустройствам, совместимым с OSS.* |318|  |  |  |319|  | **P** |  |320|  | [`parser`](https://python-all.ru/3.0/library/parser.html#module-parser) | *Доступ к деревьям разбора исходного кода Python.* |321|  | [`pdb`](https://python-all.ru/3.0/library/pdb.html#module-pdb) | *Отладчик Python для интерактивных интерпретаторов.* |322|  | [`pickle`](https://python-all.ru/3.0/library/pickle.html#module-pickle) | *Преобразует объекты Python в потоки байтов и обратно.* |323|  | [`pickletools`](https://python-all.ru/3.0/library/pickletools.html#module-pickletools) | *Содержит обширные комментарии о протоколах pickle и кодах операций pickle-машины, а также несколько полезных функций.* |324|  | [`pipes`](https://python-all.ru/3.0/library/pipes.html#module-pipes) *(Unix)* | *Интерфейс Python для конвейеров командной оболочки Unix.* |325|  | [`pkgutil`](https://python-all.ru/3.0/library/pkgutil.html#module-pkgutil) | *Утилиты для поддержки расширения пакетов.* |326|  | [`platform`](https://python-all.ru/3.0/library/platform.html#module-platform) | *Извлекает как можно больше данных, идентифицирующих платформу.* |327|  | [`plistlib`](https://python-all.ru/3.0/library/plistlib.html#module-plistlib) | *Генерация и разбор plist-файлов Mac OS X.* |328|  | [`poplib`](https://python-all.ru/3.0/library/poplib.html#module-poplib) | *Клиент протокола POP3 (требуются сокеты).* |329|  | [`posix`](https://python-all.ru/3.0/library/posix.html#module-posix) *(Unix)* | *Наиболее распространённые системные вызовы POSIX (обычно используются через модуль os).* |330|  | [`pprint`](https://python-all.ru/3.0/library/pprint.html#module-pprint) | *Форматированный вывод данных.* |331|  | [`pstats`](https://python-all.ru/3.0/library/profile.html#module-pstats) | *Объект статистики для использования с профилировщиком.* |332|  | [`pty`](https://python-all.ru/3.0/library/pty.html#module-pty) *(IRIX, Linux)* | *Поддержка псевдотерминалов для SGI и Linux.* |333|  | [`pwd`](https://python-all.ru/3.0/library/pwd.html#module-pwd) *(Unix)* | *База данных паролей (getpwnam() и подобные).* |334|  | [`py_compile`](https://python-all.ru/3.0/library/py_compile.html#module-py_compile) | *Генерирует байт-код из исходных файлов Python.* |335|  | [`pyclbr`](https://python-all.ru/3.0/library/pyclbr.html#module-pyclbr) | *Поддерживает извлечение информации для браузера классов Python.* |336|  | [`pydoc`](https://python-all.ru/3.0/library/pydoc.html#module-pydoc) | *Генератор документации и система онлайн-справки.* |337|  |  |  |338|  | **Q** |  |339|  | [`очередь`](https://python-all.ru/3.0/library/queue.html#module-queue) | *Синхронизированный класс очереди.* |340|  | [`quopri`](https://python-all.ru/3.0/library/quopri.html#module-quopri) | *Кодирует и декодирует файлы с помощью кодировки MIME quoted-printable.* |341|  |  |  |342|  | **R** |  |343|  | [`random`](https://python-all.ru/3.0/library/random.html#module-random) | *Генерирует псевдослучайные числа с различными распространёнными распределениями.* |344|  | [`re`](https://python-all.ru/3.0/library/re.html#module-re) | *Операции с регулярными выражениями.* |345|  | [`readline`](https://python-all.ru/3.0/library/readline.html#module-readline) *(Unix)* | *Поддержка GNU readline для Python.* |346|  | [`reprlib`](https://python-all.ru/3.0/library/reprlib.html#module-reprlib) | *Альтернативная реализация repr() с ограничениями по размеру.* |347|  | [`resource`](https://python-all.ru/3.0/library/resource.html#module-resource) *(Unix)* | *Интерфейс для предоставления информации об использовании ресурсов текущим процессом.* |348|  | [`rlcompleter`](https://python-all.ru/3.0/library/rlcompleter.html#module-rlcompleter) | *Автодополнение идентификаторов Python, подходящее для библиотеки GNU readline.* |349|  | [`runpy`](https://python-all.ru/3.0/library/runpy.html#module-runpy) | *Находит и запускает модули Python без предварительного импорта.* |350|  |  |  |351|  | **S** |  |352|  | [`sched`](https://python-all.ru/3.0/library/sched.html#module-sched) | *Планировщик событий общего назначения.* |353|  | [`select`](https://python-all.ru/3.0/library/select.html#module-select) | *Ожидание завершения ввода-вывода на нескольких потоках данных.* |354|  | [`shelve`](https://python-all.ru/3.0/library/shelve.html#module-shelve) | *Персистентность объектов Python.* |355|  | [`shlex`](https://python-all.ru/3.0/library/shlex.html#module-shlex) | *Простой лексический анализ для языков, подобных командной оболочке Unix.* |356|  | [`shutil`](https://python-all.ru/3.0/library/shutil.html#module-shutil) | *Операции с файлами высокого уровня, включая копирование.* |357|  | [`signal`](https://python-all.ru/3.0/library/signal.html#module-signal) | *Установка обработчиков для асинхронных событий.* |358|  | [`site`](https://python-all.ru/3.0/library/site.html#module-site) | *Стандартный способ ссылаться на модули, специфичные для сайта.* |359|  | [`smtpd`](https://python-all.ru/3.0/library/smtpd.html#module-smtpd) | *Реализация SMTP-сервера на Python.* |360|  | [`smtplib`](https://python-all.ru/3.0/library/smtplib.html#module-smtplib) | *Клиент протокола SMTP (требуется поддержка сокетов).* |361|  | [`sndhdr`](https://python-all.ru/3.0/library/sndhdr.html#module-sndhdr) | *Определение типа звукового файла.* |362|  | [`socket`](https://python-all.ru/3.0/library/socket.html#module-socket) | *Низкоуровневый сетевой интерфейс.* |363|  | [`socketserver`](https://python-all.ru/3.0/library/socketserver.html#module-socketserver) | *Фреймворк для сетевых серверов.* |364|  | [`spwd`](https://python-all.ru/3.0/library/spwd.html#module-spwd) *(Unix)* | *База данных теневых паролей (getspnam() и другие).* |365|  | [`sqlite3`](https://python-all.ru/3.0/library/sqlite3.html#module-sqlite3) | *Реализация DB-API 2.0 с использованием SQLite 3.x.* |366|  | [`ssl`](https://python-all.ru/3.0/library/ssl.html#module-ssl) | *Обёртка SSL для объектов сокетов* |367|  | [`stat`](https://python-all.ru/3.0/library/stat.html#module-stat) | *Утилиты для интерпретации результатов os.stat(), os.lstat() и os.fstat().* |368|  | [`string`](https://python-all.ru/3.0/library/string.html#module-string) | *Общие операции со строками.* |369|  | [`stringprep`](https://python-all.ru/3.0/library/stringprep.html#module-stringprep) | **Устарело:** *Подготовка строк согласно RFC 3453* |370|  | [`struct`](https://python-all.ru/3.0/library/struct.html#module-struct) | *Интерпретация байтов как упакованных двоичных данных.* |371|  | [`подпроцесс`](https://python-all.ru/3.0/library/subprocess.html#module-subprocess) | *Управление подпроцессами.* |372|  | [`sunau`](https://python-all.ru/3.0/library/sunau.html#module-sunau) | *Предоставление интерфейса для звукового формата Sun AU.* |373|  | [`symbol`](https://python-all.ru/3.0/library/symbol.html#module-symbol) | *Константы, представляющие внутренние узлы дерева разбора.* |374|  | [`symtable`](https://python-all.ru/3.0/library/symtable.html#module-symtable) | *Интерфейс к внутренним таблицам символов компилятора.* |375|  | [`sys`](https://python-all.ru/3.0/library/sys.html#module-sys) | *Доступ к системным параметрам и функциям.* |376|  | [`syslog`](https://python-all.ru/3.0/library/syslog.html#module-syslog) *(Unix)* | *Интерфейс к библиотеке системного журнала Unix.* |377|  |  |  |378|  | **T** |  |379|  | [`tabnanny`](https://python-all.ru/3.0/library/tabnanny.html#module-tabnanny) | *Инструмент для обнаружения проблем с пробелами в исходных файлах Python в дереве каталогов.* |380|  | [`tarfile`](https://python-all.ru/3.0/library/tarfile.html#module-tarfile) | *Чтение и запись архивных файлов в формате tar.* |381|  | [`telnetlib`](https://python-all.ru/3.0/library/telnetlib.html#module-telnetlib) | *Класс Telnet-клиента.* |382|  | [`tempfile`](https://python-all.ru/3.0/library/tempfile.html#module-tempfile) | *Создание временных файлов и каталогов.* |383|  | [`termios`](https://python-all.ru/3.0/library/termios.html#module-termios) *(Unix)* | *Управление терминалом в стиле POSIX.* |384| ![-](https://python-all.ru/3.0/_static/minus.png) | [`test`](https://python-all.ru/3.0/library/test.html#module-test) | *Пакет регрессионного тестирования, содержащий набор тестов для Python.* |385|  | [`test.support`](https://python-all.ru/3.0/library/test.html#module-test.support) | *Поддержка регрессионных тестов Python.* |386|  | [`textwrap`](https://python-all.ru/3.0/library/textwrap.html#module-textwrap) | *Перенос и заполнение текста.* |387|  | [`threading`](https://python-all.ru/3.0/library/threading.html#module-threading) | *Интерфейс многопоточности более высокого уровня.* |388|  | [`time`](https://python-all.ru/3.0/library/time.html#module-time) | *Доступ ко времени и преобразования.* |389|  | [`timeit`](https://python-all.ru/3.0/library/timeit.html#module-timeit) | *Измерение времени выполнения небольших фрагментов кода.* |390| ![-](https://python-all.ru/3.0/_static/minus.png) | [`tkinter`](https://python-all.ru/3.0/library/tkinter.html#module-tkinter) | *Интерфейс к Tcl/Tk для графических пользовательских интерфейсов* |391|  | [`tkinter.scrolledtext`](https://python-all.ru/3.0/library/tkinter.scrolledtext.html#module-tkinter.scrolledtext) *(Tk)* | *Текстовый виджет с вертикальной полосой прокрутки.* |392|  | [`tkinter.tix`](https://python-all.ru/3.0/library/tkinter.tix.html#module-tkinter.tix) | *Виджеты расширения Tk для Tkinter* |393|  | [`token`](https://python-all.ru/3.0/library/token.html#module-token) | *Константы, представляющие конечные узлы дерева разбора.* |394|  | [`tokenize`](https://python-all.ru/3.0/library/tokenize.html#module-tokenize) | *Лексический сканер исходного кода Python.* |395|  | [`trace`](https://python-all.ru/3.0/library/trace.html#module-trace) | *Трассировка или отслеживание выполнения операторов Python.* |396|  | [`traceback`](https://python-all.ru/3.0/library/traceback.html#module-traceback) | *Печать или получение трассировки стека.* |397|  | [`tty`](https://python-all.ru/3.0/library/tty.html#module-tty) *(Unix)* | *Вспомогательные функции для выполнения типовых операций управления терминалом.* |398|  | [`turtle`](https://python-all.ru/3.0/library/turtle.html#module-turtle) | *Графика Turtle для Tk* |399|  | [`types`](https://python-all.ru/3.0/library/types.html#module-types) | *Имена встроенных типов.* |400|  |  |  |401|  | **U** |  |402|  | [`unicodedata`](https://python-all.ru/3.0/library/unicodedata.html#module-unicodedata) | *Доступ к базе данных Unicode.* |403|  | [`unittest`](https://python-all.ru/3.0/library/unittest.html#module-unittest) | *Фреймворк для модульного тестирования Python.* |404| ![-](https://python-all.ru/3.0/_static/minus.png) | `urllib` |  |405|  | [`urllib.error`](https://python-all.ru/3.0/library/urllib.error.html#module-urllib.error) | *Классы исключений, вызываемые urllib.request.* |406|  | [`urllib.parse`](https://python-all.ru/3.0/library/urllib.parse.html#module-urllib.parse) | *Разбор URL на составляющие и сборка из компонентов.* |407|  | [`urllib.request`](https://python-all.ru/3.0/library/urllib.request.html#module-urllib.request) | *Библиотека для открытия URL нового поколения.* |408|  | [`urllib.response`](https://python-all.ru/3.0/library/urllib.request.html#module-urllib.response) | *Классы ответов, используемые в urllib.* |409|  | [`urllib.robotparser`](https://python-all.ru/3.0/library/urllib.robotparser.html#module-urllib.robotparser) | *Загрузка файла robots.txt и ответы на вопросы о возможности загрузки других URL.* |410|  | [`uu`](https://python-all.ru/3.0/library/uu.html#module-uu) | *Кодирование и декодирование файлов в формате uuencode.* |411|  | [`uuid`](https://python-all.ru/3.0/library/uuid.html#module-uuid) | *Объекты UUID (универсальные уникальные идентификаторы) в соответствии с RFC 4122* |412|  |  |  |413|  | **W** |  |414|  | [`warnings`](https://python-all.ru/3.0/library/warnings.html#module-warnings) | *Вывод предупреждений и управление их обработкой.* |415|  | [`wave`](https://python-all.ru/3.0/library/wave.html#module-wave) | *Интерфейс для работы со звуковым форматом WAV.* |416|  | [`weakref`](https://python-all.ru/3.0/library/weakref.html#module-weakref) | *Поддержка слабых ссылок и слабых словарей.* |417|  | [`webbrowser`](https://python-all.ru/3.0/library/webbrowser.html#module-webbrowser) | *Удобный контроллер для веб-браузеров.* |418|  | [`winreg`](https://python-all.ru/3.0/library/winreg.html#module-winreg) *(Windows)* | *Функции и объекты для работы с реестром Windows.* |419|  | [`winsound`](https://python-all.ru/3.0/library/winsound.html#module-winsound) *(Windows)* | *Доступ к аудиоустройствам Windows.* |420| ![-](https://python-all.ru/3.0/_static/minus.png) | [`wsgiref`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref) | *Утилиты WSGI и эталонная реализация.* |421|  | [`wsgiref.handlers`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref.handlers) | *Базовые классы сервера/шлюза WSGI.* |422|  | [`wsgiref.headers`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref.headers) | *Инструменты для заголовков ответа WSGI.* |423|  | [`wsgiref.simple_server`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref.simple_server) | *Простой HTTP-сервер WSGI.* |424|  | [`wsgiref.util`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref.util) | *Утилиты окружения WSGI.* |425|  | [`wsgiref.validate`](https://python-all.ru/3.0/library/wsgiref.html#module-wsgiref.validate) | *Проверка соответствия WSGI.* |426|  |  |  |427|  | **X** |  |428|  | [`xdrlib`](https://python-all.ru/3.0/library/xdrlib.html#module-xdrlib) | *Кодеры и декодеры для External Data Representation (XDR).* |429| ![-](https://python-all.ru/3.0/_static/minus.png) | `xml` |  |430|  | [`xml.dom`](https://python-all.ru/3.0/library/xml.dom.html#module-xml.dom) | *API объектной модели документа (DOM) для Python.* |431|  | [`xml.dom.minidom`](https://python-all.ru/3.0/library/xml.dom.minidom.html#module-xml.dom.minidom) | *Легковесная реализация объектной модели документа (DOM).* |432|  | [`xml.dom.pulldom`](https://python-all.ru/3.0/library/xml.dom.pulldom.html#module-xml.dom.pulldom) | *Поддержка построения частичных DOM-деревьев из событий SAX.* |433|  | [`xml.etree.ElementTree`](https://python-all.ru/3.0/library/xml.etree.elementtree.html#module-xml.etree.ElementTree) | *Реализация API ElementTree.* |434|  | [`xml.parsers.expat`](https://python-all.ru/3.0/library/pyexpat.html#module-xml.parsers.expat) | *Интерфейс к непроверяющему XML-парсеру Expat.* |435|  | [`xml.sax`](https://python-all.ru/3.0/library/xml.sax.html#module-xml.sax) | *Пакет, содержащий базовые классы SAX2 и вспомогательные функции.* |436|  | [`xml.sax.handler`](https://python-all.ru/3.0/library/xml.sax.handler.html#module-xml.sax.handler) | *Базовые классы для обработчиков событий SAX.* |437|  | [`xml.sax.saxutils`](https://python-all.ru/3.0/library/xml.sax.utils.html#module-xml.sax.saxutils) | *Вспомогательные функции и классы для работы с SAX.* |438|  | [`xml.sax.xmlreader`](https://python-all.ru/3.0/library/xml.sax.reader.html#module-xml.sax.xmlreader) | *Интерфейс, который должны реализовывать XML-парсеры, совместимые с SAX.* |439| ![-](https://python-all.ru/3.0/_static/minus.png) | `xmlrpc` |  |440|  | [`xmlrpc.client`](https://python-all.ru/3.0/library/xmlrpc.client.html#module-xmlrpc.client) | *Клиентский доступ к XML-RPC.* |441|  | [`xmlrpc.server`](https://python-all.ru/3.0/library/xmlrpc.server.html#module-xmlrpc.server) | *Базовые реализации сервера XML-RPC.* |442|  |  |  |443|  | **Z** |  |444|  | [`zipfile`](https://python-all.ru/3.0/library/zipfile.html#module-zipfile) | *Чтение и запись архивных файлов в формате ZIP.* |445|  | [`zipimport`](https://python-all.ru/3.0/library/zipimport.html#module-zipimport) | *поддержка импорта модулей Python из ZIP-архивов* |446|  | [`zlib`](https://python-all.ru/3.0/library/zlib.html#module-zlib) | *Низкоуровневый интерфейс к процедурам сжатия и распаковки, совместимый с gzip.* |447