here2share

# Python Module Index

Apr 9th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 18.13 KB | None | 0 0
  1. Python Module Index
  2.                                
  3.     _              
  4.     __builtin__             The module that provides the built-in namespace.
  5.     __future__              Future statement definitions
  6.     __main__                The environment where the top-level script is run.
  7.     _winreg (Windows)       Routines and objects for manipulating the Windows registry.
  8.                    
  9.     a              
  10.     abc                     Abstract base classes according to PEP 3119.
  11.     aepack (Mac)            Deprecated: Conversion between Python variables and AppleEvent data containers.
  12.     aetools (Mac)           Deprecated: Basic support for sending Apple Events
  13.     aetypes (Mac)           Deprecated: Python representation of the Apple Event Object Model.
  14.     aifc                    Read and write audio files in AIFF or AIFC format.
  15.     al (IRIX)               Deprecated: Audio functions on the SGI.
  16.     AL (IRIX)               Deprecated: Constants used with the al module.
  17.     anydbm                  Generic interface to DBM-style database modules.
  18.     applesingle (Mac)       Deprecated: Rudimentary decoder for AppleSingle format files.
  19.     argparse                Command-line option and argument parsing library.
  20.     array                   Space efficient arrays of uniformly typed numeric values.
  21.     ast                     Abstract Syntax Tree classes and manipulation.
  22.     asynchat                Support for asynchronous command/response protocols.
  23.     asyncore                A base class for developing asynchronous socket handling services.
  24.     atexit                  Register and execute cleanup functions.
  25.     audioop                 Manipulate raw audio data.
  26.     autoGIL (Mac)           Deprecated: Global Interpreter Lock handling in event loops.
  27.                    
  28.     b              
  29.     base64                  RFC 3548: Base16, Base32, Base64 Data Encodings
  30.     BaseHTTPServer          Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).
  31.     Bastion                 Deprecated: Providing restricted access to objects.
  32.     bdb                     Debugger framework.
  33.     binascii                Tools for converting between binary and various ASCII-encoded binary representations.
  34.     binhex                  Encode and decode files in binhex4 format.
  35.     bisect                  Array bisection algorithms for binary searching.
  36.     bsddb                   Interface to Berkeley DB database library
  37.     buildtools (Mac)        Deprecated: Helper module for BuildApplet, BuildApplication and macfreeze.
  38.     bz2                     Interface to compression and decompression routines compatible with bzip2.
  39.                    
  40.     c              
  41.     calendar                Functions for working with calendars, including some emulation of the Unix cal program.
  42.     Carbon             
  43.     cd (IRIX)               Deprecated: Interface to the CD-ROM on Silicon Graphics systems.
  44.     cfmfile (Mac)           Deprecated: Code Fragment Resource module.
  45.     cgi                     Helpers for running Python scripts via the Common Gateway Interface.
  46.     CGIHTTPServer           This module provides a request handler for HTTP servers which can run CGI scripts.
  47.     cgitb                   Configurable traceback handler for CGI scripts.
  48.     chunk                   Module to read IFF chunks.
  49.     cmath                   Mathematical functions for complex numbers.
  50.     cmd                     Build line-oriented command interpreters.
  51.     code                    Facilities to implement read-eval-print loops.
  52.     codecs                  Encode and decode data and streams.
  53.     codeop                  Compile (possibly incomplete) Python code.
  54.     collections             High-performance datatypes
  55.     ColorPicker (Mac)       Deprecated: Interface to the standard color selection dialog.
  56.     colorsys                Conversion functions between RGB and other color systems.
  57.     commands (Unix)         Deprecated: Utility functions for running external commands.
  58.     compileall              Tools for byte-compiling all Python source files in a directory tree.
  59.     compiler                Deprecated: Python code compiler written in Python.
  60.     ConfigParser            Configuration file parser.
  61.     contextlib              Utilities for with-statement contexts.
  62.     Cookie                  Support for HTTP state management (cookies).
  63.     cookielib               Classes for automatic handling of HTTP cookies.
  64.     copy                    Shallow and deep copy operations.
  65.     copy_reg                Register pickle support functions.
  66.     cPickle                 Faster version of pickle, but not subclassable.
  67.     cProfile               
  68.     crypt (Unix)            The crypt() function used to check Unix passwords.
  69.     cStringIO               Faster version of StringIO, but not subclassable.
  70.     csv                     Write and read tabular data to and from delimited files.
  71.     ctypes                  A foreign function library for Python.
  72.     curses (Unix)           An interface to the curses library, providing portable terminal handling.
  73.                    
  74.     d              
  75.     datetime                Basic date and time types.
  76.     dbhash                  DBM-style interface to the BSD database library.
  77.     dbm (Unix)              The standard "database" interface, based on ndbm.
  78.     decimal                 Implementation of the General Decimal Arithmetic Specification.
  79.     DEVICE (IRIX)           Deprecated: Constants used with the gl module.
  80.     difflib                 Helpers for computing differences between objects.
  81.     dircache                Deprecated: Return directory listing, with cache mechanism.
  82.     dis                     Disassembler for Python bytecode.
  83.     distutils               Support for building and installing Python modules into an existing Python installation.
  84.     dl (Unix)               Deprecated: Call C functions in shared objects.
  85.     doctest                 Test pieces of code within docstrings.
  86.     DocXMLRPCServer         Self-documenting XML-RPC server implementation.
  87.     dumbdbm                 Portable implementation of the simple DBM interface.
  88.     dummy_thread            Drop-in replacement for the thread module.
  89.     dummy_threading         Drop-in replacement for the threading module.
  90.                    
  91.     e              
  92.     EasyDialogs (Mac)       Deprecated: Basic Macintosh dialogs.
  93.     email                   Package supporting the parsing, manipulating, and generating email messages, including MIME documents.
  94.     encodings              
  95.     ensurepip               Bootstrapping the ''pip'' installer into an existing Python installation or virtual environment.
  96.     errno                   Standard errno system symbols.
  97.     exceptions              Standard exception classes.
  98.                    
  99.     f              
  100.     fcntl (Unix)            The fcntl() and ioctl() system calls.
  101.     filecmp                 Compare files efficiently.
  102.     fileinput               Loop over standard input or a list of files.
  103.     findertools (Mac)       Wrappers around the finder's Apple Events interface.
  104.     fl (IRIX)               Deprecated: FORMS library for applications with graphical user interfaces.
  105.     FL (IRIX)               Deprecated: Constants used with the fl module.
  106.     flp (IRIX)              Deprecated: Functions for loading stored FORMS designs.
  107.     fm (IRIX)               Deprecated: Font Manager interface for SGI workstations.
  108.     fnmatch                 Unix shell style filename pattern matching.
  109.     formatter               Generic output formatter and device interface.
  110.     fpectl (Unix)           Provide control for floating point exception handling.
  111.     fpformat                Deprecated: General floating point formatting functions.
  112.     fractions               Rational numbers.
  113.     FrameWork (Mac)         Deprecated: Interactive application framework.
  114.     ftplib                  FTP protocol client (requires sockets).
  115.     functools               Higher-order functions and operations on callable objects.
  116.     future_builtins            
  117.                    
  118.     g              
  119.     gc                      Interface to the cycle-detecting garbage collector.
  120.     gdbm (Unix)             GNU's reinterpretation of dbm.
  121.     gensuitemodule (Mac)    Create a stub package from an OSA dictionary
  122.     getopt                  Portable parser for command line options; support both short and long option names.
  123.     getpass                 Portable reading of passwords and retrieval of the userid.
  124.     gettext                 Multilingual internationalization services.
  125.     gl (IRIX)               Deprecated: Functions from the Silicon Graphics Graphics Library.
  126.     GL (IRIX)               Deprecated: Constants used with the gl module.
  127.     glob                    Unix shell style pathname pattern expansion.
  128.     grp (Unix)              The group database (getgrnam() and friends).
  129.     gzip                    Interfaces for gzip compression and decompression using file objects.
  130.                    
  131.     h              
  132.     hashlib                 Secure hash and message digest algorithms.
  133.     heapq                   Heap queue algorithm (a.k.a. priority queue).
  134.     hmac                    Keyed-Hashing for Message Authentication (HMAC) implementation
  135.     hotshot                 High performance logging profiler, mostly written in C.
  136.     htmlentitydefs          Definitions of HTML general entities.
  137.     htmllib                 Deprecated: A parser for HTML documents.
  138.     HTMLParser              A simple parser that can handle HTML and XHTML.
  139.     httplib                 HTTP and HTTPS protocol client (requires sockets).
  140.                    
  141.     i              
  142.     ic (Mac)                Deprecated: Access to the Mac OS X Internet Config.
  143.     icopen (Mac)            Deprecated: Internet Config replacement for open().
  144.     imageop                 Deprecated: Manipulate raw image data.
  145.     imaplib                 IMAP4 protocol client (requires sockets).
  146.     imgfile (IRIX)          Deprecated: Support for SGI imglib files.
  147.     imghdr                  Determine the type of image contained in a file or byte stream.
  148.     imp                     Access the implementation of the import statement.
  149.     importlib               Convenience wrappers for __import__
  150.     imputil                 Deprecated: Manage and augment the import process.
  151.     inspect                 Extract information and source code from live objects.
  152.     io                      Core tools for working with streams.
  153.     itertools               Functions creating iterators for efficient looping.
  154.                    
  155.     j              
  156.     jpeg (IRIX)             Deprecated: Read and write image files in compressed JPEG format.
  157.     json                    Encode and decode the JSON format.
  158.                    
  159.     k              
  160.     keyword                 Test whether a string is a keyword in Python.
  161.                    
  162.     l              
  163.     lib2to3                 the 2to3 library
  164.     linecache               This module provides random access to individual lines from text files.
  165.     locale                  Internationalization services.
  166.     logging                 Flexible event logging system for applications.
  167.                    
  168.     m              
  169.     macerrors (Mac)         Deprecated: Constant definitions for many Mac OS error codes.
  170.     MacOS (Mac)             Deprecated: Access to Mac OS-specific interpreter features.
  171.     macostools (Mac)        Deprecated: Convenience routines for file manipulation.
  172.     macpath                 Mac OS 9 path manipulation functions.
  173.     macresource (Mac)       Deprecated: Locate script resources.
  174.     mailbox                 Manipulate mailboxes in various formats
  175.     mailcap                 Mailcap file handling.
  176.     marshal                 Convert Python objects to streams of bytes and back (with different constraints).
  177.     math                    Mathematical functions (sin() etc.).
  178.     md5                     Deprecated: RSA's MD5 message digest algorithm.
  179.     mhlib                   Deprecated: Manipulate MH mailboxes from Python.
  180.     mimetools               Deprecated: Tools for parsing MIME-style message bodies.
  181.     mimetypes               Mapping of filename extensions to MIME types.
  182.     MimeWriter              Deprecated: Write MIME format files.
  183.     mimify                  Deprecated: Mimification and unmimification of mail messages.
  184.     MiniAEFrame (Mac)       Support to act as an Open Scripting Architecture (OSA) server ("Apple Events").
  185.     mmap                    Interface to memory-mapped files for Unix and Windows.
  186.     modulefinder            Find modules used by a script.
  187.     msilib (Windows)        Creation of Microsoft Installer files, and CAB files.
  188.     msvcrt (Windows)        Miscellaneous useful routines from the MS VC++ runtime.
  189.     multifile               Deprecated: Support for reading files which contain distinct parts, such as some MIME data.
  190.     multiprocessing         Process-based "threading" interface.
  191.     mutex                   Deprecated: Lock and queue for mutual exclusion.
  192.                    
  193.     n              
  194.     Nav (Mac)               Deprecated: Interface to Navigation Services.
  195.     netrc                   Loading of .netrc files.
  196.     new                     Deprecated: Interface to the creation of runtime implementation objects.
  197.     nis (Unix)              Interface to Sun's NIS (Yellow Pages) library.
  198.     nntplib                 NNTP protocol client (requires sockets).
  199.     numbers                 Numeric abstract base classes (Complex, Real, Integral, etc.).
  200.                    
  201.     o              
  202.     operator                Functions corresponding to the standard operators.
  203.     optparse                Deprecated: Command-line option parsing library.
  204.     os                      Miscellaneous operating system interfaces.
  205.     ossaudiodev             Access to OSS-compatible audio devices.
  206.         (Linux, FreeBSD)
  207.                    
  208.     p              
  209.     parser                  Access parse trees for Python source code.
  210.     pdb                     The Python debugger for interactive interpreters.
  211.     pickle                  Convert Python objects to streams of bytes and back.
  212.     pickletools             Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
  213.     pipes (Unix)            A Python interface to Unix shell pipelines.
  214.     PixMapWrapper (Mac)     Deprecated: Wrapper for PixMap objects.
  215.     pkgutil                 Utilities for the import system.
  216.     platform                Retrieves as much platform identifying data as possible.
  217.     plistlib                Generate and parse Mac OS X plist files.
  218.     popen2                  Deprecated: Subprocesses with accessible standard I/O streams.
  219.     poplib                  POP3 protocol client (requires sockets).
  220.     posix (Unix)            The most common POSIX system calls (normally used via module os).
  221.     posixfile (Unix)        Deprecated: A file-like object with support for locking.
  222.     pprint                  Data pretty printer.
  223.     profile                 Python source profiler.
  224.     pstats                  Statistics object for use with the profiler.
  225.     pty (Linux)             Pseudo-Terminal Handling for Linux.
  226.     pwd (Unix)              The password database (getpwnam() and friends).
  227.     py_compile              Generate byte-code files from Python source files.
  228.     pyclbr                  Supports information extraction for a Python class browser.
  229.     pydoc                   Documentation generator and online help system.
  230.                    
  231.     q              
  232.     Queue                   A synchronized queue class.
  233.     quopri                  Encode and decode files using the MIME quoted-printable encoding.
  234.                    
  235.     r              
  236.     random                  Generate pseudo-random numbers with various common distributions.
  237.     re                      Regular expression operations.
  238.     readline (Unix)         GNU readline support for Python.
  239.     resource (Unix)         An interface to provide resource usage information on the current process.
  240.     rexec                   Deprecated: Basic restricted execution framework.
  241.     rfc822                  Deprecated: Parse 2822 style mail messages.
  242.     rlcompleter             Python identifier completion, suitable for the GNU readline library.
  243.     robotparser             Loads a robots.txt file and answers questions about fetchability of other URLs.
  244.     runpy                   Locate and run Python modules without importing them first.
  245.                    
  246.     s              
  247.     sched                   General purpose event scheduler.
  248.     ScrolledText (Tk)       Text widget with a vertical scroll bar.
  249.        
  250.     select                  Wait for I/O completion on multiple streams.
  251.     sets                    Deprecated: Implementation of sets of unique elements.
  252.     sgmllib                 Deprecated: Only as much of an SGML parser as needed to parse HTML.
  253.     sha                     Deprecated: NIST's secure hash algorithm, SHA.
  254.     shelve                  Python object persistence.
  255.     shlex                   Simple lexical analysis for Unix shell-like languages.
  256.     shutil                  High-level file operations, including copying.
  257.     signal                  Set handlers for asynchronous events.
  258.     SimpleHTTPServer        This module provides a basic request handler for HTTP servers.
  259.     SimpleXMLRPCServer      Basic XML-RPC server implementation.
  260.     site                    Module responsible for site-specific configuration.
  261.     smtpd                   A SMTP server implementation in Python.
  262.     smtplib                 SMTP protocol client (requires sockets).
  263.     sndhdr                  Determine type of a sound file.
  264.     socket                  Low-level networking interface.
  265.     SocketServer            A framework for network servers.
  266.     spwd (Unix)             The shadow password database (getspnam() and friends).
  267.     sqlite3                 A DB-API 2.0 implementation using SQLite 3.x.
  268.     ssl                     TLS/SSL wrapper for socket objects
  269.     stat                    Utilities for interpreting the results of os.stat(), os.lstat() and os.fstat().
  270.     statvfs                 Deprecated: Constants for interpreting the result of os.statvfs().
  271.     string                  Common string operations.
  272.     StringIO                Read and write strings as if they were files.
  273.     stringprep              String preparation, as per RFC 3453
  274.     struct                  Interpret strings as packed binary data.
  275.     subprocess              Subprocess management.
  276.     sunau                   Provide an interface to the Sun AU sound format.
  277.     sunaudiodev (SunOS)     Deprecated: Access to Sun audio hardware.
  278.     SUNAUDIODEV (SunOS)     Deprecated: Constants for use with sunaudiodev.
  279.     symbol                  Constants representing internal nodes of the parse tree.
  280.     symtable                Interface to the compiler's internal symbol tables.
  281.     sys                     Access system-specific parameters and functions.
  282.     sysconfig               Python's configuration information
  283.     syslog (Unix)           An interface to the Unix syslog library routines.
  284.                    
  285.     t              
  286.     tabnanny                Tool for detecting white space related problems in Python source files in a directory tree.
  287.     tarfile                 Read and write tar-format archive files.
  288.     telnetlib               Telnet client class.
  289.     tempfile                Generate temporary files and directories.
  290.     termios (Unix)          POSIX style tty control.
  291.     test                    Regression tests package containing the testing suite for Python.
  292.     textwrap                Text wrapping and filling
  293.     thread                  Create multiple threads of control within one interpreter.
  294.     threading               Higher-level threading interface.
  295.     time                    Time access and conversions.
  296.     timeit                  Measure the execution time of small code snippets.
  297.     Tix                     Tk Extension Widgets for Tkinter
  298.     Tkinter                 Interface to Tcl/Tk for graphical user interfaces
  299.     token                   Constants representing terminal nodes of the parse tree.
  300.     tokenize                Lexical scanner for Python source code.
  301.     trace                   Trace or track Python statement execution.
  302.     traceback               Print or retrieve a stack traceback.
  303.     ttk                     Tk themed widget set
  304.     tty (Unix)              Utility functions that perform common terminal control operations.
  305.     turtle                  Turtle graphics for Tk
  306.     types                   Names for built-in types.
  307.                    
  308.     u              
  309.     unicodedata             Access the Unicode Database.
  310.     unittest                Unit testing framework for Python.
  311.     urllib                  Open an arbitrary network resource by URL (requires sockets).
  312.     urllib2                 Next generation URL opening library.
  313.     urlparse                Parse URLs into or assemble them from components.
  314.     user                    Deprecated: A standard way to reference user-specific modules.
  315.     UserDict                Class wrapper for dictionary objects.
  316.     UserList                Class wrapper for list objects.
  317.     UserString              Class wrapper for string objects.
  318.     uu                      Encode and decode files in uuencode format.
  319.     uuid                    UUID objects (universally unique identifiers) according to RFC 4122
  320.                    
  321.     v              
  322.     videoreader (Mac)       Deprecated: Read QuickTime movies frame by frame for further processing.
  323.                    
  324.     w              
  325.     W (Mac)                 Deprecated: Widgets for the Mac, built on top of FrameWork.
  326.     warnings                Issue warning messages and control their disposition.
  327.     wave                    Provide an interface to the WAV sound format.
  328.     weakref                 Support for weak references and weak dictionaries.
  329.     webbrowser              Easy-to-use controller for Web browsers.
  330.     whichdb                 Guess which DBM-style module created a given database.
  331.     winsound (Windows)      Access to the sound-playing machinery for Windows.
  332.     wsgiref                 WSGI Utilities and Reference Implementation.
  333.                    
  334.     x              
  335.     xdrlib                  Encoders and decoders for the External Data Representation (XDR).
  336.     xml                     Package containing XML processing modules
  337.     xmlrpclib               XML-RPC client access.
  338.                    
  339.     z              
  340.     zipfile                 Read and write ZIP-format archive files.
  341.     zipimport               support for importing Python modules from ZIP archives.
  342.     zlib                    Low-level interface to compression and decompression routines compatible with gzip.
Add Comment
Please, Sign In to add comment