pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-mypy



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 25 21:08:04 UTC 2021

Modified Files:
        pkgsrc/lang/py-mypy: Makefile PLIST distinfo

Log Message:
py-mypy: updated to 0.910

Mypy 0.910 released

22 Jun 2021: Mypy 0.910 was released. This release includes the --non-interactive command-line option to install stubs without user interaction, plus other fixes and improvements. Python 3.5 is now 
deprecated. Read the blog post for the details.

Mypy 0.901 released

8 Jun 2021: Mypy 0.901 was released. This release moves third-party library stubs to stub packages, allowing newer stubs to be easily used without updating mypy. Mypy now supports pyproject.toml and 
type guards, and ships wheels for Apple Silicon. Plus, there are many other features and bug fixes. Read the blog post for the details.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py-mypy/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/py-mypy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-mypy/Makefile
diff -u pkgsrc/lang/py-mypy/Makefile:1.21 pkgsrc/lang/py-mypy/Makefile:1.22
--- pkgsrc/lang/py-mypy/Makefile:1.21   Tue Mar  9 11:26:20 2021
+++ pkgsrc/lang/py-mypy/Makefile        Fri Jun 25 21:08:04 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/03/09 11:26:20 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/06/25 21:08:04 adam Exp $
 
-DISTNAME=      mypy-0.812
+DISTNAME=      mypy-0.910
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}
@@ -11,13 +11,18 @@ COMMENT=    Optional static typing for Pyth
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-mypy_extensions>=0.4.3:../../lang/py-mypy_extensions
-DEPENDS+=      ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
+DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
+.endif
+
 REPLACE_PYTHON+=       mypy/typeshed/scripts/update-stubtest-whitelist.py
 REPLACE_PYTHON+=       mypy/typeshed/tests/*.py
 

Index: pkgsrc/lang/py-mypy/PLIST
diff -u pkgsrc/lang/py-mypy/PLIST:1.16 pkgsrc/lang/py-mypy/PLIST:1.17
--- pkgsrc/lang/py-mypy/PLIST:1.16      Thu Jan 28 08:19:09 2021
+++ pkgsrc/lang/py-mypy/PLIST   Fri Jun 25 21:08:04 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2021/01/28 08:19:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/06/25 21:08:04 adam Exp $
 bin/dmypy-${PYVERSSUFFIX}
 bin/mypy-${PYVERSSUFFIX}
 bin/mypyc-${PYVERSSUFFIX}
@@ -160,9 +160,6 @@ ${PYSITELIB}/mypy/mixedtraverser.pyo
 ${PYSITELIB}/mypy/modulefinder.py
 ${PYSITELIB}/mypy/modulefinder.pyc
 ${PYSITELIB}/mypy/modulefinder.pyo
-${PYSITELIB}/mypy/moduleinfo.py
-${PYSITELIB}/mypy/moduleinfo.pyc
-${PYSITELIB}/mypy/moduleinfo.pyo
 ${PYSITELIB}/mypy/moduleinspect.py
 ${PYSITELIB}/mypy/moduleinspect.pyc
 ${PYSITELIB}/mypy/moduleinspect.pyo
@@ -205,6 +202,9 @@ ${PYSITELIB}/mypy/plugins/default.pyo
 ${PYSITELIB}/mypy/plugins/enums.py
 ${PYSITELIB}/mypy/plugins/enums.pyc
 ${PYSITELIB}/mypy/plugins/enums.pyo
+${PYSITELIB}/mypy/plugins/functools.py
+${PYSITELIB}/mypy/plugins/functools.pyc
+${PYSITELIB}/mypy/plugins/functools.pyo
 ${PYSITELIB}/mypy/py.typed
 ${PYSITELIB}/mypy/reachability.py
 ${PYSITELIB}/mypy/reachability.pyc
@@ -317,6 +317,9 @@ ${PYSITELIB}/mypy/stubgen.pyo
 ${PYSITELIB}/mypy/stubgenc.py
 ${PYSITELIB}/mypy/stubgenc.pyc
 ${PYSITELIB}/mypy/stubgenc.pyo
+${PYSITELIB}/mypy/stubinfo.py
+${PYSITELIB}/mypy/stubinfo.pyc
+${PYSITELIB}/mypy/stubinfo.pyo
 ${PYSITELIB}/mypy/stubtest.py
 ${PYSITELIB}/mypy/stubtest.pyc
 ${PYSITELIB}/mypy/stubtest.pyo
@@ -380,6 +383,9 @@ ${PYSITELIB}/mypy/test/testfinegrainedca
 ${PYSITELIB}/mypy/test/testformatter.py
 ${PYSITELIB}/mypy/test/testformatter.pyc
 ${PYSITELIB}/mypy/test/testformatter.pyo
+${PYSITELIB}/mypy/test/testfscache.py
+${PYSITELIB}/mypy/test/testfscache.pyc
+${PYSITELIB}/mypy/test/testfscache.pyo
 ${PYSITELIB}/mypy/test/testgraph.py
 ${PYSITELIB}/mypy/test/testgraph.pyc
 ${PYSITELIB}/mypy/test/testgraph.pyo
@@ -395,9 +401,6 @@ ${PYSITELIB}/mypy/test/testmerge.pyo
 ${PYSITELIB}/mypy/test/testmodulefinder.py
 ${PYSITELIB}/mypy/test/testmodulefinder.pyc
 ${PYSITELIB}/mypy/test/testmodulefinder.pyo
-${PYSITELIB}/mypy/test/testmoduleinfo.py
-${PYSITELIB}/mypy/test/testmoduleinfo.pyc
-${PYSITELIB}/mypy/test/testmoduleinfo.pyo
 ${PYSITELIB}/mypy/test/testmypyc.py
 ${PYSITELIB}/mypy/test/testmypyc.pyc
 ${PYSITELIB}/mypy/test/testmypyc.pyo
@@ -425,6 +428,9 @@ ${PYSITELIB}/mypy/test/testsolve.pyo
 ${PYSITELIB}/mypy/test/teststubgen.py
 ${PYSITELIB}/mypy/test/teststubgen.pyc
 ${PYSITELIB}/mypy/test/teststubgen.pyo
+${PYSITELIB}/mypy/test/teststubinfo.py
+${PYSITELIB}/mypy/test/teststubinfo.pyc
+${PYSITELIB}/mypy/test/teststubinfo.pyo
 ${PYSITELIB}/mypy/test/teststubtest.py
 ${PYSITELIB}/mypy/test/teststubtest.pyc
 ${PYSITELIB}/mypy/test/teststubtest.pyo
@@ -473,1344 +479,685 @@ ${PYSITELIB}/mypy/typeops.pyo
 ${PYSITELIB}/mypy/types.py
 ${PYSITELIB}/mypy/types.pyc
 ${PYSITELIB}/mypy/types.pyo
-${PYSITELIB}/mypy/typeshed/scripts/migrate_script.py
-${PYSITELIB}/mypy/typeshed/scripts/migrate_script.pyc
-${PYSITELIB}/mypy/typeshed/scripts/migrate_script.pyo
-${PYSITELIB}/mypy/typeshed/scripts/update-stubtest-whitelist.py
-${PYSITELIB}/mypy/typeshed/scripts/update-stubtest-whitelist.pyc
-${PYSITELIB}/mypy/typeshed/scripts/update-stubtest-whitelist.pyo
-${PYSITELIB}/mypy/typeshed/stdlib/2/BaseHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/CGIHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/ConfigParser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/Cookie.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/HTMLParser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/Queue.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/SimpleHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/SocketServer.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/StringIO.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/UserDict.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/UserList.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/UserString.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/__builtin__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_ast.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_collections.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_functools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_hotshot.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_io.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_json.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_md5.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_sha.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_sha256.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_sha512.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_socket.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_sre.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_struct.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_symtable.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_threading_local.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/_winreg.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/abc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/ast.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/atexit.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/builtins.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/cPickle.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/cStringIO.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/collections.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/commands.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/compileall.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/cookielib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/copy_reg.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/dircache.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/archive_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/bcppcompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/ccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/cmd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_msi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_packager.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_clib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_ext.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_py.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/check.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/clean.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_data.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_egg_info.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_headers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_lib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/register.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/sdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/upload.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/core.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/cygwinccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/debug.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dep_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dir_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/emxccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/extension.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/fancy_getopt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/file_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/filelist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/log.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/msvccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/spawn.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/sysconfig.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/text_file.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/unixccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/version.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/dummy_thread.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/MIMEText.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/_parseaddr.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/base64mime.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/charset.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/encoders.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/feedparser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/generator.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/header.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/iterators.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/message.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/application.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/audio.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/base.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/image.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/message.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/multipart.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/nonmultipart.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/mime/text.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/parser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/quoprimime.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/email/utils.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/encodings/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/encodings/utf_8.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/fcntl.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/fnmatch.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/functools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/future_builtins.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/gc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/getopt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/getpass.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/gettext.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/glob.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/gzip.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/hashlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/heapq.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/htmlentitydefs.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/httplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/imp.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/importlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/inspect.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/io.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/itertools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/json.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/markupbase.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/md5.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/mimetools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/pool.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/process.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/mutex.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/ntpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/nturl2path.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/os/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/os/path.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/os2emxpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/pipes.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/platform.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/popen2.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/posix.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/posixpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/random.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/re.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/repr.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/resource.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/rfc822.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/robotparser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/runpy.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/sets.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/sha.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/shelve.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/shlex.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/signal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/smtplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/spwd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/sre_constants.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/sre_parse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/stat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/string.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/stringold.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/strop.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/subprocess.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/symbol.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/sys.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/tempfile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/textwrap.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/thread.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/toaiff.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/tokenize.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/types.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/typing.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/unittest.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/urllib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/urllib2.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/urlparse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/user.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/whichdb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2/xmlrpclib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/__future__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_bisect.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_codecs.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_csv.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_curses.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_dummy_threading.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_heapq.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_msi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_random.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/wsgi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/xml.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_warnings.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakref.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakrefset.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/aifc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/antigravity.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/argparse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/array.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/asynchat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/asyncore.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/audioop.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/base64.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/bdb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/binascii.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/binhex.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/bisect.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/bz2.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/cProfile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/calendar.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/cgi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/cgitb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/chunk.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/cmath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/cmd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/code.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/codecs.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/codeop.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/colorsys.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/contextlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/copy.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/crypt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/csv.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ctypes/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ctypes/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ctypes/wintypes.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/curses/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/curses/ascii.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/curses/panel.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/curses/textpad.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/datetime.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/decimal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/difflib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/dis.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/doctest.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/dummy_threading.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ensurepip/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/errno.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/filecmp.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/fileinput.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/formatter.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/fractions.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ftplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/genericpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/grp.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/hmac.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/imaplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/imghdr.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/keyword.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pygram.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/lib2to3/pytree.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/linecache.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/locale.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/handlers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/macpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailbox.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailcap.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/marshal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/math.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/mimetypes.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/mmap.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/modulefinder.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/msilib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/msilib/schema.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/msilib/sequence.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/msilib/text.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/msvcrt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/netrc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/nis.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/numbers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/opcode.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/operator.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/optparse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/parser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pdb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickle.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickletools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pkgutil.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/plistlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/poplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pprint.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/profile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pstats.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pty.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pwd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/py_compile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pyclbr.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pydoc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pydoc_data/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pydoc_data/topics.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pyexpat/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pyexpat/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/pyexpat/model.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/quopri.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/readline.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/rlcompleter.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sched.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/select.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/shutil.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/site.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/smtpd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sndhdr.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/socket.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sqlite3/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sre_compile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ssl.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/stringprep.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/struct.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sunau.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/symtable.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/sysconfig.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/syslog.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/tabnanny.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/tarfile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/telnetlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/termios.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/this.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/threading.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/time.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/timeit.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/token.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/trace.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/traceback.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/tty.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/turtle.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/unicodedata.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/uu.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/uuid.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/warnings.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wave.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/weakref.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/webbrowser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/winsound.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/handlers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/headers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/simple_server.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/types.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/validate.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xdrlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/domreg.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/expatbuilder.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/minicompat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/minidom.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/pulldom.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/xmlbuilder.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/parsers/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/sax/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/sax/handler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/sax/saxutils.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/zipfile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/zipimport.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/zlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.7/_py_abc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.7/contextvars.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.7/dataclasses.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.9/graphlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.9/zoneinfo/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_ast.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_bootlocale.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_compat_pickle.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_compression.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_decimal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_dummy_thread.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_imp.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_importlib_modulespec.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_json.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_markupbase.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_operator.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_osx_support.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_posixsubprocess.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_pydecimal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_sitebuiltins.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_stat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_thread.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_threading_local.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_tkinter.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_tracemalloc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/_winapi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/abc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/ast.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/base_events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/base_futures.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/base_subprocess.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/base_tasks.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/compat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/constants.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/coroutines.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/format_helpers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/futures.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/locks.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/log.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/proactor_events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/protocols.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/queues.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/runners.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/selector_events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/sslproto.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/staggered.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/streams.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/subprocess.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/tasks.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/threads.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/transports.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/trsock.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/unix_events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_events.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_utils.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/atexit.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/builtins.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/collections/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/collections/abc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/compileall.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/_base.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/process.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/thread.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/configparser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/copyreg.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/dumb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/gnu.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/ndbm.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/archive_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/bcppcompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/ccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/cmd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_msi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_packager.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_clib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_ext.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_py.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/check.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/clean.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_data.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_egg_info.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_headers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_lib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/register.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/sdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/upload.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/core.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/cygwinccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/debug.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dep_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dir_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/extension.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/fancy_getopt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/file_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/filelist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/log.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/msvccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/spawn.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/sysconfig.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/text_file.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/unixccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/version.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/charset.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/contentmanager.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/encoders.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/feedparser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/generator.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/header.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/headerregistry.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/iterators.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/message.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/application.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/audio.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/base.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/image.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/message.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/multipart.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/nonmultipart.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/text.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/parser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/policy.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/email/utils.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/encodings/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/encodings/utf_8.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/enum.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/faulthandler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/fcntl.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/fnmatch.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/functools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/gc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/getopt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/getpass.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/gettext.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/glob.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/gzip.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/hashlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/heapq.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/html/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/html/entities.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/html/parser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/http/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/http/client.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/http/cookiejar.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/http/cookies.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/http/server.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/imp.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/abc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/machinery.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/metadata.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/resources.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/inspect.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/io.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/ipaddress.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/itertools.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/json/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/json/decoder.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/json/encoder.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/json/tool.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/lzma.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/macurl2path.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/connection.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/context.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/managers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/pool.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/process.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/queues.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/sharedctypes.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/spawn.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/synchronize.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/nntplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/ntpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/nturl2path.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/os/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/os/path.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/pathlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/pipes.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/platform.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/posix.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/posixpath.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/queue.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/random.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/re.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/reprlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/resource.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/runpy.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/secrets.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/selectors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/shelve.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/shlex.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/signal.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/smtplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/socketserver.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/spwd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/sre_constants.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/sre_parse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/stat.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/statistics.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/string.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/subprocess.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/symbol.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/sys.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tempfile.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/textwrap.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/commondialog.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/constants.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/dialog.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/filedialog.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/font.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/messagebox.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tkinter/ttk.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tokenize.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/tracemalloc.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/types.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/typing.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/async_case.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/case.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/loader.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/main.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/mock.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/result.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/runner.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/signals.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/suite.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/unittest/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/error.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/parse.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/request.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/response.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/urllib/robotparser.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/venv/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/winreg.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/client.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/server.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/xxlimited.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3/zipapp.pyi
-${PYSITELIB}/mypy/typeshed/tests/check_consistent.py
-${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyc
-${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyo
-${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.py
-${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.pyc
-${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.pyo
-${PYSITELIB}/mypy/typeshed/tests/mypy_test.py
-${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyc
-${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyo
-${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.py
-${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.pyc
-${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.pyo
-${PYSITELIB}/mypy/typeshed/tests/pytype_test.py
-${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyc
-${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyo
-${PYSITELIB}/mypy/typeshed/tests/stubtest_test.py
-${PYSITELIB}/mypy/typeshed/tests/stubtest_test.pyc
-${PYSITELIB}/mypy/typeshed/tests/stubtest_test.pyo
-${PYSITELIB}/mypy/typeshed/tests/stubtest_unused.py
-${PYSITELIB}/mypy/typeshed/tests/stubtest_unused.pyc
-${PYSITELIB}/mypy/typeshed/tests/stubtest_unused.pyo
-${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/crypto.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/_base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/process.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/thread.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/enum.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/fb303/FacebookService.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/fb303/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/ipaddress.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/watchers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/pathlib2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/pymssql.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/routes/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/routes/mapper.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/routes/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/scribe/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/scribe/scribe.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/scribe/ttypes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/_dummy_thread.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/_thread.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/cPickle.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/collections_abc.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/configparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/email_mime_base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/email_mime_multipart.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/email_mime_text.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/html_entities.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/html_parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/http_client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/http_cookiejar.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/http_cookies.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/queue.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/reprlib.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/socketserver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/error.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/parse.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_error.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_parse.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/concurrent.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/gen.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httpclient.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httpserver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httputil.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/ioloop.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/locks.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/netutil.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/process.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/tcpserver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/testing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/tornado/web.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/atomicwrites/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/_version_info.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/converters.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/filters.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/validators.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/backports/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/backports_abc.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/bleach/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/bleach/callbacks.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/bleach/linkifier.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/bleach/sanitizer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/bleach/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/auth.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/auth_handler.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/connection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/ec2/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/elb/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/exception.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/kms/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/kms/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/kms/layer1.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/plugin.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/regioninfo.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/acl.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/bucket.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/connection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/cors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/deletemarker.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/key.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/keyfile.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/lifecycle.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/multidelete.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/multipart.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/prefix.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/tagging.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/user.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/s3/website.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/boto/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/abc.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/cache.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/decorators.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/func.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/lfu.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/lru.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/rr.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cachetools/ttl.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/certifi.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/characteristic/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/enums.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langcyrillicmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langgreekmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langhebrewmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langhungarianmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langthaimodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/langturkishmodel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/universaldetector.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/chardet/version.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/_termui_impl.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/core.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/decorators.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/formatting.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/globals.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/termui.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/testing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/types.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/click/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/croniter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/fernet.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/extensions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/oid.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/datetimerange/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/_common.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/easter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/relativedelta.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/rrule.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/_common.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/tz.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/decorator.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/classic.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/sphinx.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/core.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/unicode_codes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/first.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/app.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/blueprints.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/cli.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/config.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/ctx.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/debughelpers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/globals.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/helpers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/json/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/json/tag.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/logging.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/sessions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/signals.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/templating.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/testing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/views.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/wrappers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/database.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/errors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/mixins.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/models.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/records.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/gflags.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/containers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/extension_dict.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/python_message.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/json_format.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/message.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/message_factory.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/reflection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/service.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/itsdangerous.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/_compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/_stringdefs.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/bccache.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/compiler.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/constants.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/debug.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/defaults.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/environment.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/ext.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/filters.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/lexer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/loaders.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/meta.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/nodes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/optimizer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/runtime.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/sandbox.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/tests.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/visitor.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/__meta__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/blockparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/blockprocessors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/core.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/abbr.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/admonition.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/def_list.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/extra.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/meta.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/smarty.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/tables.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/toc.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/inlinepatterns.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/pep562.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/postprocessors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/preprocessors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/serializers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/treeprocessors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_constants.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_native.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_speedups.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/const.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/decoder.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/errors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/extension.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/maxminddb/reader.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/mock.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/mypy_extensions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/nmap/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/nmap/nmap.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/_version.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/_winapi.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/agent.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/auth_handler.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ber.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/buffered_pipe.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/channel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/common.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/compress.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/config.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/dsskey.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ecdsakey.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ed25519key.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/file.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/hostkeys.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_curve25519.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_ecdh_nist.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_gex.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group1.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group14.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group16.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_gss.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/message.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/packet.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/pipe.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/pkey.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/primes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/proxy.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/py3compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/rsakey.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/server.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_attr.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_file.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_handle.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_server.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_si.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ssh_exception.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ssh_gss.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/transport.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/win_pageant.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/polib.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/event.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/fault.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/option.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/view.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vmodl/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vmodl/fault.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vmodl/query.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pycurl.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/charset.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/connections.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/ER.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/constants/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/converters.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/cursors.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/err.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/times.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pymysql/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/attributes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/connection/base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/connection/table.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/connection/util.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/constants.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/indexes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/models.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/settings.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/throttle.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pynamodb/types.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pyre_extensions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/pytz/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/redis/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/redis/client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/redis/connection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/redis/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/redis/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/adapters.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/api.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/auth.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/cookies.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/hooks.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/models.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/contrib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/sessions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/status_codes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/structures.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/retry/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/retry/api.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/decoder.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/encoder.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/scanner.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/singledispatch.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/slugify/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/slugify/slugify.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/slugify/special.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/tabulate.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/termcolor.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/toml.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/typing_extensions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/tzlocal/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/ujson.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_internal.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_reloader.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/lint.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/profiler.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/securecookie.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/sessions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/testtools.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/wrappers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/datastructures.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/debug/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/debug/console.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/debug/repr.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/debug/tbtools.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/exceptions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/filesystem.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/formparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/http.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/local.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/posixemulation.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/routing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/script.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/security.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/serving.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/test.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/testapp.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/urls.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/useragents.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/wrappers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/wsgi.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/composer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/constructor.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/cyaml.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/dumper.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/emitter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/error.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/events.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/loader.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/nodes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/reader.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/representer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/resolver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/scanner.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/serializer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/tokens.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/os.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/binary.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/text.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/contextvars.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/dataclasses.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/examples.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/nodes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/roles.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/states.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/filelock/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/freezegun/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/freezegun/api.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/frozendict.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/algorithms.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/orjson.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pkg_resources/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pkg_resources/py31compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/generator.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/utils.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/_dummy_thread.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/_thread.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/builtins.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/cPickle.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/collections_abc.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/configparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/email_mime_base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/email_mime_multipart.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/email_mime_text.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/html_entities.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/html_parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/http_client.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/http_cookiejar.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/http_cookies.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/queue.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/reprlib.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/socketserver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_constants.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_dialog.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/tkinter_ttk.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/error.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/parse.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib/robotparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib_error.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib_parse.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib_request.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib_response.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/typed_ast/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/typed_ast/ast27.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/typed_ast/ast3.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/typed_ast/conversions.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/adjustments.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/buffers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/channel.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/parser.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/proxy_headers.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/receiver.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/rfc7230.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/runner.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/server.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/task.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/trigger.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/utilities.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/waitress/wasyncore.pyi
+${PYSITELIB}/mypy/typeshed/LICENSE
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/BaseHTTPServer.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/CGIHTTPServer.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/ConfigParser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/Cookie.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/HTMLParser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/Queue.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/SimpleHTTPServer.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/SocketServer.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/StringIO.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserDict.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserList.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserString.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/__builtin__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_ast.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_collections.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_functools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_hotshot.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_io.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_json.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_md5.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha256.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha512.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_socket.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sre.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_struct.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_symtable.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_threading_local.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/_winreg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/ast.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/atexit.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/builtins.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/cPickle.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/cStringIO.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/cgi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/collections.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/commands.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/compileall.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/cookielib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/copy_reg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/dircache.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/archive_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/ccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/cmd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_clib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_ext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_py.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/check.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/clean.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_data.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_headers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_lib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/register.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/sdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/upload.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/core.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/debug.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dep_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dir_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/emxccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/extension.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/file_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/filelist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/log.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/msvccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/spawn.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/sysconfig.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/text_file.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/unixccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/version.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/dummy_thread.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/MIMEText.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/_parseaddr.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/base64mime.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/charset.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/encoders.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/feedparser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/generator.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/header.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/iterators.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/message.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/application.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/audio.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/base.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/image.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/message.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/multipart.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/text.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/parser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/quoprimime.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/utils.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/encodings/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/encodings/utf_8.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/exceptions.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/fcntl.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/fnmatch.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/functools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/future_builtins.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/gc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/getpass.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/gettext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/glob.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/gzip.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/hashlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/heapq.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/htmlentitydefs.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/httplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/imp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/importlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/inspect.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/io.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/itertools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/json.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/handlers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/markupbase.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/md5.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/mimetools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/pool.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/process.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/mutex.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/ntpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/nturl2path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/os/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/os/path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/os2emxpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/pipes.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/platform.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/popen2.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/posix.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/posixpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/random.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/re.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/repr.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/resource.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/rfc822.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/robotparser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/runpy.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/sets.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/sha.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/shelve.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/shlex.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/signal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/smtplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/spwd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/sre_constants.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/sre_parse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/stat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/string.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/stringold.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/strop.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/subprocess.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/symbol.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/sys.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/tempfile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/textwrap.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/thread.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/toaiff.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/tokenize.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/types.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/typing.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/unittest.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/urllib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/urllib2.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/urlparse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/user.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/whichdb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/@python2/xmlrpclib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/VERSIONS
+${PYSITELIB}/mypy/typeshed/stdlib/__future__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/__main__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_ast.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_bisect.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_bootlocale.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_codecs.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_collections_abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_compat_pickle.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_compression.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_csv.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_curses.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_decimal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_dummy_thread.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_dummy_threading.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_heapq.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_imp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_json.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_markupbase.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_msi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_operator.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_osx_support.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_posixsubprocess.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_py_abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_pydecimal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_random.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_sitebuiltins.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_stat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_thread.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_threading_local.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_tkinter.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_tracemalloc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_typeshed/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_typeshed/tkinter.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_typeshed/wsgi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_typeshed/xml.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_warnings.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_weakref.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_weakrefset.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_winapi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/aifc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/antigravity.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/argparse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/array.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ast.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asynchat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_futures.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_tasks.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/compat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/constants.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/coroutines.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/exceptions.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/format_helpers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/futures.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/locks.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/log.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/proactor_events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/protocols.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/queues.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/runners.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/selector_events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/sslproto.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/staggered.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/streams.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/subprocess.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/tasks.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/threads.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/transports.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/trsock.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/unix_events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/windows_events.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncio/windows_utils.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/asyncore.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/atexit.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/audioop.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/base64.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/bdb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/binascii.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/binhex.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/bisect.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/builtins.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/bz2.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/cProfile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/calendar.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/cgi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/cgitb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/chunk.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/cmath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/cmd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/code.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/codecs.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/codeop.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/collections/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/collections/abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/colorsys.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/compileall.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/concurrent/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/concurrent/futures/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/concurrent/futures/_base.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/concurrent/futures/process.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/concurrent/futures/thread.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/configparser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/contextlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/contextvars.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/copy.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/copyreg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/crypt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/csv.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ctypes/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ctypes/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ctypes/wintypes.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/curses/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/curses/ascii.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/curses/panel.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/curses/textpad.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dataclasses.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/datetime.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dbm/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dbm/dumb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dbm/gnu.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dbm/ndbm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/decimal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/difflib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dis.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/archive_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/bcppcompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/ccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/cmd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/build.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/build_clib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/build_ext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/build_py.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/build_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/check.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/clean.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install_data.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install_headers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install_lib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/install_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/register.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/sdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/command/upload.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/core.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/debug.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/dep_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/dir_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/dist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/extension.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/fancy_getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/file_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/filelist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/log.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/msvccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/spawn.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/sysconfig.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/text_file.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/unixccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/distutils/version.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/doctest.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/dummy_threading.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/_header_value_parser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/charset.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/contentmanager.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/encoders.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/feedparser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/generator.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/header.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/headerregistry.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/iterators.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/message.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/application.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/audio.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/base.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/image.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/message.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/multipart.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/nonmultipart.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/mime/text.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/parser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/policy.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/email/utils.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/encodings/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/encodings/utf_8.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ensurepip/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/enum.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/errno.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/faulthandler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/fcntl.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/filecmp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/fileinput.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/fnmatch.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/formatter.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/fractions.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ftplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/functools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/gc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/genericpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/getpass.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/gettext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/glob.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/graphlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/grp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/gzip.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/hashlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/heapq.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/hmac.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/html/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/html/entities.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/html/parser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/http/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/http/client.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/http/cookiejar.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/http/cookies.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/http/server.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/imaplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/imghdr.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/imp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/abc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/machinery.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/metadata.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/resources.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/importlib/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/inspect.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/io.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ipaddress.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/itertools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/json/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/json/decoder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/json/encoder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/json/tool.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/keyword.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pygram.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lib2to3/pytree.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/linecache.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/locale.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/logging/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/logging/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/logging/handlers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/lzma.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/macpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/macurl2path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/mailbox.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/mailcap.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/marshal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/math.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/mimetypes.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/mmap.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/modulefinder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/msilib/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/msilib/schema.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/msilib/sequence.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/msilib/text.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/msvcrt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/connection.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/context.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/managers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/pool.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/process.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/queues.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/spawn.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/netrc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/nis.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/nntplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ntpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/nturl2path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/numbers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/opcode.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/operator.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/optparse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/os/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/os/path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ossaudiodev.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/parser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pathlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pdb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pickle.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pickletools.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pipes.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pkgutil.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/platform.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/plistlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/poplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/posix.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/posixpath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pprint.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/profile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pstats.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pty.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pwd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/py_compile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pyclbr.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pydoc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pydoc_data/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pydoc_data/topics.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pyexpat/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pyexpat/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/pyexpat/model.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/queue.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/quopri.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/random.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/re.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/readline.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/reprlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/resource.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/rlcompleter.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/runpy.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sched.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/secrets.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/select.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/selectors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/shelve.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/shlex.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/shutil.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/signal.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/site.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/smtpd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/smtplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sndhdr.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/socket.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/socketserver.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/spwd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sqlite3/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sre_compile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sre_constants.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sre_parse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/ssl.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/stat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/statistics.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/string.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/stringprep.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/struct.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/subprocess.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sunau.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/symbol.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/symtable.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sys.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/sysconfig.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/syslog.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tabnanny.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tarfile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/telnetlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tempfile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/termios.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/textwrap.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/this.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/threading.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/time.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/timeit.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/colorchooser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/commondialog.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/constants.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/dialog.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/dnd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/filedialog.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/font.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/messagebox.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/scrolledtext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/simpledialog.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/tix.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tkinter/ttk.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/token.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tokenize.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/trace.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/traceback.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tracemalloc.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/tty.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/turtle.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/types.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/typing.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/typing_extensions.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unicodedata.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/async_case.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/case.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/loader.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/main.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/mock.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/result.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/runner.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/signals.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/suite.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/unittest/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/error.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/parse.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/request.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/response.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/urllib/robotparser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/uu.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/uuid.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/venv/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/warnings.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wave.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/weakref.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/webbrowser.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/winreg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/winsound.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/handlers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/headers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/simple_server.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/types.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/wsgiref/validate.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xdrlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/domreg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/minicompat.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/minidom.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/pulldom.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/etree/ElementPath.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/etree/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/etree/cElementTree.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/handler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/saxutils.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc/client.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc/server.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/xxlimited.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zipapp.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zipfile.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zipimport.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zlib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zoneinfo/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
 ${PYSITELIB}/mypy/typestate.py
 ${PYSITELIB}/mypy/typestate.pyc
 ${PYSITELIB}/mypy/typestate.pyo
@@ -1867,6 +1214,9 @@ ${PYSITELIB}/mypyc/codegen/emitmodule.py
 ${PYSITELIB}/mypyc/codegen/emitwrapper.py
 ${PYSITELIB}/mypyc/codegen/emitwrapper.pyc
 ${PYSITELIB}/mypyc/codegen/emitwrapper.pyo
+${PYSITELIB}/mypyc/codegen/literals.py
+${PYSITELIB}/mypyc/codegen/literals.pyc
+${PYSITELIB}/mypyc/codegen/literals.pyo
 ${PYSITELIB}/mypyc/common.py
 ${PYSITELIB}/mypyc/common.pyc
 ${PYSITELIB}/mypyc/common.pyo
@@ -2034,6 +1384,7 @@ ${PYSITELIB}/mypyc/lib-rt/dict_ops.c
 ${PYSITELIB}/mypyc/lib-rt/exc_ops.c
 ${PYSITELIB}/mypyc/lib-rt/generic_ops.c
 ${PYSITELIB}/mypyc/lib-rt/getargs.c
+${PYSITELIB}/mypyc/lib-rt/getargsfast.c
 ${PYSITELIB}/mypyc/lib-rt/init.c
 ${PYSITELIB}/mypyc/lib-rt/int_ops.c
 ${PYSITELIB}/mypyc/lib-rt/list_ops.c
@@ -2116,8 +1467,10 @@ ${PYSITELIB}/mypyc/test-data/irbuild-any
 ${PYSITELIB}/mypyc/test-data/irbuild-basic.test
 ${PYSITELIB}/mypyc/test-data/irbuild-classes.test
 ${PYSITELIB}/mypyc/test-data/irbuild-dict.test
+${PYSITELIB}/mypyc/test-data/irbuild-dunders.test
 ${PYSITELIB}/mypyc/test-data/irbuild-generics.test
 ${PYSITELIB}/mypyc/test-data/irbuild-int.test
+${PYSITELIB}/mypyc/test-data/irbuild-isinstance.test
 ${PYSITELIB}/mypyc/test-data/irbuild-lists.test
 ${PYSITELIB}/mypyc/test-data/irbuild-nested.test
 ${PYSITELIB}/mypyc/test-data/irbuild-optional.test
@@ -2127,11 +1480,14 @@ ${PYSITELIB}/mypyc/test-data/irbuild-str
 ${PYSITELIB}/mypyc/test-data/irbuild-strip-asserts.test
 ${PYSITELIB}/mypyc/test-data/irbuild-try.test
 ${PYSITELIB}/mypyc/test-data/irbuild-tuple.test
+${PYSITELIB}/mypyc/test-data/irbuild-unreachable.test
+${PYSITELIB}/mypyc/test-data/irbuild-vectorcall.test
 ${PYSITELIB}/mypyc/test-data/refcount.test
 ${PYSITELIB}/mypyc/test-data/run-bench.test
 ${PYSITELIB}/mypyc/test-data/run-bools.test
 ${PYSITELIB}/mypyc/test-data/run-classes.test
 ${PYSITELIB}/mypyc/test-data/run-dicts.test
+${PYSITELIB}/mypyc/test-data/run-dunders.test
 ${PYSITELIB}/mypyc/test-data/run-exceptions.test
 ${PYSITELIB}/mypyc/test-data/run-floats.test
 ${PYSITELIB}/mypyc/test-data/run-functions.test
@@ -2144,6 +1500,7 @@ ${PYSITELIB}/mypyc/test-data/run-misc.te
 ${PYSITELIB}/mypyc/test-data/run-multimodule.test
 ${PYSITELIB}/mypyc/test-data/run-mypy-sim.test
 ${PYSITELIB}/mypyc/test-data/run-primitives.test
+${PYSITELIB}/mypyc/test-data/run-python37.test
 ${PYSITELIB}/mypyc/test-data/run-python38.test
 ${PYSITELIB}/mypyc/test-data/run-sets.test
 ${PYSITELIB}/mypyc/test-data/run-strings.test
@@ -2158,6 +1515,9 @@ ${PYSITELIB}/mypyc/test/config.pyo
 ${PYSITELIB}/mypyc/test/test_analysis.py
 ${PYSITELIB}/mypyc/test/test_analysis.pyc
 ${PYSITELIB}/mypyc/test/test_analysis.pyo
+${PYSITELIB}/mypyc/test/test_cheader.py
+${PYSITELIB}/mypyc/test/test_cheader.pyc
+${PYSITELIB}/mypyc/test/test_cheader.pyo
 ${PYSITELIB}/mypyc/test/test_commandline.py
 ${PYSITELIB}/mypyc/test/test_commandline.pyc
 ${PYSITELIB}/mypyc/test/test_commandline.pyo
@@ -2179,12 +1539,18 @@ ${PYSITELIB}/mypyc/test/test_external.py
 ${PYSITELIB}/mypyc/test/test_irbuild.py
 ${PYSITELIB}/mypyc/test/test_irbuild.pyc
 ${PYSITELIB}/mypyc/test/test_irbuild.pyo
+${PYSITELIB}/mypyc/test/test_literals.py
+${PYSITELIB}/mypyc/test/test_literals.pyc
+${PYSITELIB}/mypyc/test/test_literals.pyo
 ${PYSITELIB}/mypyc/test/test_namegen.py
 ${PYSITELIB}/mypyc/test/test_namegen.pyc
 ${PYSITELIB}/mypyc/test/test_namegen.pyo
 ${PYSITELIB}/mypyc/test/test_pprint.py
 ${PYSITELIB}/mypyc/test/test_pprint.pyc
 ${PYSITELIB}/mypyc/test/test_pprint.pyo
+${PYSITELIB}/mypyc/test/test_rarray.py
+${PYSITELIB}/mypyc/test/test_rarray.pyc
+${PYSITELIB}/mypyc/test/test_rarray.pyo
 ${PYSITELIB}/mypyc/test/test_refcount.py
 ${PYSITELIB}/mypyc/test/test_refcount.pyc
 ${PYSITELIB}/mypyc/test/test_refcount.pyo

Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.19 pkgsrc/lang/py-mypy/distinfo:1.20
--- pkgsrc/lang/py-mypy/distinfo:1.19   Tue Mar  9 11:26:20 2021
+++ pkgsrc/lang/py-mypy/distinfo        Fri Jun 25 21:08:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2021/03/09 11:26:20 adam Exp $
+$NetBSD: distinfo,v 1.20 2021/06/25 21:08:04 adam Exp $
 
-SHA1 (mypy-0.812.tar.gz) = 183e7f4b202ebfbf64155cd3316f475062800cb2
-RMD160 (mypy-0.812.tar.gz) = 846742c711725c39a0befce8c42ce267330bb3f8
-SHA512 (mypy-0.812.tar.gz) = e4c00157058cd2c5f0ba17923c2cc7b5c5c2baf817390affc2cfb19ca7b52a5271ca3522a29dc8ca1f39a5ae40b06e5e33b2d5d581a36bdbb69c3c79acd2a121
-Size (mypy-0.812.tar.gz) = 2645818 bytes
+SHA1 (mypy-0.910.tar.gz) = 25174c2ebcd2b98fe5652e6e6d558712e6db64ff
+RMD160 (mypy-0.910.tar.gz) = a2f5e814652ed0f21604a593aea7f61f86fc6815
+SHA512 (mypy-0.910.tar.gz) = 2f8caa6945db992ae3a20c47904a023a62cc2f98296c136d7d09ac5f0a0d83b833b4c3ef811f1369e647860fb9a194d120225333a62daf055af12f39fb45a552
+Size (mypy-0.910.tar.gz) = 2500630 bytes



Home | Main Index | Thread Index | Old Index