mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
deduped, sorted, and added typing package to standard library file
This commit is contained in:
parent
15208540da
commit
8cc70869b0
707
pipreqs/stdlib
707
pipreqs/stdlib
@ -1,6 +1,8 @@
|
|||||||
__builtin__
|
__builtin__
|
||||||
__future__
|
__future__
|
||||||
__main__
|
__main__
|
||||||
|
_dummy_thread
|
||||||
|
_thread
|
||||||
_winreg
|
_winreg
|
||||||
abc
|
abc
|
||||||
aepack
|
aepack
|
||||||
@ -15,6 +17,7 @@ argparse
|
|||||||
array
|
array
|
||||||
ast
|
ast
|
||||||
asynchat
|
asynchat
|
||||||
|
asyncio
|
||||||
asyncore
|
asyncore
|
||||||
atexit
|
atexit
|
||||||
audioop
|
audioop
|
||||||
@ -28,6 +31,7 @@ binhex
|
|||||||
bisect
|
bisect
|
||||||
bsddb
|
bsddb
|
||||||
buildtools
|
buildtools
|
||||||
|
builtins
|
||||||
bz2
|
bz2
|
||||||
calendar
|
calendar
|
||||||
Carbon
|
Carbon
|
||||||
@ -101,6 +105,7 @@ code
|
|||||||
codecs
|
codecs
|
||||||
codeop
|
codeop
|
||||||
collections
|
collections
|
||||||
|
collections.abc
|
||||||
ColorPicker
|
ColorPicker
|
||||||
colorsys
|
colorsys
|
||||||
commands
|
commands
|
||||||
@ -108,12 +113,16 @@ compileall
|
|||||||
compiler
|
compiler
|
||||||
compiler.ast
|
compiler.ast
|
||||||
compiler.visitor
|
compiler.visitor
|
||||||
|
concurrent
|
||||||
|
concurrent.futures
|
||||||
ConfigParser
|
ConfigParser
|
||||||
|
configparser
|
||||||
contextlib
|
contextlib
|
||||||
Cookie
|
Cookie
|
||||||
cookielib
|
cookielib
|
||||||
copy
|
copy
|
||||||
copy_reg
|
copy_reg
|
||||||
|
copyreg
|
||||||
cPickle
|
cPickle
|
||||||
cProfile
|
cProfile
|
||||||
crypt
|
crypt
|
||||||
@ -127,6 +136,9 @@ curses.textpad
|
|||||||
datetime
|
datetime
|
||||||
dbhash
|
dbhash
|
||||||
dbm
|
dbm
|
||||||
|
dbm.dumb
|
||||||
|
dbm.gnu
|
||||||
|
dbm.ndbm
|
||||||
decimal
|
decimal
|
||||||
DEVICE
|
DEVICE
|
||||||
difflib
|
difflib
|
||||||
@ -188,21 +200,27 @@ dummy_threading
|
|||||||
EasyDialogs
|
EasyDialogs
|
||||||
email
|
email
|
||||||
email.charset
|
email.charset
|
||||||
|
email.contentmanager
|
||||||
email.encoders
|
email.encoders
|
||||||
email.errors
|
email.errors
|
||||||
email.generator
|
email.generator
|
||||||
email.header
|
email.header
|
||||||
|
email.headerregistry
|
||||||
email.iterators
|
email.iterators
|
||||||
email.message
|
email.message
|
||||||
email.mime
|
email.mime
|
||||||
email.parser
|
email.parser
|
||||||
|
email.policy
|
||||||
email.utils
|
email.utils
|
||||||
encodings
|
encodings
|
||||||
encodings.idna
|
encodings.idna
|
||||||
|
encodings.mbcs
|
||||||
encodings.utf_8_sig
|
encodings.utf_8_sig
|
||||||
ensurepip
|
ensurepip
|
||||||
|
enum
|
||||||
errno
|
errno
|
||||||
exceptions
|
exceptions
|
||||||
|
faulthandler
|
||||||
fcntl
|
fcntl
|
||||||
filecmp
|
filecmp
|
||||||
fileinput
|
fileinput
|
||||||
@ -226,8 +244,8 @@ gensuitemodule
|
|||||||
getopt
|
getopt
|
||||||
getpass
|
getpass
|
||||||
gettext
|
gettext
|
||||||
gl
|
|
||||||
GL
|
GL
|
||||||
|
gl
|
||||||
glob
|
glob
|
||||||
grp
|
grp
|
||||||
gzip
|
gzip
|
||||||
@ -236,9 +254,17 @@ heapq
|
|||||||
hmac
|
hmac
|
||||||
hotshot
|
hotshot
|
||||||
hotshot.stats
|
hotshot.stats
|
||||||
|
html
|
||||||
|
html.entities
|
||||||
|
html.parser
|
||||||
htmlentitydefs
|
htmlentitydefs
|
||||||
htmllib
|
htmllib
|
||||||
HTMLParser
|
HTMLParser
|
||||||
|
http
|
||||||
|
http.client
|
||||||
|
http.cookiejar
|
||||||
|
http.cookies
|
||||||
|
http.server
|
||||||
httplib
|
httplib
|
||||||
ic
|
ic
|
||||||
icopen
|
icopen
|
||||||
@ -248,12 +274,17 @@ imgfile
|
|||||||
imghdr
|
imghdr
|
||||||
imp
|
imp
|
||||||
importlib
|
importlib
|
||||||
|
importlib.abc
|
||||||
|
importlib.machinery
|
||||||
|
importlib.util
|
||||||
imputil
|
imputil
|
||||||
inspect
|
inspect
|
||||||
io
|
io
|
||||||
|
ipaddress
|
||||||
itertools
|
itertools
|
||||||
jpeg
|
jpeg
|
||||||
json
|
json
|
||||||
|
json.tool
|
||||||
keyword
|
keyword
|
||||||
lib2to3
|
lib2to3
|
||||||
linecache
|
linecache
|
||||||
@ -261,6 +292,7 @@ locale
|
|||||||
logging
|
logging
|
||||||
logging.config
|
logging.config
|
||||||
logging.handlers
|
logging.handlers
|
||||||
|
lzma
|
||||||
macerrors
|
macerrors
|
||||||
MacOS
|
MacOS
|
||||||
macostools
|
macostools
|
||||||
@ -301,6 +333,7 @@ os
|
|||||||
os.path
|
os.path
|
||||||
ossaudiodev
|
ossaudiodev
|
||||||
parser
|
parser
|
||||||
|
pathlib
|
||||||
pdb
|
pdb
|
||||||
pickle
|
pickle
|
||||||
pickletools
|
pickletools
|
||||||
@ -322,10 +355,12 @@ py_compile
|
|||||||
pyclbr
|
pyclbr
|
||||||
pydoc
|
pydoc
|
||||||
Queue
|
Queue
|
||||||
|
queue
|
||||||
quopri
|
quopri
|
||||||
random
|
random
|
||||||
re
|
re
|
||||||
readline
|
readline
|
||||||
|
reprlib
|
||||||
resource
|
resource
|
||||||
rexec
|
rexec
|
||||||
rfc822
|
rfc822
|
||||||
@ -335,6 +370,7 @@ runpy
|
|||||||
sched
|
sched
|
||||||
ScrolledText
|
ScrolledText
|
||||||
select
|
select
|
||||||
|
selectors
|
||||||
sets
|
sets
|
||||||
sgmllib
|
sgmllib
|
||||||
sha
|
sha
|
||||||
@ -350,10 +386,12 @@ smtplib
|
|||||||
sndhdr
|
sndhdr
|
||||||
socket
|
socket
|
||||||
SocketServer
|
SocketServer
|
||||||
|
socketserver
|
||||||
spwd
|
spwd
|
||||||
sqlite3
|
sqlite3
|
||||||
ssl
|
ssl
|
||||||
stat
|
stat
|
||||||
|
statistics
|
||||||
statvfs
|
statvfs
|
||||||
string
|
string
|
||||||
StringIO
|
StringIO
|
||||||
@ -361,8 +399,8 @@ stringprep
|
|||||||
struct
|
struct
|
||||||
subprocess
|
subprocess
|
||||||
sunau
|
sunau
|
||||||
sunaudiodev
|
|
||||||
SUNAUDIODEV
|
SUNAUDIODEV
|
||||||
|
sunaudiodev
|
||||||
symbol
|
symbol
|
||||||
symtable
|
symtable
|
||||||
sys
|
sys
|
||||||
@ -374,6 +412,7 @@ telnetlib
|
|||||||
tempfile
|
tempfile
|
||||||
termios
|
termios
|
||||||
test
|
test
|
||||||
|
test.support
|
||||||
test.test_support
|
test.test_support
|
||||||
textwrap
|
textwrap
|
||||||
thread
|
thread
|
||||||
@ -382,17 +421,30 @@ time
|
|||||||
timeit
|
timeit
|
||||||
Tix
|
Tix
|
||||||
Tkinter
|
Tkinter
|
||||||
|
tkinter
|
||||||
|
tkinter.scrolledtext
|
||||||
|
tkinter.tix
|
||||||
|
tkinter.ttk
|
||||||
token
|
token
|
||||||
tokenize
|
tokenize
|
||||||
trace
|
trace
|
||||||
traceback
|
traceback
|
||||||
|
tracemalloc
|
||||||
ttk
|
ttk
|
||||||
tty
|
tty
|
||||||
turtle
|
turtle
|
||||||
|
turtledemo
|
||||||
types
|
types
|
||||||
|
typing
|
||||||
unicodedata
|
unicodedata
|
||||||
unittest
|
unittest
|
||||||
|
unittest.mock
|
||||||
urllib
|
urllib
|
||||||
|
urllib.error
|
||||||
|
urllib.parse
|
||||||
|
urllib.request
|
||||||
|
urllib.response
|
||||||
|
urllib.robotparser
|
||||||
urllib2
|
urllib2
|
||||||
urlparse
|
urlparse
|
||||||
user
|
user
|
||||||
@ -401,6 +453,7 @@ UserList
|
|||||||
UserString
|
UserString
|
||||||
uu
|
uu
|
||||||
uuid
|
uuid
|
||||||
|
venv
|
||||||
videoreader
|
videoreader
|
||||||
W
|
W
|
||||||
warnings
|
warnings
|
||||||
@ -408,6 +461,7 @@ wave
|
|||||||
weakref
|
weakref
|
||||||
webbrowser
|
webbrowser
|
||||||
whichdb
|
whichdb
|
||||||
|
winreg
|
||||||
winsound
|
winsound
|
||||||
wsgiref
|
wsgiref
|
||||||
wsgiref.handlers
|
wsgiref.handlers
|
||||||
@ -422,654 +476,17 @@ xml.dom.minidom
|
|||||||
xml.dom.pulldom
|
xml.dom.pulldom
|
||||||
xml.etree.ElementTree
|
xml.etree.ElementTree
|
||||||
xml.parsers.expat
|
xml.parsers.expat
|
||||||
|
xml.parsers.expat.errors
|
||||||
|
xml.parsers.expat.model
|
||||||
xml.sax
|
xml.sax
|
||||||
xml.sax.handler
|
xml.sax.handler
|
||||||
xml.sax.saxutils
|
xml.sax.saxutils
|
||||||
xml.sax.xmlreader
|
xml.sax.xmlreader
|
||||||
|
xmlrpc
|
||||||
|
xmlrpc.client
|
||||||
|
xmlrpc.server
|
||||||
xmlrpclib
|
xmlrpclib
|
||||||
zipfile
|
yp
|
||||||
zipimport
|
|
||||||
zlib
|
|
||||||
__future__
|
|
||||||
__main__
|
|
||||||
_dummy_thread
|
|
||||||
_thread
|
|
||||||
abc
|
|
||||||
aifc
|
|
||||||
argparse
|
|
||||||
array
|
|
||||||
ast
|
|
||||||
asynchat
|
|
||||||
asyncio
|
|
||||||
asyncore
|
|
||||||
atexit
|
|
||||||
audioop
|
|
||||||
base64
|
|
||||||
bdb
|
|
||||||
binascii
|
|
||||||
binhex
|
|
||||||
bisect
|
|
||||||
builtins
|
|
||||||
bz2
|
|
||||||
calendar
|
|
||||||
cgi
|
|
||||||
cgitb
|
|
||||||
chunk
|
|
||||||
cmath
|
|
||||||
cmd
|
|
||||||
code
|
|
||||||
codecs
|
|
||||||
codeop
|
|
||||||
collections
|
|
||||||
collections.abc
|
|
||||||
colorsys
|
|
||||||
compileall
|
|
||||||
concurrent
|
|
||||||
concurrent.futures
|
|
||||||
configparser
|
|
||||||
contextlib
|
|
||||||
copy
|
|
||||||
copyreg
|
|
||||||
cProfile
|
|
||||||
crypt
|
|
||||||
csv
|
|
||||||
ctypes
|
|
||||||
curses
|
|
||||||
curses.ascii
|
|
||||||
curses.panel
|
|
||||||
curses.textpad
|
|
||||||
datetime
|
|
||||||
dbm
|
|
||||||
dbm.dumb
|
|
||||||
dbm.gnu
|
|
||||||
dbm.ndbm
|
|
||||||
decimal
|
|
||||||
difflib
|
|
||||||
dis
|
|
||||||
distutils
|
|
||||||
distutils.archive_util
|
|
||||||
distutils.bcppcompiler
|
|
||||||
distutils.ccompiler
|
|
||||||
distutils.cmd
|
|
||||||
distutils.command
|
|
||||||
distutils.command.bdist
|
|
||||||
distutils.command.bdist_dumb
|
|
||||||
distutils.command.bdist_msi
|
|
||||||
distutils.command.bdist_packager
|
|
||||||
distutils.command.bdist_rpm
|
|
||||||
distutils.command.bdist_wininst
|
|
||||||
distutils.command.build
|
|
||||||
distutils.command.build_clib
|
|
||||||
distutils.command.build_ext
|
|
||||||
distutils.command.build_py
|
|
||||||
distutils.command.build_scripts
|
|
||||||
distutils.command.check
|
|
||||||
distutils.command.clean
|
|
||||||
distutils.command.config
|
|
||||||
distutils.command.install
|
|
||||||
distutils.command.install_data
|
|
||||||
distutils.command.install_headers
|
|
||||||
distutils.command.install_lib
|
|
||||||
distutils.command.install_scripts
|
|
||||||
distutils.command.register
|
|
||||||
distutils.command.sdist
|
|
||||||
distutils.core
|
|
||||||
distutils.cygwinccompiler
|
|
||||||
distutils.debug
|
|
||||||
distutils.dep_util
|
|
||||||
distutils.dir_util
|
|
||||||
distutils.dist
|
|
||||||
distutils.errors
|
|
||||||
distutils.extension
|
|
||||||
distutils.fancy_getopt
|
|
||||||
distutils.file_util
|
|
||||||
distutils.filelist
|
|
||||||
distutils.log
|
|
||||||
distutils.msvccompiler
|
|
||||||
distutils.spawn
|
|
||||||
distutils.sysconfig
|
|
||||||
distutils.text_file
|
|
||||||
distutils.unixccompiler
|
|
||||||
distutils.util
|
|
||||||
distutils.version
|
|
||||||
doctest
|
|
||||||
dummy_threading
|
|
||||||
email
|
|
||||||
email.charset
|
|
||||||
email.contentmanager
|
|
||||||
email.encoders
|
|
||||||
email.errors
|
|
||||||
email.generator
|
|
||||||
email.header
|
|
||||||
email.headerregistry
|
|
||||||
email.iterators
|
|
||||||
email.message
|
|
||||||
email.mime
|
|
||||||
email.parser
|
|
||||||
email.policy
|
|
||||||
email.utils
|
|
||||||
encodings
|
|
||||||
encodings.idna
|
|
||||||
encodings.mbcs
|
|
||||||
encodings.utf_8_sig
|
|
||||||
ensurepip
|
|
||||||
enum
|
|
||||||
errno
|
|
||||||
faulthandler
|
|
||||||
fcntl
|
|
||||||
filecmp
|
|
||||||
fileinput
|
|
||||||
fnmatch
|
|
||||||
formatter
|
|
||||||
fpectl
|
|
||||||
fractions
|
|
||||||
ftplib
|
|
||||||
functools
|
|
||||||
gc
|
|
||||||
getopt
|
|
||||||
getpass
|
|
||||||
gettext
|
|
||||||
glob
|
|
||||||
grp
|
|
||||||
gzip
|
|
||||||
hashlib
|
|
||||||
heapq
|
|
||||||
hmac
|
|
||||||
html
|
|
||||||
html.entities
|
|
||||||
html.parser
|
|
||||||
http
|
|
||||||
http.client
|
|
||||||
http.cookiejar
|
|
||||||
http.cookies
|
|
||||||
http.server
|
|
||||||
imaplib
|
|
||||||
imghdr
|
|
||||||
imp
|
|
||||||
importlib
|
|
||||||
importlib.abc
|
|
||||||
importlib.machinery
|
|
||||||
importlib.util
|
|
||||||
inspect
|
|
||||||
io
|
|
||||||
ipaddress
|
|
||||||
itertools
|
|
||||||
json
|
|
||||||
keyword
|
|
||||||
lib2to3
|
|
||||||
linecache
|
|
||||||
locale
|
|
||||||
logging
|
|
||||||
logging.config
|
|
||||||
logging.handlers
|
|
||||||
lzma
|
|
||||||
macpath
|
|
||||||
mailbox
|
|
||||||
mailcap
|
|
||||||
marshal
|
|
||||||
math
|
|
||||||
mimetypes
|
|
||||||
mmap
|
|
||||||
modulefinder
|
|
||||||
msilib
|
|
||||||
msvcrt
|
|
||||||
multiprocessing
|
|
||||||
multiprocessing.connection
|
|
||||||
multiprocessing.dummy
|
|
||||||
multiprocessing.managers
|
|
||||||
multiprocessing.pool
|
|
||||||
multiprocessing.sharedctypes
|
|
||||||
netrc
|
|
||||||
nis
|
|
||||||
nntplib
|
|
||||||
numbers
|
|
||||||
operator
|
|
||||||
optparse
|
|
||||||
os
|
|
||||||
os.path
|
|
||||||
ossaudiodev
|
|
||||||
parser
|
|
||||||
pathlib
|
|
||||||
pdb
|
|
||||||
pickle
|
|
||||||
pickletools
|
|
||||||
pipes
|
|
||||||
pkgutil
|
|
||||||
platform
|
|
||||||
plistlib
|
|
||||||
poplib
|
|
||||||
posix
|
|
||||||
pprint
|
|
||||||
profile
|
|
||||||
pstats
|
|
||||||
pty
|
|
||||||
pwd
|
|
||||||
py_compile
|
|
||||||
pyclbr
|
|
||||||
pydoc
|
|
||||||
queue
|
|
||||||
quopri
|
|
||||||
random
|
|
||||||
re
|
|
||||||
readline
|
|
||||||
reprlib
|
|
||||||
resource
|
|
||||||
rlcompleter
|
|
||||||
runpy
|
|
||||||
sched
|
|
||||||
select
|
|
||||||
selectors
|
|
||||||
shelve
|
|
||||||
shlex
|
|
||||||
shutil
|
|
||||||
signal
|
|
||||||
site
|
|
||||||
smtpd
|
|
||||||
smtplib
|
|
||||||
sndhdr
|
|
||||||
socket
|
|
||||||
socketserver
|
|
||||||
spwd
|
|
||||||
sqlite3
|
|
||||||
ssl
|
|
||||||
stat
|
|
||||||
statistics
|
|
||||||
string
|
|
||||||
stringprep
|
|
||||||
struct
|
|
||||||
subprocess
|
|
||||||
sunau
|
|
||||||
symbol
|
|
||||||
symtable
|
|
||||||
sys
|
|
||||||
sysconfig
|
|
||||||
syslog
|
|
||||||
tabnanny
|
|
||||||
tarfile
|
|
||||||
telnetlib
|
|
||||||
tempfile
|
|
||||||
termios
|
|
||||||
test
|
|
||||||
test.support
|
|
||||||
textwrap
|
|
||||||
threading
|
|
||||||
time
|
|
||||||
timeit
|
|
||||||
tkinter
|
|
||||||
tkinter.scrolledtext
|
|
||||||
tkinter.tix
|
|
||||||
tkinter.ttk
|
|
||||||
token
|
|
||||||
tokenize
|
|
||||||
trace
|
|
||||||
traceback
|
|
||||||
tracemalloc
|
|
||||||
tty
|
|
||||||
turtle
|
|
||||||
turtledemo
|
|
||||||
types
|
|
||||||
unicodedata
|
|
||||||
unittest
|
|
||||||
unittest.mock
|
|
||||||
urllib
|
|
||||||
urllib.error
|
|
||||||
urllib.parse
|
|
||||||
urllib.request
|
|
||||||
urllib.response
|
|
||||||
urllib.robotparser
|
|
||||||
uu
|
|
||||||
uuid
|
|
||||||
venv
|
|
||||||
warnings
|
|
||||||
wave
|
|
||||||
weakref
|
|
||||||
webbrowser
|
|
||||||
winreg
|
|
||||||
winsound
|
|
||||||
wsgiref
|
|
||||||
wsgiref.handlers
|
|
||||||
wsgiref.headers
|
|
||||||
wsgiref.simple_server
|
|
||||||
wsgiref.util
|
|
||||||
wsgiref.validate
|
|
||||||
xdrlib
|
|
||||||
xml
|
|
||||||
xml.dom
|
|
||||||
xml.dom.minidom
|
|
||||||
xml.dom.pulldom
|
|
||||||
xml.etree.ElementTree
|
|
||||||
xml.parsers.expat
|
|
||||||
xml.parsers.expat.errors
|
|
||||||
xml.parsers.expat.model
|
|
||||||
xml.sax
|
|
||||||
xml.sax.handler
|
|
||||||
xml.sax.saxutils
|
|
||||||
xml.sax.xmlreader
|
|
||||||
xmlrpc
|
|
||||||
xmlrpc.client
|
|
||||||
xmlrpc.server
|
|
||||||
zipfile
|
|
||||||
zipimport
|
|
||||||
zlib
|
|
||||||
__future__
|
|
||||||
__main__
|
|
||||||
_dummy_thread
|
|
||||||
_thread
|
|
||||||
abc
|
|
||||||
aifc
|
|
||||||
argparse
|
|
||||||
array
|
|
||||||
ast
|
|
||||||
asynchat
|
|
||||||
asyncio
|
|
||||||
asyncore
|
|
||||||
atexit
|
|
||||||
audioop
|
|
||||||
base64
|
|
||||||
bdb
|
|
||||||
binascii
|
|
||||||
binhex
|
|
||||||
bisect
|
|
||||||
builtins
|
|
||||||
bz2
|
|
||||||
calendar
|
|
||||||
cgi
|
|
||||||
cgitb
|
|
||||||
chunk
|
|
||||||
cmath
|
|
||||||
cmd
|
|
||||||
code
|
|
||||||
codecs
|
|
||||||
codeop
|
|
||||||
collections
|
|
||||||
collections.abc
|
|
||||||
colorsys
|
|
||||||
compileall
|
|
||||||
concurrent
|
|
||||||
concurrent.futures
|
|
||||||
configparser
|
|
||||||
contextlib
|
|
||||||
copy
|
|
||||||
copyreg
|
|
||||||
cProfile
|
|
||||||
crypt
|
|
||||||
csv
|
|
||||||
ctypes
|
|
||||||
curses
|
|
||||||
curses.ascii
|
|
||||||
curses.panel
|
|
||||||
curses.textpad
|
|
||||||
datetime
|
|
||||||
dbm
|
|
||||||
dbm.dumb
|
|
||||||
dbm.gnu
|
|
||||||
dbm.ndbm
|
|
||||||
decimal
|
|
||||||
difflib
|
|
||||||
dis
|
|
||||||
distutils
|
|
||||||
distutils.archive_util
|
|
||||||
distutils.bcppcompiler
|
|
||||||
distutils.ccompiler
|
|
||||||
distutils.cmd
|
|
||||||
distutils.command
|
|
||||||
distutils.command.bdist
|
|
||||||
distutils.command.bdist_dumb
|
|
||||||
distutils.command.bdist_msi
|
|
||||||
distutils.command.bdist_packager
|
|
||||||
distutils.command.bdist_rpm
|
|
||||||
distutils.command.bdist_wininst
|
|
||||||
distutils.command.build
|
|
||||||
distutils.command.build_clib
|
|
||||||
distutils.command.build_ext
|
|
||||||
distutils.command.build_py
|
|
||||||
distutils.command.build_scripts
|
|
||||||
distutils.command.check
|
|
||||||
distutils.command.clean
|
|
||||||
distutils.command.config
|
|
||||||
distutils.command.install
|
|
||||||
distutils.command.install_data
|
|
||||||
distutils.command.install_headers
|
|
||||||
distutils.command.install_lib
|
|
||||||
distutils.command.install_scripts
|
|
||||||
distutils.command.register
|
|
||||||
distutils.command.sdist
|
|
||||||
distutils.core
|
|
||||||
distutils.cygwinccompiler
|
|
||||||
distutils.debug
|
|
||||||
distutils.dep_util
|
|
||||||
distutils.dir_util
|
|
||||||
distutils.dist
|
|
||||||
distutils.errors
|
|
||||||
distutils.extension
|
|
||||||
distutils.fancy_getopt
|
|
||||||
distutils.file_util
|
|
||||||
distutils.filelist
|
|
||||||
distutils.log
|
|
||||||
distutils.msvccompiler
|
|
||||||
distutils.spawn
|
|
||||||
distutils.sysconfig
|
|
||||||
distutils.text_file
|
|
||||||
distutils.unixccompiler
|
|
||||||
distutils.util
|
|
||||||
distutils.version
|
|
||||||
doctest
|
|
||||||
dummy_threading
|
|
||||||
email
|
|
||||||
email.charset
|
|
||||||
email.contentmanager
|
|
||||||
email.encoders
|
|
||||||
email.errors
|
|
||||||
email.generator
|
|
||||||
email.header
|
|
||||||
email.headerregistry
|
|
||||||
email.iterators
|
|
||||||
email.message
|
|
||||||
email.mime
|
|
||||||
email.parser
|
|
||||||
email.policy
|
|
||||||
email.utils
|
|
||||||
encodings
|
|
||||||
encodings.idna
|
|
||||||
encodings.mbcs
|
|
||||||
encodings.utf_8_sig
|
|
||||||
ensurepip
|
|
||||||
enum
|
|
||||||
errno
|
|
||||||
faulthandler
|
|
||||||
fcntl
|
|
||||||
filecmp
|
|
||||||
fileinput
|
|
||||||
fnmatch
|
|
||||||
formatter
|
|
||||||
fpectl
|
|
||||||
fractions
|
|
||||||
ftplib
|
|
||||||
functools
|
|
||||||
gc
|
|
||||||
getopt
|
|
||||||
getpass
|
|
||||||
gettext
|
|
||||||
glob
|
|
||||||
grp
|
|
||||||
gzip
|
|
||||||
hashlib
|
|
||||||
heapq
|
|
||||||
hmac
|
|
||||||
html
|
|
||||||
html.entities
|
|
||||||
html.parser
|
|
||||||
http
|
|
||||||
http.client
|
|
||||||
http.cookiejar
|
|
||||||
http.cookies
|
|
||||||
http.server
|
|
||||||
imaplib
|
|
||||||
imghdr
|
|
||||||
imp
|
|
||||||
importlib
|
|
||||||
importlib.abc
|
|
||||||
importlib.machinery
|
|
||||||
importlib.util
|
|
||||||
inspect
|
|
||||||
io
|
|
||||||
ipaddress
|
|
||||||
itertools
|
|
||||||
json
|
|
||||||
json.tool
|
|
||||||
keyword
|
|
||||||
lib2to3
|
|
||||||
linecache
|
|
||||||
locale
|
|
||||||
logging
|
|
||||||
logging.config
|
|
||||||
logging.handlers
|
|
||||||
lzma
|
|
||||||
macpath
|
|
||||||
mailbox
|
|
||||||
mailcap
|
|
||||||
marshal
|
|
||||||
math
|
|
||||||
mimetypes
|
|
||||||
mmap
|
|
||||||
modulefinder
|
|
||||||
msilib
|
|
||||||
msvcrt
|
|
||||||
multiprocessing
|
|
||||||
multiprocessing.connection
|
|
||||||
multiprocessing.dummy
|
|
||||||
multiprocessing.managers
|
|
||||||
multiprocessing.pool
|
|
||||||
multiprocessing.sharedctypes
|
|
||||||
netrc
|
|
||||||
nis
|
|
||||||
nntplib
|
|
||||||
numbers
|
|
||||||
operator
|
|
||||||
optparse
|
|
||||||
os
|
|
||||||
os.path
|
|
||||||
ossaudiodev
|
|
||||||
parser
|
|
||||||
pathlib
|
|
||||||
pdb
|
|
||||||
pickle
|
|
||||||
pickletools
|
|
||||||
pipes
|
|
||||||
pkgutil
|
|
||||||
platform
|
|
||||||
plistlib
|
|
||||||
poplib
|
|
||||||
posix
|
|
||||||
pprint
|
|
||||||
profile
|
|
||||||
pstats
|
|
||||||
pty
|
|
||||||
pwd
|
|
||||||
py_compile
|
|
||||||
pyclbr
|
|
||||||
pydoc
|
|
||||||
queue
|
|
||||||
quopri
|
|
||||||
random
|
|
||||||
re
|
|
||||||
readline
|
|
||||||
reprlib
|
|
||||||
resource
|
|
||||||
rlcompleter
|
|
||||||
runpy
|
|
||||||
sched
|
|
||||||
select
|
|
||||||
selectors
|
|
||||||
shelve
|
|
||||||
shlex
|
|
||||||
shutil
|
|
||||||
signal
|
|
||||||
site
|
|
||||||
smtpd
|
|
||||||
smtplib
|
|
||||||
sndhdr
|
|
||||||
socket
|
|
||||||
socketserver
|
|
||||||
spwd
|
|
||||||
sqlite3
|
|
||||||
ssl
|
|
||||||
stat
|
|
||||||
statistics
|
|
||||||
string
|
|
||||||
stringprep
|
|
||||||
struct
|
|
||||||
subprocess
|
|
||||||
sunau
|
|
||||||
symbol
|
|
||||||
symtable
|
|
||||||
sys
|
|
||||||
sysconfig
|
|
||||||
syslog
|
|
||||||
tabnanny
|
|
||||||
tarfile
|
|
||||||
telnetlib
|
|
||||||
tempfile
|
|
||||||
termios
|
|
||||||
test
|
|
||||||
test.support
|
|
||||||
textwrap
|
|
||||||
threading
|
|
||||||
time
|
|
||||||
timeit
|
|
||||||
tkinter
|
|
||||||
tkinter.scrolledtext
|
|
||||||
tkinter.tix
|
|
||||||
tkinter.ttk
|
|
||||||
token
|
|
||||||
tokenize
|
|
||||||
trace
|
|
||||||
traceback
|
|
||||||
tracemalloc
|
|
||||||
tty
|
|
||||||
turtle
|
|
||||||
turtledemo
|
|
||||||
types
|
|
||||||
unicodedata
|
|
||||||
unittest
|
|
||||||
unittest.mock
|
|
||||||
urllib
|
|
||||||
urllib.error
|
|
||||||
urllib.parse
|
|
||||||
urllib.request
|
|
||||||
urllib.response
|
|
||||||
urllib.robotparser
|
|
||||||
uu
|
|
||||||
uuid
|
|
||||||
venv
|
|
||||||
warnings
|
|
||||||
wave
|
|
||||||
weakref
|
|
||||||
webbrowser
|
|
||||||
winreg
|
|
||||||
winsound
|
|
||||||
wsgiref
|
|
||||||
wsgiref.handlers
|
|
||||||
wsgiref.headers
|
|
||||||
wsgiref.simple_server
|
|
||||||
wsgiref.util
|
|
||||||
wsgiref.validate
|
|
||||||
xdrlib
|
|
||||||
xml
|
|
||||||
xml.dom
|
|
||||||
xml.dom.minidom
|
|
||||||
xml.dom.pulldom
|
|
||||||
xml.etree.ElementTree
|
|
||||||
xml.parsers.expat
|
|
||||||
xml.parsers.expat.errors
|
|
||||||
xml.parsers.expat.model
|
|
||||||
xml.sax
|
|
||||||
xml.sax.handler
|
|
||||||
xml.sax.saxutils
|
|
||||||
xml.sax.xmlreader
|
|
||||||
xmlrpc
|
|
||||||
xmlrpc.client
|
|
||||||
xmlrpc.server
|
|
||||||
zipapp
|
zipapp
|
||||||
zipfile
|
zipfile
|
||||||
zipimport
|
zipimport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user