├─bsddb
│ └─test
├─compiler
├─ctypes
│ ├─macholib
│ └─test
├─curses
├─distutils
│ ├─command
│ └─tests
├─email
│ ├─mime
│ └─test
│ └─data
├─encodings
├─ensurepip
│ └─_bundled
├─hotshot
├─idlelib
│ ├─Icons
│ └─idle_test
├─importlib
├─json
│ └─tests
├─lib-tk
│ └─test
│ ├─test_tkinter
│ └─test_ttk
├─lib2to3
│ ├─fixes
│ ├─pgen2
│ └─tests
│ └─data
│ └─fixers
│ └─myfixes
├─logging
├─msilib
├─multiprocessing
│ └─dummy
├─pydoc_data
├─site-packages
│ ├─pip
│ │ ├─commands
│ │ ├─compat
│ │ ├─models
│ │ ├─operations
│ │ ├─req
│ │ ├─utils
│ │ ├─vcs
│ │ └─_vendor
│ │ ├─cachecontrol
│ │ │ └─caches
│ │ ├─colorama
│ │ ├─distlib
│ │ │ └─_backport
│ │ ├─html5lib
│ │ │ ├─filters
│ │ │ ├─serializer
│ │ │ ├─treeadapters
│ │ │ ├─treebuilders
│ │ │ ├─treewalkers
│ │ │ └─trie
│ │ ├─lockfile
│ │ ├─packaging
│ │ ├─pkg_resources
│ │ ├─progress
│ │ ├─requests
│ │ │ └─packages
│ │ │ ├─chardet
│ │ │ └─urllib3
│ │ │ ├─contrib
│ │ │ ├─packages
│ │ │ │ └─ssl_matc
│ │ │ └─util
│ │ └─_markerlib
│ ├─pip-7.1.2.dist-info
│ ├─pkg_resources
│ │ └─_vendor
│ │ └─packaging
│ ├─setuptools
│ │ └─command
│ ├─setuptools-18.2.dist-info
│ └─_markerlib
├─sqlite3
│ └─test
├─test
│ ├─audiodata
│ ├─capath
│ ├─cjkencodings
│ ├─crashers
│ ├─decimaltestdata
│ ├─imghdrdata
│ ├─leakers
│ ├─subprocessdata
│ ├─tracedmodules
│ └─xmltestdata
├─unittest
│ └─test
├─wsgiref
└─xml
├─dom
├─etree
├─parsers
└─sax
>>> help('modules')
Please wait a moment while I gather a list of all available modules...
BaseHTTPServer antigravity ihooks setuptools
Bastion anydbm imageop sgmllib
CGIHTTPServer argparse imaplib sha
Canvas array imghdr shelve
ConfigParser ast imp shlex
Cookie asynchat importlib shutil
Dialog asyncore imputil signal
DocXMLRPCServer atexit inspect site
FileDialog audiodev io smtpd
FixTk audioop itertools smtplib
HTMLParser base64 json sndhdr
MimeWriter bdb keyword socket
Queue binascii lib2to3 sqlite3
ScrolledText binhex linecache sre
SimpleDialog bisect locale sre_compile
SimpleHTTPServer bsddb logging sre_constants
SimpleXMLRPCServer bz2 macpath sre_parse
SocketServer cPickle macurl2path ssl
StringIO cProfile mailbox stat
Tix cStringIO mailcap statvfs
Tkconstants calendar markupbase string
Tkdnd cgi marshal stringold
Tkinter cgitb math stringprep
UserDict chunk md5 strop
UserList cmath mhlib struct
UserString cmd mimetools subprocess
_LWPCookieJar code mimetypes sunau
_MozillaCookieJar codecs mimify sunaudio
__builtin__ codeop mmap symbol
__future__ collections modulefinder symtable
_abcoll colorsys msilib sys
_ast commands msvcrt sysconfig
_bisect compileall multifile tabnanny
_bsddb compiler multiprocessing tarfile
_codecs contextlib mutex telnetlib
_codecs_cn cookielib netrc tempfile
_codecs_hk copy new test
_codecs_iso2022 copy_reg nntplib textwrap
_codecs_jp csv nt this
_codecs_kr ctypes ntpath thread
_codecs_tw curses nturl2path threading
_collections datetime numbers time
_csv dbhash opcode timeit
_ctypes decimal operator tkColorChooser
_ctypes_test difflib optparse tkCommonDialog
_elementtree dircache os tkFileDialog
_functools dis os2emxpath tkFont
_hashlib distutils parser tkMessageBox
_heapq doctest pdb tkSimpleDialog
_hotshot dumbdbm pickle toaiff
_io dummy_thread pickletools token
_json dummy_threading pip tokenize
_locale easy_install pipes trace
_lsprof email pkg_resources traceback
_markerlib encodings pkgutil ttk
_md5 ensurepip platform tty
_msi errno plistlib turtle
_multibytecodec exceptions popen2 types
_multiprocessing filecmp poplib unicodedata
_osx_support fileinput posixfile unittest
_pyio fnmatch posixpath urllib
_random formatter pprint urllib2
_sha fpformat profile urlparse
_sha256 fractions pstats user
_sha512 ftplib pty uu
_socket functools py_compile uuid
_sqlite3 future_builtins pyclbr warnings
_sre gc pydoc wave
_ssl genericpath pydoc_data weakref
_strptime getopt pyexpat webbrowser
_struct getpass quopri whichdb
_subprocess gettext random winsound
_symtable glob re wsgiref
_testcapi gzip repr xdrlib
_threading_local hashlib rexec xml
_tkinter heapq rfc822 xmllib
_warnings hmac rlcompleter xmlrpclib
_weakref hotshot robotparser xxsubtype
_weakrefset htmlentitydefs runpy zipfile
_winreg htmllib sched zipimport
abc httplib select zlib
aifc idlelib sets
Enter any module name to get more help. Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".