分享

Pydoc: Search Results

 YANG158798 2022-07-22 发布于北京
_abc- Module contains faster C implementation of abc.ABCMeta
_ast
_bisect- Bisection algorithms.
_blake2- _blake2b provides BLAKE2b for hashlib
_codecs
_codecs_cn
_codecs_hk
_codecs_iso2022
_codecs_jp
_codecs_kr
_codecs_tw
_collections- High performance data structures.
_contextvars- Context Variables
_csv- CSV parsing and writing.
_datetime- Fast implementation of the datetime type.
_functools- Tools that operate on functions.
_heapq- Heap queue algorithm (a.k.a. priority queue).
_imp- (Extremely) low-level import machinery bits as used by importlib and imp.
_io- The io module provides the Python interfaces to stream handling. The
_json- json speedups
_locale- Support for POSIX locales.
_lsprof- Fast profiler
_md5
_multibytecodec
_opcode- Opcode support module.
_operator- Operator interface.
_pickle- Optimized C implementation for the Python pickle module.
_random- Module implements the Mersenne Twister random number generator.
_sha1
_sha256
_sha3
_sha512
_signal- This module provides mechanisms to use signal handlers in Python.
_sre
_stat- S_IFMT_: file type bits
_statistics- Accelerators for the statistics module.
_string- string helper module
_struct- Functions to convert between Python values and C structs.
_symtable
_thread- This module provides primitive operations to write multi-threaded programs.
_tracemalloc- Debug module to trace memory blocks allocated by Python.
_warnings- _warnings provides basic warning filtering support.
_weakref- Weak-reference support module.
_winapi
_xxsubinterpreters- This module provides primitive operations to manage Python interpreters.
array- This module defines an object type which can efficiently represent
atexit- allow programmer to define multiple exit functions to be executed
audioop
binascii- Conversion between binary data and ASCII
builtins- Built-in functions, exceptions, and other objects.
cmath- This module provides access to mathematical functions for complex
errno- This module makes available standard errno system symbols.
faulthandler- faulthandler module.
gc- This module provides access to the garbage collector for reference cycles.
itertools- Functional tools for creating and using iterators.
marshal- This module contains functions that can read and write Python values in
math- This module provides access to the mathematical functions
mmap
msvcrt
nt- This module provides access to operating system functionality that is
sys- This module provides access to some objects used or maintained by the
time- This module provides various functions to manipulate time values.
winreg- This module provides access to the Windows registry API.
xxsubtype- xxsubtype is an example module showing how to subtype builtin types from C.
zlib- The functions in this module allow compression and decompression using the
_asyncio
_bz2
_ctypes
_ctypes_test
_decimal
_elementtree
_hashlib
_lzma
_msi
_multiprocessing
_overlapped
_queue
_socket
_sqlite3
_ssl
_testbuffer
_testcapi
_testconsole
_testimportmultiple
_testinternalcapi
_testmultiphase
_tkinter
_uuid
_zoneinfo
pyexpat
select
unicodedata
winsound
__future__- Record of phased-in incompatible language changes.
_aix_support- Shared AIX support functions.
_bootsubprocess- Basic subprocess implementation for POSIX which only uses os functions. Only
_collections_abc- Abstract Base Classes (ABCs) for collections, according to PEP 3119.
_compat_pickle
_compression- Internal classes used by the gzip, lzma and bz2 modules
_markupbase- Shared support for scanning document type declarations in HTML and XHTML.
_osx_support- Shared OS X support functions.
_py_abc
_pydecimal- This is an implementation of decimal floating point arithmetic based on
_pyio- Python implementation of the io module.
_sitebuiltins- The objects used by the site module to add custom builtins.
_strptime- Strptime-related classes and functions.
_threading_local- Thread-local objects.
_weakrefset
abc- Abstract Base Classes (ABCs) according to PEP 3119.
aifc- Stuff to parse AIFF-C and AIFF files.
antigravity
argparse- Command-line parsing library
ast- ast
asynchat- A class supporting chat-style (command/response) protocols.
asyncio- The asyncio package, tracking PEP 3156.
asyncio.__main__
asyncio.base_events- Base implementation of event loop.
asyncio.base_futures
asyncio.base_subprocess
asyncio.base_tasks
asyncio.constants
asyncio.coroutines
asyncio.events- Event loop and event loop policy.
asyncio.exceptions- asyncio exceptions.
asyncio.format_helpers
asyncio.futures- A Future class similar to the one in PEP 3148.
asyncio.locks- Synchronization primitives.
asyncio.log- Logging configuration.
asyncio.mixins- Event loop mixins.
asyncio.proactor_events- Event loop using a proactor and related classes.
asyncio.protocols- Abstract Protocol base classes.
asyncio.queues
asyncio.runners
asyncio.selector_events- Event loop using a selector and related classes.
asyncio.sslproto
asyncio.staggered- Support for running coroutines in parallel with staggered start times.
asyncio.streams
asyncio.subprocess
asyncio.tasks- Support for tasks, coroutines and the scheduler.
asyncio.threads- High-level support for working with threads in asyncio
asyncio.transports- Abstract Transport class.
asyncio.trsock
asyncio.unix_events- Selector event loop for Unix with signal handling.
asyncio.windows_events- Selector and proactor event loops for Windows.
asyncio.windows_utils- Various Windows specific bits and pieces.
asyncore- Basic infrastructure for asynchronous socket service clients and servers.
base64- Base16, Base32, Base64 (RFC 3548), Base85 and Ascii85 data encodings
bdb- Debugger basics
binhex- Macintosh binhex compression/decompression.
bisect- Bisection algorithms.
bz2- Interface to the libbzip2 compression library.
cProfile- Python interface for the 'lsprof' profiler.
calendar- Calendar printing functions
cgi- Support module for CGI (Common Gateway Interface) scripts.
cgitb- More comprehensive traceback formatting for Python scripts.
chunk- Simple class to read IFF chunks.
cmd- A generic class to build line-oriented command interpreters.
code- Utilities needed to emulate Python's interactive interpreter.
codecs- codecs -- Python Codec Registry, API and helpers.
codeop- Utilities to compile possibly incomplete Python source code.
collections
collections.abc
colorsys- Conversion functions between RGB and other color systems.
compileall- Module/script to byte-compile all .py files to .pyc files.
concurrent
concurrent.futures- Execute computations asynchronously using threads or processes.
concurrent.futures._base
concurrent.futures.process- Implements ProcessPoolExecutor.
concurrent.futures.thread- Implements ThreadPoolExecutor.
configparser- Configuration file parser.
contextlib- Utilities for with-statement contexts. See PEP 343.
contextvars
copy- Generic (shallow and deep) copying operations.
copyreg- Helper to provide extensibility for pickle.
crypt- Wrapper to the POSIX crypt library call and associated functionality.
csv- csv.py - read/write/investigate CSV files
ctypes- create and manipulate C data types in Python
ctypes._aix- Lib/ctypes.util.find_library() support for AIX
ctypes._endian
ctypes.macholib- Enough Mach-O to make your head spin.
ctypes.macholib.dyld- dyld emulation
ctypes.macholib.dylib- Generic dylib path manipulation
ctypes.macholib.framework- Generic framework path manipulation
ctypes.test
ctypes.test.__main__
ctypes.test.test_anon
ctypes.test.test_array_in_pointer
ctypes.test.test_arrays
ctypes.test.test_as_parameter
ctypes.test.test_bitfields
ctypes.test.test_buffers
ctypes.test.test_bytes- Test where byte objects are accepted
ctypes.test.test_byteswap
ctypes.test.test_callbacks
ctypes.test.test_cast
ctypes.test.test_cfuncs
ctypes.test.test_checkretval
ctypes.test.test_delattr
ctypes.test.test_errno
ctypes.test.test_find
ctypes.test.test_frombuffer
ctypes.test.test_funcptr
ctypes.test.test_functions- Here is probably the place to write the docs, since the test-cases
ctypes.test.test_incomplete
ctypes.test.test_init
ctypes.test.test_internals
ctypes.test.test_keeprefs
ctypes.test.test_libc
ctypes.test.test_loading
ctypes.test.test_macholib
ctypes.test.test_memfunctions
ctypes.test.test_numbers
ctypes.test.test_objects
ctypes.test.test_parameters
ctypes.test.test_pep3118
ctypes.test.test_pickling
ctypes.test.test_pointers
ctypes.test.test_prototypes
ctypes.test.test_python_api
ctypes.test.test_random_things
ctypes.test.test_refcounts
ctypes.test.test_repr
ctypes.test.test_returnfuncptrs
ctypes.test.test_simplesubclasses
ctypes.test.test_sizes
ctypes.test.test_slicing
ctypes.test.test_stringptr
ctypes.test.test_strings
ctypes.test.test_struct_fields
ctypes.test.test_structures
ctypes.test.test_unaligned_structures
ctypes.test.test_unicode
ctypes.test.test_values- A testcase which accesses *values* in a dll.
ctypes.test.test_varsize_struct
ctypes.test.test_win32
ctypes.test.test_wintypes
ctypes.util
ctypes.wintypes
curses- curses
dataclasses
datetime- Concrete date/time and related types.
dbm- Generic interface to all dbm clones.
dbm.dumb- A dumb and slow but simple dbm clone.
dbm.gnu- Provide the _gdbm module as a dbm submodule.
dbm.ndbm- Provide the _dbm module as a dbm submodule.
decimal
difflib- Module difflib -- helpers for computing deltas between objects.
dis- Disassembler of Python byte code into mnemonics.
distutils- distutils
distutils._msvccompiler- distutils._msvccompiler
distutils.archive_util- distutils.archive_util
distutils.bcppcompiler- distutils.bcppcompiler
distutils.ccompiler- distutils.ccompiler
distutils.cmd- distutils.cmd
distutils.command- distutils.command
distutils.command.bdist- distutils.command.bdist
distutils.command.bdist_dumb- distutils.command.bdist_dumb
distutils.command.bdist_msi- Implements the bdist_msi command.
distutils.command.bdist_rpm- distutils.command.bdist_rpm
distutils.command.build- distutils.command.build
distutils.command.build_clib- distutils.command.build_clib
distutils.command.build_ext- distutils.command.build_ext
distutils.command.build_py- distutils.command.build_py
distutils.command.build_scripts- distutils.command.build_scripts
distutils.command.check- distutils.command.check
distutils.command.clean- distutils.command.clean
distutils.command.config- distutils.command.config
distutils.command.install- distutils.command.install
distutils.command.install_data- distutils.command.install_data
distutils.command.install_egg_info- distutils.command.install_egg_info
distutils.command.install_headers- distutils.command.install_headers
distutils.command.install_lib- distutils.command.install_lib
distutils.command.install_scripts- distutils.command.install_scripts
distutils.command.register- distutils.command.register
distutils.command.sdist- distutils.command.sdist
distutils.command.upload- distutils.command.upload
distutils.config- distutils.pypirc
distutils.core- distutils.core
distutils.cygwinccompiler- distutils.cygwinccompiler
distutils.debug
distutils.dep_util- distutils.dep_util
distutils.dir_util- distutils.dir_util
distutils.dist- distutils.dist
distutils.errors- distutils.errors
distutils.extension- distutils.extension
distutils.fancy_getopt- distutils.fancy_getopt
distutils.file_util- distutils.file_util
distutils.filelist- distutils.filelist
distutils.log- A simple log mechanism styled after PEP 282.
distutils.msvc9compiler- distutils.msvc9compiler
distutils.msvccompiler- distutils.msvccompiler
distutils.spawn- distutils.spawn
distutils.sysconfig- Provide access to Python's configuration information. The specific
distutils.tests- Test suite for distutils.
distutils.tests.support- Support code for distutils test cases.
distutils.tests.test_archive_util- Tests for distutils.archive_util.
distutils.tests.test_bdist- Tests for distutils.command.bdist.
distutils.tests.test_bdist_dumb- Tests for distutils.command.bdist_dumb.
distutils.tests.test_bdist_msi- Tests for distutils.command.bdist_msi.
distutils.tests.test_bdist_rpm- Tests for distutils.command.bdist_rpm.
distutils.tests.test_build- Tests for distutils.command.build.
distutils.tests.test_build_clib- Tests for distutils.command.build_clib.
distutils.tests.test_build_ext
distutils.tests.test_build_py- Tests for distutils.command.build_py.
distutils.tests.test_build_scripts- Tests for distutils.command.build_scripts.
distutils.tests.test_check- Tests for distutils.command.check.
distutils.tests.test_clean- Tests for distutils.command.clean.
distutils.tests.test_cmd- Tests for distutils.cmd.
distutils.tests.test_config- Tests for distutils.pypirc.pypirc.
distutils.tests.test_config_cmd- Tests for distutils.command.config.
distutils.tests.test_core- Tests for distutils.core.
distutils.tests.test_cygwinccompiler- Tests for distutils.cygwinccompiler.
distutils.tests.test_dep_util- Tests for distutils.dep_util.
distutils.tests.test_dir_util- Tests for distutils.dir_util.
distutils.tests.test_dist- Tests for distutils.dist.
distutils.tests.test_extension- Tests for distutils.extension.
distutils.tests.test_file_util- Tests for distutils.file_util.
distutils.tests.test_filelist- Tests for distutils.filelist.
distutils.tests.test_install- Tests for distutils.command.install.
distutils.tests.test_install_data- Tests for distutils.command.install_data.
distutils.tests.test_install_headers- Tests for distutils.command.install_headers.
distutils.tests.test_install_lib- Tests for distutils.command.install_data.
distutils.tests.test_install_scripts- Tests for distutils.command.install_scripts.
distutils.tests.test_log- Tests for distutils.log
distutils.tests.test_msvc9compiler- Tests for distutils.msvc9compiler.
distutils.tests.test_msvccompiler- Tests for distutils._msvccompiler.
distutils.tests.test_register- Tests for distutils.command.register.
distutils.tests.test_sdist- Tests for distutils.command.sdist.
distutils.tests.test_spawn- Tests for distutils.spawn.
distutils.tests.test_sysconfig- Tests for distutils.sysconfig.
distutils.tests.test_text_file- Tests for distutils.text_file.
distutils.tests.test_unixccompiler- Tests for distutils.unixccompiler.
distutils.tests.test_upload- Tests for distutils.command.upload.
distutils.tests.test_util- Tests for distutils.util.
distutils.tests.test_version- Tests for distutils.version.
distutils.tests.test_versionpredicate- Tests harness for distutils.versionpredicate.
distutils.text_file- text_file
distutils.unixccompiler- distutils.unixccompiler
distutils.util- distutils.util
distutils.version- Provides classes to represent module version numbers (one class for
distutils.versionpredicate- Module for parsing and testing package version predicate strings.
doctest- Module doctest -- a framework for running examples in docstrings.
email- A package for parsing, handling, and generating email messages.
email._encoded_words- Routines for manipulating RFC2047 encoded words.
email._header_value_parser- Header value parser implementing various email-related RFC parsing rules.
email._parseaddr- Email address parsing code.
email._policybase- Policy framework for the email package.
email.base64mime- Base64 content transfer encoding per RFCs 2045-2047.
email.charset
email.contentmanager
email.encoders- Encodings and related functions.
email.errors- email package exception classes.
email.feedparser- FeedParser - An email feed parser.
email.generator- Classes to generate plain text from a message object tree.
email.header- Header encoding and decoding functionality.
email.headerregistry- Representing and manipulating email headers via custom objects.
email.iterators- Various types of useful iterators and generators.
email.message- Basic message object for the email package object model.
email.mime
email.mime.application- Class representing application/* type MIME documents.
email.mime.audio- Class representing audio/* type MIME documents.
email.mime.base- Base class for MIME specializations.
email.mime.image- Class representing image/* type MIME documents.
email.mime.message- Class representing message/* MIME documents.
email.mime.multipart- Base class for MIME multipart/* type messages.
email.mime.nonmultipart- Base class for MIME type messages that are not multipart.
email.mime.text- Class representing text/* type MIME documents.
email.parser- A parser of RFC 2822 and MIME email messages.
email.policy- This will be the home for the policy that hooks in the new
email.quoprimime- Quoted-printable content transfer encoding per RFCs 2045-2047.
email.utils- Miscellaneous utilities.
encodings- Standard "encodings" Package
encodings.aliases- Encoding Aliases Support
encodings.ascii- Python 'ascii' Codec
encodings.base64_codec- Python 'base64_codec' Codec - base64 content transfer encoding.
encodings.big5
encodings.big5hkscs
encodings.bz2_codec- Python 'bz2_codec' Codec - bz2 compression encoding.
encodings.charmap- Generic Python Character Mapping Codec.
encodings.cp037- Python Character Mapping Codec cp037 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP037.TXT' with gencodec.py.
encodings.cp1006- Python Character Mapping Codec cp1006 generated from 'MAPPINGS/VENDORS/MISC/CP1006.TXT' with gencodec.py.
encodings.cp1026- Python Character Mapping Codec cp1026 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP1026.TXT' with gencodec.py.
encodings.cp1125- Python Character Mapping Codec for CP1125
encodings.cp1140- Python Character Mapping Codec cp1140 generated from 'python-mappings/CP1140.TXT' with gencodec.py.
encodings.cp1250- Python Character Mapping Codec cp1250 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1250.TXT' with gencodec.py.
encodings.cp1251- Python Character Mapping Codec cp1251 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1251.TXT' with gencodec.py.
encodings.cp1252- Python Character Mapping Codec cp1252 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT' with gencodec.py.
encodings.cp1253- Python Character Mapping Codec cp1253 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1253.TXT' with gencodec.py.
encodings.cp1254- Python Character Mapping Codec cp1254 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1254.TXT' with gencodec.py.
encodings.cp1255- Python Character Mapping Codec cp1255 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1255.TXT' with gencodec.py.
encodings.cp1256- Python Character Mapping Codec cp1256 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1256.TXT' with gencodec.py.
encodings.cp1257- Python Character Mapping Codec cp1257 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1257.TXT' with gencodec.py.
encodings.cp1258- Python Character Mapping Codec cp1258 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1258.TXT' with gencodec.py.
encodings.cp273- Python Character Mapping Codec cp273 generated from 'python-mappings/CP273.TXT' with gencodec.py.
encodings.cp424- Python Character Mapping Codec cp424 generated from 'MAPPINGS/VENDORS/MISC/CP424.TXT' with gencodec.py.
encodings.cp437- Python Character Mapping Codec cp437 generated from 'VENDORS/MICSFT/PC/CP437.TXT' with gencodec.py.
encodings.cp500- Python Character Mapping Codec cp500 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP500.TXT' with gencodec.py.
encodings.cp720- Python Character Mapping Codec cp720 generated on Windows:
encodings.cp737- Python Character Mapping Codec cp737 generated from 'VENDORS/MICSFT/PC/CP737.TXT' with gencodec.py.
encodings.cp775- Python Character Mapping Codec cp775 generated from 'VENDORS/MICSFT/PC/CP775.TXT' with gencodec.py.
encodings.cp850- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP850.TXT' with gencodec.py.
encodings.cp852- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP852.TXT' with gencodec.py.
encodings.cp855- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP855.TXT' with gencodec.py.
encodings.cp856- Python Character Mapping Codec cp856 generated from 'MAPPINGS/VENDORS/MISC/CP856.TXT' with gencodec.py.
encodings.cp857- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP857.TXT' with gencodec.py.
encodings.cp858- Python Character Mapping Codec for CP858, modified from cp850.
encodings.cp860- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP860.TXT' with gencodec.py.
encodings.cp861- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP861.TXT' with gencodec.py.
encodings.cp862- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP862.TXT' with gencodec.py.
encodings.cp863- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP863.TXT' with gencodec.py.
encodings.cp864- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP864.TXT' with gencodec.py.
encodings.cp865- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP865.TXT' with gencodec.py.
encodings.cp866- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP866.TXT' with gencodec.py.
encodings.cp869- Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP869.TXT' with gencodec.py.
encodings.cp874- Python Character Mapping Codec cp874 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT' with gencodec.py.
encodings.cp875- Python Character Mapping Codec cp875 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP875.TXT' with gencodec.py.
encodings.cp932
encodings.cp949
encodings.cp950
encodings.euc_jis_2004
encodings.euc_jisx0213
encodings.euc_jp
encodings.euc_kr
encodings.gb18030
encodings.gb2312
encodings.gbk
encodings.hex_codec- Python 'hex_codec' Codec - 2-digit hex content transfer encoding.
encodings.hp_roman8- Python Character Mapping Codec generated from 'hp_roman8.txt' with gencodec.py.
encodings.hz
encodings.idna
encodings.iso2022_jp
encodings.iso2022_jp_1
encodings.iso2022_jp_2
encodings.iso2022_jp_2004
encodings.iso2022_jp_3
encodings.iso2022_jp_ext
encodings.iso2022_kr
encodings.iso8859_1- Python Character Mapping Codec iso8859_1 generated from 'MAPPINGS/ISO8859/8859-1.TXT' with gencodec.py.
encodings.iso8859_10- Python Character Mapping Codec iso8859_10 generated from 'MAPPINGS/ISO8859/8859-10.TXT' with gencodec.py.
encodings.iso8859_11- Python Character Mapping Codec iso8859_11 generated from 'MAPPINGS/ISO8859/8859-11.TXT' with gencodec.py.
encodings.iso8859_13- Python Character Mapping Codec iso8859_13 generated from 'MAPPINGS/ISO8859/8859-13.TXT' with gencodec.py.
encodings.iso8859_14- Python Character Mapping Codec iso8859_14 generated from 'MAPPINGS/ISO8859/8859-14.TXT' with gencodec.py.
encodings.iso8859_15- Python Character Mapping Codec iso8859_15 generated from 'MAPPINGS/ISO8859/8859-15.TXT' with gencodec.py.
encodings.iso8859_16- Python Character Mapping Codec iso8859_16 generated from 'MAPPINGS/ISO8859/8859-16.TXT' with gencodec.py.
encodings.iso8859_2- Python Character Mapping Codec iso8859_2 generated from 'MAPPINGS/ISO8859/8859-2.TXT' with gencodec.py.
encodings.iso8859_3- Python Character Mapping Codec iso8859_3 generated from 'MAPPINGS/ISO8859/8859-3.TXT' with gencodec.py.
encodings.iso8859_4- Python Character Mapping Codec iso8859_4 generated from 'MAPPINGS/ISO8859/8859-4.TXT' with gencodec.py.
encodings.iso8859_5- Python Character Mapping Codec iso8859_5 generated from 'MAPPINGS/ISO8859/8859-5.TXT' with gencodec.py.
encodings.iso8859_6- Python Character Mapping Codec iso8859_6 generated from 'MAPPINGS/ISO8859/8859-6.TXT' with gencodec.py.
encodings.iso8859_7- Python Character Mapping Codec iso8859_7 generated from 'MAPPINGS/ISO8859/8859-7.TXT' with gencodec.py.
encodings.iso8859_8- Python Character Mapping Codec iso8859_8 generated from 'MAPPINGS/ISO8859/8859-8.TXT' with gencodec.py.
encodings.iso8859_9- Python Character Mapping Codec iso8859_9 generated from 'MAPPINGS/ISO8859/8859-9.TXT' with gencodec.py.
encodings.johab
encodings.koi8_r- Python Character Mapping Codec koi8_r generated from 'MAPPINGS/VENDORS/MISC/KOI8-R.TXT' with gencodec.py.
encodings.koi8_t- Python Character Mapping Codec koi8_t
encodings.koi8_u- Python Character Mapping Codec koi8_u generated from 'python-mappings/KOI8-U.TXT' with gencodec.py.
encodings.kz1048- Python Character Mapping Codec kz1048 generated from 'MAPPINGS/VENDORS/MISC/KZ1048.TXT' with gencodec.py.
encodings.latin_1- Python 'latin-1' Codec
encodings.mac_arabic- Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
encodings.mac_croatian- Python Character Mapping Codec mac_croatian generated from 'MAPPINGS/VENDORS/APPLE/CROATIAN.TXT' with gencodec.py.
encodings.mac_cyrillic- Python Character Mapping Codec mac_cyrillic generated from 'MAPPINGS/VENDORS/APPLE/CYRILLIC.TXT' with gencodec.py.
encodings.mac_farsi- Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py.
encodings.mac_greek- Python Character Mapping Codec mac_greek generated from 'MAPPINGS/VENDORS/APPLE/GREEK.TXT' with gencodec.py.
encodings.mac_iceland- Python Character Mapping Codec mac_iceland generated from 'MAPPINGS/VENDORS/APPLE/ICELAND.TXT' with gencodec.py.
encodings.mac_latin2- Python Character Mapping Codec mac_latin2 generated from 'MAPPINGS/VENDORS/MICSFT/MAC/LATIN2.TXT' with gencodec.py.
encodings.mac_roman- Python Character Mapping Codec mac_roman generated from 'MAPPINGS/VENDORS/APPLE/ROMAN.TXT' with gencodec.py.
encodings.mac_romanian- Python Character Mapping Codec mac_romanian generated from 'MAPPINGS/VENDORS/APPLE/ROMANIAN.TXT' with gencodec.py.
encodings.mac_turkish- Python Character Mapping Codec mac_turkish generated from 'MAPPINGS/VENDORS/APPLE/TURKISH.TXT' with gencodec.py.
encodings.mbcs- Python 'mbcs' Codec for Windows
encodings.oem- Python 'oem' Codec for Windows
encodings.palmos- Python Character Mapping Codec for PalmOS 3.5.
encodings.ptcp154- Python Character Mapping Codec generated from 'PTCP154.txt' with gencodec.py.
encodings.punycode- Codec for the Punicode encoding, as specified in RFC 3492
encodings.quopri_codec- Codec for quoted-printable encoding.
encodings.raw_unicode_escape- Python 'raw-unicode-escape' Codec
encodings.rot_13- Python Character Mapping Codec for ROT13.
encodings.shift_jis
encodings.shift_jis_2004
encodings.shift_jisx0213
encodings.tis_620- Python Character Mapping Codec tis_620 generated from 'python-mappings/TIS-620.TXT' with gencodec.py.
encodings.undefined- Python 'undefined' Codec
encodings.unicode_escape- Python 'unicode-escape' Codec
encodings.utf_16- Python 'utf-16' Codec
encodings.utf_16_be- Python 'utf-16-be' Codec
encodings.utf_16_le- Python 'utf-16-le' Codec
encodings.utf_32- Python 'utf-32' Codec
encodings.utf_32_be- Python 'utf-32-be' Codec
encodings.utf_32_le- Python 'utf-32-le' Codec
encodings.utf_7- Python 'utf-7' Codec
encodings.utf_8- Python 'utf-8' Codec
encodings.utf_8_sig- Python 'utf-8-sig' Codec
encodings.uu_codec- Python 'uu_codec' Codec - UU content transfer encoding.
encodings.zlib_codec- Python 'zlib_codec' Codec - zlib compression encoding.
ensurepip
ensurepip.__main__
ensurepip._bundled
ensurepip._uninstall- Basic pip uninstallation support, helper for the Windows uninstaller
enum
filecmp- Utilities for comparing files and directories.
fileinput- Helper class to quickly write a loop over all standard input files.
fnmatch- Filename matching with shell patterns.
fractions- Fraction, infinite-precision, real numbers.
ftplib- An FTP client class and some helper functions.
functools- functools.py - Tools for working with functions and callable objects
genericpath- Path operations common to more than one OS
getopt- Parser for command line options.
getpass- Utilities to get a password and/or the current user name.
gettext- Internationalization and localization support.
glob- Filename globbing utility.
graphlib
gzip- Functions that read and write gzipped files.
hashlib
heapq- Heap queue algorithm (a.k.a. priority queue).
hmac- HMAC (Keyed-Hashing for Message Authentication) module.
html- General functions for HTML manipulation.
html.entities- HTML character entity references.
html.parser- A parser for HTML and XHTML.
http
http.client- HTTP/1.1 client library
http.cookiejar- HTTP cookie handling for web clients.
http.cookies- Here's a sample session to show how to use this module.
http.server- HTTP server classes.
idlelib- The idlelib package implements the Idle application.
idlelib.__main__- IDLE main entry point
idlelib.autocomplete- Complete either attribute names or file names.
idlelib.autocomplete_w- An auto-completion window for IDLE, used by the autocomplete extension
idlelib.autoexpand
idlelib.browser- Module browser.
idlelib.calltip- Pop up a reminder of how to call a function.
idlelib.calltip_w- A call-tip window class for Tkinter/IDLE.
idlelib.codecontext- codecontext - display the block context above the edit window
idlelib.colorizer
idlelib.config- idlelib.config -- Manage IDLE configuration information.
idlelib.config_key- Dialog for building Tkinter accelerator key bindings
idlelib.configdialog- IDLE Configuration Dialog: support user customization of IDLE by GUI
idlelib.debugger
idlelib.debugger_r- Support for remote Python debugging.
idlelib.debugobj
idlelib.debugobj_r
idlelib.delegator
idlelib.dynoption- OptionMenu widget modified to allow dynamic menu reconfiguration
idlelib.editor
idlelib.filelist
idlelib.format- Format all or a selected region (line slice) of text.
idlelib.grep- Grep dialog for Find in Files functionality.
idlelib.help- help.py: Implement the Idle help menu.
idlelib.help_about- About Dialog for IDLE
idlelib.history
idlelib.hyperparser- Provide advanced parsing abilities for ParenMatch and other extensions.
idlelib.idle
idlelib.idle_test
idlelib.idle_test.htest
idlelib.idle_test.mock_idle
idlelib.idle_test.mock_tk- Classes that replace tkinter gui objects used by an object being tested.
idlelib.idle_test.template
idlelib.idle_test.test_autocomplete
idlelib.idle_test.test_autocomplete_w
idlelib.idle_test.test_autoexpand
idlelib.idle_test.test_browser
idlelib.idle_test.test_calltip
idlelib.idle_test.test_calltip_w
idlelib.idle_test.test_codecontext
idlelib.idle_test.test_colorizer
idlelib.idle_test.test_config- Test config, coverage 93%.
idlelib.idle_test.test_config_key- Test config_key, coverage 98%.
idlelib.idle_test.test_configdialog- Test configdialog, coverage 94%.
idlelib.idle_test.test_debugger
idlelib.idle_test.test_debugger_r
idlelib.idle_test.test_debugobj
idlelib.idle_test.test_debugobj_r
idlelib.idle_test.test_delegator
idlelib.idle_test.test_editmenu
idlelib.idle_test.test_editor
idlelib.idle_test.test_filelist
idlelib.idle_test.test_format
idlelib.idle_test.test_grep- !Changing this line will break Test_findfile.test_found!
idlelib.idle_test.test_help
idlelib.idle_test.test_help_about- Test help_about, coverage 100%.
idlelib.idle_test.test_history
idlelib.idle_test.test_hyperparser
idlelib.idle_test.test_iomenu
idlelib.idle_test.test_macosx
idlelib.idle_test.test_mainmenu
idlelib.idle_test.test_multicall
idlelib.idle_test.test_outwin
idlelib.idle_test.test_parenmatch- Test parenmatch, coverage 91%.
idlelib.idle_test.test_pathbrowser
idlelib.idle_test.test_percolator
idlelib.idle_test.test_pyparse
idlelib.idle_test.test_pyshell
idlelib.idle_test.test_query- Test query, coverage 93%.
idlelib.idle_test.test_redirector
idlelib.idle_test.test_replace
idlelib.idle_test.test_rpc
idlelib.idle_test.test_run
idlelib.idle_test.test_runscript
idlelib.idle_test.test_scrolledlist
idlelib.idle_test.test_search
idlelib.idle_test.test_searchbase
idlelib.idle_test.test_searchengine
idlelib.idle_test.test_sidebar- Test sidebar, coverage 85%
idlelib.idle_test.test_squeezer
idlelib.idle_test.test_stackviewer
idlelib.idle_test.test_statusbar
idlelib.idle_test.test_text
idlelib.idle_test.test_textview- Test textview, coverage 100%.
idlelib.idle_test.test_tooltip- Test tooltip, coverage 100%.
idlelib.idle_test.test_tree
idlelib.idle_test.test_undo
idlelib.idle_test.test_util- Test util, coverage 100%
idlelib.idle_test.test_warning
idlelib.idle_test.test_window
idlelib.idle_test.test_zoomheight
idlelib.idle_test.test_zzdummy
idlelib.idle_test.tkinter_testing_utils- Utilities for testing with Tkinter
idlelib.iomenu
idlelib.macosx- A number of functions that enhance IDLE on macOS.
idlelib.mainmenu- Define the menu contents, hotkeys, and event bindings.
idlelib.multicall- MultiCall - a class which inherits its methods from a Tkinter widget (Text, for
idlelib.outwin- Editor window that can serve as an output file.
idlelib.parenmatch- ParenMatch -- for parenthesis matching.
idlelib.pathbrowser
idlelib.percolator
idlelib.pyparse- Define partial Python code Parser used by editor and hyperparser.
idlelib.pyshell
idlelib.query- Dialogs that query users and verify the answer before accepting.
idlelib.redirector
idlelib.replace- Replace dialog for IDLE. Inherits SearchDialogBase for GUI.
idlelib.rpc- RPC Implementation, originally written for the Python Idle IDE
idlelib.run- idlelib.run
idlelib.runscript- Execute code from an editor.
idlelib.scrolledlist
idlelib.search- Search dialog for Find, Find Again, and Find Selection
idlelib.searchbase
idlelib.searchengine
idlelib.sidebar- Line numbering implementation for IDLE as an extension.
idlelib.squeezer- An IDLE extension to avoid having very long texts printed in the shell.
idlelib.stackviewer
idlelib.statusbar
idlelib.textview- Simple text browser for IDLE
idlelib.tooltip- Tools for displaying tool-tips.
idlelib.tree
idlelib.undo
idlelib.util- Idlelib objects with no external idlelib dependencies
idlelib.window
idlelib.zoomheight
idlelib.zzdummy- Example extension, also used for testing.
imaplib- IMAP4 client.
imghdr- Recognize image file formats based on their first few bytes.
imp- This module provides the components needed to build your own __import__
importlib- A pure Python implementation of import.
importlib._abc- Subset of importlib.abc used to reduce importlib.util imports.
importlib._adapters
importlib._bootstrap- Core implementation of import.
importlib._bootstrap_external- Core implementation of path-based import.
importlib._common
importlib.abc- Abstract base classes related to import.
importlib.machinery- The machinery of importlib: finders, loaders, hooks, etc.
importlib.metadata
importlib.metadata._adapters
importlib.metadata._collections
importlib.metadata._functools
importlib.metadata._itertools
importlib.metadata._meta
importlib.metadata._text
importlib.readers
importlib.resources
importlib.util- Utility code for constructing importers, etc.
inspect- Get useful information from live Python objects.
io- The io module provides the Python interfaces to stream handling. The
ipaddress- A fast, lightweight IPv4/IPv6 manipulation library in Python.
json- JSON (JavaScript Object Notation) is a subset of
json.decoder- Implementation of JSONDecoder
json.encoder- Implementation of JSONEncoder
json.scanner- JSON token scanner
json.tool- Command-line tool to validate and pretty-print JSON
keyword- Keywords (from "Grammar/python.gram")
lib2to3
lib2to3.__main__
lib2to3.btm_matcher- A bottom-up tree matching algorithm implementation meant to speed
lib2to3.btm_utils
lib2to3.fixer_base- Base class for fixers (optional, but recommended).
lib2to3.fixer_util- Utility functions, node construction macros, etc.
lib2to3.fixes
lib2to3.fixes.fix_apply- Fixer for apply().
lib2to3.fixes.fix_asserts- Fixer that replaces deprecated unittest method names.
lib2to3.fixes.fix_basestring- Fixer for basestring -> str.
lib2to3.fixes.fix_buffer- Fixer that changes buffer(...) into memoryview(...).
lib2to3.fixes.fix_dict- Fixer for dict methods.
lib2to3.fixes.fix_except- Fixer for except statements with named exceptions.
lib2to3.fixes.fix_exec- Fixer for exec.
lib2to3.fixes.fix_execfile- Fixer for execfile.
lib2to3.fixes.fix_exitfunc- Convert use of sys.exitfunc to use the atexit module.
lib2to3.fixes.fix_filter- Fixer that changes filter(F, X) into list(filter(F, X)).
lib2to3.fixes.fix_funcattrs- Fix function attribute names (f.func_x -> f.__x__).
lib2to3.fixes.fix_future- Remove __future__ imports
lib2to3.fixes.fix_getcwdu- Fixer that changes os.getcwdu() to os.getcwd().
lib2to3.fixes.fix_has_key- Fixer for has_key().
lib2to3.fixes.fix_idioms- Adjust some old Python 2 idioms to their modern counterparts.
lib2to3.fixes.fix_import- Fixer for import statements.
lib2to3.fixes.fix_imports- Fix incompatible imports and module references.
lib2to3.fixes.fix_imports2- Fix incompatible imports and module references that must be fixed after
lib2to3.fixes.fix_input- Fixer that changes input(...) into eval(input(...)).
lib2to3.fixes.fix_intern- Fixer for intern().
lib2to3.fixes.fix_isinstance- Fixer that cleans up a tuple argument to isinstance after the tokens
lib2to3.fixes.fix_itertools- Fixer for itertools.(imap|ifilter|izip) --> (map|filter|zip) and
lib2to3.fixes.fix_itertools_imports- Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse)
lib2to3.fixes.fix_long- Fixer that turns 'long' into 'int' everywhere.
lib2to3.fixes.fix_map- Fixer that changes map(F, ...) into list(map(F, ...)) unless there
lib2to3.fixes.fix_metaclass- Fixer for __metaclass__ = X -> (metaclass=X) methods.
lib2to3.fixes.fix_methodattrs- Fix bound method attributes (method.im_? -> method.__?__).
lib2to3.fixes.fix_ne- Fixer that turns <> into !=.
lib2to3.fixes.fix_next- Fixer for it.next() -> next(it), per PEP 3114.
lib2to3.fixes.fix_nonzero- Fixer for __nonzero__ -> __bool__ methods.
lib2to3.fixes.fix_numliterals- Fixer that turns 1L into 1, 0755 into 0o755.
lib2to3.fixes.fix_operator- Fixer for operator functions.
lib2to3.fixes.fix_paren- Fixer that adds parentheses where they are required
lib2to3.fixes.fix_print- Fixer for print.
lib2to3.fixes.fix_raise- Fixer for 'raise E, V, T'
lib2to3.fixes.fix_raw_input- Fixer that changes raw_input(...) into input(...).
lib2to3.fixes.fix_reduce- Fixer for reduce().
lib2to3.fixes.fix_reload- Fixer for reload().
lib2to3.fixes.fix_renames- Fix incompatible renames
lib2to3.fixes.fix_repr- Fixer that transforms `xyzzy` into repr(xyzzy).
lib2to3.fixes.fix_set_literal- Optional fixer to transform set() calls to set literals.
lib2to3.fixes.fix_standarderror- Fixer for StandardError -> Exception.
lib2to3.fixes.fix_sys_exc- Fixer for sys.exc_{type, value, traceback}
lib2to3.fixes.fix_throw- Fixer for generator.throw(E, V, T).
lib2to3.fixes.fix_tuple_params- Fixer for function definitions with tuple parameters.
lib2to3.fixes.fix_types- Fixer for removing uses of the types module.
lib2to3.fixes.fix_unicode- Fixer for unicode.
lib2to3.fixes.fix_urllib- Fix changes imports of urllib which are now incompatible.
lib2to3.fixes.fix_ws_comma- Fixer that changes 'a ,b' into 'a, b'.
lib2to3.fixes.fix_xrange- Fixer that changes xrange(...) into range(...).
lib2to3.fixes.fix_xreadlines- Fix "for x in f.xreadlines()" -> "for x in f".
lib2to3.fixes.fix_zip- Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...)
lib2to3.main- Main program for 2to3.
lib2to3.patcomp- Pattern compiler.
lib2to3.pgen2- The pgen2 package.
lib2to3.pgen2.conv- Convert graminit.[ch] spit out by pgen to Python code.
lib2to3.pgen2.driver- Parser driver.
lib2to3.pgen2.grammar- This module defines the data structures used to represent a grammar.
lib2to3.pgen2.literals- Safely evaluate Python string literals without using eval().
lib2to3.pgen2.parse- Parser engine for the grammar tables generated by pgen.
lib2to3.pgen2.pgen
lib2to3.pgen2.token- Token constants (from "token.h").
lib2to3.pgen2.tokenize- Tokenization help for Python programs.
lib2to3.pygram- Export the Python grammar and symbols.
lib2to3.pytree- Python parse tree definitions.
lib2to3.refactor- Refactoring framework.
lib2to3.tests
lib2to3.tests.__main__
lib2to3.tests.pytree_idempotency- Main program for testing the infrastructure.
lib2to3.tests.support- Support code for test_*.py files
lib2to3.tests.test_all_fixers- Tests that run all fixer modules over an input stream.
lib2to3.tests.test_fixers- Test suite for the fixer modules
lib2to3.tests.test_main
lib2to3.tests.test_parser- Test suite for 2to3's parser and grammar files.
lib2to3.tests.test_pytree- Unit tests for pytree.py.
lib2to3.tests.test_refactor- Unit tests for refactor.py.
lib2to3.tests.test_util- Test suite for the code in fixer_util
linecache- Cache lines from Python source files.
locale- Locale support module.
logging- Logging package for Python. Based on PEP 282 and comments thereto in
logging.config- Configuration functions for the logging package for Python. The core package
logging.handlers- Additional handlers for the logging package for Python. The core package is
lzma- Interface to the liblzma compression library.
mailbox- Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes.
mailcap- Mailcap file handling. See RFC 1524.
mimetypes- Guess the MIME type of a file.
modulefinder- Find modules used by a script, using introspection.
msilib
msilib.schema
msilib.sequence
msilib.text
multiprocessing
multiprocessing.connection
multiprocessing.context
multiprocessing.dummy
multiprocessing.dummy.connection
multiprocessing.forkserver
multiprocessing.heap
multiprocessing.managers
multiprocessing.pool
multiprocessing.popen_fork
multiprocessing.popen_forkserver
multiprocessing.popen_spawn_posix
multiprocessing.popen_spawn_win32
multiprocessing.process
multiprocessing.queues
multiprocessing.reduction
multiprocessing.resource_sharer
multiprocessing.resource_tracker
multiprocessing.shared_memory- Provides shared memory for direct access across processes.
multiprocessing.sharedctypes
multiprocessing.spawn
multiprocessing.synchronize
multiprocessing.util
netrc- An object-oriented interface to .netrc files.
nntplib- An NNTP client class based on:
ntpath- Common pathname manipulations, WindowsNT/95 version.
nturl2path- Convert a NT pathname to a file URL and vice versa.
numbers- Abstract Base Classes (ABCs) for numbers, according to PEP 3141.
opcode- opcode module - potentially shared between dis and other modules which
operator- Operator Interface
optparse- A powerful, extensible, and easy-to-use option parser.
os- OS routines for NT or Posix depending on what system we're on.
pathlib
pdb- The Python Debugger Pdb
pickle- Create portable serialized representations of Python objects.
pickletools
pipes- Conversion pipeline templates.
pkgutil- Utilities to support packages.
platform- This module tries to retrieve as much platform-identifying data as
plistlib- plistlib.py -- a tool to generate and parse MacOSX .plist files.
poplib- A POP3 client class.
posixpath- Common operations on Posix pathnames.
pprint- Support to pretty-print lists, tuples, & dictionaries recursively.
profile- Class for profiling Python code.
pstats- Class for printing reports on profiled python code.
pty- Pseudo terminal utilities.
py_compile- Routine to "compile" a .py file to a .pyc file.
pyclbr- Parse a Python module and describe its classes and functions.
pydoc- Generate Python documentation in HTML or text for interactive use.
pydoc_data
pydoc_data.topics
queue
quopri- Conversions to/from quoted-printable transport encoding as per RFC 1521.
random- Random variable generators.
re- Support for regular expressions (RE).
reprlib- Redo the builtin repr() (representation) but with limits on most sizes.
rlcompleter- Word completion for GNU readline.
runpy- runpy.py - locating and running Python code using the module namespace
sched- A generally useful event scheduler class.
secrets- Generate cryptographically strong pseudo-random numbers suitable for
selectors- Selectors module.
shelve- Manage shelves of pickled objects.
shlex- A lexical analyzer class for simple shell-like syntaxes.
shutil- Utility functions for copying and archiving files and directory trees.
signal
site- Append module search paths for third-party packages to sys.path.
smtpd- An RFC 5321 smtp proxy with optional RFC 1870 and RFC 6531 extensions.
smtplib
sndhdr- Routines to help recognizing sound files.
socket- This module provides socket operations and some related functions.
socketserver- Generic socket server classes.
sqlite3- The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
sqlite3.dbapi2
sqlite3.dump
sqlite3.test
sqlite3.test.backup
sqlite3.test.dbapi
sqlite3.test.dump
sqlite3.test.factory
sqlite3.test.hooks
sqlite3.test.regression
sqlite3.test.transactions
sqlite3.test.types
sqlite3.test.userfunctions
sre_compile- Internal support module for sre
sre_constants- Internal support module for sre
sre_parse- Internal support module for sre
ssl- This module provides some more Pythonic support for SSL.
stat- Constants/functions for interpreting results of os.stat() and os.lstat().
statistics- Basic statistics module.
string- A collection of string constants.
stringprep- Library that exposes various tables found in the StringPrep RFC 3454.
struct
subprocess- Subprocesses with accessible I/O streams
sunau- Stuff to parse Sun and NeXT audio files.
symtable- Interface to the compiler's internal symbol tables
sysconfig- Access to Python's configuration information.
tabnanny- The Tab Nanny despises ambiguous indentation. She knows no mercy.
tarfile- Read from and write to tar format archives.
telnetlib- TELNET client class.
tempfile- Temporary files.
test
test.__main__
test._test_atexit- Tests run by test_atexit in a subprocess since it clears atexit callbacks.
test._test_eintr- This test suite exercises some system calls subject to interruption with EINTR,
test._test_embed_set_config
test._test_multiprocessing
test._typed_dict_helper- Used to test `get_type_hints()` on a cross-module inherited `TypedDict` class
test.ann_module- The module for testing variable annotations.
test.ann_module2- Some correct syntax for variable annotation here.
test.ann_module3- Correct syntax for variable annotation that should fail at runtime
test.ann_module4
test.ann_module5
test.ann_module6
test.ann_module7
test.audiotests
test.audit-tests- This script contains the actual auditing tests.
test.autotest
test.bad_getattr
test.bad_getattr2
test.bad_getattr3
test.badsyntax_3131
test.badsyntax_future10
test.badsyntax_future3- This is a test
test.badsyntax_future4- This is a test
test.badsyntax_future5- This is a test
test.badsyntax_future6- This is a test
test.badsyntax_future7- This is a test
test.badsyntax_future8- This is a test
test.badsyntax_future9- This is a test
test.bisect_cmd- Command line tool to bisect failing CPython tests.
test.coding20731
test.curses_tests
test.dataclass_module_1
test.dataclass_module_1_str
test.dataclass_module_2
test.dataclass_module_2_str
test.dataclass_textanno
test.datetimetester- Test date/time type.
test.dis_module
test.doctest_aliases
test.doctest_lineno
test.double_const
test.encoded_modules
test.encoded_modules.module_iso_8859_1
test.encoded_modules.module_koi8_r
test.final_a- Fodder for module finalization tests in test_module.
test.final_b- Fodder for module finalization tests in test_module.
test.fork_wait- This test case provides support for checking forking and wait behavior.
test.future_test1- This is a test
test.future_test2- This is a test
test.gdb_sample
test.good_getattr
test.imp_dummy
test.inspect_fodder
test.inspect_fodder2
test.inspect_stock_annotations
test.inspect_stringized_annotations
test.inspect_stringized_annotations_2
test.leakers
test.leakers.test_ctypes
test.leakers.test_selftype
test.libregrtest
test.libregrtest.cmdline
test.libregrtest.main
test.libregrtest.pgo
test.libregrtest.refleak
test.libregrtest.runtest
test.libregrtest.runtest_mp
test.libregrtest.save_env
test.libregrtest.setup
test.libregrtest.utils
test.libregrtest.win_utils
test.list_tests- Tests common to list and UserList.UserList
test.lock_tests- Various tests for synchronization primitives.
test.make_ssl_certs- Make the custom certificate and private key files used by test_ssl
test.mapping_tests
test.memory_watchdog- Memory watchdog: periodically read the memory usage of the main test process
test.mock_socket- Mock socket module used by the smtpd and smtplib tests.
test.mod_generics_cache- Module for testing the behavior of generics across different modules.
test.mp_fork_bomb
test.mp_preload
test.multibytecodec_support
test.pickletester
test.profilee- Input for test_profile.py and test_cprofile.py.
test.pyclbr_input- Test cases for test_pyclbr.py
test.pydoc_mod- This is a test module for test_pydoc
test.pydocfodder- Something just to look at via pydoc.
test.pythoninfo- Collect various information about Python to help debugging test failures.
test.re_tests
test.regrtest- Script to run Python regression tests.
test.relimport
test.reperf
test.sample_doctest- This is a sample module that doesn't really test anything all that
test.sample_doctest_no_docstrings
test.sample_doctest_no_doctests- This is a sample module used for testing doctest.
test.seq_tests- Tests common to tuple, list and UserList.UserList
test.signalinterproctester
test.sortperf- Sort performance test.
test.ssl_servers
test.ssltests
test.string_tests- Common tests shared by test_unicode, test_userstring and test_bytes.
test.support- Supporting definitions for the Python regression tests.
test.support.bytecode_helper- bytecode_helper - support tools for testing correct bytecode generation
test.support.hashlib_helper
test.support.import_helper
test.support.interpreters- Subinterpreters High Level Module.
test.support.logging_helper
test.support.os_helper
test.support.script_helper
test.support.socket_helper
test.support.testresult
test.support.threading_helper
test.support.warnings_helper
test.test___all__
test.test___future__
test.test__locale
test.test__opcode
test.test__osx_support- Test suite for _osx_support: shared OS X support functions.
test.test__xxsubinterpreters
test.test_abc- Unit tests for abc.py.
test.test_abstract_numbers- Unit tests for numbers.py.
test.test_aifc
test.test_argparse
test.test_array- Test the arraymodule.
test.test_asdl_parser- Tests for the asdl parser in Parser/asdl.py
test.test_ast
test.test_asyncgen
test.test_asynchat
test.test_asyncio
test.test_asyncio.__main__
test.test_asyncio.echo
test.test_asyncio.echo2
test.test_asyncio.echo3
test.test_asyncio.functional
test.test_asyncio.test_base_events- Tests for base_events.py
test.test_asyncio.test_buffered_proto
test.test_asyncio.test_context
test.test_asyncio.test_events- Tests for events.py.
test.test_asyncio.test_futures- Tests for futures.py.
test.test_asyncio.test_futures2
test.test_asyncio.test_locks- Tests for lock.py
test.test_asyncio.test_pep492- Tests support for new syntax introduced by PEP 492.
test.test_asyncio.test_proactor_events- Tests for proactor_events.py
test.test_asyncio.test_protocols
test.test_asyncio.test_queues- Tests for queues.py
test.test_asyncio.test_runners
test.test_asyncio.test_selector_events- Tests for selector_events.py
test.test_asyncio.test_sendfile- Tests for sendfile functionality.
test.test_asyncio.test_server
test.test_asyncio.test_sock_lowlevel
test.test_asyncio.test_sslproto- Tests for asyncio/sslproto.py.
test.test_asyncio.test_streams- Tests for streams.py.
test.test_asyncio.test_subprocess
test.test_asyncio.test_tasks- Tests for tasks.py.
test.test_asyncio.test_threads- Tests for asyncio/threads.py
test.test_asyncio.test_transports- Tests for transports.py.
test.test_asyncio.test_unix_events- Tests for unix_events.py.
test.test_asyncio.test_waitfor
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils- Tests for window_utils
test.test_asyncio.utils- Utilities shared by tests.
test.test_asyncore
test.test_atexit
test.test_audioop
test.test_audit- Tests for sys.audit and sys.addaudithook
test.test_augassign
test.test_base64
test.test_baseexception
test.test_bdb- Test the bdb module.
test.test_bigaddrspace- These tests are meant to exercise that requests to create objects bigger
test.test_bigmem- Bigmem tests - tests for the 32-bit boundary in containers.
test.test_binascii- Test the binascii C module.
test.test_binhex- Test script for the binhex C module
test.test_binop- Tests for binary operators on subtypes of built-in types.
test.test_bisect
test.test_bool
test.test_buffer
test.test_bufio
test.test_builtin
test.test_bytes- Unit tests for the bytes and bytearray types.
test.test_bz2
test.test_c_locale_coercion
test.test_calendar
test.test_call
test.test_capi
test.test_cgi
test.test_cgitb
test.test_charmapcodec- Python character mapping codec test
test.test_check_c_globals
test.test_class
test.test_clinic
test.test_cmath
test.test_cmd- Test script for the 'cmd' module
test.test_cmd_line
test.test_cmd_line_script
test.test_code- This module includes tests of the code object representation.
test.test_code_module
test.test_codeccallbacks
test.test_codecencodings_cn
test.test_codecencodings_hk
test.test_codecencodings_iso2022
test.test_codecencodings_jp
test.test_codecencodings_kr
test.test_codecencodings_tw
test.test_codecmaps_cn
test.test_codecmaps_hk
test.test_codecmaps_jp
test.test_codecmaps_kr
test.test_codecmaps_tw
test.test_codecs
test.test_codeop- Test cases for codeop.py
test.test_collections- Unit tests for collections.py.
test.test_colorsys
test.test_compare
test.test_compile
test.test_compileall
test.test_complex
test.test_concurrent_futures
test.test_configparser
test.test_contains
test.test_context
test.test_contextlib- Unit tests for contextlib.py, and other context managers.
test.test_contextlib_async
test.test_copy- Unit tests for the copy module.
test.test_copyreg
test.test_coroutines
test.test_cprofile- Test suite for the cProfile module.
test.test_crashers
test.test_crypt
test.test_csv
test.test_ctypes
test.test_curses
test.test_dataclasses
test.test_datetime
test.test_dbm- Test script for the dbm.open function based on testdumbdbm.py
test.test_dbm_dumb- Test script for the dumbdbm module
test.test_dbm_gnu
test.test_dbm_ndbm
test.test_decimal- These are the test cases for the Decimal module.
test.test_decorators
test.test_defaultdict- Unit tests for collections.defaultdict.
test.test_deque
test.test_descr
test.test_descrtut
test.test_devpoll
test.test_dict
test.test_dict_version- Test implementation of the PEP 509: dictionary versioning.
test.test_dictcomps
test.test_dictviews
test.test_difflib
test.test_dis
test.test_distutils- Tests for distutils.
test.test_doctest- Test script for doctest.
test.test_doctest2- A module to test whether doctest recognizes some 2.2 features,
test.test_docxmlrpc
test.test_dtrace
test.test_dynamic
test.test_dynamicclassattribute
test.test_eintr
test.test_email
test.test_email.__main__
test.test_email.test__encoded_words
test.test_email.test__header_value_parser
test.test_email.test_asian_codecs
test.test_email.test_contentmanager
test.test_email.test_defect_handling
test.test_email.test_email
test.test_email.test_generator
test.test_email.test_headerregistry
test.test_email.test_inversion- Test the parser and generator are inverses.
test.test_email.test_message
test.test_email.test_parser
test.test_email.test_pickleable
test.test_email.test_policy
test.test_email.test_utils
test.test_email.torture_test
test.test_embed
test.test_ensurepip
test.test_enum
test.test_enumerate
test.test_eof- test script for a few new invalid token catches
test.test_epoll- Tests for epoll wrapper.
test.test_errno- Test the errno module
test.test_exception_hierarchy
test.test_exception_variations
test.test_exceptions
test.test_extcall- Doctest for method/function calls.
test.test_faulthandler
test.test_fcntl- Test program for the fcntl C module.
test.test_file
test.test_file_eintr
test.test_filecmp
test.test_fileinput
test.test_fileio
test.test_finalization- Tests for object finalization semantics, as outlined in PEP 442.
test.test_float
test.test_flufl
test.test_fnmatch- Test cases for the fnmatch module.
test.test_fork1- This test checks for correct fork() behavior.
test.test_format
test.test_fractions- Tests for Lib/fractions.py.
test.test_frame
test.test_frozen- Basic test of the frozen module (source is in Python/frozen.c).
test.test_fstring
test.test_ftplib- Test script for ftplib module.
test.test_funcattrs
test.test_functools
test.test_future
test.test_future3
test.test_future4
test.test_future5
test.test_gc
test.test_gdb
test.test_generator_stop
test.test_generators
test.test_genericalias- Tests for C-implemented GenericAlias.
test.test_genericclass
test.test_genericpath- Tests common to genericpath, ntpath and posixpath
test.test_genexps
test.test_getargs2
test.test_getopt
test.test_getpass
test.test_gettext
test.test_glob
test.test_global- Verify that warnings are issued for global statements following use.
test.test_grammar
test.test_graphlib
test.test_grp- Test script for the grp module.
test.test_gzip- Test script for the gzip module.
test.test_hash
test.test_hashlib
test.test_heapq- Unittests for heapq.
test.test_hmac
test.test_html- Tests for the html module functions.
test.test_htmlparser- Tests for HTMLParser.py.
test.test_http_cookiejar- Tests for http/cookiejar.py.
test.test_http_cookies
test.test_httplib
test.test_httpservers- Unittests for the various HTTPServer modules.
test.test_idle
test.test_imaplib
test.test_imghdr
test.test_imp
test.test_import
test.test_import.__main__
test.test_importlib
test.test_importlib.__main__
test.test_importlib.abc
test.test_importlib.builtin
test.test_importlib.builtin.__main__
test.test_importlib.builtin.test_finder
test.test_importlib.builtin.test_loader
test.test_importlib.data
test.test_importlib.data01
test.test_importlib.data01.subdirectory
test.test_importlib.data02
test.test_importlib.data02.one
test.test_importlib.data02.two
test.test_importlib.data03
test.test_importlib.extension
test.test_importlib.extension.__main__
test.test_importlib.extension.test_case_sensitivity
test.test_importlib.extension.test_finder
test.test_importlib.extension.test_loader
test.test_importlib.extension.test_path_hook
test.test_importlib.fixtures
test.test_importlib.frozen
test.test_importlib.frozen.__main__
test.test_importlib.frozen.test_finder
test.test_importlib.frozen.test_loader
test.test_importlib.import_
test.test_importlib.import_.__main__
test.test_importlib.import_.test___loader__
test.test_importlib.import_.test___package__- PEP 366 ("Main module explicit relative imports") specifies the
test.test_importlib.import_.test_api
test.test_importlib.import_.test_caching- Test that sys.modules is used properly by import.
test.test_importlib.import_.test_fromlist- Test that the semantics relating to the 'fromlist' argument are correct.
test.test_importlib.import_.test_meta_path
test.test_importlib.import_.test_packages
test.test_importlib.import_.test_path
test.test_importlib.import_.test_relative_imports- Test relative imports (PEP 328).
test.test_importlib.source
test.test_importlib.source.__main__
test.test_importlib.source.test_case_sensitivity- Test case-sensitivity (PEP 235).
test.test_importlib.source.test_file_loader
test.test_importlib.source.test_finder
test.test_importlib.source.test_path_hook
test.test_importlib.source.test_source_encoding
test.test_importlib.stubs
test.test_importlib.test_abc
test.test_importlib.test_api
test.test_importlib.test_files
test.test_importlib.test_lazy
test.test_importlib.test_locks
test.test_importlib.test_main
test.test_importlib.test_metadata_api
test.test_importlib.test_namespace_pkgs
test.test_importlib.test_open
test.test_importlib.test_path
test.test_importlib.test_pkg_import
test.test_importlib.test_read
test.test_importlib.test_reader
test.test_importlib.test_resource
test.test_importlib.test_spec
test.test_importlib.test_threaded_import
test.test_importlib.test_util
test.test_importlib.test_windows
test.test_importlib.test_zip
test.test_importlib.threaded_import_hangers
test.test_importlib.update-zips- Generate the zip test data files.
test.test_importlib.util
test.test_importlib.zipdata01
test.test_importlib.zipdata02
test.test_index
test.test_inspect
test.test_int
test.test_int_literal- Test correct treatment of hex/oct constants.
test.test_interpreters
test.test_io- Unit tests for the io module.
test.test_ioctl
test.test_ipaddress- Unittest for ipaddress module.
test.test_isinstance
test.test_iter
test.test_iterlen- Test Iterator Length Transparency
test.test_itertools
test.test_json
test.test_json.__main__
test.test_json.test_decode
test.test_json.test_default
test.test_json.test_dump
test.test_json.test_encode_basestring_ascii
test.test_json.test_enum
test.test_json.test_fail
test.test_json.test_float
test.test_json.test_indent
test.test_json.test_pass1
test.test_json.test_pass2
test.test_json.test_pass3
test.test_json.test_recursion
test.test_json.test_scanstring
test.test_json.test_separators
test.test_json.test_speedups
test.test_json.test_tool
test.test_json.test_unicode
test.test_keyword
test.test_keywordonlyarg- Unit tests for the keyword only argument specified in PEP 3102.
test.test_kqueue- Tests for kqueue wrapper.
test.test_largefile- Test largefile support on system where this makes sense.
test.test_lib2to3
test.test_linecache- Tests for the linecache module
test.test_list
test.test_listcomps
test.test_lltrace
test.test_locale
test.test_logging- Test harness for the logging module. Run all tests.
test.test_long
test.test_longexp
test.test_lzma
test.test_mailbox
test.test_mailcap
test.test_marshal
test.test_math
test.test_memoryio- Unit tests for memory-based file-like objects.
test.test_memoryview- Unit tests for the memoryview
test.test_metaclass
test.test_mimetypes
test.test_minidom
test.test_mmap
test.test_module
test.test_modulefinder
test.test_msilib- Test suite for the code in msilib
test.test_multibytecodec
test.test_multiprocessing_fork
test.test_multiprocessing_forkserver
test.test_multiprocessing_main_handling
test.test_multiprocessing_spawn
test.test_named_expressions
test.test_netrc
test.test_nis
test.test_nntplib
test.test_ntpath
test.test_numeric_tower
test.test_opcache
test.test_opcodes
test.test_openpty
test.test_operator
test.test_optparse
test.test_ordered_dict
test.test_os
test.test_ossaudiodev
test.test_osx_env- Test suite for OS X interpreter environment variables.
test.test_pathlib
test.test_patma
test.test_pdb
test.test_peepholer
test.test_peg_generator
test.test_peg_generator.__main__
test.test_peg_generator.test_c_parser
test.test_peg_generator.test_first_sets
test.test_peg_generator.test_grammar_validator
test.test_peg_generator.test_pegen
test.test_pickle
test.test_picklebuffer- Unit tests for the PickleBuffer object.
test.test_pickletools
test.test_pipes
test.test_pkg
test.test_pkgutil
test.test_platform
test.test_plistlib
test.test_poll
test.test_popen- Basic tests for os.popen()
test.test_poplib- Test script for poplib module.
test.test_positional_only_arg- Unit tests for the positional only argument syntax specified in PEP 570.
test.test_posix
test.test_posixpath
test.test_pow
test.test_pprint
test.test_print
test.test_profile- Test suite for the profile module.
test.test_property
test.test_pstats
test.test_pty
test.test_pulldom
test.test_pwd
test.test_py_compile
test.test_pyclbr
test.test_pydoc
test.test_pyexpat
test.test_queue
test.test_quopri
test.test_raise- Tests for the raise statement.
test.test_random
test.test_range
test.test_re
test.test_readline- Very minimal unittests for parts of the readline module.
test.test_regrtest- Tests of regrtest.py.
test.test_repl- Test the interactive interpreter.
test.test_reprlib- Test cases for the repr module
test.test_resource
test.test_richcmp
test.test_rlcompleter
test.test_robotparser
test.test_runpy
test.test_sax
test.test_sched
test.test_scope
test.test_script_helper- Unittests for test.support.script_helper. Who tests the test helper?
test.test_secrets- Test the secrets module.
test.test_select
test.test_selectors
test.test_set
test.test_setcomps
test.test_shelve
test.test_shlex
test.test_shutil
test.test_signal
test.test_site- Tests for 'site'.
test.test_slice
test.test_smtpd
test.test_smtplib
test.test_smtpnet
test.test_sndhdr
test.test_socket
test.test_socketserver- Test suite for socketserver.
test.test_sort
test.test_source_encoding
test.test_spwd
test.test_sqlite
test.test_ssl
test.test_startfile
test.test_stat
test.test_statistics- Test suite for statistics module, including helper NumericTestCase and
test.test_strftime- Unittest for time.strftime
test.test_string
test.test_string_literals- Test correct treatment of various string literals by the parser.
test.test_stringprep
test.test_strptime- PyUnit testing against strptime
test.test_strtod
test.test_struct
test.test_structmembers
test.test_structseq
test.test_subclassinit
test.test_subprocess
test.test_sunau
test.test_sundry- Do a minimal test of all the modules that aren't otherwise tested.
test.test_super- Unit tests for zero-argument super() & related machinery.
test.test_support
test.test_symtable- Test the API of the symtable module.
test.test_syntax- This module tests SyntaxErrors.
test.test_sys
test.test_sys_setprofile
test.test_sys_settrace
test.test_sysconfig
test.test_syslog
test.test_tabnanny- Testing `tabnanny` module.
test.test_tarfile
test.test_tcl
test.test_telnetlib
test.test_tempfile
test.test_textwrap
test.test_thread
test.test_threadedtempfile- Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
test.test_threading- Tests for the threading module.
test.test_threading_local
test.test_threadsignals- PyUnit testing that threads honor our signal semantics
test.test_time
test.test_timeit
test.test_timeout- Unit tests for socket timeout feature.
test.test_tix
test.test_tk
test.test_tokenize
test.test_tools- Support functions for testing scripts in the Tools directory.
test.test_tools.__main__
test.test_tools.test_fixcid
test.test_tools.test_gprof2html- Tests for the gprof2html script in the Tools directory.
test.test_tools.test_i18n- Tests to cover the Tools/i18n package
test.test_tools.test_lll- Tests for the lll script in the Tools/script directory.
test.test_tools.test_md5sum- Tests for the md5sum script in the Tools directory.
test.test_tools.test_pathfix
test.test_tools.test_pdeps- Tests for the pdeps script in the Tools directory.
test.test_tools.test_pindent- Tests for the pindent script in the Tools directory.
test.test_tools.test_reindent- Tests for scripts in the Tools directory.
test.test_tools.test_sundry- Tests for scripts in the Tools directory.
test.test_trace
test.test_traceback- Test cases for traceback module
test.test_tracemalloc
test.test_ttk_guionly
test.test_ttk_textonly
test.test_tuple
test.test_turtle
test.test_type_annotations
test.test_type_comments
test.test_typechecks- Unit tests for __instancecheck__ and __subclasscheck__.
test.test_types
test.test_typing
test.test_ucn- Test script for the Unicode implementation.
test.test_unary- Test compiler changes for unary ops (+, -, ~) introduced in Python 2.2
test.test_unicode- Test script for the Unicode implementation.
test.test_unicode_file
test.test_unicode_file_functions
test.test_unicode_identifiers
test.test_unicodedata- Tests for the unicodedata module.
test.test_unittest
test.test_univnewlines
test.test_unpack
test.test_unpack_ex
test.test_unparse- Tests for the unparse.py script in the Tools/parser directory.
test.test_urllib- Regression tests for what was in Python 2's "urllib" module
test.test_urllib2
test.test_urllib2_localnet
test.test_urllib2net
test.test_urllib_response- Unit tests for code in urllib.response.
test.test_urllibnet
test.test_urlparse
test.test_userdict
test.test_userlist
test.test_userstring
test.test_utf8_mode- Test the implementation of the PEP 540: the UTF-8 Mode.
test.test_utf8source
test.test_uu- Tests for uu module.
test.test_uuid
test.test_venv- Test harness for the venv module.
test.test_wait3- This test checks for correct wait3() behavior.
test.test_wait4- This test checks for correct wait4() behavior.
test.test_warnings
test.test_warnings.__main__
test.test_wave
test.test_weakref
test.test_weakset
test.test_webbrowser
test.test_winconsoleio
test.test_winreg
test.test_winsound
test.test_with- Unit tests for the with statement specified in PEP 343.
test.test_wsgiref
test.test_xdrlib
test.test_xml_dom_minicompat
test.test_xml_etree
test.test_xml_etree_c
test.test_xmlrpc
test.test_xmlrpc_net
test.test_xxlimited
test.test_xxtestfuzz
test.test_yield_from- Test suite for PEP 380 implementation
test.test_zipapp- Test harness for the zipapp module.
test.test_zipfile
test.test_zipfile64
test.test_zipimport
test.test_zipimport_support
test.test_zlib
test.test_zoneinfo
test.test_zoneinfo.__main__
test.test_zoneinfo._support
test.test_zoneinfo.test_zoneinfo
test.testcodec- Test Codecs (used by test_charmapcodec)
test.tf_inherit_check
test.time_hashlib
test.tracedmodules- This package contains modules that help testing the trace.py module. Note
test.tracedmodules.testmod
test.win_console_handler- Script used to test os.kill on Windows, for issue #1220212
test.xmltests
textwrap- Text wrapping and filling.
this
threading- Thread module emulating a subset of Java's threading model.
timeit- Tool for measuring execution time of small code snippets.
tkinter- Wrapper functions for Tcl/Tk.
tkinter.__main__- Main entry point
tkinter.colorchooser
tkinter.commondialog
tkinter.constants
tkinter.dialog
tkinter.dnd- Drag-and-drop support for Tkinter.
tkinter.filedialog- File selection dialog classes.
tkinter.font
tkinter.messagebox
tkinter.scrolledtext- A ScrolledText widget feels like a text widget but also has a
tkinter.simpledialog- This modules handles dialog boxes.
tkinter.test
tkinter.test.support
tkinter.test.test_tkinter
tkinter.test.test_tkinter.test_colorchooser
tkinter.test.test_tkinter.test_font
tkinter.test.test_tkinter.test_geometry_managers
tkinter.test.test_tkinter.test_images
tkinter.test.test_tkinter.test_loadtk
tkinter.test.test_tkinter.test_messagebox
tkinter.test.test_tkinter.test_misc
tkinter.test.test_tkinter.test_simpledialog
tkinter.test.test_tkinter.test_text
tkinter.test.test_tkinter.test_variables
tkinter.test.test_tkinter.test_widgets
tkinter.test.test_ttk
tkinter.test.test_ttk.test_extensions
tkinter.test.test_ttk.test_style
tkinter.test.test_ttk.test_widgets
tkinter.test.widget_tests
tkinter.tix
tkinter.ttk- Ttk wrapper.
token- Token constants.
tokenize- Tokenization help for Python programs.
trace- program/module to trace Python program or function execution
traceback- Extract, format and print information about Python stack traces.
tracemalloc
tty- Terminal utilities.
turtle- Turtle graphics is a popular way for introducing programming to
turtledemo- --------------------------------------
turtledemo.__main__- ----------------------------------------------
turtledemo.bytedesign- turtle-example-suite:
turtledemo.chaos
turtledemo.clock- turtle-example-suite:
turtledemo.colormixer
turtledemo.forest- turtlegraphics-example-suite:
turtledemo.fractalcurves- turtle-example-suite:
turtledemo.lindenmayer- turtle-example-suite:
turtledemo.minimal_hanoi- turtle-example-suite:
turtledemo.nim- turtle-example-suite:
turtledemo.paint- turtle-example-suite:
turtledemo.peace- turtle-example-suite:
turtledemo.penrose- xturtle-example-suite:
turtledemo.planet_and_moon- turtle-example-suite:
turtledemo.rosette- turtle-example-suite:
turtledemo.round_dance- turtle-example-suite:
turtledemo.sorting_animate- sorting_animation.py
turtledemo.tree- turtle-example-suite:
turtledemo.two_canvases- turtledemo.two_canvases
turtledemo.yinyang- turtle-example-suite:
types- Define names for built-in types that aren't directly accessible as a builtin.
typing- The typing module: Support for gradual typing as defined by PEP 484.
unittest- Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
unittest.__main__- Main entry point
unittest._log
unittest.async_case
unittest.case- Test case implementation
unittest.loader- Loading unittests.
unittest.main- Unittest main program
unittest.mock
unittest.result- Test result object
unittest.runner- Running tests
unittest.signals
unittest.suite- TestSuite
unittest.test
unittest.test.__main__
unittest.test._test_warnings- This module has a number of tests that raise different kinds of warnings.
unittest.test.dummy
unittest.test.support
unittest.test.test_assertions
unittest.test.test_async_case
unittest.test.test_break
unittest.test.test_case
unittest.test.test_discovery
unittest.test.test_functiontestcase
unittest.test.test_loader
unittest.test.test_program
unittest.test.test_result
unittest.test.test_runner
unittest.test.test_setups
unittest.test.test_skipping
unittest.test.test_suite
unittest.test.testmock
unittest.test.testmock.__main__
unittest.test.testmock.support
unittest.test.testmock.testasync
unittest.test.testmock.testcallable
unittest.test.testmock.testhelpers
unittest.test.testmock.testmagicmethods
unittest.test.testmock.testmock
unittest.test.testmock.testpatch
unittest.test.testmock.testsealable
unittest.test.testmock.testsentinel
unittest.test.testmock.testwith
unittest.util- Various utility functions.
urllib
urllib.error- Exception classes raised by urllib.
urllib.parse- Parse (absolute and relative) URLs.
urllib.request- An extensible library for opening URLs using a variety of protocols
urllib.response- Response classes used by urllib.
urllib.robotparser- robotparser.py
uu- Implementation of the UUencode and UUdecode functions.
uuid- UUID objects (universally unique identifiers) according to RFC 4122.
venv- Virtual environment (venv) package for Python. Based on PEP 405.
venv.__main__
warnings- Python part of the warnings subsystem.
wave- Stuff to parse WAVE files.
weakref- Weak reference support for Python.
webbrowser- Interfaces for launching and remotely controlling web browsers.
wsgiref- wsgiref -- a WSGI (PEP 3333) Reference Library
wsgiref.handlers- Base classes for server/gateway implementations
wsgiref.headers- Manage HTTP Response Headers
wsgiref.simple_server- BaseHTTPServer that implements the Python WSGI protocol (PEP 3333)
wsgiref.util- Miscellaneous WSGI-related Utilities
wsgiref.validate- Middleware to check for obedience to the WSGI specification.
xdrlib- Implements (a subset of) Sun XDR -- eXternal Data Representation.
xml- Core XML support for Python.
xml.dom- W3C Document Object Model implementation for Python.
xml.dom.NodeFilter
xml.dom.domreg- Registration facilities for DOM. This module should not be used
xml.dom.expatbuilder- Facility to use the Expat parser to load a minidom instance
xml.dom.minicompat- Python version compatibility support for minidom.
xml.dom.minidom- Simple implementation of the Level 1 DOM.
xml.dom.pulldom
xml.dom.xmlbuilder- Implementation of the DOM Level 3 'LS-Load' feature.
xml.etree
xml.etree.ElementInclude
xml.etree.ElementPath
xml.etree.ElementTree- Lightweight XML support for Python.
xml.etree.cElementTree
xml.parsers- Python interfaces to XML parsers.
xml.parsers.expat- Interface to the Expat non-validating XML parser.
xml.sax- Simple API for XML (SAX) implementation for Python.
xml.sax._exceptions- Different kinds of SAX Exceptions
xml.sax.expatreader- SAX driver for the pyexpat C module. This driver works with
xml.sax.handler- This module contains the core classes of version 2.0 of SAX for Python.
xml.sax.saxutils- A library of useful helper classes to the SAX classes, for the
xml.sax.xmlreader- An XML Reader is the SAX 2 name for an XML parser. XML Parsers
xmlrpc
xmlrpc.client- An XML-RPC client interface for Python.
xmlrpc.server- XML-RPC Servers.
zipapp
zipfile- Read and write ZIP files.
zipimport- zipimport provides support for importing Python modules from Zip archives.
zoneinfo
zoneinfo._common
zoneinfo._tzpath
zoneinfo._zoneinfo
_distutils_hack
_distutils_hack.override
pip
pip.__main__
pip._internal
pip._internal.build_env- Build Environment used for isolation during sdist building
pip._internal.cache- Cache Management
pip._internal.cli- Subpackage containing all of pip's command line interface related code
pip._internal.cli.autocompletion- Logic that powers autocompletion installed by ``pip completion``.
pip._internal.cli.base_command- Base Command class, and related routines
pip._internal.cli.cmdoptions- shared options and groups
pip._internal.cli.command_context
pip._internal.cli.main- Primary application entrypoint.
pip._internal.cli.main_parser- A single place for constructing and exposing the main parser
pip._internal.cli.parser- Base option parser setup
pip._internal.cli.progress_bars
pip._internal.cli.req_command- Contains the Command base classes that depend on PipSession.
pip._internal.cli.spinners
pip._internal.cli.status_codes
pip._internal.commands- Package containing all pip commands
pip._internal.commands.cache
pip._internal.commands.check
pip._internal.commands.completion
pip._internal.commands.configuration
pip._internal.commands.debug
pip._internal.commands.download
pip._internal.commands.freeze
pip._internal.commands.hash
pip._internal.commands.help
pip._internal.commands.index
pip._internal.commands.install
pip._internal.commands.list
pip._internal.commands.search
pip._internal.commands.show
pip._internal.commands.uninstall
pip._internal.commands.wheel
pip._internal.configuration- Configuration management setup
pip._internal.distributions
pip._internal.distributions.base
pip._internal.distributions.installed
pip._internal.distributions.sdist
pip._internal.distributions.wheel
pip._internal.exceptions- Exceptions used throughout package.
pip._internal.index- Index interaction code
pip._internal.index.collector- The main purpose of this module is to expose LinkCollector.collect_sources().
pip._internal.index.package_finder- Routines related to PyPI, indexes
pip._internal.index.sources
pip._internal.locations
pip._internal.locations._distutils- Locations where we look for configs, install stuff, etc
pip._internal.locations._sysconfig
pip._internal.locations.base
pip._internal.main
pip._internal.metadata
pip._internal.metadata.base
pip._internal.metadata.pkg_resources
pip._internal.models- A package that contains models that represent entities.
pip._internal.models.candidate
pip._internal.models.direct_url- PEP 610
pip._internal.models.format_control
pip._internal.models.index
pip._internal.models.link
pip._internal.models.scheme- For types associated with installation schemes.
pip._internal.models.search_scope
pip._internal.models.selection_prefs
pip._internal.models.target_python
pip._internal.models.wheel- Represents a wheel file and provides access to the various parts of the
pip._internal.network- Contains purely network-related utilities.
pip._internal.network.auth- Network Authentication Helpers
pip._internal.network.cache- HTTP cache implementation.
pip._internal.network.download- Download files with progress indicators.
pip._internal.network.lazy_wheel- Lazy ZIP over HTTP
pip._internal.network.session- PipSession and supporting code, containing all pip-specific
pip._internal.network.utils
pip._internal.network.xmlrpc- xmlrpclib.Transport implementation
pip._internal.operations
pip._internal.operations.build
pip._internal.operations.build.metadata- Metadata generation logic for source distributions.
pip._internal.operations.build.metadata_editable- Metadata generation logic for source distributions.
pip._internal.operations.build.metadata_legacy- Metadata generation logic for legacy source distributions.
pip._internal.operations.build.wheel
pip._internal.operations.build.wheel_editable
pip._internal.operations.build.wheel_legacy
pip._internal.operations.check- Validation of dependencies of packages
pip._internal.operations.freeze
pip._internal.operations.install- For modules related to installing packages.
pip._internal.operations.install.editable_legacy- Legacy editable installation process, i.e. `setup.py develop`.
pip._internal.operations.install.legacy- Legacy installation process, i.e. `setup.py install`.
pip._internal.operations.install.wheel- Support for installing and building the "wheel" binary package format.
pip._internal.operations.prepare- Prepares a distribution for installation
pip._internal.pyproject
pip._internal.req
pip._internal.req.constructors- Backing implementation for InstallRequirement's various constructors
pip._internal.req.req_file- Requirements file parsing
pip._internal.req.req_install
pip._internal.req.req_set
pip._internal.req.req_tracker
pip._internal.req.req_uninstall
pip._internal.resolution
pip._internal.resolution.base
pip._internal.resolution.legacy
pip._internal.resolution.legacy.resolver- Dependency Resolution
pip._internal.resolution.resolvelib
pip._internal.resolution.resolvelib.base
pip._internal.resolution.resolvelib.candidates
pip._internal.resolution.resolvelib.factory
pip._internal.resolution.resolvelib.found_candidates- Utilities to lazily create and visit candidates found.
pip._internal.resolution.resolvelib.provider
pip._internal.resolution.resolvelib.reporter
pip._internal.resolution.resolvelib.requirements
pip._internal.resolution.resolvelib.resolver
pip._internal.self_outdated_check
pip._internal.utils
pip._internal.utils._log- Customize logging
pip._internal.utils.appdirs- This code wraps the vendored appdirs module to so the return values are
pip._internal.utils.compat- Stuff that differs in different Python versions and platform
pip._internal.utils.compatibility_tags- Generate and work with PEP 425 Compatibility Tags.
pip._internal.utils.datetime- For when pip wants to check the date or time.
pip._internal.utils.deprecation- A module that implements tooling to enable easy warnings about deprecations.
pip._internal.utils.direct_url_helpers
pip._internal.utils.distutils_args
pip._internal.utils.egg_link
pip._internal.utils.encoding
pip._internal.utils.entrypoints
pip._internal.utils.filesystem
pip._internal.utils.filetypes- Filetype information.
pip._internal.utils.glibc
pip._internal.utils.hashes
pip._internal.utils.inject_securetransport- A helper module that injects SecureTransport, on import.
pip._internal.utils.logging
pip._internal.utils.misc
pip._internal.utils.models- Utilities for defining models
pip._internal.utils.packaging
pip._internal.utils.setuptools_build
pip._internal.utils.subprocess
pip._internal.utils.temp_dir
pip._internal.utils.unpacking- Utilities related archives.
pip._internal.utils.urls
pip._internal.utils.virtualenv
pip._internal.utils.wheel- Support functions for working with wheel files.
pip._internal.vcs
pip._internal.vcs.bazaar
pip._internal.vcs.git
pip._internal.vcs.mercurial
pip._internal.vcs.subversion
pip._internal.vcs.versioncontrol- Handles all VCS (version control) support
pip._internal.wheel_builder- Orchestrator for building wheels from InstallRequirements.
pip._vendor- pip._vendor is for vendoring dependencies of pip to prevent needing pip to
pip._vendor.cachecontrol- CacheControl import Interface.
pip._vendor.cachecontrol._cmd
pip._vendor.cachecontrol.adapter
pip._vendor.cachecontrol.cache- The cache object API for implementing caches. The default is a thread
pip._vendor.cachecontrol.caches
pip._vendor.cachecontrol.caches.file_cache
pip._vendor.cachecontrol.caches.redis_cache
pip._vendor.cachecontrol.compat
pip._vendor.cachecontrol.controller- The httplib2 algorithms ported for use with requests.
pip._vendor.cachecontrol.filewrapper
pip._vendor.cachecontrol.heuristics
pip._vendor.cachecontrol.serialize
pip._vendor.cachecontrol.wrapper
pip._vendor.certifi
pip._vendor.certifi.__main__
pip._vendor.certifi.core- certifi.py
pip._vendor.chardet
pip._vendor.chardet.big5freq
pip._vendor.chardet.big5prober
pip._vendor.chardet.chardistribution
pip._vendor.chardet.charsetgroupprober
pip._vendor.chardet.charsetprober
pip._vendor.chardet.cli
pip._vendor.chardet.cli.chardetect- Script which takes one or more file paths and reports on their detected
pip._vendor.chardet.codingstatemachine
pip._vendor.chardet.compat
pip._vendor.chardet.cp949prober
pip._vendor.chardet.enums- All of the Enums that are used throughout the chardet package.
pip._vendor.chardet.escprober
pip._vendor.chardet.escsm
pip._vendor.chardet.eucjpprober
pip._vendor.chardet.euckrfreq
pip._vendor.chardet.euckrprober
pip._vendor.chardet.euctwfreq
pip._vendor.chardet.euctwprober
pip._vendor.chardet.gb2312freq
pip._vendor.chardet.gb2312prober
pip._vendor.chardet.hebrewprober
pip._vendor.chardet.jisfreq
pip._vendor.chardet.jpcntx
pip._vendor.chardet.langbulgarianmodel
pip._vendor.chardet.langgreekmodel
pip._vendor.chardet.langhebrewmodel
pip._vendor.chardet.langhungarianmodel
pip._vendor.chardet.langrussianmodel
pip._vendor.chardet.langthaimodel
pip._vendor.chardet.langturkishmodel
pip._vendor.chardet.latin1prober
pip._vendor.chardet.mbcharsetprober
pip._vendor.chardet.mbcsgroupprober
pip._vendor.chardet.mbcssm
pip._vendor.chardet.metadata
pip._vendor.chardet.metadata.languages- Metadata about languages used by our model training code for our
pip._vendor.chardet.sbcharsetprober
pip._vendor.chardet.sbcsgroupprober
pip._vendor.chardet.sjisprober
pip._vendor.chardet.universaldetector- Module containing the UniversalDetector detector class, which is the primary
pip._vendor.chardet.utf8prober
pip._vendor.chardet.version- This module exists only to simplify retrieving the version number of chardet
pip._vendor.colorama
pip._vendor.colorama.ansi
pip._vendor.colorama.ansitowin32
pip._vendor.colorama.initialise
pip._vendor.colorama.win32
pip._vendor.colorama.winterm
pip._vendor.distlib
pip._vendor.distlib._backport- Modules copied from Python 3 standard libraries, for internal use only.
pip._vendor.distlib._backport.misc- Backports for individual classes and functions.
pip._vendor.distlib._backport.shutil- Utility functions for copying and archiving files and directory trees.
pip._vendor.distlib._backport.sysconfig- Access to Python's configuration information.
pip._vendor.distlib._backport.tarfile
pip._vendor.distlib.compat
pip._vendor.distlib.database- PEP 376 implementation.
pip._vendor.distlib.index
pip._vendor.distlib.locators
pip._vendor.distlib.manifest- Class representing the list of files in a distribution.
pip._vendor.distlib.markers- Parser for the environment markers micro-language defined in PEP 508.
pip._vendor.distlib.metadata- Implementation of the Metadata for Python packages PEPs.
pip._vendor.distlib.resources
pip._vendor.distlib.scripts
pip._vendor.distlib.util
pip._vendor.distlib.version- Implementation of a flexible versioning scheme providing support for PEP-440,
pip._vendor.distlib.wheel
pip._vendor.distro- The ``distro`` package (``distro`` stands for Linux Distribution) provides
pip._vendor.html5lib- HTML parsing library based on the `WHATWG HTML specification
pip._vendor.html5lib._ihatexml
pip._vendor.html5lib._inputstream
pip._vendor.html5lib._tokenizer
pip._vendor.html5lib._trie
pip._vendor.html5lib._trie._base
pip._vendor.html5lib._trie.py
pip._vendor.html5lib._utils
pip._vendor.html5lib.constants
pip._vendor.html5lib.filters
pip._vendor.html5lib.filters.alphabeticalattributes
pip._vendor.html5lib.filters.base
pip._vendor.html5lib.filters.inject_meta_charset
pip._vendor.html5lib.filters.lint
pip._vendor.html5lib.filters.optionaltags
pip._vendor.html5lib.filters.sanitizer- Deprecated from html5lib 1.1.
pip._vendor.html5lib.filters.whitespace
pip._vendor.html5lib.html5parser
pip._vendor.html5lib.serializer
pip._vendor.html5lib.treeadapters- Tree adapters let you convert from one tree structure to another
pip._vendor.html5lib.treeadapters.genshi
pip._vendor.html5lib.treeadapters.sax
pip._vendor.html5lib.treebuilders- A collection of modules for building different kinds of trees from HTML
pip._vendor.html5lib.treebuilders.base
pip._vendor.html5lib.treebuilders.dom
pip._vendor.html5lib.treebuilders.etree
pip._vendor.html5lib.treebuilders.etree_lxml- Module for supporting the lxml.etree library. The idea here is to use as much
pip._vendor.html5lib.treewalkers- A collection of modules for iterating through different kinds of
pip._vendor.html5lib.treewalkers.base
pip._vendor.html5lib.treewalkers.dom
pip._vendor.html5lib.treewalkers.etree
pip._vendor.html5lib.treewalkers.etree_lxml
pip._vendor.html5lib.treewalkers.genshi
pip._vendor.idna
pip._vendor.idna.codec
pip._vendor.idna.compat
pip._vendor.idna.core
pip._vendor.idna.idnadata
pip._vendor.idna.intranges- Given a list of integers, made up of (hopefully) a small number of long runs
pip._vendor.idna.package_data
pip._vendor.idna.uts46data
pip._vendor.msgpack
pip._vendor.msgpack._version
pip._vendor.msgpack.exceptions
pip._vendor.msgpack.ext
pip._vendor.msgpack.fallback- Fallback pure Python implementation of msgpack
pip._vendor.packaging
pip._vendor.packaging.__about__
pip._vendor.packaging._manylinux
pip._vendor.packaging._musllinux- PEP 656 support.
pip._vendor.packaging._structures
pip._vendor.packaging.markers
pip._vendor.packaging.requirements
pip._vendor.packaging.specifiers
pip._vendor.packaging.tags
pip._vendor.packaging.utils
pip._vendor.packaging.version
pip._vendor.pep517- Wrappers to build Python packages using PEP 517 hooks
pip._vendor.pep517.build- Build a project using PEP 517 hooks.
pip._vendor.pep517.check- Check a project and backend by attempting to build using PEP 517 hooks.
pip._vendor.pep517.colorlog- Nicer log formatting with colours.
pip._vendor.pep517.compat- Python 2/3 compatibility
pip._vendor.pep517.dirtools
pip._vendor.pep517.envbuild- Build wheels/sdists by installing build deps to a temporary environment.
pip._vendor.pep517.in_process- This is a subpackage because the directory is on sys.path for _in_process.py
pip._vendor.pep517.in_process._in_process- This is invoked in a subprocess to call the build backend hooks.
pip._vendor.pep517.meta- Build metadata for a project using PEP 517 hooks.
pip._vendor.pep517.wrappers
pip._vendor.pkg_resources- Package resource API
pip._vendor.pkg_resources.py31compat
pip._vendor.platformdirs- Utilities for determining application-specific dirs. See for details and
pip._vendor.platformdirs.__main__
pip._vendor.platformdirs.android
pip._vendor.platformdirs.api
pip._vendor.platformdirs.macos
pip._vendor.platformdirs.unix
pip._vendor.platformdirs.version- Version information
pip._vendor.platformdirs.windows
pip._vendor.progress
pip._vendor.progress.bar
pip._vendor.progress.colors
pip._vendor.progress.counter
pip._vendor.progress.spinner
pip._vendor.pygments- Pygments
pip._vendor.pygments.__main__- pygments.__main__
pip._vendor.pygments.cmdline- pygments.cmdline
pip._vendor.pygments.console- pygments.console
pip._vendor.pygments.filter- pygments.filter
pip._vendor.pygments.filters- pygments.filters
pip._vendor.pygments.formatter- pygments.formatter
pip._vendor.pygments.formatters- pygments.formatters
pip._vendor.pygments.formatters._mapping- pygments.formatters._mapping
pip._vendor.pygments.formatters.bbcode- pygments.formatters.bbcode
pip._vendor.pygments.formatters.groff- pygments.formatters.groff
pip._vendor.pygments.formatters.html- pygments.formatters.html
pip._vendor.pygments.formatters.img- pygments.formatters.img
pip._vendor.pygments.formatters.irc- pygments.formatters.irc
pip._vendor.pygments.formatters.latex- pygments.formatters.latex
pip._vendor.pygments.formatters.other- pygments.formatters.other
pip._vendor.pygments.formatters.pangomarkup- pygments.formatters.pangomarkup
pip._vendor.pygments.formatters.rtf- pygments.formatters.rtf
pip._vendor.pygments.formatters.svg- pygments.formatters.svg
pip._vendor.pygments.formatters.terminal- pygments.formatters.terminal
pip._vendor.pygments.formatters.terminal256- pygments.formatters.terminal256
pip._vendor.pygments.lexer- pygments.lexer
pip._vendor.pygments.lexers- pygments.lexers
pip._vendor.pygments.lexers._mapping- pygments.lexers._mapping
pip._vendor.pygments.lexers.python- pygments.lexers.python
pip._vendor.pygments.modeline- pygments.modeline
pip._vendor.pygments.plugin- pygments.plugin
pip._vendor.pygments.regexopt- pygments.regexopt
pip._vendor.pygments.scanner- pygments.scanner
pip._vendor.pygments.sphinxext- pygments.sphinxext
pip._vendor.pygments.style- pygments.style
pip._vendor.pygments.styles- pygments.styles
pip._vendor.pygments.token- pygments.token
pip._vendor.pygments.unistring- pygments.unistring
pip._vendor.pygments.util- pygments.util
pip._vendor.pyparsing
pip._vendor.pyparsing.actions
pip._vendor.pyparsing.common
pip._vendor.pyparsing.core
pip._vendor.pyparsing.diagram
pip._vendor.pyparsing.exceptions
pip._vendor.pyparsing.helpers
pip._vendor.pyparsing.results
pip._vendor.pyparsing.testing
pip._vendor.pyparsing.unicode
pip._vendor.pyparsing.util
pip._vendor.requests- Requests HTTP Library
pip._vendor.requests.__version__
pip._vendor.requests._internal_utils- requests._internal_utils
pip._vendor.requests.adapters- requests.adapters
pip._vendor.requests.api- requests.api
pip._vendor.requests.auth- requests.auth
pip._vendor.requests.certs- requests.certs
pip._vendor.requests.compat- requests.compat
pip._vendor.requests.cookies- requests.cookies
pip._vendor.requests.exceptions- requests.exceptions
pip._vendor.requests.help- Module containing bug report helper(s).
pip._vendor.requests.hooks- requests.hooks
pip._vendor.requests.models- requests.models
pip._vendor.requests.packages
pip._vendor.requests.sessions- requests.sessions
pip._vendor.requests.status_codes- The ``codes`` object defines a mapping from common names for HTTP statuses
pip._vendor.requests.structures- requests.structures
pip._vendor.requests.utils- requests.utils
pip._vendor.resolvelib
pip._vendor.resolvelib.compat
pip._vendor.resolvelib.compat.collections_abc
pip._vendor.resolvelib.providers
pip._vendor.resolvelib.reporters
pip._vendor.resolvelib.resolvers
pip._vendor.resolvelib.structs
pip._vendor.rich- Rich text and beautiful formatting in the terminal.
pip._vendor.rich.__main__
pip._vendor.rich._cell_widths
pip._vendor.rich._emoji_codes
pip._vendor.rich._emoji_replace
pip._vendor.rich._extension
pip._vendor.rich._inspect
pip._vendor.rich._log_render
pip._vendor.rich._loop
pip._vendor.rich._lru_cache
pip._vendor.rich._palettes
pip._vendor.rich._pick
pip._vendor.rich._ratio
pip._vendor.rich._spinners- Spinners are from:
pip._vendor.rich._stack
pip._vendor.rich._timer- Timer context manager, only used in debug.
pip._vendor.rich._windows
pip._vendor.rich._wrap
pip._vendor.rich.abc
pip._vendor.rich.align
pip._vendor.rich.ansi
pip._vendor.rich.bar
pip._vendor.rich.box
pip._vendor.rich.cells
pip._vendor.rich.color
pip._vendor.rich.color_triplet
pip._vendor.rich.columns
pip._vendor.rich.console
pip._vendor.rich.constrain
pip._vendor.rich.containers
pip._vendor.rich.control
pip._vendor.rich.default_styles
pip._vendor.rich.diagnose
pip._vendor.rich.emoji
pip._vendor.rich.errors
pip._vendor.rich.file_proxy
pip._vendor.rich.filesize- Functions for reporting filesizes. Borrowed from https://github.com/PyFilesystem/pyfilesystem2
pip._vendor.rich.highlighter
pip._vendor.rich.json
pip._vendor.rich.jupyter
pip._vendor.rich.layout
pip._vendor.rich.live
pip._vendor.rich.live_render
pip._vendor.rich.logging
pip._vendor.rich.markup
pip._vendor.rich.measure
pip._vendor.rich.padding
pip._vendor.rich.pager
pip._vendor.rich.palette
pip._vendor.rich.panel
pip._vendor.rich.pretty
pip._vendor.rich.progress
pip._vendor.rich.progress_bar
pip._vendor.rich.prompt
pip._vendor.rich.protocol
pip._vendor.rich.region
pip._vendor.rich.repr
pip._vendor.rich.rule
pip._vendor.rich.scope
pip._vendor.rich.screen
pip._vendor.rich.segment
pip._vendor.rich.spinner
pip._vendor.rich.status
pip._vendor.rich.style
pip._vendor.rich.styled
pip._vendor.rich.syntax
pip._vendor.rich.table
pip._vendor.rich.tabulate
pip._vendor.rich.terminal_theme
pip._vendor.rich.text
pip._vendor.rich.theme
pip._vendor.rich.themes
pip._vendor.rich.traceback
pip._vendor.rich.tree
pip._vendor.six- Utilities for writing code that runs on Python 2 and 3
pip._vendor.tenacity
pip._vendor.tenacity._asyncio
pip._vendor.tenacity._utils
pip._vendor.tenacity.after
pip._vendor.tenacity.before
pip._vendor.tenacity.before_sleep
pip._vendor.tenacity.nap
pip._vendor.tenacity.retry
pip._vendor.tenacity.stop
pip._vendor.tenacity.tornadoweb
pip._vendor.tenacity.wait
pip._vendor.tomli- A lil' TOML parser.
pip._vendor.tomli._parser
pip._vendor.tomli._re
pip._vendor.typing_extensions
pip._vendor.urllib3- Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more
pip._vendor.urllib3._collections
pip._vendor.urllib3._version
pip._vendor.urllib3.connection
pip._vendor.urllib3.connectionpool
pip._vendor.urllib3.contrib
pip._vendor.urllib3.contrib._appengine_environ- This module provides means to detect the App Engine environment.
pip._vendor.urllib3.contrib._securetransport
pip._vendor.urllib3.contrib._securetransport.bindings- This module uses ctypes to bind a whole bunch of functions and constants from
pip._vendor.urllib3.contrib._securetransport.low_level- Low-level helpers for the SecureTransport bindings.
pip._vendor.urllib3.contrib.appengine- This module provides a pool manager that uses Google App Engine's
pip._vendor.urllib3.contrib.ntlmpool- NTLM authenticating pool, contributed by erikcederstran
pip._vendor.urllib3.contrib.pyopenssl- TLS with SNI_-support for Python 2. Follow these instructions if you would
pip._vendor.urllib3.contrib.securetransport- SecureTranport support for urllib3 via ctypes.
pip._vendor.urllib3.contrib.socks- This module contains provisional support for SOCKS proxies from within
pip._vendor.urllib3.exceptions
pip._vendor.urllib3.fields
pip._vendor.urllib3.filepost
pip._vendor.urllib3.packages
pip._vendor.urllib3.packages.backports
pip._vendor.urllib3.packages.backports.makefile- backports.makefile
pip._vendor.urllib3.packages.six- Utilities for writing code that runs on Python 2 and 3
pip._vendor.urllib3.poolmanager
pip._vendor.urllib3.request
pip._vendor.urllib3.response
pip._vendor.urllib3.util
pip._vendor.urllib3.util.connection
pip._vendor.urllib3.util.proxy
pip._vendor.urllib3.util.queue
pip._vendor.urllib3.util.request
pip._vendor.urllib3.util.response
pip._vendor.urllib3.util.retry
pip._vendor.urllib3.util.ssl_
pip._vendor.urllib3.util.ssl_match_hostname- The match_hostname() function from Python 3.3.3, essential when using SSL.
pip._vendor.urllib3.util.ssltransport
pip._vendor.urllib3.util.timeout
pip._vendor.urllib3.util.url
pip._vendor.urllib3.util.wait
pip._vendor.webencodings- webencodings
pip._vendor.webencodings.labels- webencodings.labels
pip._vendor.webencodings.mklabels- webencodings.mklabels
pip._vendor.webencodings.tests- webencodings.tests
pip._vendor.webencodings.x_user_defined- webencodings.x_user_defined
pkg_resources- Package resource API
pkg_resources._vendor
pkg_resources._vendor.appdirs- Utilities for determining application-specific dirs.
pkg_resources._vendor.packaging
pkg_resources._vendor.packaging.__about__
pkg_resources._vendor.packaging._compat
pkg_resources._vendor.packaging._structures
pkg_resources._vendor.packaging._typing- For neatly implementing static typing in packaging.
pkg_resources._vendor.packaging.markers
pkg_resources._vendor.packaging.requirements
pkg_resources._vendor.packaging.specifiers
pkg_resources._vendor.packaging.tags
pkg_resources._vendor.packaging.utils
pkg_resources._vendor.packaging.version
pkg_resources._vendor.pyparsing
pkg_resources.extern
setuptools- Extensions to the 'distutils' for large or complex distributions
setuptools._deprecation_warning
setuptools._distutils- distutils
setuptools._distutils._msvccompiler- distutils._msvccompiler
setuptools._distutils.archive_util- distutils.archive_util
setuptools._distutils.bcppcompiler- distutils.bcppcompiler
setuptools._distutils.ccompiler- distutils.ccompiler
setuptools._distutils.cmd- distutils.cmd
setuptools._distutils.command- distutils.command
setuptools._distutils.command.bdist- distutils.command.bdist
setuptools._distutils.command.bdist_dumb- distutils.command.bdist_dumb
setuptools._distutils.command.bdist_msi- Implements the bdist_msi command.
setuptools._distutils.command.bdist_rpm- distutils.command.bdist_rpm
setuptools._distutils.command.bdist_wininst- distutils.command.bdist_wininst
setuptools._distutils.command.build- distutils.command.build
setuptools._distutils.command.build_clib- distutils.command.build_clib
setuptools._distutils.command.build_ext- distutils.command.build_ext
setuptools._distutils.command.build_py- distutils.command.build_py
setuptools._distutils.command.build_scripts- distutils.command.build_scripts
setuptools._distutils.command.check- distutils.command.check
setuptools._distutils.command.clean- distutils.command.clean
setuptools._distutils.command.config- distutils.command.config
setuptools._distutils.command.install- distutils.command.install
setuptools._distutils.command.install_data- distutils.command.install_data
setuptools._distutils.command.install_egg_info- distutils.command.install_egg_info
setuptools._distutils.command.install_headers- distutils.command.install_headers
setuptools._distutils.command.install_lib- distutils.command.install_lib
setuptools._distutils.command.install_scripts- distutils.command.install_scripts
setuptools._distutils.command.py37compat
setuptools._distutils.command.register- distutils.command.register
setuptools._distutils.command.sdist- distutils.command.sdist
setuptools._distutils.command.upload- distutils.command.upload
setuptools._distutils.config- distutils.pypirc
setuptools._distutils.core- distutils.core
setuptools._distutils.cygwinccompiler- distutils.cygwinccompiler
setuptools._distutils.debug
setuptools._distutils.dep_util- distutils.dep_util
setuptools._distutils.dir_util- distutils.dir_util
setuptools._distutils.dist- distutils.dist
setuptools._distutils.errors- distutils.errors
setuptools._distutils.extension- distutils.extension
setuptools._distutils.fancy_getopt- distutils.fancy_getopt
setuptools._distutils.file_util- distutils.file_util
setuptools._distutils.filelist- distutils.filelist
setuptools._distutils.log- A simple log mechanism styled after PEP 282.
setuptools._distutils.msvc9compiler- distutils.msvc9compiler
setuptools._distutils.msvccompiler- distutils.msvccompiler
setuptools._distutils.py35compat
setuptools._distutils.py38compat
setuptools._distutils.spawn- distutils.spawn
setuptools._distutils.sysconfig- Provide access to Python's configuration information. The specific
setuptools._distutils.text_file- text_file
setuptools._distutils.unixccompiler- distutils.unixccompiler
setuptools._distutils.util- distutils.util
setuptools._distutils.version- Provides classes to represent module version numbers (one class for
setuptools._distutils.versionpredicate- Module for parsing and testing package version predicate strings.
setuptools._imp- Re-implementation of find_module and get_frozen_object
setuptools._vendor
setuptools._vendor.more_itertools
setuptools._vendor.more_itertools.more
setuptools._vendor.more_itertools.recipes- Imported from the recipes section of the itertools documentation.
setuptools._vendor.ordered_set- An OrderedSet is a custom MutableSet that remembers its order, so that every
setuptools._vendor.packaging
setuptools._vendor.packaging.__about__
setuptools._vendor.packaging._compat
setuptools._vendor.packaging._structures
setuptools._vendor.packaging._typing- For neatly implementing static typing in packaging.
setuptools._vendor.packaging.markers
setuptools._vendor.packaging.requirements
setuptools._vendor.packaging.specifiers
setuptools._vendor.packaging.tags
setuptools._vendor.packaging.utils
setuptools._vendor.packaging.version
setuptools._vendor.pyparsing
setuptools.archive_util- Utilities for extracting common archive formats
setuptools.build_meta- A PEP 517 interface to setuptools
setuptools.command
setuptools.command.alias
setuptools.command.bdist_egg- setuptools.command.bdist_egg
setuptools.command.bdist_rpm
setuptools.command.build_clib
setuptools.command.build_ext
setuptools.command.build_py
setuptools.command.develop
setuptools.command.dist_info- Create a dist_info directory
setuptools.command.easy_install- Easy Install
setuptools.command.egg_info- setuptools.command.egg_info
setuptools.command.install
setuptools.command.install_egg_info
setuptools.command.install_lib
setuptools.command.install_scripts
setuptools.command.py36compat
setuptools.command.register
setuptools.command.rotate
setuptools.command.saveopts
setuptools.command.sdist
setuptools.command.setopt
setuptools.command.test
setuptools.command.upload
setuptools.command.upload_docs- upload_docs
setuptools.config
setuptools.dep_util
setuptools.depends
setuptools.dist
setuptools.errors- setuptools.errors
setuptools.extension
setuptools.extern
setuptools.glob- Filename globbing utility. Mostly a copy of `glob` from Python 3.5.
setuptools.installer
setuptools.launch- Launch the Python script on the command line after
setuptools.monkey- Monkey patching of distutils.
setuptools.msvc- Improved support for Microsoft Visual C++ compilers.
setuptools.namespaces
setuptools.package_index- PyPI and direct package downloading
setuptools.py34compat
setuptools.sandbox
setuptools.unicode_utils
setuptools.version
setuptools.wheel- Wheels support.
setuptools.windows_support

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多