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__
|
||||
__future__
|
||||
__main__
|
||||
_dummy_thread
|
||||
_thread
|
||||
_winreg
|
||||
abc
|
||||
aepack
|
||||
@ -15,6 +17,7 @@ argparse
|
||||
array
|
||||
ast
|
||||
asynchat
|
||||
asyncio
|
||||
asyncore
|
||||
atexit
|
||||
audioop
|
||||
@ -28,6 +31,7 @@ binhex
|
||||
bisect
|
||||
bsddb
|
||||
buildtools
|
||||
builtins
|
||||
bz2
|
||||
calendar
|
||||
Carbon
|
||||
@ -101,6 +105,7 @@ code
|
||||
codecs
|
||||
codeop
|
||||
collections
|
||||
collections.abc
|
||||
ColorPicker
|
||||
colorsys
|
||||
commands
|
||||
@ -108,12 +113,16 @@ compileall
|
||||
compiler
|
||||
compiler.ast
|
||||
compiler.visitor
|
||||
concurrent
|
||||
concurrent.futures
|
||||
ConfigParser
|
||||
configparser
|
||||
contextlib
|
||||
Cookie
|
||||
cookielib
|
||||
copy
|
||||
copy_reg
|
||||
copyreg
|
||||
cPickle
|
||||
cProfile
|
||||
crypt
|
||||
@ -127,6 +136,9 @@ curses.textpad
|
||||
datetime
|
||||
dbhash
|
||||
dbm
|
||||
dbm.dumb
|
||||
dbm.gnu
|
||||
dbm.ndbm
|
||||
decimal
|
||||
DEVICE
|
||||
difflib
|
||||
@ -188,21 +200,27 @@ dummy_threading
|
||||
EasyDialogs
|
||||
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
|
||||
exceptions
|
||||
faulthandler
|
||||
fcntl
|
||||
filecmp
|
||||
fileinput
|
||||
@ -226,8 +244,8 @@ gensuitemodule
|
||||
getopt
|
||||
getpass
|
||||
gettext
|
||||
gl
|
||||
GL
|
||||
gl
|
||||
glob
|
||||
grp
|
||||
gzip
|
||||
@ -236,9 +254,17 @@ heapq
|
||||
hmac
|
||||
hotshot
|
||||
hotshot.stats
|
||||
html
|
||||
html.entities
|
||||
html.parser
|
||||
htmlentitydefs
|
||||
htmllib
|
||||
HTMLParser
|
||||
http
|
||||
http.client
|
||||
http.cookiejar
|
||||
http.cookies
|
||||
http.server
|
||||
httplib
|
||||
ic
|
||||
icopen
|
||||
@ -248,12 +274,17 @@ imgfile
|
||||
imghdr
|
||||
imp
|
||||
importlib
|
||||
importlib.abc
|
||||
importlib.machinery
|
||||
importlib.util
|
||||
imputil
|
||||
inspect
|
||||
io
|
||||
ipaddress
|
||||
itertools
|
||||
jpeg
|
||||
json
|
||||
json.tool
|
||||
keyword
|
||||
lib2to3
|
||||
linecache
|
||||
@ -261,6 +292,7 @@ locale
|
||||
logging
|
||||
logging.config
|
||||
logging.handlers
|
||||
lzma
|
||||
macerrors
|
||||
MacOS
|
||||
macostools
|
||||
@ -301,6 +333,7 @@ os
|
||||
os.path
|
||||
ossaudiodev
|
||||
parser
|
||||
pathlib
|
||||
pdb
|
||||
pickle
|
||||
pickletools
|
||||
@ -322,10 +355,12 @@ py_compile
|
||||
pyclbr
|
||||
pydoc
|
||||
Queue
|
||||
queue
|
||||
quopri
|
||||
random
|
||||
re
|
||||
readline
|
||||
reprlib
|
||||
resource
|
||||
rexec
|
||||
rfc822
|
||||
@ -335,6 +370,7 @@ runpy
|
||||
sched
|
||||
ScrolledText
|
||||
select
|
||||
selectors
|
||||
sets
|
||||
sgmllib
|
||||
sha
|
||||
@ -350,10 +386,12 @@ smtplib
|
||||
sndhdr
|
||||
socket
|
||||
SocketServer
|
||||
socketserver
|
||||
spwd
|
||||
sqlite3
|
||||
ssl
|
||||
stat
|
||||
statistics
|
||||
statvfs
|
||||
string
|
||||
StringIO
|
||||
@ -361,8 +399,8 @@ stringprep
|
||||
struct
|
||||
subprocess
|
||||
sunau
|
||||
sunaudiodev
|
||||
SUNAUDIODEV
|
||||
sunaudiodev
|
||||
symbol
|
||||
symtable
|
||||
sys
|
||||
@ -374,6 +412,7 @@ telnetlib
|
||||
tempfile
|
||||
termios
|
||||
test
|
||||
test.support
|
||||
test.test_support
|
||||
textwrap
|
||||
thread
|
||||
@ -382,17 +421,30 @@ time
|
||||
timeit
|
||||
Tix
|
||||
Tkinter
|
||||
tkinter
|
||||
tkinter.scrolledtext
|
||||
tkinter.tix
|
||||
tkinter.ttk
|
||||
token
|
||||
tokenize
|
||||
trace
|
||||
traceback
|
||||
tracemalloc
|
||||
ttk
|
||||
tty
|
||||
turtle
|
||||
turtledemo
|
||||
types
|
||||
typing
|
||||
unicodedata
|
||||
unittest
|
||||
unittest.mock
|
||||
urllib
|
||||
urllib.error
|
||||
urllib.parse
|
||||
urllib.request
|
||||
urllib.response
|
||||
urllib.robotparser
|
||||
urllib2
|
||||
urlparse
|
||||
user
|
||||
@ -401,6 +453,7 @@ UserList
|
||||
UserString
|
||||
uu
|
||||
uuid
|
||||
venv
|
||||
videoreader
|
||||
W
|
||||
warnings
|
||||
@ -408,6 +461,7 @@ wave
|
||||
weakref
|
||||
webbrowser
|
||||
whichdb
|
||||
winreg
|
||||
winsound
|
||||
wsgiref
|
||||
wsgiref.handlers
|
||||
@ -422,654 +476,17 @@ 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
|
||||
xmlrpclib
|
||||
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
|
||||
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
|
||||
yp
|
||||
zipapp
|
||||
zipfile
|
||||
zipimport
|
||||
|
Loading…
x
Reference in New Issue
Block a user