fork download
  1. #!/bin/bash
  2. # your code goes here
  3. python -c "help('modules')"
Success #stdin #stdout #stderr 1.57s 858624KB
stdin
Standard input is empty
stdout
Please wait a moment while I gather a list of all available modules...

DEBUG:pip.utils:lzma module is not available
DEBUG:pip.vcs:Registered VCS backend: git
DEBUG:pip.vcs:Registered VCS backend: hg
DEBUG:pip.vcs:Registered VCS backend: svn
DEBUG:pip.vcs:Registered VCS backend: bzr
BaseHTTPServer      _weakrefset         getpass             random
Bastion             abc                 gettext             re
CDROM               aifc                gi                  readline
CGIHTTPServer       antigravity         gio                 repr
Canvas              anydbm              glib                requests
ConfigParser        appdirs             glob                resource
Cookie              argparse            gobject             retrying
Crypto              array               grp                 rexec
DLFCN               ast                 gtk                 rfc822
Dialog              astroid             gtkunixprint        rlcompleter
DocXMLRPCServer     asynchat            gzip                robotparser
FileDialog          asyncore            hashlib             runpy
FixTk               atexit              heapq               sched
Gnuplot             atk                 hmac                scipy
HTMLParser          audiodev            hotshot             secretstorage
IN                  audioop             html5lib            select
Image               base64              htmlentitydefs      sets
ImageChops          bdb                 htmllib             setuptools
ImageColor          binascii            httplib             sgmllib
ImageCrackCode      binhex              idna                sha
ImageDraw           bisect              ihooks              shelve
ImageEnhance        brain_builtin_inference imaplib             shlex
ImageFile           brain_dateutil      imghdr              shutil
ImageFileIO         brain_gi            imp                 signal
ImageFilter         brain_mechanize     importlib           signatures
ImageFont           brain_nose          imputil             simplejson
ImageGL             brain_numpy         inspect             singledispatch
ImageGrab           brain_pytest        io                  singledispatch_helpers
ImageMath           brain_qt            ipaddress           site
ImageOps            brain_six           isort               sitecustomize
ImagePalette        brain_ssl           itertools           six
ImagePath           brain_stdlib        json                sklearn
ImageQt             bs4                 keyring             smtpd
ImageSequence       bsddb               keyrings            smtplib
ImageStat           bz2                 keyword             sndhdr
ImageTk             cPickle             lazy_object_proxy   socket
ImageWin            cProfile            lib2to3             spwd
MimeWriter          cStringIO           linecache           sqlalchemy
PIL                 cachecontrol        linuxaudiodev       sqlite3
PSDraw              caches              llvmlite            sre
PngImagePlugin      cairo               locale              sre_compile
Queue               calendar            logging             sre_constants
ScrolledText        cgi                 lxml                sre_parse
SimpleDialog        cgitb               macpath             ssl
SimpleHTTPServer    chardet             macurl2path         stat
SimpleXMLRPCServer  chunk               mailbox             statvfs
SocketServer        cmath               mailcap             string
StringIO            cmd                 markupbase          stringold
TYPES               code                marshal             stringprep
Tix                 codecs              math                strop
Tkconstants         codeop              matplotlib          struct
Tkdnd               collections         mccabe              subprocess
Tkinter             colorama            md5                 subprocess32
UserDict            colorsys            mhlib               sunau
UserList            command             mimetools           sunaudio
UserString          commands            mimetypes           symbol
_LWPCookieJar       compileall          mimify              symtable
_MozillaCookieJar   compiler            mmap                sys
__builtin__         configparser        modulefinder        sysconfig
__future__          contextlib          mpl_toolkits        syslog
_abcoll             cookielib           multifile           tabnanny
_ast                copy                multiprocessing     tarfile
_backport           copy_reg            mutex               telnetlib
_bisect             crypt               netrc               tempfile
_bsddb              cryptography        new                 termios
_cffi_backend       cs50                nis                 test
_codecs             csv                 nntplib             textwrap
_codecs_cn          ctypes              ntpath              theano
_codecs_hk          curl                nturl2path          this
_codecs_iso2022     curses              numba               thread
_codecs_jp          cycler              numbers             threading
_codecs_kr          datetime            numpy               time
_codecs_tw          dateutil            opcode              timeit
_collections        dbhash              operator            tkColorChooser
_csv                dbm                 optparse            tkCommonDialog
_ctypes             dbus                os                  tkFileDialog
_ctypes_test        debconf             os2emxpath          tkFont
_curses             decimal             ossaudiodev         tkMessageBox
_curses_panel       decorator           packages            tkSimpleDialog
_dbus_bindings      difflib             pango               toaiff
_dbus_glib_bindings dircache            pangocairo          token
_elementtree        dis                 parser              tokenize
_functools          distlib             pdb                 tool
_gd                 distro              pickle              trace
_hashlib            distutils           pickletools         traceback
_heapq              doctest             pip                 ttk
_hotshot            dsextras            pipes               tty
_io                 dumbdbm             pkg_resources       turtle
_json               dummy_thread        pkgutil             types
_locale             dummy_threading     platform            unicodedata
_lsprof             easy_install        plistlib            unittest
_md5                email               popen2              urllib
_multibytecodec     encodings           poplib              urllib2
_multiprocessing    ensurepip           posix               urlparse
_osx_support        enum                posixfile           user
_posixsubprocess    errno               posixpath           uu
_pyio               exceptions          pprint              uuid
_random             extern              profile             warnings
_sha                fcntl               pstats              wave
_sha256             filecmp             pty                 weakref
_sha512             fileinput           pwd                 webbrowser
_socket             fnmatch             py_compile          webencodings
_sqlite3            formatter           pyasn1              wheel
_sre                fpectl              pyclbr              whichdb
_ssl                fpformat            pycurl              wrapt
_strptime           fractions           pydoc               wsgiref
_struct             ftplib              pydoc_data          xdg
_symtable           funcsigs            pyexpat             xdrlib
_sysconfigdata      functools           pygtk               xml
_sysconfigdata_nd   functools32         pygtkcompat         xmllib
_testcapi           future_builtins     pylab               xmlrpclib
_threading_local    gc                  pylint              xxsubtype
_tkinter            gd                  pyparsing           zipfile
_warnings           genericpath         pytz                zipimport
_weakref            getopt              quopri              zlib

Enter any module name to get more help.  Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".

stderr
/usr/lib/python2.7/dist-packages/matplotlib/cbook.py:136: MatplotlibDeprecationWarning: The matplotlib.delaunay module was deprecated in version 1.4. Use matplotlib.tri.Triangulation instead.
  warnings.warn(message, mplDeprecation, stacklevel=1)