PYTHON 常用全局模块索引

PYTHON 常用全局模块索引

_
__future__Future statement definitions未来的陈述定义
__main__The environment where the top-level script is run.运行顶级脚本的环境。
_dummy_threadDrop-in replacement for the _thread module.直接替换_thread模块。
_threadLow-level threading API.低级线程API。
a
abcAbstract base classes according to PEP 3119.根据PEP 3119的抽象基类。
aifcRead and write audio files in AIFF or AIFC format.以AIFF或AIFC格式读写音频文件。
argparseCommand-line option and argument parsing library.命令行选项和参数解析库。
arraySpace efficient arrays of uniformly typed numeric values.均匀类型化数值的节省空间的数组。
astAbstract Syntax Tree classes and manipulation.抽象语法树类和操作。
asynchatSupport for asynchronous command/response protocols.支持异步命令/响应协议。
asyncioAsynchronous I/O.异步I / O.
asyncoreA base class for developing asynchronous socket handling services.用于开发异步套接字处理服务的基类。
atexitRegister and execute cleanup functions.注册并执行清理功能。
audioopManipulate raw audio data.处理原始音频数据。
b
base64RFC 3548: Base16, Base32, Base64 Data Encodings; Base85 and Ascii85RFC 3548:Base16,Base32,Base64数据编码; Base85和Ascii85
bdbDebugger framework.调试器框架。
binasciiTools for converting between binary and various ASCII-encoded binary representations.用于在二进制和各种ASCII编码的二进制表示之间进行转换的工具。
binhexEncode and decode files in binhex4 format.以binhex4格式对文件进行编码和解码。
bisectArray bisection algorithms for binary searching.用于二进制搜索的数组二分算法。
builtinsThe module that provides the built-in namespace.提供内置命名空间的模块。
bz2Interfaces for bzip2 compression and decompression.bzip2压缩和解压缩的接口。
c
calendarFunctions for working with calendars, including some emulation of the Unix cal program.使用日历的功能,包括Unix cal程序的一些仿真。
cgiHelpers for running Python scripts via the Common Gateway Interface.通过公共网关接口运行Python脚本的助手。
cgitbConfigurable traceback handler for CGI scripts.CGI脚本的可配置回溯处理程序。
chunkModule to read IFF chunks.用于读取IFF块的模块。
cmathMathematical functions for complex numbers.复数的数学函数。
cmdBuild line-oriented command interpreters.构建面向行的​​命令解释器。
codeFacilities to implement read-eval-print loops.实现read-eval-print循环的工具。
codecsEncode and decode data and streams.对数据和流进行编码和解码。
codeopCompile (possibly incomplete) Python code.编译(可能不完整)Python代码。
collectionsContainer datatypes容器数据类型
collections.abcAbstract base classes for containers容器的抽象基类
colorsysConversion functions between RGB and other color systems.RGB和其他颜色系统之间的转换功能。
compileallTools for byte-compiling all Python source files in a directory tree.用于对目录树中的所有Python源文件进行字节编译的工具。
concurrent
concurrent.futuresExecute computations concurrently using threads or processes.使用线程或进程并发执行计算。
configparserConfiguration file parser.配置文件解析器。
contextlibUtilities for with-statement contexts.with语句上下文的实用程序。
contextvarsContext Variables上下文变量
copyShallow and deep copy operations.浅层和深层复制操作。
copyregRegister pickle support functions.注册pickle支持功能。
cProfile
crypt (Unix)The crypt() function used to check Unix passwords.crypt()函数用于检查Unix密码。
csvWrite and read tabular data to and from delimited files.在分隔文件中写入和读取表格数据。
ctypesA foreign function library for Python.Python的外部函数库。
curses (Unix)An interface to the curses library, providing portable terminal handling.curses库的接口,提供便携式终端处理。
curses.asciiConstants and set-membership functions for ASCII characters.ASCII字符的常量和集合成员函数。
curses.panelA panel stack extension that adds depth to curses windows.面板堆栈扩展,用于为curses窗口添加深度。
curses.textpadEmacs-like input editing in a curses window.在curses窗口中进行类似Emacs的输入编辑。
d
dataclassesGenerate special methods on user-defined classes.在用户定义的类上生成特殊方法。
datetimeBasic date and time types.基本日期和时间类型。
dbmInterfaces to various Unix "database" formats.与各种Unix“数据库”格式的接口。
dbm.dumbPortable implementation of the simple DBM interface.便携式实现简单的DBM接口。
dbm.gnu (Unix)GNU's reinterpretation of dbm.GNU对dbm的重新解释。
dbm.ndbm (Unix)The standard "database" interface, based on ndbm.标准的“数据库”接口,基于ndbm。
decimalImplementation of the General Decimal Arithmetic Specification.一般十进制算术规范的实现。
difflibHelpers for computing differences between objects.用于计算对象之间差异的助手。
disDisassembler for Python bytecode.用于Python字节码的反汇编程序。
distutilsSupport for building and installing Python modules into an existing Python installation.支持在现有Python安装中构建和安装Python模块。
distutils.archive_utilUtility functions for creating archive files (tarballs, zip files, ...)用于创建存档文件的实用程序函数(tarball,zip文件,...)
distutils.bcppcompiler
distutils.ccompilerAbstract CCompiler class摘要CCompiler类
distutils.cmdThis module provides the abstract base class Command. This class is subclassed by the modules in the distutils.command subpackage.该模块提供了抽象基类Command。此类由distutils.command子包中的模块子类化。
distutils.commandThis subpackage contains one module for each standard Distutils command.该子包包含每个标准Distutils命令的一个模块。
distutils.command.bdistBuild a binary installer for a package为包构建二进制安装程序
distutils.command.bdist_dumbBuild a "dumb" installer - a simple archive of files构建一个“哑”安装程序 - 一个简单的文件存档
distutils.command.bdist_msiBuild a binary distribution as a Windows MSI file将二进制分发构建为Windows MSI文件
distutils.command.bdist_packagerAbstract base class for packagers包装者的抽象基类
distutils.command.bdist_rpmBuild a binary distribution as a Redhat RPM and SRPM将二进制分发构建为Redhat RPM和SRPM
distutils.command.bdist_wininstBuild a Windows installer构建Windows安装程序
distutils.command.buildBuild all files of a package构建包的所有文件
distutils.command.build_clibBuild any C libraries in a package在包中构建任何C库
distutils.command.build_extBuild any extensions in a package在包中构建任何扩展
distutils.command.build_pyBuild the .py/.pyc files of a package构建程序包的.py / .pyc文件
distutils.command.build_scriptsBuild the scripts of a package构建包的脚本
distutils.command.checkCheck the metadata of a package检查包的元数据
distutils.command.cleanClean a package build area清理包构建区域
distutils.command.configPerform package configuration执行包配置
distutils.command.installInstall a package安装包
distutils.command.install_dataInstall data files from a package从包安装数据文件
distutils.command.install_headersInstall C/C++ header files from a package从包安装C / C ++头文件
distutils.command.install_libInstall library files from a package从包安装库文件
distutils.command.install_scriptsInstall script files from a package从包安装脚本文件
distutils.command.registerRegister a module with the Python Package Index使用Python Package Index注册一个模块
distutils.command.sdistBuild a source distribution构建源代码分发
distutils.coreThe core Distutils functionality核心Distutils功能
distutils.cygwinccompiler
distutils.debugProvides the debug flag for distutils为distutils提供调试标志
distutils.dep_utilUtility functions for simple dependency checking用于简单依赖性检查的实用程序
distutils.dir_utilUtility functions for operating on directories and directory trees用于在目录和目录树上操作的实用程序函数
distutils.distProvides the Distribution class, which represents the module distribution being built/installed/distributed提供Distribution类,它表示正在构建/安装/分发的模块分发
distutils.errorsProvides standard distutils exceptions提供标准的distutils异常
distutils.extensionProvides the Extension class, used to describe C/C++ extension modules in setup scripts提供Extension类,用于描述安装脚本中的C / C ++扩展模块
distutils.fancy_getoptAdditional getopt functionality额外的getopt功能
distutils.file_utilUtility functions for operating on single files用于操作单个文件的实用程序功能
distutils.filelistThe FileList class, used for poking about the file system and building lists of files.FileList类,用于寻找文件系统和构建文件列表。
distutils.logA simple logging mechanism, 282-style一种简单的日志记录机制,282风格
distutils.msvccompilerMicrosoft CompilerMicrosoft编译器
distutils.spawnProvides the spawn() function提供spawn()函数
distutils.sysconfigLow-level access to configuration information of the Python interpreter.对Python解释器的配置信息的低级访问。
distutils.text_fileprovides the TextFile class, a simple interface to text files提供TextFile类,一个简单的文本文件接口
distutils.unixccompilerUNIX C CompilerUNIX C编译器
distutils.utilMiscellaneous other utility functions杂项其他实用功能
distutils.versionimplements classes that represent module version numbers.实现表示模块版本号的类。
doctestTest pieces of code within docstrings.在docstrings中测试代码片段。
dummy_threadingDrop-in replacement for the threading module.直接替换螺纹模块。
e
emailPackage supporting the parsing, manipulating, and generating email messages.包支持解析,操作和生成电子邮件消息。
email.charsetCharacter Sets字符集
email.contentmanagerStoring and Retrieving Content from MIME Parts从MIME部件存储和检索内容
email.encodersEncoders for email message payloads.用于电子邮件消息有效负载的编码器。
email.errorsThe exception classes used by the email package.电子邮件包使用的异常类。
email.generatorGenerate flat text email messages from a message structure.从消息结构生成纯文本电子邮件。
email.headerRepresenting non-ASCII headers表示非ASCII标头
email.headerregistryAutomatic Parsing of headers based on the field name根据字段名称自动解析标​​头
email.iteratorsIterate over a message object tree.迭代消息对象树。
email.messageThe base class representing email messages in a fashion backward compatible with Python 3.2以与Python 3.2向后兼容的方式表示电子邮件消息的基类
email.mimeBuild MIME messages.构建MIME消息。
email.parserParse flat text email messages to produce a message object structure.解析平面文本电子邮件消息以生成消息对象结构。
email.policyControlling the parsing and generating of messages控制消息的解析和生成
email.utilsMiscellaneous email package utilities.杂项电子邮件包实用程序。
encodings
encodings.idnaInternationalized Domain Names implementation国际化域名实施
encodings.mbcsWindows ANSI codepageWindows ANSI代码页
encodings.utf_8_sigUTF-8 codec with BOM signature带BOM签名的UTF-8编解码器
ensurepipBootstrapping the "pip" installer into an existing Python installation or virtual environment.将“pip”安装程序引导到现有的Python安装或虚拟环境中。
enumImplementation of an enumeration class.枚举类的实现。
errnoStandard errno system symbols.标准的errno系统符号。
f
faulthandlerDump the Python traceback.转储Python回溯。
fcntl (Unix)The fcntl() and ioctl() system calls.fcntl()和ioctl()系统调用。
filecmpCompare files efficiently.有效地比较文件。
fileinputLoop over standard input or a list of files.循环标准输入或文件列表。
fnmatchUnix shell style filename pattern matching.Unix shell样式文件名模式匹配。
formatterDeprecated: Generic output formatter and device interface.不推荐使用: 通用输出格式化程序和设备接口。
fractionsRational numbers.有理数。
ftplibFTP protocol client (requires sockets).FTP协议客户端(需要套接字)。
functoolsHigher-order functions and operations on callable objects.高级函数和可调用对象的操作。
g
gcInterface to the cycle-detecting garbage collector.与循环检测垃圾收集器的接口。
getoptPortable parser for command line options; support both short and long option names.用于命令行选项的可移植解析器; 支持短选项和长选项名称。
getpassPortable reading of passwords and retrieval of the userid.便携式读取密码和检索用户ID。
gettextMultilingual internationalization services.多语种国际化服务。
globUnix shell style pathname pattern expansion.Unix shell样式路径名模式扩展。
grp (Unix)The group database (getgrnam() and friends).组数据库(getgrnam()和朋友)。
gzipInterfaces for gzip compression and decompression using file objects.使用文件对象进行gzip压缩和解压缩的接口。
h
hashlibSecure hash and message digest algorithms.安全散列和消息摘要算法。
heapqHeap queue algorithm (a.k.a. priority queue).堆队列算法(又名优先级队列)。
hmacKeyed-Hashing for Message Authentication (HMAC) implementation用于消息验证(HMAC)实现的密钥哈希
htmlHelpers for manipulating HTML.操纵HTML的助手。
html.entitiesDefinitions of HTML general entities.HTML一般实体的定义。
html.parserA simple parser that can handle HTML and XHTML.一个可以处理HTML和XHTML的简单解析器。
httpHTTP status codes and messagesHTTP状态代码和消息
http.clientHTTP and HTTPS protocol client (requires sockets).HTTP和HTTPS协议客户端(需要套接字)。
http.cookiejarClasses for automatic handling of HTTP cookies.用于自动处理HTTP cookie的类。
http.cookiesSupport for HTTP state management (cookies).支持HTTP状态管理(cookie)。
http.serverHTTP server and request handlers.HTTP服务器和请求处理程序。
i
imaplibIMAP4 protocol client (requires sockets).IMAP4协议客户端(需要套接字)。
imghdrDetermine the type of image contained in a file or byte stream.确定文件或字节流中包含的图像类型。
impDeprecated: Access the implementation of the import statement.不推荐使用: 访问import语句的实现。
importlibThe implementation of the import machinery.执行进口机械。
importlib.abcAbstract base classes related to import与导入相关的抽象基类
importlib.machineryImporters and path hooks进口商和路径钩子
importlib.resourcesPackage resource reading, opening, and access打包资源读取,打开和访问
importlib.utilUtility code for importers进口商的实用程序代码
inspectExtract information and source code from live objects.从活动对象中提取信息和源代码。
ioCore tools for working with streams.用于处理流的核心工具。
ipaddressIPv4/IPv6 manipulation library.IPv4 / IPv6操作库。
itertoolsFunctions creating iterators for efficient looping.函数创建迭代器以实现高效循环。
j
jsonEncode and decode the JSON format.编码和解码JSON格式。
json.toolA command line to validate and pretty-print JSON.用于验证和漂亮打印JSON的命令行。
k
keywordTest whether a string is a keyword in Python.测试字符串是否是Python中的关键字。
l
lib2to3the 2to3 library2to3库
linecacheThis module provides random access to individual lines from text files.此模块提供对文本文件中各行的随机访问。
localeInternationalization services.国际化服务。
loggingFlexible event logging system for applications.应用灵活的事件记录系统。
logging.configConfiguration of the logging module.记录模块的配置。
logging.handlersHandlers for the logging module.记录模块的处理程序。
lzmaA Python wrapper for the liblzma compression library.liblzma压缩库的Python包装器。
m
macpathMac OS 9 path manipulation functions.Mac OS 9路径操作功能。
mailboxManipulate mailboxes in various formats以各种格式处理邮箱
mailcapMailcap file handling.Mailcap文件处理。
marshalConvert Python objects to streams of bytes and back (with different constraints).将Python对象转换为字节流并返回(使用不同的约束)。
mathMathematical functions (sin() etc.).数学函数(sin()等)。
mimetypesMapping of filename extensions to MIME types.将文件扩展名映射到MIME类型。
mmapInterface to memory-mapped files for Unix and Windows.与Unix和Windows的内存映射文件的接口。
modulefinderFind modules used by a script.查找脚本使用的模块。
msilib (Windows)Creation of Microsoft Installer files, and CAB files.创建Microsoft Installer文件和CAB文件。
msvcrt (Windows)Miscellaneous useful routines from the MS VC++ runtime.来自MS VC ++运行时的其他有用例程。
multiprocessingProcess-based parallelism.基于流程的并行性。
multiprocessing.connectionAPI for dealing with sockets.用于处理套接字的API。
multiprocessing.dummyDumb wrapper around threading.线程周围的哑包装。
multiprocessing.managersShare data between process with shared objects.在进程与共享对象之间共享数据。
multiprocessing.poolCreate pools of processes.创建进程池。
multiprocessing.sharedctypesAllocate ctypes objects from shared memory.从共享内存中分配ctypes对象。
n
netrcLoading of .netrc files.加载.netrc文件。
nis (Unix)Interface to Sun's NIS (Yellow Pages) library.与Sun的NIS(黄页)库的接口。
nntplibNNTP protocol client (requires sockets).NNTP协议客户端(需要套接字)。
numbersNumeric abstract base classes (Complex, Real, Integral, etc.).数字抽象基类(Complex,Real,Integral等)。
o
operatorFunctions corresponding to the standard operators.与标准运算符对应的函数。
optparseDeprecated: Command-line option parsing library.不推荐使用: 命令行选项解析库。
osMiscellaneous operating system interfaces.其他操作系统接口。
os.pathOperations on pathnames.路径名操作。
ossaudiodev (Linux, FreeBSD)Access to OSS-compatible audio devices.访问兼容OSS的音频设备。
p
parserAccess parse trees for Python source code.访问Python源代码的解析树。
pathlibObject-oriented filesystem paths面向对象的文件系统路径
pdbThe Python debugger for interactive interpreters.用于交互式解释器的Python调试器。
pickleConvert Python objects to streams of bytes and back.将Python对象转换为字节流并返回。
pickletoolsContains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.包含有关pickle协议和pickle-machine操作码的广泛评论,以及一些有用的功能。
pipes (Unix)A Python interface to Unix shell pipelines.Unix shell管道的Python接口。
pkgutilUtilities for the import system.导入系统的实用程序。
platformRetrieves as much platform identifying data as possible.尽可能多地检索平台识别数据。
plistlibGenerate and parse Mac OS X plist files.生成并解析Mac OS X plist文件。
poplibPOP3 protocol client (requires sockets).POP3协议客户端(需要套接字)。
posix (Unix)The most common POSIX system calls (normally used via module os).最常见的POSIX系统调用(通常通过模块os使用)。
pprintData pretty printer.数据漂亮打印机。
profilePython source profiler.Python源分析器。
pstatsStatistics object for use with the profiler.用于分析器的统计对象。
pty (Linux)Pseudo-Terminal Handling for Linux.Linux的伪终端处理。
pwd (Unix)The password database (getpwnam() and friends).密码数据库(getpwnam()和朋友)。
py_compileGenerate byte-code files from Python source files.从Python源文件生成字节码文件。
pyclbrSupports information extraction for a Python class browser.支持Python类浏览器的信息提取。
pydocDocumentation generator and online help system.文档生成器和在线帮助系统。
q
queueA synchronized queue class.同步队列类。
quopriEncode and decode files using the MIME quoted-printable encoding.使用MIME quoted-printable编码对文件进行编码和解码。
r
randomGenerate pseudo-random numbers with various common distributions.生成具有各种常见分布的伪随机数。
reRegular expression operations.正则表达式操作。
readline (Unix)GNU readline support for Python.GNU readline对Python的支持。
reprlibAlternate repr() implementation with size limits.具有大小限制的备用repr()实现。
resource (Unix)An interface to provide resource usage information on the current process.用于提供当前进程的资源使用信息的接口。
rlcompleterPython identifier completion, suitable for the GNU readline library.Python标识符完成,适用于GNU readline库。
runpyLocate and run Python modules without importing them first.找到并运行Python模块而不先导入它们。
s
schedGeneral purpose event scheduler.通用事件调度程序。
secretsGenerate secure random numbers for managing secrets.生成用于管理机密的安全随机数。
selectWait for I/O completion on multiple streams.等待多个流上的I / O完成。
selectorsHigh-level I/O multiplexing.高级I / O复用。
shelvePython object persistence.Python对象持久性。
shlexSimple lexical analysis for Unix shell-like languages.Unix shell类语言的简单词法分析。
shutilHigh-level file operations, including copying.高级文件操作,包括复制。
signalSet handlers for asynchronous events.设置异步事件的处理程序。
siteModule responsible for site-specific configuration.模块负责特定于站点的配置。
smtpdA SMTP server implementation in Python.Python中的SMTP服务器实现。
smtplibSMTP protocol client (requires sockets).SMTP协议客户端(需要套接字)。
sndhdrDetermine type of a sound file.确定声音文件的类型。
socketLow-level networking interface.低级网络接口。
socketserverA framework for network servers.网络服务器的框架。
spwd (Unix)The shadow password database (getspnam() and friends).影子密码数据库(getspnam()和朋友)。
sqlite3A DB-API 2.0 implementation using SQLite 3.x.使用SQLite 3.x的DB-API 2.0实现。
sslTLS/SSL wrapper for socket objects套接字对象的TLS / SSL包装器
statUtilities for interpreting the results of os.stat(), os.lstat() and os.fstat().用于解释os.stat(),os.lstat()和os.fstat()的结果的实用程序。
statisticsmathematical statistics functions数理统计功能
stringCommon string operations.常见的字符串操作
stringprepString preparation, as per RFC 3453字符串准备,根据RFC 3453
structInterpret bytes as packed binary data.将字节解释为压缩二进制数据。
subprocessSubprocess management.子流程管理。
sunauProvide an interface to the Sun AU sound format.提供Sun AU声音格式的界面。
symbolConstants representing internal nodes of the parse tree.表示解析树的内部节点的常量。
symtableInterface to the compiler's internal symbol tables.编译器内部符号表的接口。
sysAccess system-specific parameters and functions.访问系统特定的参数和功能。
sysconfigPython's configuration informationPython的配置信息
syslog (Unix)An interface to the Unix syslog library routines.Unix syslog库例程的接口。
t
tabnannyTool for detecting white space related problems in Python source files in a directory tree.用于检测目录树中Python源文件中与空格相关的问题的工具。
tarfileRead and write tar-format archive files.读写tar格式的归档文件。
telnetlibTelnet client class.Telnet客户端类。
tempfileGenerate temporary files and directories.生成临时文件和目录。
termios (Unix)POSIX style tty control.POSIX风格的tty控件。
testRegression tests package containing the testing suite for Python.包含Python测试套件的回归测试包。
test.supportSupport for Python's regression test suite.支持Python的回归测试套件。
test.support.script_helperSupport for Python's script execution tests.支持Python的脚本执行测试。
textwrapText wrapping and filling文字包装和填充
threadingThread-based parallelism.基于线程的并行性。
timeTime access and conversions.时间访问和转换。
timeitMeasure the execution time of small code snippets.测量小代码片段的执行时间。
tkinterInterface to Tcl/Tk for graphical user interfaces用于图形用户界面的Tcl / Tk接口
tkinter.scrolledtext (Tk)Text widget with a vertical scroll bar.带有垂直滚动条的文本小部件。
tkinter.tixTk Extension Widgets for TkinterTkinter的Tk Extension Widgets
tkinter.ttkTk themed widget setTk主题小部件集
tokenConstants representing terminal nodes of the parse tree.表示解析树的终端节点的常量。
tokenizeLexical scanner for Python source code.用于Python源代码的词法扫描程序。
traceTrace or track Python statement execution.跟踪或跟踪Python语句执行。
tracebackPrint or retrieve a stack traceback.打印或检索堆栈回溯。
tracemallocTrace memory allocations.跟踪内存分配。
tty (Unix)Utility functions that perform common terminal control operations.执行公共终端控制操作的实用程序功能。
turtleAn educational framework for simple graphics applications简单图形应用程序的教育框架
turtledemoA viewer for example turtle scripts一个查看器,例如乌龟脚本
typesNames for built-in types.内置类型的名称。
typingSupport for type hints (see PEP 484).支持类型提示(参见PEP 484)。
u
unicodedataAccess the Unicode Database.访问Unicode数据库。
unittestUnit testing framework for Python.Python的单元测试框架。
unittest.mockMock object library.模拟对象库。
urllib
urllib.errorException classes raised by urllib.request.urllib.request引发的异常类。
urllib.parseParse URLs into or assemble them from components.将URL解析为组件或从组件中组装它们。
urllib.requestExtensible library for opening URLs.用于打开URL的可扩展库。
urllib.responseResponse classes used by urllib.urllib使用的响应类。
urllib.robotparserLoad a robots.txt file and answer questions about fetchability of other URLs.加载robots.txt文件并回答有关其他网址可获取性的问题。
uuEncode and decode files in uuencode format.以uuencode格式对文件进行编码和解码。
uuidUUID objects (universally unique identifiers) according to RFC 4122根据RFC 4122的UUID对象(通用唯一标识符)
v
venvCreation of virtual environments.创建虚拟环境。
w
warningsIssue warning messages and control their disposition.发出警告信息并控制其处置。
waveProvide an interface to the WAV sound format.提供WAV声音格式的界面。
weakrefSupport for weak references and weak dictionaries.支持弱引用和弱词典。
webbrowserEasy-to-use controller for Web browsers.易于使用的Web浏览器控制器。
winreg (Windows)Routines and objects for manipulating the Windows registry.用于操作Windows注册表的例程和对象。
winsound (Windows)Access to the sound-playing machinery for Windows.访问Windows的声音播放机器。
wsgirefWSGI Utilities and Reference Implementation.WSGI实用程序和参考实现。
wsgiref.handlersWSGI server/gateway base classes.WSGI服务器/网关基类。
wsgiref.headersWSGI response header tools.WSGI响应头工具。
wsgiref.simple_serverA simple WSGI HTTP server.一个简单的WSGI HTTP服务器。
wsgiref.utilWSGI environment utilities.WSGI环境实用程序。
wsgiref.validateWSGI conformance checker.WSGI一致性检查器。
x
xdrlibEncoders and decoders for the External Data Representation (XDR).外部数据表示(XDR)的编码器和解码器。
xmlPackage containing XML processing modules包含XML处理模块的包
xml.domDocument Object Model API for Python.Python的文档对象模型API。
xml.dom.minidomMinimal Document Object Model (DOM) implementation.最小文档对象模型(DOM)实现。
xml.dom.pulldomSupport for building partial DOM trees from SAX events.支持从SAX事件构建部分DOM树。
xml.etree.ElementTreeImplementation of the ElementTree API.ElementTree API的实现。
xml.parsers.expatAn interface to the Expat non-validating XML parser.Expat非验证XML解析器的接口。
xml.parsers.expat.errors
xml.parsers.expat.model
xml.saxPackage containing SAX2 base classes and convenience functions.包含SAX2基类和便捷功能的包。
xml.sax.handlerBase classes for SAX event handlers.SAX事件处理程序的基类。
xml.sax.saxutilsConvenience functions and classes for use with SAX.用于SAX的便捷功能和类。
xml.sax.xmlreaderInterface which SAX-compliant XML parsers must implement.符合SAX的XML解析器必须实现的接口。
xmlrpc
xmlrpc.clientXML-RPC client access.XML-RPC客户端访问。
xmlrpc.serverBasic XML-RPC server implementations.基本的XML-RPC服务器实现。
z
zipappManage executable Python zip archives管理可执行的Python zip存档
zipfileRead and write ZIP-format archive files.读写ZIP格式的归档文件。
zipimportsupport for importing Python modules from ZIP archives.支持从ZIP存档导入Python模块。
zlibLow-level interface to compression and decompression routines compatible with gzip.压缩和解压缩例程的低级接口与gzip兼容。
  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值