diff --git a/Rise/.idea/.gitignore b/Rise/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Rise/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Rise/.idea/Rise.iml b/Rise/.idea/Rise.iml new file mode 100644 index 0000000..9b31378 --- /dev/null +++ b/Rise/.idea/Rise.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Rise/.idea/inspectionProfiles/Project_Default.xml b/Rise/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..0aff3aa --- /dev/null +++ b/Rise/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/Rise/.idea/inspectionProfiles/profiles_settings.xml b/Rise/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/Rise/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/Rise/.idea/misc.xml b/Rise/.idea/misc.xml new file mode 100644 index 0000000..d1e22ec --- /dev/null +++ b/Rise/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Rise/.idea/modules.xml b/Rise/.idea/modules.xml new file mode 100644 index 0000000..9a0ae87 --- /dev/null +++ b/Rise/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Rise/Do not delete Rise.spec !!!.txt b/Rise/Do not delete Rise.spec !!!.txt new file mode 100644 index 0000000..e69de29 diff --git a/Rise/Rise.spec b/Rise/Rise.spec new file mode 100644 index 0000000..0643fb3 --- /dev/null +++ b/Rise/Rise.spec @@ -0,0 +1,37 @@ +# -*- mode: python ; coding: utf-8 -*- + +block_cipher = None + + +a = Analysis(['main.py'], + pathex=['C:\\Files_Slava\\dev\\Python3\\Rise'], + binaries=[], + datas=[], + hiddenimports=['pkg_resources.py2_warn'], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False) +pyz = PYZ(a.pure, a.zipped_data, + cipher=block_cipher) +exe = EXE(pyz, + a.scripts, + [], + exclude_binaries=True, + name='Rise', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + console=False ) +coll = COLLECT(exe, + a.binaries, + a.zipfiles, + a.datas, + strip=False, + upx=True, + upx_exclude=[], + name='Rise') diff --git a/Rise/__pycache__/main.cpython-38.pyc b/Rise/__pycache__/main.cpython-38.pyc new file mode 100644 index 0000000..b541fb0 Binary files /dev/null and b/Rise/__pycache__/main.cpython-38.pyc differ diff --git a/Rise/build/rise/Analysis-00.toc b/Rise/build/rise/Analysis-00.toc new file mode 100644 index 0000000..b57b0d4 --- /dev/null +++ b/Rise/build/rise/Analysis-00.toc @@ -0,0 +1,1188 @@ +(['main.py'], + ['C:\\Files_Slava\\dev\\Python3\\Rise', 'C:\\Files_Slava\\dev\\Python3\\Rise'], + ['pkg_resources.py2_warn', 'codecs'], + [], + [], + [], + False, + False, + '3.8.4 (tags/v3.8.4:dfa645a, Jul 13 2020, 16:30:28) [MSC v.1926 32 bit ' + '(Intel)]', + [('pyi_rth_pkgres', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('main', 'C:\\Files_Slava\\dev\\Python3\\Rise\\main.py', 'PYSOURCE')], + [('multiprocessing.popen_fork', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.process', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('threading', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\threading.py', + 'PYMODULE'), + ('_threading_local', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_threading_local.py', + 'PYMODULE'), + ('contextlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\contextlib.py', + 'PYMODULE'), + ('selectors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\selectors.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('gzip', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\gzip.py', + 'PYMODULE'), + ('argparse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\argparse.py', + 'PYMODULE'), + ('textwrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\textwrap.py', + 'PYMODULE'), + ('copy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\copy.py', + 'PYMODULE'), + ('gettext', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\gettext.py', + 'PYMODULE'), + ('shutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\shutil.py', + 'PYMODULE'), + ('zipfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\zipfile.py', + 'PYMODULE'), + ('py_compile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\py_compile.py', + 'PYMODULE'), + ('ntpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ntpath.py', + 'PYMODULE'), + ('string', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\string.py', + 'PYMODULE'), + ('genericpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\genericpath.py', + 'PYMODULE'), + ('importlib.machinery', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('configparser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\configparser.py', + 'PYMODULE'), + ('pathlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pathlib.py', + 'PYMODULE'), + ('email', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\__init__.py', + 'PYMODULE'), + ('email.parser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\parser.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('calendar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\calendar.py', + 'PYMODULE'), + ('email.feedparser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('email.message', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('quopri', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\quopri.py', + 'PYMODULE'), + ('getopt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\getopt.py', + 'PYMODULE'), + ('uu', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\uu.py', + 'PYMODULE'), + ('optparse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\optparse.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('urllib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\__init__.py', + 'PYMODULE'), + ('email.header', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\header.py', + 'PYMODULE'), + ('email.base64mime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('email.charset', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\csv.py', + 'PYMODULE'), + ('tokenize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tokenize.py', + 'PYMODULE'), + ('token', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\token.py', + 'PYMODULE'), + ('posixpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\posixpath.py', + 'PYMODULE'), + ('importlib.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\util.py', + 'PYMODULE'), + ('tarfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tarfile.py', + 'PYMODULE'), + ('lzma', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lzma.py', + 'PYMODULE'), + ('bz2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bz2.py', + 'PYMODULE'), + ('fnmatch', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\fnmatch.py', + 'PYMODULE'), + ('stat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\stat.py', + 'PYMODULE'), + ('_compression', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_compression.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('urllib.request', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\getpass.py', + 'PYMODULE'), + ('nturl2path', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\nturl2path.py', + 'PYMODULE'), + ('ftplib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ftplib.py', + 'PYMODULE'), + ('netrc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\netrc.py', + 'PYMODULE'), + ('shlex', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\shlex.py', + 'PYMODULE'), + ('mimetypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\mimetypes.py', + 'PYMODULE'), + ('http.cookiejar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\__init__.py', + 'PYMODULE'), + ('logging', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pprint.py', + 'PYMODULE'), + ('doctest', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\doctest.py', + 'PYMODULE'), + ('unittest', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.trsock', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('typing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\typing.py', + 'PYMODULE'), + ('asyncio.tasks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('contextvars', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\contextvars.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\queue.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pdb.py', + 'PYMODULE'), + ('pydoc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc.py', + 'PYMODULE'), + ('webbrowser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\webbrowser.py', + 'PYMODULE'), + ('http.server', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\socketserver.py', + 'PYMODULE'), + ('html', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tty.py', + 'PYMODULE'), + ('sysconfig', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\sysconfig.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_osx_support.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.spawn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('lib2to3.refactor', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\refactor.py', + 'PYMODULE'), + ('lib2to3.btm_matcher', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\btm_matcher.py', + 'PYMODULE'), + ('lib2to3.btm_utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\btm_utils.py', + 'PYMODULE'), + ('lib2to3.pgen2.grammar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\grammar.py', + 'PYMODULE'), + ('lib2to3.pygram', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pygram.py', + 'PYMODULE'), + ('lib2to3.pytree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pytree.py', + 'PYMODULE'), + ('lib2to3', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\__init__.py', + 'PYMODULE'), + ('lib2to3.patcomp', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\patcomp.py', + 'PYMODULE'), + ('lib2to3.pgen2.parse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\parse.py', + 'PYMODULE'), + ('lib2to3.pgen2.literals', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\literals.py', + 'PYMODULE'), + ('lib2to3.fixer_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\fixer_util.py', + 'PYMODULE'), + ('lib2to3.pgen2.token', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\token.py', + 'PYMODULE'), + ('lib2to3.pgen2.tokenize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\tokenize.py', + 'PYMODULE'), + ('lib2to3.pgen2.driver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\driver.py', + 'PYMODULE'), + ('lib2to3.pgen2.pgen', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\pgen.py', + 'PYMODULE'), + ('lib2to3.pgen2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\__init__.py', + 'PYMODULE'), + ('platform', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\platform.py', + 'PYMODULE'), + ('plistlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\plistlib.py', + 'PYMODULE'), + ('pkgutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pkgutil.py', + 'PYMODULE'), + ('zipimport', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\zipimport.py', + 'PYMODULE'), + ('runpy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\runpy.py', + 'PYMODULE'), + ('glob', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\glob.py', + 'PYMODULE'), + ('code', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\code.py', + 'PYMODULE'), + ('codeop', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\codeop.py', + 'PYMODULE'), + ('dis', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\dis.py', + 'PYMODULE'), + ('opcode', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\opcode.py', + 'PYMODULE'), + ('bdb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bdb.py', + 'PYMODULE'), + ('cmd', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\cmd.py', + 'PYMODULE'), + ('inspect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\inspect.py', + 'PYMODULE'), + ('ast', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ast.py', + 'PYMODULE'), + ('difflib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\difflib.py', + 'PYMODULE'), + ('__future__', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\__future__.py', + 'PYMODULE'), + ('_compat_pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('ssl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ssl.py', + 'PYMODULE'), + ('urllib.response', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\response.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\error.py', + 'PYMODULE'), + ('hashlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\hashlib.py', + 'PYMODULE'), + ('bisect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bisect.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('urllib.parse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('http.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\client.py', + 'PYMODULE'), + ('decimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\decimal.py', + 'PYMODULE'), + ('_pydecimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_pydecimal.py', + 'PYMODULE'), + ('numbers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\numbers.py', + 'PYMODULE'), + ('datetime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\datetime.py', + 'PYMODULE'), + ('_strptime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_strptime.py', + 'PYMODULE'), + ('base64', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\base64.py', + 'PYMODULE'), + ('hmac', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\hmac.py', + 'PYMODULE'), + ('multiprocessing.context', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\secrets.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('tempfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tempfile.py', + 'PYMODULE'), + ('struct', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\struct.py', + 'PYMODULE'), + ('socket', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\socket.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('test', '-', 'PYMODULE'), + ('signal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\signal.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\subprocess.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('multiprocessing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('os', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\os.py', + 'PYMODULE'), + ('win32com', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32con', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('win32com.server.exception', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('winerror', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32com.server.policy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('imp', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\imp.py', + 'PYMODULE'), + ('pythoncom', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\uuid.py', + 'PYMODULE'), + ('ctypes.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('netbios', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\netbios.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources.py31compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('pkg_resources.py2_warn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\py2_warn.py', + 'PYMODULE'), + ('_py_abc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_py_abc.py', + 'PYMODULE'), + ('tracemalloc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tracemalloc.py', + 'PYMODULE'), + ('stringprep', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\stringprep.py', + 'PYMODULE'), + ('random', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\random.py', + 'PYMODULE'), + ('ctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._endian', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('pygame', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\__init__.py', + 'PYMODULE'), + ('pygame.colordict', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\colordict.py', + 'PYMODULE'), + ('pygame.macosx', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\macosx.py', + 'PYMODULE'), + ('pygame.pkgdata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pkgdata.py', + 'PYMODULE'), + ('pygame.sndarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sndarray.py', + 'PYMODULE'), + ('pygame._numpysndarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_numpysndarray.py', + 'PYMODULE'), + ('pygame.surfarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surfarray.py', + 'PYMODULE'), + ('pygame._numpysurfarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_numpysurfarray.py', + 'PYMODULE'), + ('pygame.sysfont', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sysfont.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('pygame.ftfont', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\ftfont.py', + 'PYMODULE'), + ('pygame.threads', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\threads\\__init__.py', + 'PYMODULE'), + ('pygame.sprite', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sprite.py', + 'PYMODULE'), + ('pygame.cursors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\cursors.py', + 'PYMODULE'), + ('pygame.compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\compat.py', + 'PYMODULE'), + ('pygame.version', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\version.py', + 'PYMODULE')], + [('VCRUNTIME140.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\VCRUNTIME140.dll', + 'BINARY'), + ('python38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\python38.dll', + 'BINARY'), + ('pythoncom38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pywin32_system32\\pythoncom38.dll', + 'BINARY'), + ('pywintypes38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pywin32_system32\\pywintypes38.dll', + 'BINARY'), + ('select', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\select.pyd', + 'EXTENSION'), + ('_lzma', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('pyexpat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_overlapped', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_asyncio', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_queue', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_ssl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_hashlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('unicodedata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_decimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_socket', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('win32trace', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('win32api', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('win32wnet', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32wnet.pyd', + 'EXTENSION'), + ('_ctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('pygame.imageext', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\imageext.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.fastevent', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\fastevent.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.scrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\scrap.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mixer', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mixer.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mixer_music', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mixer_music.cp38-win32.pyd', + 'EXTENSION'), + ('_elementtree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('pygame.font', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\font.cp38-win32.pyd', + 'EXTENSION'), + ('pygame._freetype', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_freetype.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.transform', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\transform.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.time', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\time.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.overlay', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\overlay.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.pixelarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pixelarray.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mask', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mask.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.surface', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surface.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.pixelcopy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pixelcopy.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mouse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mouse.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.key', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\key.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.joystick', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\joystick.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.image', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\image.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.event', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\event.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.draw', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\draw.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.display', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\display.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.cdrom', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\cdrom.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.math', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\math.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.bufferproxy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\bufferproxy.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.color', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\color.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.surflock', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surflock.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.rwobject', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\rwobject.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.rect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\rect.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.constants', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\constants.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.base', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\base.cp38-win32.pyd', + 'EXTENSION'), + ('libssl-1_1.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('mfc140u.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('libffi-7.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libffi-7.dll', + 'BINARY'), + ('SDL_image.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_image.dll', + 'BINARY'), + ('SDL.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL.dll', + 'BINARY'), + ('SDL_mixer.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_mixer.dll', + 'BINARY'), + ('SDL_ttf.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_ttf.dll', + 'BINARY')], + [], + [], + [('base_library.zip', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\base_library.zip', + 'DATA'), + ('lib2to3\\Grammar.txt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\Grammar.txt', + 'DATA'), + ('lib2to3\\Grammar3.8.4.final.0.pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\Grammar3.8.4.final.0.pickle', + 'DATA'), + ('lib2to3\\PatternGrammar3.8.4.final.0.pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\PatternGrammar3.8.4.final.0.pickle', + 'DATA'), + ('lib2to3\\tests\\data\\README', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\tests\\data\\README', + 'DATA'), + ('Include\\pyconfig.h', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\Include\\pyconfig.h', + 'DATA'), + ('lib2to3\\PatternGrammar.txt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\PatternGrammar.txt', + 'DATA')], + []) diff --git a/Rise/build/rise/COLLECT-00.toc b/Rise/build/rise/COLLECT-00.toc new file mode 100644 index 0000000..8dfe624 --- /dev/null +++ b/Rise/build/rise/COLLECT-00.toc @@ -0,0 +1,216 @@ +([('Rise.exe', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\Rise.exe', + 'EXECUTABLE'), + ('Rise.exe.manifest', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\rise.exe.manifest', + 'BINARY'), + ('VCRUNTIME140.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\VCRUNTIME140.dll', + 'BINARY'), + ('python38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\python38.dll', + 'BINARY'), + ('pythoncom38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pywin32_system32\\pythoncom38.dll', + 'BINARY'), + ('pywintypes38.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pywin32_system32\\pywintypes38.dll', + 'BINARY'), + ('select', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\select.pyd', + 'EXTENSION'), + ('_lzma', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('pyexpat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_overlapped', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_asyncio', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_queue', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_ssl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_hashlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('unicodedata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_decimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_socket', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('win32trace', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('win32api', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('win32wnet', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\win32wnet.pyd', + 'EXTENSION'), + ('_ctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('pygame.imageext', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\imageext.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.fastevent', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\fastevent.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.scrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\scrap.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mixer', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mixer.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mixer_music', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mixer_music.cp38-win32.pyd', + 'EXTENSION'), + ('_elementtree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('pygame.font', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\font.cp38-win32.pyd', + 'EXTENSION'), + ('pygame._freetype', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_freetype.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.transform', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\transform.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.time', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\time.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.overlay', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\overlay.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.pixelarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pixelarray.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mask', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mask.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.surface', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surface.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.pixelcopy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pixelcopy.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.mouse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\mouse.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.key', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\key.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.joystick', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\joystick.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.image', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\image.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.event', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\event.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.draw', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\draw.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.display', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\display.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.cdrom', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\cdrom.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.math', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\math.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.bufferproxy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\bufferproxy.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.color', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\color.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.surflock', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surflock.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.rwobject', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\rwobject.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.rect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\rect.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.constants', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\constants.cp38-win32.pyd', + 'EXTENSION'), + ('pygame.base', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\base.cp38-win32.pyd', + 'EXTENSION'), + ('libssl-1_1.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('mfc140u.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('libffi-7.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\DLLs\\libffi-7.dll', + 'BINARY'), + ('SDL_image.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_image.dll', + 'BINARY'), + ('SDL.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL.dll', + 'BINARY'), + ('SDL_mixer.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_mixer.dll', + 'BINARY'), + ('SDL_ttf.dll', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\SDL_ttf.dll', + 'BINARY'), + ('base_library.zip', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\base_library.zip', + 'DATA'), + ('lib2to3\\Grammar.txt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\Grammar.txt', + 'DATA'), + ('lib2to3\\Grammar3.8.4.final.0.pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\Grammar3.8.4.final.0.pickle', + 'DATA'), + ('lib2to3\\PatternGrammar3.8.4.final.0.pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\PatternGrammar3.8.4.final.0.pickle', + 'DATA'), + ('lib2to3\\tests\\data\\README', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\tests\\data\\README', + 'DATA'), + ('Include\\pyconfig.h', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\Include\\pyconfig.h', + 'DATA'), + ('lib2to3\\PatternGrammar.txt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\PatternGrammar.txt', + 'DATA')],) diff --git a/Rise/build/rise/EXE-00.toc b/Rise/build/rise/EXE-00.toc new file mode 100644 index 0000000..03f6e1b --- /dev/null +++ b/Rise/build/rise/EXE-00.toc @@ -0,0 +1,49 @@ +('C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\Rise.exe', + False, + False, + True, + None, + None, + False, + False, + '', + True, + 'Rise.pkg', + [('PYZ-00.pyz', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\struct.pyo', + 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('main', 'C:\\Files_Slava\\dev\\Python3\\Rise\\main.py', 'PYSOURCE'), + ('Rise.exe.manifest', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\rise.exe.manifest', + 'BINARY')], + [], + False, + False, + 1600686416, + [('runw.exe', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-32bit\\runw.exe', + 'EXECUTABLE')]) diff --git a/Rise/build/rise/PKG-00.pkg b/Rise/build/rise/PKG-00.pkg new file mode 100644 index 0000000..09ccb27 Binary files /dev/null and b/Rise/build/rise/PKG-00.pkg differ diff --git a/Rise/build/rise/PKG-00.toc b/Rise/build/rise/PKG-00.toc new file mode 100644 index 0000000..5507f88 --- /dev/null +++ b/Rise/build/rise/PKG-00.toc @@ -0,0 +1,43 @@ +('C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\PKG-00.pkg', + {'BINARY': 1, + 'DATA': 1, + 'EXECUTABLE': 1, + 'EXTENSION': 1, + 'PYMODULE': 1, + 'PYSOURCE': 1, + 'PYZ': 0}, + [('PYZ-00.pyz', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\struct.pyo', + 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\Slava\\AppData\\Local\\Programs\\Python\\Python38-32\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('main', 'C:\\Files_Slava\\dev\\Python3\\Rise\\main.py', 'PYSOURCE'), + ('Rise.exe.manifest', + 'C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\rise.exe.manifest', + 'BINARY')], + True, + False, + False, + []) diff --git a/Rise/build/rise/PYZ-00.pyz b/Rise/build/rise/PYZ-00.pyz new file mode 100644 index 0000000..a59b26b Binary files /dev/null and b/Rise/build/rise/PYZ-00.pyz differ diff --git a/Rise/build/rise/PYZ-00.toc b/Rise/build/rise/PYZ-00.toc new file mode 100644 index 0000000..4537e06 --- /dev/null +++ b/Rise/build/rise/PYZ-00.toc @@ -0,0 +1,956 @@ +('C:\\Files_Slava\\dev\\Python3\\Rise\\build\\rise\\PYZ-00.pyz', + [('multiprocessing.popen_fork', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.process', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('threading', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\threading.py', + 'PYMODULE'), + ('_threading_local', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_threading_local.py', + 'PYMODULE'), + ('contextlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\contextlib.py', + 'PYMODULE'), + ('selectors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\selectors.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('gzip', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\gzip.py', + 'PYMODULE'), + ('argparse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\argparse.py', + 'PYMODULE'), + ('textwrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\textwrap.py', + 'PYMODULE'), + ('copy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\copy.py', + 'PYMODULE'), + ('gettext', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\gettext.py', + 'PYMODULE'), + ('shutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\shutil.py', + 'PYMODULE'), + ('zipfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\zipfile.py', + 'PYMODULE'), + ('py_compile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\py_compile.py', + 'PYMODULE'), + ('ntpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ntpath.py', + 'PYMODULE'), + ('string', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\string.py', + 'PYMODULE'), + ('genericpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\genericpath.py', + 'PYMODULE'), + ('importlib.machinery', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('configparser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\configparser.py', + 'PYMODULE'), + ('pathlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pathlib.py', + 'PYMODULE'), + ('email', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\__init__.py', + 'PYMODULE'), + ('email.parser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\parser.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('calendar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\calendar.py', + 'PYMODULE'), + ('email.feedparser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('email.message', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('quopri', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\quopri.py', + 'PYMODULE'), + ('getopt', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\getopt.py', + 'PYMODULE'), + ('uu', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\uu.py', + 'PYMODULE'), + ('optparse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\optparse.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('urllib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\__init__.py', + 'PYMODULE'), + ('email.header', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\header.py', + 'PYMODULE'), + ('email.base64mime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('email.charset', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\csv.py', + 'PYMODULE'), + ('tokenize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tokenize.py', + 'PYMODULE'), + ('token', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\token.py', + 'PYMODULE'), + ('posixpath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\posixpath.py', + 'PYMODULE'), + ('importlib.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\importlib\\util.py', + 'PYMODULE'), + ('tarfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tarfile.py', + 'PYMODULE'), + ('lzma', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lzma.py', + 'PYMODULE'), + ('bz2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bz2.py', + 'PYMODULE'), + ('fnmatch', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\fnmatch.py', + 'PYMODULE'), + ('stat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\stat.py', + 'PYMODULE'), + ('_compression', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_compression.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('urllib.request', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\getpass.py', + 'PYMODULE'), + ('nturl2path', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\nturl2path.py', + 'PYMODULE'), + ('ftplib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ftplib.py', + 'PYMODULE'), + ('netrc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\netrc.py', + 'PYMODULE'), + ('shlex', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\shlex.py', + 'PYMODULE'), + ('mimetypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\mimetypes.py', + 'PYMODULE'), + ('http.cookiejar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\__init__.py', + 'PYMODULE'), + ('logging', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pprint.py', + 'PYMODULE'), + ('doctest', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\doctest.py', + 'PYMODULE'), + ('unittest', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.trsock', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('typing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\typing.py', + 'PYMODULE'), + ('asyncio.tasks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('contextvars', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\contextvars.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\queue.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pdb.py', + 'PYMODULE'), + ('pydoc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc.py', + 'PYMODULE'), + ('webbrowser', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\webbrowser.py', + 'PYMODULE'), + ('http.server', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\socketserver.py', + 'PYMODULE'), + ('html', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tty.py', + 'PYMODULE'), + ('sysconfig', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\sysconfig.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_osx_support.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.spawn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('lib2to3.refactor', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\refactor.py', + 'PYMODULE'), + ('lib2to3.btm_matcher', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\btm_matcher.py', + 'PYMODULE'), + ('lib2to3.btm_utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\btm_utils.py', + 'PYMODULE'), + ('lib2to3.pgen2.grammar', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\grammar.py', + 'PYMODULE'), + ('lib2to3.pygram', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pygram.py', + 'PYMODULE'), + ('lib2to3.pytree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pytree.py', + 'PYMODULE'), + ('lib2to3', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\__init__.py', + 'PYMODULE'), + ('lib2to3.patcomp', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\patcomp.py', + 'PYMODULE'), + ('lib2to3.pgen2.parse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\parse.py', + 'PYMODULE'), + ('lib2to3.pgen2.literals', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\literals.py', + 'PYMODULE'), + ('lib2to3.fixer_util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\fixer_util.py', + 'PYMODULE'), + ('lib2to3.pgen2.token', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\token.py', + 'PYMODULE'), + ('lib2to3.pgen2.tokenize', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\tokenize.py', + 'PYMODULE'), + ('lib2to3.pgen2.driver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\driver.py', + 'PYMODULE'), + ('lib2to3.pgen2.pgen', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\pgen.py', + 'PYMODULE'), + ('lib2to3.pgen2', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\lib2to3\\pgen2\\__init__.py', + 'PYMODULE'), + ('platform', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\platform.py', + 'PYMODULE'), + ('plistlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\plistlib.py', + 'PYMODULE'), + ('pkgutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\pkgutil.py', + 'PYMODULE'), + ('zipimport', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\zipimport.py', + 'PYMODULE'), + ('runpy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\runpy.py', + 'PYMODULE'), + ('glob', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\glob.py', + 'PYMODULE'), + ('code', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\code.py', + 'PYMODULE'), + ('codeop', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\codeop.py', + 'PYMODULE'), + ('dis', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\dis.py', + 'PYMODULE'), + ('opcode', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\opcode.py', + 'PYMODULE'), + ('bdb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bdb.py', + 'PYMODULE'), + ('cmd', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\cmd.py', + 'PYMODULE'), + ('inspect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\inspect.py', + 'PYMODULE'), + ('ast', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ast.py', + 'PYMODULE'), + ('difflib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\difflib.py', + 'PYMODULE'), + ('__future__', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\__future__.py', + 'PYMODULE'), + ('_compat_pickle', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('ssl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ssl.py', + 'PYMODULE'), + ('urllib.response', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\response.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\error.py', + 'PYMODULE'), + ('hashlib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\hashlib.py', + 'PYMODULE'), + ('bisect', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\bisect.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('urllib.parse', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('http.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\http\\client.py', + 'PYMODULE'), + ('decimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\decimal.py', + 'PYMODULE'), + ('_pydecimal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_pydecimal.py', + 'PYMODULE'), + ('numbers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\numbers.py', + 'PYMODULE'), + ('datetime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\datetime.py', + 'PYMODULE'), + ('_strptime', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_strptime.py', + 'PYMODULE'), + ('base64', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\base64.py', + 'PYMODULE'), + ('hmac', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\hmac.py', + 'PYMODULE'), + ('multiprocessing.context', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\secrets.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('tempfile', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tempfile.py', + 'PYMODULE'), + ('struct', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\struct.py', + 'PYMODULE'), + ('socket', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\socket.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('test', '-', 'PYMODULE'), + ('signal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\signal.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('subprocess', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\subprocess.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('multiprocessing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('os', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\os.py', + 'PYMODULE'), + ('win32com', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32con', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('win32com.server.exception', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('winerror', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32com.server.policy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('imp', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\imp.py', + 'PYMODULE'), + ('pythoncom', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\uuid.py', + 'PYMODULE'), + ('ctypes.util', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('netbios', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\win32\\lib\\netbios.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources.py31compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('pkg_resources.py2_warn', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pkg_resources\\py2_warn.py', + 'PYMODULE'), + ('_py_abc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\_py_abc.py', + 'PYMODULE'), + ('tracemalloc', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\tracemalloc.py', + 'PYMODULE'), + ('stringprep', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\stringprep.py', + 'PYMODULE'), + ('random', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\random.py', + 'PYMODULE'), + ('ctypes', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._endian', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('pygame', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\__init__.py', + 'PYMODULE'), + ('pygame.colordict', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\colordict.py', + 'PYMODULE'), + ('pygame.macosx', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\macosx.py', + 'PYMODULE'), + ('pygame.pkgdata', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\pkgdata.py', + 'PYMODULE'), + ('pygame.sndarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sndarray.py', + 'PYMODULE'), + ('pygame._numpysndarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_numpysndarray.py', + 'PYMODULE'), + ('pygame.surfarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\surfarray.py', + 'PYMODULE'), + ('pygame._numpysurfarray', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\_numpysurfarray.py', + 'PYMODULE'), + ('pygame.sysfont', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sysfont.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('pygame.ftfont', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\ftfont.py', + 'PYMODULE'), + ('pygame.threads', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\threads\\__init__.py', + 'PYMODULE'), + ('pygame.sprite', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\sprite.py', + 'PYMODULE'), + ('pygame.cursors', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\cursors.py', + 'PYMODULE'), + ('pygame.compat', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\compat.py', + 'PYMODULE'), + ('pygame.version', + 'c:\\users\\slava\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\pygame\\version.py', + 'PYMODULE')]) diff --git a/Rise/build/rise/Rise.exe b/Rise/build/rise/Rise.exe new file mode 100644 index 0000000..07eb7d9 Binary files /dev/null and b/Rise/build/rise/Rise.exe differ diff --git a/Rise/build/rise/base_library.zip b/Rise/build/rise/base_library.zip new file mode 100644 index 0000000..bdb215d Binary files /dev/null and b/Rise/build/rise/base_library.zip differ diff --git a/Rise/build/rise/rise.exe.manifest b/Rise/build/rise/rise.exe.manifest new file mode 100644 index 0000000..f204bf5 --- /dev/null +++ b/Rise/build/rise/rise.exe.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Rise/build/rise/warn-rise.txt b/Rise/build/rise/warn-rise.txt new file mode 100644 index 0000000..4cf8913 --- /dev/null +++ b/Rise/build/rise/warn-rise.txt @@ -0,0 +1,66 @@ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean this module is required for running you program. Python and +Python 3rd-party packages include a lot of conditional or optional modules. For +example the module 'ntpath' only exists on Windows, whereas the module +'posixpath' only exists on Posix systems. + +Types if import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported from within a function +* optional: imported within a try-except-statement + +IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for + yourself tracking down the missing module. Thanks! + +missing module named 'multiprocessing.forking' - imported by C:\Users\Slava\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_multiprocessing.py (optional) +missing module named 'org.python' - imported by copy (optional), setuptools.sandbox (conditional), xml.sax (delayed, conditional) +missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level) +excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level), PyInstaller.loader.pyimod02_archive (delayed, conditional) +missing module named urllib.pathname2url - imported by urllib (conditional), PyInstaller.lib.modulegraph._compat (conditional) +missing module named posix - imported by os (conditional, optional), shutil (conditional) +missing module named resource - imported by posix (top-level) +missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed), distutils.archive_util (optional) +missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), http.server (delayed, optional), webbrowser (delayed), distutils.util (delayed, conditional, optional), distutils.archive_util (optional), netrc (delayed, conditional), getpass (delayed) +missing module named _scproxy - imported by urllib.request (conditional) +missing module named termios - imported by tty (top-level), getpass (optional) +missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional) +missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) +missing module named vms_lib - imported by platform (delayed, conditional, optional) +missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional) +missing module named java - imported by platform (delayed) +missing module named _winreg - imported by platform (delayed, optional), pygame (conditional), pygame.sysfont (conditional), pkg_resources._vendor.appdirs (delayed, conditional) +missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional) +missing module named org - imported by pickle (optional) +missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) +missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) +missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named test.support - imported by test (delayed), multiprocessing.util (delayed) +missing module named _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed) +missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named 'win32com.gen_py' - imported by win32com (conditional, optional), C:\Users\Slava\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_win32comgenpy.py (top-level) +missing module named pyimod03_importers - imported by PyInstaller.loader.pyimod02_archive (delayed, conditional), C:\Users\Slava\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py (top-level) +missing module named 'com.sun' - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional) +missing module named com - imported by pkg_resources._vendor.appdirs (delayed) +missing module named StringIO - imported by setuptools._vendor.six (conditional), PyInstaller.lib.modulegraph._compat (conditional), PyInstaller.lib.modulegraph.zipio (conditional), pkg_resources._vendor.six (conditional) +missing module named _uuid - imported by uuid (optional) +missing module named __builtin__ - imported by pkg_resources._vendor.pyparsing (conditional), setuptools._vendor.pyparsing (conditional) +missing module named ordereddict - imported by pkg_resources._vendor.pyparsing (optional), setuptools._vendor.pyparsing (optional) +missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.requirements (top-level), pkg_resources._vendor.packaging.markers (top-level) +missing module named pkg_resources.extern.packaging - imported by pkg_resources.extern (top-level), pkg_resources (top-level) +missing module named pkg_resources.extern.appdirs - imported by pkg_resources.extern (top-level), pkg_resources (top-level) +missing module named 'pkg_resources.extern.six.moves' - imported by pkg_resources (top-level), pkg_resources._vendor.packaging.requirements (top-level) +missing module named pkg_resources.extern.six - imported by pkg_resources.extern (top-level), pkg_resources (top-level), pkg_resources.py31compat (top-level) +missing module named copy_reg - imported by cStringIO (top-level), cPickle (top-level), pygame (conditional) +missing module named 'pygame._view' - imported by pygame (delayed) +missing module named pygame.sdlmain_osx - imported by pygame (top-level), pygame.macosx (top-level) +missing module named OpenGL - imported by pygame (delayed) +missing module named numpy - imported by pygame._numpysurfarray (top-level), pygame._numpysndarray (top-level), pygame (delayed), setuptools.msvc (delayed, conditional) +missing module named 'pygame.movie' - imported by pygame (optional) +missing module named pygame.SRCALPHA - imported by pygame (top-level), pygame.ftfont (top-level) +missing module named Queue - imported by pygame.threads (conditional) +missing module named Py25Queue - imported by pygame.threads (conditional) +missing module named cStringIO - imported by pygame.compat (conditional), cPickle (top-level), cffi.ffiplatform (optional) diff --git a/Rise/build/rise/xref-rise.html b/Rise/build/rise/xref-rise.html new file mode 100644 index 0000000..7734767 --- /dev/null +++ b/Rise/build/rise/xref-rise.html @@ -0,0 +1,15411 @@ + + + + + modulegraph cross reference for main.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_win32comgenpy.py + + + +

modulegraph cross reference for main.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_win32comgenpy.py

+ +
+ + main.py +Script
+imports: + _bootlocale + • _collections_abc + • _weakrefset + • abc + • codecs + • collections + • collections.abc + • copyreg + • ctypes + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • enum + • functools + • heapq + • io + • keyword + • linecache + • locale + • operator + • pkg_resources.py2_warn + • pygame + • pyi_rth_multiprocessing.py + • pyi_rth_pkgres.py + • pyi_rth_win32comgenpy.py + • random + • re + • reprlib + • sre_compile + • sre_constants + • sre_parse + • sys + • traceback + • types + • warnings + • weakref + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + 'multiprocessing.forking' + • multiprocessing + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • os + • re + • subprocess + • sys + +
+
+imported by: + main.py + +
+ +
+ +
+ + pyi_rth_pkgres.py +Script
+imports: + pkg_resources + • pyimod03_importers + +
+
+imported by: + main.py + +
+ +
+ +
+ + pyi_rth_win32comgenpy.py +Script
+imports: + 'win32com.gen_py' + • atexit + • os + • shutil + • tempfile + • win32com + +
+
+imported by: + main.py + +
+ +
+ +
+ + 'com.sun' +MissingModule
+imported by: + pkg_resources._vendor.appdirs + +
+ +
+ +
+ + 'java.lang' +MissingModule
+imported by: + platform + • xml.sax._exceptions + +
+ +
+ +
+ + 'multiprocessing.forking' +MissingModule
+imported by: + pyi_rth_multiprocessing.py + +
+ +
+ +
+ + 'org.python' +MissingModule
+imported by: + copy + • setuptools.sandbox + • xml.sax + +
+ +
+ +
+ + 'pkg_resources.extern.pyparsing' +MissingModule
+imported by: + pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + 'pkg_resources.extern.six.moves' +MissingModule
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + 'pygame._view' +MissingModule
+imported by: + pygame + +
+ +
+ +
+ + 'pygame.movie' +MissingModule
+imported by: + pygame + +
+ +
+ +
+ + 'setuptools._vendor.six.moves' +MissingModule
+imported by: + 'setuptools._vendor.six.moves' + +
+ +
+ +
+ + 'win32com.gen_py' +MissingModule
+imported by: + pyi_rth_win32comgenpy.py + • win32com + +
+ +
+ +
+ + OpenGL +MissingModule
+imported by: + pygame + +
+ +
+ +
+ + Py25Queue +MissingModule
+imported by: + pygame.threads + +
+ +
+ +
+ + Queue +MissingModule
+imported by: + pygame.threads + +
+ +
+ +
+ + StringIO +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • pkg_resources._vendor.six + • setuptools._vendor.six + +
+ +
+ +
+ + __builtin__ +MissingModule
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + PyInstaller.building.build_main + • PyInstaller.compat + • PyInstaller.depend.analysis + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • codeop + • doctest + • ordlookup + • pefile + • pkg_resources + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.six + • setuptools._vendor.packaging + • setuptools._vendor.packaging.__about__ + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging._structures + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.six + • setuptools.config + • win32ctypes.core + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_asyncio.pyd
+imported by: + asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + _bisect (builtin module)
+imported by: + bisect + +
+ +
+ +
+ + _blake2 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _bootlocale +SourceModule
+imports: + _locale + • locale + • sys + +
+
+imported by: + locale + • main.py + +
+ +
+ +
+ + _bz2 c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_bz2.pyd
+imported by: + bz2 + +
+ +
+ +
+ + _codecs (builtin module)
+imported by: + codecs + +
+ +
+ +
+ + _codecs_cn (builtin module)
+imported by: + encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + +
+ +
+ +
+ + _codecs_hk (builtin module)
+imported by: + encodings.big5hkscs + +
+ +
+ +
+ + _codecs_iso2022 (builtin module)
+imported by: + encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + +
+ +
+ +
+ + _codecs_jp (builtin module)
+imported by: + encodings.cp932 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _codecs_kr (builtin module)
+imported by: + encodings.cp949 + • encodings.euc_kr + • encodings.johab + +
+ +
+ +
+ + _codecs_tw (builtin module)
+imported by: + encodings.big5 + • encodings.cp950 + +
+ +
+ +
+ + _collections (builtin module)
+imported by: + collections + • threading + +
+ +
+ +
+ + _collections_abc +SourceModule
+imports: + abc + • sys + +
+
+imported by: + collections + • collections.abc + • contextlib + • locale + • main.py + • os + • pathlib + • random + • types + • weakref + +
+ +
+ +
+ + _compat_pickle +SourceModule
+imported by: + _pickle + • pickle + +
+ +
+ +
+ + _compression +SourceModule
+imports: + io + +
+
+imported by: + bz2 + • gzip + • lzma + +
+ +
+ +
+ + _contextvars (builtin module)
+imported by: + contextvars + +
+ +
+ +
+ + _csv (builtin module)
+imported by: + csv + +
+ +
+ +
+ + _ctypes c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_ctypes.pyd
+imported by: + ctypes + +
+ +
+ +
+ + _datetime (builtin module)
+imports: + _strptime + • time + +
+
+imported by: + datetime + +
+ +
+ +
+ + _decimal c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_decimal.pyd
+imported by: + decimal + +
+ +
+ +
+ + _elementtree c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_elementtree.pyd
+imports: + pyexpat + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+
+imported by: + xml.etree.ElementTree + +
+ +
+ +
+ + _frozen_importlib +ExcludedModule
+imported by: + PyInstaller.loader.pyimod02_archive + • importlib + • importlib.abc + • zipimport + +
+ +
+ +
+ + _frozen_importlib_external +MissingModule
+imported by: + importlib + • importlib._bootstrap + • importlib.abc + • zipimport + +
+ +
+ +
+ + _functools (builtin module)
+imported by: + functools + +
+ +
+ +
+ + _hashlib c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_hashlib.pyd
+imported by: + hashlib + • hmac + +
+ +
+ +
+ + _heapq (builtin module)
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + distutils.sysconfig + • imp + • importlib + • importlib.machinery + • importlib.util + • pkg_resources + • zipimport + +
+ +
+ +
+ + _io (builtin module)
+imported by: + io + • zipimport + +
+ +
+ +
+ + _json (builtin module)
+imports: + json.decoder + +
+
+imported by: + json.decoder + • json.encoder + • json.scanner + +
+ +
+ +
+ + _locale (builtin module)
+imported by: + _bootlocale + • locale + • re + +
+ +
+ +
+ + _lzma c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_lzma.pyd
+imported by: + lzma + +
+ +
+ +
+ + _markupbase +SourceModule
+imports: + re + +
+
+imported by: + html.parser + +
+ +
+ +
+ + _md5 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _multibytecodec (builtin module)
+imported by: + encodings.big5 + • encodings.big5hkscs + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.johab + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _multiprocessing c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_multiprocessing.pyd
+imported by: + multiprocessing.connection + • multiprocessing.queues + • multiprocessing.resource_tracker + • multiprocessing.synchronize + +
+ +
+ +
+ + _opcode (builtin module)
+imported by: + opcode + +
+ +
+ +
+ + _operator (builtin module)
+imported by: + hmac + • operator + +
+ +
+ +
+ + _osx_support +SourceModule
+imports: + contextlib + • distutils + • distutils.log + • os + • re + • sys + • tempfile + +
+
+imported by: + distutils.sysconfig + • distutils.util + • sysconfig + +
+ +
+ +
+ + _overlapped c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_overlapped.pyd
+imported by: + asyncio.windows_events + +
+ +
+ +
+ + _pickle (builtin module)
+imports: + _compat_pickle + • codecs + • copyreg + +
+
+imported by: + pickle + +
+ +
+ +
+ + _posixshmem +MissingModule
+imported by: + multiprocessing.resource_tracker + • multiprocessing.shared_memory + +
+ +
+ +
+ + _posixsubprocess +MissingModule
+imports: + gc + +
+
+imported by: + multiprocessing.util + • subprocess + +
+ +
+ +
+ + _py_abc +SourceModule
+imports: + _weakrefset + +
+
+imported by: + abc + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ +
+ + _queue c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_queue.pyd
+imported by: + queue + +
+ +
+ +
+ + _random (builtin module)
+imported by: + random + +
+ +
+ +
+ + _scproxy +MissingModule
+imported by: + urllib.request + +
+ +
+ +
+ + _sha1 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha256 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha3 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha512 (builtin module)
+imported by: + hashlib + • random + +
+ +
+ +
+ + _signal (builtin module)
+imported by: + signal + +
+ +
+ +
+ + _socket c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_socket.pyd
+imported by: + socket + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + sre_compile + • sre_constants + +
+ +
+ +
+ + _ssl c:\users\slava\appdata\local\programs\python\python38-32\DLLs\_ssl.pyd
+imports: + socket + +
+
+imported by: + ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _string (builtin module)
+imported by: + string + +
+ +
+ +
+ + _strptime +SourceModule
+imports: + _thread + • calendar + • datetime + • locale + • re + • time + +
+
+imported by: + _datetime + • datetime + • time + +
+ +
+ +
+ + _struct (builtin module)
+imported by: + struct + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + PyInstaller.loader.pyimod02_archive + • _strptime + • cffi.cparser + • cffi.lock + • functools + • pkg_resources._vendor.pyparsing + • reprlib + • setuptools._vendor.pyparsing + • tempfile + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _uuid +MissingModule
+imported by: + uuid + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + warnings + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + +
+
+imported by: + _py_abc + • main.py + • multiprocessing.process + • threading + • weakref + +
+ +
+ +
+ + _win32sysloader c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\win32\_win32sysloader.pyd
+imported by: + pywintypes + +
+ +
+ +
+ + _winapi (builtin module)
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • encodings + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.popen_spawn_win32 + • multiprocessing.reduction + • multiprocessing.shared_memory + • multiprocessing.spawn + • subprocess + +
+ +
+ +
+ + _winreg +MissingModule
+imported by: + pkg_resources._vendor.appdirs + • platform + • pygame + • pygame.sysfont + +
+ +
+ +
+ + abc +SourceModule
+imports: + _abc + • _py_abc + +
+
+imported by: + _collections_abc + • contextlib + • email._policybase + • functools + • importlib.abc + • importlib.metadata + • inspect + • io + • main.py + • multiprocessing.reduction + • numbers + • os + • pkg_resources._vendor.packaging.specifiers + • selectors + • setuptools._vendor.packaging.specifiers + • typing + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + PyInstaller.__main__ + • PyInstaller.building.makespec + • calendar + • code + • dis + • doctest + • gzip + • http.server + • inspect + • pickle + • tarfile + • tokenize + • unittest.main + • zipfile + +
+ +
+ +
+ + array (builtin module)
+imported by: + multiprocessing.dummy + • multiprocessing.managers + • multiprocessing.reduction + • pkg_resources._vendor.appdirs + • setuptools.py33compat + +
+ +
+ +
+ + ast +SourceModule
+imports: + _ast + • collections + • inspect + • warnings + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • inspect + • setuptools.config + +
+ +
+ +
+ + asyncio +Package
+imports: + asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • sys + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.log + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • unittest.async_case + +
+ +
+ +
+ + asyncio.DefaultEventLoopPolicy +MissingModule
+imported by: + asyncio + • asyncio.events + +
+ +
+ +
+ + asyncio.base_events +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.staggered + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • collections + • collections.abc + • concurrent.futures + • functools + • heapq + • itertools + • os + • socket + • ssl + • stat + • subprocess + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + asyncio + • asyncio.format_helpers + • reprlib + +
+
+imported by: + asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.futures + +
+ +
+ +
+ + asyncio.base_subprocess +SourceModule
+imports: + asyncio + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • subprocess + • warnings + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.base_tasks +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • linecache + • traceback + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.constants +SourceModule
+imports: + asyncio + • enum + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.coroutines +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.constants + • asyncio.format_helpers + • asyncio.log + • collections.abc + • functools + • inspect + • os + • sys + • traceback + • types + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_tasks + • asyncio.locks + • asyncio.runners + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.events +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.exceptions + • asyncio.format_helpers + • contextvars + • os + • socket + • subprocess + • sys + • threading + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.locks + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.exceptions +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.events + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.staggered + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.format_helpers +SourceModule
+imports: + asyncio + • asyncio.constants + • functools + • inspect + • reprlib + • sys + • traceback + +
+
+imported by: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • asyncio.events + • asyncio.futures + • asyncio.streams + +
+ +
+ +
+ + asyncio.futures +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_futures + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • concurrent.futures + • contextvars + • logging + • sys + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.locks + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • collections + • types + • warnings + +
+
+imported by: + asyncio + • asyncio.queues + • asyncio.staggered + +
+ +
+ +
+ + asyncio.log +SourceModule
+imports: + asyncio + • logging + +
+
+imported by: + asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.proactor_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • io + • os + • signal + • socket + • threading + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.protocols +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.queues +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.locks + • collections + • heapq + • warnings + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.runners +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.tasks + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.selector_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.events + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • errno + • functools + • selectors + • socket + • ssl + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.sslproto +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • ssl + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.staggered +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.locks + • asyncio.tasks + • contextlib + • typing + +
+
+imported by: + asyncio + • asyncio.base_events + +
+ +
+ +
+ + asyncio.streams +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.log + • asyncio.protocols + • asyncio.tasks + • socket + • sys + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.subprocess +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.log + • asyncio.protocols + • asyncio.streams + • asyncio.tasks + • subprocess + • warnings + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.tasks +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.queues + • concurrent.futures + • contextvars + • functools + • inspect + • itertools + • types + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.runners + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.transports +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.trsock +SourceModule
+imports: + asyncio + • socket + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.unix_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.selector_events + • asyncio.tasks + • asyncio.transports + • errno + • io + • itertools + • os + • selectors + • signal + • socket + • stat + • subprocess + • sys + • threading + • warnings + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_events +SourceModule
+imports: + _overlapped + • _winapi + • asyncio + • asyncio.base_subprocess + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.windows_utils + • errno + • math + • msvcrt + • socket + • struct + • time + • weakref + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_utils +SourceModule
+imports: + _winapi + • asyncio + • itertools + • msvcrt + • os + • subprocess + • sys + • tempfile + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + atexit (builtin module)
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • logging + • multiprocessing.util + • pygame + • pyi_rth_win32comgenpy.py + • setuptools.ssl_support + • weakref + +
+ +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + • warnings + +
+
+imported by: + email._encoded_words + • email.base64mime + • email.encoders + • encodings.base64_codec + • http.server + • pycparser.ply.yacc + • secrets + • setuptools.package_index + • ssl + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + bdb +SourceModule
+imports: + fnmatch + • inspect + • linecache + • os + • reprlib + • sys + • warnings + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii (builtin module)
+imported by: + base64 + • cffi.verifier + • email._encoded_words + • email.base64mime + • email.contentmanager + • email.header + • encodings.hex_codec + • encodings.uu_codec + • http.server + • plistlib + • quopri + • secrets + • uu + • zipfile + +
+ +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + multiprocessing.heap + • random + • urllib.request + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + PyInstaller.compat + • builtins + • bz2 + • codecs + • doctest + • gettext + • gzip + • inspect + • locale + • lzma + • operator + • pefile + • pydoc + • reprlib + • subprocess + • tarfile + • tokenize + • warnings + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + • threading + • warnings + +
+
+imported by: + encodings.bz2_codec + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + cPickle +MissingModule
+imports: + cStringIO + • copy_reg + +
+
+imported by: + pycparser.ply.yacc + +
+ +
+ +
+ + cStringIO +MissingModule
+imports: + copy_reg + +
+
+imported by: + cPickle + • cffi.ffiplatform + • pygame.compat + +
+ +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • itertools + • locale + • sys + +
+
+imported by: + _strptime + • email._parseaddr + • http.cookiejar + • ssl + +
+ +
+ +
+ + cmd +SourceModule
+imports: + readline + • string + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + code +SourceModule
+imports: + argparse + • codeop + • readline + • sys + • traceback + +
+
+imported by: + pdb + +
+ +
+ +
+ + codecs +SourceModule
+imports: + _codecs + • builtins + • encodings + • sys + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.misc + • PyInstaller.utils.win32.versioninfo + • _pickle + • encodings + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • json + • lib2to3.pgen2.tokenize + • main.py + • pefile + • pickle + • plistlib + • tokenize + • win32com.client.genpy + • win32com.client.makepy + • xml.sax.saxutils + +
+ +
+ +
+ + codeop +SourceModule
+imports: + __future__ + • warnings + +
+
+imported by: + code + +
+ +
+ +
+ + collections +Package
+imports: + _collections + • _collections_abc + • _weakref + • collections.Callable + • collections.Iterable + • collections.MutableMapping + • collections.MutableSet + • collections.Sequence + • collections.Set + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.depend.bindepend + • PyInstaller.lib.modulegraph.modulegraph + • _pydecimal + • altgraph.Graph + • altgraph.GraphUtil + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • cffi.api + • collections.abc + • concurrent.futures._base + • configparser + • contextlib + • difflib + • dis + • doctest + • email.feedparser + • functools + • importlib.metadata + • inspect + • lib2to3.btm_matcher + • lib2to3.refactor + • main.py + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • pefile + • pkg_resources + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • pkgutil + • platform + • pprint + • pydoc + • queue + • selectors + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging.version + • setuptools._vendor.pyparsing + • setuptools.command.egg_info + • setuptools.config + • setuptools.dist + • setuptools.py33compat + • shlex + • shutil + • ssl + • string + • threading + • tokenize + • traceback + • typing + • unittest.case + • unittest.util + • urllib.parse + • xml.etree.ElementTree + +
+ +
+ +
+ + collections.Callable +MissingModule
+imported by: + cffi.api + • collections + +
+ +
+ +
+ + collections.Iterable +MissingModule
+imported by: + collections + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.MutableMapping +MissingModule
+imported by: + collections + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.MutableSet +MissingModule
+imported by: + collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.Sequence +MissingModule
+imported by: + PyInstaller.compat + • collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.Set +MissingModule
+imported by: + PyInstaller.compat + • collections + +
+ +
+ +
+ + collections.abc +SourceModule
+imports: + _collections_abc + • collections + +
+
+imported by: + PyInstaller.compat + • asyncio.base_events + • asyncio.coroutines + • cgi + • configparser + • http.client + • inspect + • logging + • main.py + • pkg_resources._vendor.pyparsing + • selectors + • setuptools._vendor.ordered_set + • setuptools._vendor.pyparsing + • tracemalloc + • typing + • xml.etree.ElementTree + +
+ +
+ +
+ + com +MissingModule
+imported by: + pkg_resources._vendor.appdirs + +
+ +
+ +
+ + commctrl +SourceModule
+imported by: + pywin.dialogs.list + +
+ +
+ +
+ + concurrent +Package
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures +Package
+imports: + concurrent + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + +
+
+imported by: + asyncio.base_events + • asyncio.futures + • asyncio.tasks + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • distutils.command.build_ext + +
+ +
+ +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • warnings + +
+
+imported by: + concurrent.futures + • concurrent.futures.process + • concurrent.futures.thread + +
+ +
+ +
+ + concurrent.futures.process +SourceModule
+imports: + atexit + • concurrent.futures + • concurrent.futures._base + • functools + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.queues + • os + • queue + • sys + • threading + • traceback + • warnings + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + atexit + • concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • warnings + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + configparser +SourceModule
+imports: + collections + • collections.abc + • functools + • io + • itertools + • os + • re + • sys + • warnings + +
+
+imported by: + configparser + • distutils.config + • distutils.dist + • importlib.metadata + +
+ +
+ +
+ + contextlib +SourceModule
+imports: + _collections_abc + • abc + • collections + • functools + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • _osx_support + • _threading_local + • asyncio.staggered + • distutils.command.build_ext + • getpass + • http.server + • importlib.metadata + • importlib.util + • plistlib + • setuptools.archive_util + • setuptools.command.easy_install + • setuptools.command.sdist + • setuptools.config + • setuptools.depends + • setuptools.sandbox + • subprocess + • typing + • unittest.case + • urllib.request + • win32ctypes.pywin32.pywintypes + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+
+imported by: + _pydecimal + • asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + copy +SourceModule
+imports: + 'org.python' + • copyreg + • types + • weakref + +
+
+imported by: + PyInstaller.depend.analysis + • PyInstaller.utils.hooks + • _sre + • argparse + • collections + • email.generator + • gettext + • http.cookiejar + • http.server + • pkg_resources._vendor.pyparsing + • pycparser.ply.lex + • setuptools._vendor.pyparsing + • tarfile + • weakref + • webbrowser + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + +
+ +
+ +
+ + copy_reg +MissingModule
+imported by: + cPickle + • cStringIO + • pygame + +
+ +
+ +
+ + copyreg +SourceModule
+imported by: + _pickle + • copy + • main.py + • multiprocessing.reduction + • pickle + • pygame + • re + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + ctypes +Package
+imports: + _ctypes + • ctypes._endian + • nt + • os + • struct + • sys + +
+
+imported by: + PyInstaller.depend.utils + • ctypes._aix + • ctypes._endian + • ctypes.macholib + • ctypes.util + • main.py + • multiprocessing.sharedctypes + • pkg_resources._vendor.appdirs + • setuptools._vendor.packaging.tags + • setuptools.windows_support + • uuid + +
+ +
+ +
+ + ctypes._aix +SourceModule
+imports: + ctypes + • os + • re + • subprocess + • sys + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes._endian +SourceModule
+imports: + ctypes + • sys + +
+
+imported by: + ctypes + +
+ +
+ +
+ + ctypes.macholib +Package
+imports: + ctypes + +
+
+imported by: + ctypes.macholib.dyld + • ctypes.macholib.dylib + • ctypes.macholib.framework + +
+ +
+ +
+ + ctypes.macholib.dyld +SourceModule
+imports: + ctypes.macholib + • ctypes.macholib.dylib + • ctypes.macholib.framework + • itertools + • os + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes.macholib.dylib +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.macholib.framework +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.util +SourceModule
+imports: + ctypes + • ctypes._aix + • ctypes.macholib.dyld + • importlib.machinery + • os + • re + • shutil + • struct + • subprocess + • sys + • tempfile + +
+
+imported by: + PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • cffi.api + • uuid + +
+ +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _strptime + • math + • sys + • time + • warnings + +
+
+imported by: + _strptime + • calendar + • email.utils + • http.cookiejar + • http.server + • pkg_resources._vendor.pyparsing + • plistlib + • setuptools._vendor.pyparsing + • win32com.client.build + • xmlrpc.client + +
+ +
+ +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + +
+
+imported by: + xmlrpc.client + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • doctest + • heapq + • re + +
+
+imported by: + difflib + • doctest + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + PyInstaller.depend.utils + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.modulegraph + • inspect + • pdb + • setuptools.py33compat + +
+ +
+ +
+ + distutils +Package
+imports: + distutils.archive_util + • distutils.log + • distutils.sysconfig + • sys + +
+
+imported by: + _osx_support + • cffi.api + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.install + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.config + • distutils.core + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.errors + • distutils.extension + • distutils.fancy_getopt + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.msvc9compiler + • distutils.spawn + • distutils.sysconfig + • distutils.text_file + • distutils.util + • distutils.version + • distutils.versionpredicate + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.installer + • setuptools.package_index + • setuptools.wheel + +
+ +
+ +
+ + distutils.archive_util +SourceModule
+imports: + distutils + • distutils.dir_util + • distutils.errors + • distutils.log + • distutils.spawn + • grp + • os + • pwd + • sys + • tarfile + • warnings + • zipfile + +
+
+imported by: + distutils + • distutils.cmd + • distutils.command.sdist + +
+ +
+ +
+ + distutils.debug +SourceModule
+imports: + distutils + • os + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.install + • distutils.core + • distutils.dist + • distutils.filelist + • distutils.spawn + • setuptools.dist + +
+ +
+ +
+ + distutils.dep_util +SourceModule
+imports: + distutils + • distutils.errors + • os + • stat + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.file_util + • distutils.util + +
+ +
+ +
+ + distutils.dir_util +SourceModule
+imports: + distutils + • distutils.errors + • distutils.file_util + • distutils.log + • errno + • os + +
+
+imported by: + cffi.api + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.sdist + • distutils.util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.errors +SourceModule
+imports: + distutils + +
+
+imported by: + cffi.ffiplatform + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.build_ext + • distutils.command.install + • distutils.command.sdist + • distutils.core + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.fancy_getopt + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.spawn + • distutils.sysconfig + • distutils.util + • setuptools + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.config + • setuptools.dist + • setuptools.extension + • setuptools.installer + • setuptools.msvc + • setuptools.package_index + • setuptools.sandbox + +
+ +
+ +
+ + distutils.file_util +SourceModule
+imports: + distutils + • distutils.dep_util + • distutils.errors + • distutils.log + • errno + • ntpath + • os + • stat + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.install + • distutils.command.sdist + • distutils.dir_util + • distutils.util + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.filelist +SourceModule
+imports: + distutils + • distutils.debug + • distutils.errors + • distutils.log + • distutils.util + • fnmatch + • functools + • os + • re + +
+
+imported by: + distutils.command.sdist + • distutils.util + • setuptools + • setuptools.command.egg_info + • setuptools.monkey + +
+ +
+ +
+ + distutils.log +SourceModule
+imports: + distutils + • sys + +
+
+imported by: + _osx_support + • cffi.ffiplatform + • distutils + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.install + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.dir_util + • distutils.dist + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.spawn + • distutils.util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.dist + • setuptools.installer + • setuptools.package_index + • setuptools.wheel + +
+ +
+ +
+ + distutils.spawn +SourceModule
+imports: + distutils + • distutils.debug + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + • sys + +
+
+imported by: + PyInstaller.depend.utils + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.util + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.sysconfig +SourceModule
+imports: + _imp + • _osx_support + • distutils + • distutils.errors + • distutils.text_file + • distutils.util + • os + • re + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • cffi.api + • distutils + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.install + • distutils.extension + • distutils.spawn + • distutils.util + • pywintypes + • setuptools.command.bdist_egg + +
+ +
+ +
+ + distutils.text_file +SourceModule
+imports: + distutils + • io + • sys + +
+
+imported by: + distutils.command.sdist + • distutils.extension + • distutils.sysconfig + +
+ +
+ +
+ + distutils.util +SourceModule
+imports: + _osx_support + • distutils + • distutils.dep_util + • distutils.dir_util + • distutils.errors + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.spawn + • distutils.sysconfig + • importlib.util + • lib2to3.refactor + • os + • pwd + • py_compile + • re + • string + • subprocess + • sys + • tempfile + +
+
+imported by: + distutils._msvccompiler + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.install + • distutils.command.sdist + • distutils.dist + • distutils.extension + • distutils.filelist + • distutils.msvc9compiler + • distutils.sysconfig + • setuptools + • setuptools._vendor.packaging.tags + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.py36compat + • setuptools.command.setopt + • setuptools.dist + • setuptools.wheel + +
+ +
+ +
+ + doctest +SourceModule
+imports: + __future__ + • argparse + • builtins + • collections + • difflib + • inspect + • io + • linecache + • os + • pdb + • re + • sys + • traceback + • unittest + +
+
+imported by: + difflib + • heapq + • pickle + +
+ +
+ +
+ + email +Package
+imports: + email._header_value_parser + • email.charset + • email.errors + • email.header + • email.parser + +
+
+imported by: + distutils.dist + • email._encoded_words + • email._header_value_parser + • email._parseaddr + • email._policybase + • email.base64mime + • email.charset + • email.contentmanager + • email.encoders + • email.errors + • email.feedparser + • email.generator + • email.header + • email.headerregistry + • email.iterators + • email.message + • email.parser + • email.policy + • email.quoprimime + • email.utils + • importlib.metadata + • setuptools.dist + • setuptools.wheel + • urllib.request + +
+ +
+ +
+ + email._encoded_words +SourceModule
+imports: + base64 + • binascii + • email + • email.errors + • functools + • re + • string + +
+
+imported by: + email._header_value_parser + • email.message + +
+ +
+ +
+ + email._header_value_parser +SourceModule
+imports: + email + • email._encoded_words + • email.errors + • email.utils + • operator + • re + • string + • sys + • urllib + +
+
+imported by: + email + • email.headerregistry + +
+ +
+ +
+ + email._parseaddr +SourceModule
+imports: + calendar + • email + • time + +
+
+imported by: + email.utils + +
+ +
+ +
+ + email._policybase +SourceModule
+imports: + abc + • email + • email.charset + • email.header + • email.utils + +
+
+imported by: + email.feedparser + • email.message + • email.parser + • email.policy + +
+ +
+ +
+ + email.base64mime +SourceModule
+imports: + base64 + • binascii + • email + +
+
+imported by: + email.charset + • email.header + +
+ +
+ +
+ + email.charset +SourceModule
+imports: + email + • email.base64mime + • email.encoders + • email.errors + • email.quoprimime + • functools + +
+
+imported by: + email + • email._policybase + • email.contentmanager + • email.header + • email.message + • email.utils + +
+ +
+ +
+ + email.contentmanager +SourceModule
+imports: + binascii + • email + • email.charset + • email.errors + • email.message + • email.quoprimime + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.encoders +SourceModule
+imports: + base64 + • email + • quopri + +
+
+imported by: + email.charset + +
+ +
+ +
+ + email.errors +SourceModule
+imports: + email + +
+
+imported by: + email + • email._encoded_words + • email._header_value_parser + • email.charset + • email.contentmanager + • email.feedparser + • email.header + • email.headerregistry + • email.message + +
+ +
+ +
+ + email.feedparser +SourceModule
+imports: + collections + • email + • email._policybase + • email.errors + • email.message + • io + • re + +
+
+imported by: + email.parser + +
+ +
+ +
+ + email.generator +SourceModule
+imports: + copy + • email + • email.utils + • io + • random + • re + • sys + • time + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.header +SourceModule
+imports: + binascii + • email + • email.base64mime + • email.charset + • email.errors + • email.quoprimime + • re + +
+
+imported by: + email + • email._policybase + +
+ +
+ +
+ + email.headerregistry +SourceModule
+imports: + email + • email._header_value_parser + • email.errors + • email.utils + • types + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.iterators +SourceModule
+imports: + email + • io + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.message +SourceModule
+imports: + email + • email._encoded_words + • email._policybase + • email.charset + • email.errors + • email.generator + • email.iterators + • email.policy + • email.utils + • io + • quopri + • re + • uu + +
+
+imported by: + cgi + • email.contentmanager + • email.feedparser + • email.policy + • http.client + • pydoc + +
+ +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + cgi + • email + • http.client + • pkg_resources + +
+ +
+ +
+ + email.policy +SourceModule
+imports: + email + • email._policybase + • email.contentmanager + • email.headerregistry + • email.message + • email.utils + • re + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.quoprimime +SourceModule
+imports: + email + • re + • string + +
+
+imported by: + email.charset + • email.contentmanager + • email.header + +
+ +
+ +
+ + email.utils +SourceModule
+imports: + datetime + • email + • email._parseaddr + • email.charset + • os + • random + • re + • socket + • time + • urllib.parse + +
+
+imported by: + email._header_value_parser + • email._policybase + • email.generator + • email.headerregistry + • email.message + • email.policy + • http.server + • urllib.request + +
+ +
+ +
+ + encodings +Package
+imports: + _winapi + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • sys + +
+
+imported by: + codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • locale + • main.py + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+
+imported by: + encodings + • locale + • main.py + +
+ +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_centeuro +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + enum +SourceModule
+imports: + sys + • types + • warnings + +
+
+imported by: + asyncio.constants + • http + • inspect + • main.py + • plistlib + • py_compile + • re + • signal + • socket + • ssl + • uuid + +
+ +
+ +
+ + errno (builtin module)
+imported by: + PyInstaller.building.toc_conversion + • PyInstaller.compat + • PyInstaller.lib.modulegraph.zipio + • asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_events + • distutils.dir_util + • distutils.file_util + • gettext + • gzip + • multiprocessing.forkserver + • multiprocessing.queues + • multiprocessing.shared_memory + • pathlib + • pkg_resources + • pkg_resources.py31compat + • shutil + • socket + • ssl + • subprocess + • tempfile + • xmlrpc.client + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • os + • posixpath + • re + +
+
+imported by: + bdb + • distutils.filelist + • glob + • pathlib + • setuptools + • setuptools.glob + • setuptools.package_index + • shutil + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • warnings + • weakref + +
+
+imported by: + asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.selector_events + • asyncio.tasks + • concurrent.futures.process + • configparser + • contextlib + • distutils.filelist + • email._encoded_words + • email.charset + • fnmatch + • http.server + • importlib.metadata + • importlib.util + • inspect + • linecache + • locale + • main.py + • multiprocessing.reduction + • multiprocessing.shared_memory + • operator + • pathlib + • pickle + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.six + • pkgutil + • re + • setuptools + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.six + • setuptools.config + • setuptools.extension + • setuptools.monkey + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • signal + • tempfile + • tracemalloc + • types + • typing + • unittest.case + • unittest.loader + • unittest.result + • unittest.signals + • zipfile + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + ntpath + • posixpath + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • distutils.fancy_getopt + • mimetypes + • pdb + • pydoc + • quopri + • webbrowser + • win32com.client.gencache + • win32com.client.makepy + +
+ +
+ +
+ + getpass +SourceModule
+imports: + contextlib + • io + • msvcrt + • os + • pwd + • sys + • termios + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + gettext +SourceModule
+imports: + builtins + • copy + • errno + • locale + • os + • re + • struct + • sys + • warnings + +
+
+imported by: + argparse + • getopt + • optparse + +
+ +
+ +
+ + glob +SourceModule
+imports: + fnmatch + • os + • re + • sys + +
+
+imported by: + PyInstaller.building.build_main + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.depend.imphook + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.win32.winmanifest + • distutils.command.sdist + • pdb + • setuptools.command.easy_install + • setuptools.command.py36compat + • setuptools.installer + • setuptools.msvc + • webbrowser + • win32com.client.gencache + +
+ +
+ +
+ + grp +MissingModule
+imported by: + distutils.archive_util + • pathlib + • shutil + • tarfile + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + tarfile + • xmlrpc.client + +
+ +
+ +
+ + hashlib +SourceModule
+imports: + _blake2 + • _hashlib + • _md5 + • _sha1 + • _sha256 + • _sha3 + • _sha512 + • logging + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.utils.win32.winmanifest + • hmac + • pefile + • random + • setuptools.package_index + • urllib.request + • uuid + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + • doctest + +
+
+imported by: + asyncio.base_events + • asyncio.queues + • collections + • difflib + • main.py + • queue + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + multiprocessing.connection + • secrets + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + cgi + • html.entities + • html.parser + • http.server + • setuptools.py33compat + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + +
+ +
+ +
+ + html.parser +SourceModule
+imports: + _markupbase + • html + • re + • warnings + +
+
+imported by: + html.parser + +
+ +
+ +
+ + http +Package
+imports: + enum + +
+
+imported by: + http.client + • http.cookiejar + • http.server + +
+ +
+ +
+ + http.client +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • http + • io + • re + • socket + • ssl + • urllib.parse + • warnings + +
+
+imported by: + http.client + • http.cookiejar + • http.server + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + http.cookiejar +SourceModule
+imports: + calendar + • copy + • datetime + • http + • http.client + • io + • logging + • os + • re + • threading + • time + • traceback + • urllib.parse + • urllib.request + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + http.server +SourceModule
+imports: + argparse + • base64 + • binascii + • contextlib + • copy + • datetime + • email.utils + • functools + • html + • http + • http.client + • io + • mimetypes + • os + • posixpath + • pwd + • select + • shutil + • socket + • socketserver + • subprocess + • sys + • time + • urllib.parse + +
+
+imported by: + pydoc + +
+ +
+ +
+ + imp +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • sys + • tokenize + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.loader.pyimod02_archive + • cffi.vengine_cpy + • cffi.verifier + • pkg_resources + • pywintypes + • setuptools._vendor.packaging.tags + • setuptools.py27compat + • win32com + • win32com.client.gencache + +
+ +
+ +
+ + importlib +Package
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.abc + • importlib.machinery + • importlib.metadata + • importlib.util + • inspect + • pkgutil + • setuptools.config + • setuptools.monkey + • setuptools.py34compat + • win32ctypes.core + +
+ +
+ +
+ + importlib._bootstrap +SourceModule
+imports: + _frozen_importlib_external + • importlib + +
+
+imported by: + imp + • importlib + • importlib.abc + • importlib.machinery + • importlib.util + • pydoc + +
+ +
+ +
+ + importlib._bootstrap_external +SourceModule
+imports: + importlib + • importlib.metadata + • tokenize + +
+
+imported by: + imp + • importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ +
+ + importlib.abc +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • abc + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • warnings + +
+
+imported by: + importlib.metadata + • importlib.util + • win32ctypes.core + • zipimport + +
+ +
+ +
+ + importlib.machinery +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + +
+
+imported by: + PyInstaller.compat + • PyInstaller.lib.modulegraph.modulegraph + • cffi.verifier + • ctypes.util + • imp + • importlib + • importlib.abc + • inspect + • pkg_resources + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._imp + • setuptools._vendor.packaging.tags + +
+ +
+ +
+ + importlib.metadata +SourceModule
+imports: + abc + • collections + • configparser + • contextlib + • csv + • email + • functools + • importlib + • importlib.abc + • io + • itertools + • operator + • os + • pathlib + • posixpath + • re + • sys + • zipfile + +
+
+imported by: + importlib._bootstrap_external + +
+ +
+ +
+ + importlib.util +SourceModule
+imports: + _imp + • contextlib + • functools + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.abc + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.depend.utils + • distutils.util + • imp + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._imp + • setuptools.py34compat + • zipfile + +
+ +
+ +
+ + inspect +SourceModule
+imports: + abc + • argparse + • ast + • builtins + • collections + • collections.abc + • dis + • enum + • functools + • importlib + • importlib.machinery + • itertools + • linecache + • operator + • os + • re + • sys + • token + • tokenize + • types + • warnings + +
+
+imported by: + PyInstaller.lib.modulegraph.util + • ast + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.tasks + • bdb + • doctest + • pdb + • pkg_resources + • pkgutil + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • setuptools.monkey + • unittest.async_case + +
+ +
+ +
+ + io +SourceModule
+imports: + _io + • abc + +
+
+imported by: + PyInstaller.compat + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • _compression + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • cffi.ffiplatform + • cffi.recompiler + • cffi.verifier + • cgi + • configparser + • csv + • dis + • distutils.text_file + • doctest + • email.feedparser + • email.generator + • email.iterators + • email.message + • email.parser + • encodings.quopri_codec + • encodings.uu_codec + • getpass + • gzip + • http.client + • http.cookiejar + • http.server + • importlib.metadata + • lib2to3.patcomp + • lib2to3.pgen2.driver + • lib2to3.pytree + • lib2to3.refactor + • logging + • lzma + • main.py + • multiprocessing.connection + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.reduction + • os + • pathlib + • pdb + • pickle + • pkg_resources + • pkg_resources._vendor.six + • plistlib + • pprint + • pycparser + • pydoc + • pygame.compat + • quopri + • runpy + • setuptools._vendor.six + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config + • setuptools.dist + • setuptools.msvc + • shlex + • socket + • socketserver + • subprocess + • tarfile + • tempfile + • tokenize + • unittest.result + • urllib.request + • win32com.client.gencache + • xml.dom.minidom + • xml.dom.pulldom + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + itertools (builtin module)
+imported by: + _pydecimal + • asyncio.base_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_utils + • calendar + • collections + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • ctypes.macholib.dyld + • distutils._msvccompiler + • importlib.metadata + • inspect + • lib2to3.btm_matcher + • lib2to3.refactor + • multiprocessing.connection + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.util + • pickle + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.six + • plistlib + • pygame.compat + • random + • reprlib + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.version + • setuptools._vendor.six + • setuptools.dist + • setuptools.msvc + • setuptools.package_index + • setuptools.sandbox + • setuptools.wheel + • threading + • tokenize + • traceback + • weakref + • zipfile + +
+ +
+ +
+ + java +MissingModule
+imported by: + platform + +
+ +
+ +
+ + json +Package
+imports: + codecs + • json.decoder + • json.encoder + • json.scanner + • warnings + +
+
+imported by: + PyInstaller.utils.hooks.qt + • distutils._msvccompiler + • json.decoder + • json.encoder + • json.scanner + • setuptools.msvc + +
+ +
+ +
+ + json.decoder +SourceModule
+imports: + _json + • json + • json.scanner + • re + +
+
+imported by: + _json + • json + +
+ +
+ +
+ + json.encoder +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + +
+ +
+ +
+ + json.scanner +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + • json.decoder + +
+ +
+ +
+ + keyword +SourceModule
+imported by: + collections + • main.py + • win32com.client.build + +
+ +
+ +
+ + lib2to3 +Package
+imports: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.patcomp + • lib2to3.pytree + +
+
+imported by: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pygram + • lib2to3.pytree + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.btm_matcher +SourceModule
+imports: + collections + • itertools + • lib2to3 + • lib2to3.btm_utils + • lib2to3.pygram + • lib2to3.pytree + • logging + +
+
+imported by: + lib2to3 + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.btm_utils +SourceModule
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.token + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3.btm_matcher + +
+ +
+ +
+ + lib2to3.fixer_util +SourceModule
+imports: + lib2to3 + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.token + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3.refactor + +
+ +
+ +
+ + lib2to3.patcomp +SourceModule
+imports: + io + • lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3 + • lib2to3.fixer_util + +
+ +
+ +
+ + lib2to3.pgen2 +Package
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.driver +SourceModule
+imports: + io + • lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • logging + • os + • pkgutil + • sys + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.grammar +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.token + • pickle + • pprint + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.pgen + +
+ +
+ +
+ + lib2to3.pgen2.literals +SourceModule
+imports: + lib2to3.pgen2 + • re + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + +
+ +
+ +
+ + lib2to3.pgen2.parse +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.token + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + +
+ +
+ +
+ + lib2to3.pgen2.pgen +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + +
+
+imported by: + lib2to3.pgen2 + • lib2to3.pgen2.driver + +
+ +
+ +
+ + lib2to3.pgen2.token +SourceModule
+imports: + lib2to3.pgen2 + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.tokenize +SourceModule
+imports: + codecs + • lib2to3.pgen2 + • lib2to3.pgen2.token + • re + • string + • sys + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.pgen + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pygram +SourceModule
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.token + • lib2to3.pytree + • os + +
+
+imported by: + lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pytree + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pytree +SourceModule
+imports: + io + • lib2to3 + • lib2to3.pygram + • sys + +
+
+imported by: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.refactor +SourceModule
+imports: + collections + • io + • itertools + • lib2to3 + • lib2to3.btm_matcher + • lib2to3.fixer_util + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.pytree + • logging + • multiprocessing + • operator + • os + • pkgutil + • sys + +
+
+imported by: + distutils.util + +
+ +
+ +
+ + linecache +SourceModule
+imports: + functools + • os + • sys + • tokenize + +
+
+imported by: + asyncio.base_tasks + • bdb + • doctest + • inspect + • main.py + • pdb + • pkg_resources + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _bootlocale + • _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + _bootlocale + • _pydecimal + • _strptime + • calendar + • cgi + • gettext + • main.py + • xml.etree.ElementTree + +
+ +
+ +
+ + logging +Package
+imports: + atexit + • collections.abc + • io + • os + • pickle + • re + • string + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + PyInstaller.log + • asyncio.futures + • asyncio.log + • concurrent.futures._base + • hashlib + • http.cookiejar + • lib2to3.btm_matcher + • lib2to3.pgen2.driver + • lib2to3.refactor + • multiprocessing.util + • unittest.case + +
+ +
+ +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + shutil + • tarfile + • zipfile + +
+ +
+ +
+ + marshal (builtin module)
+imported by: + PyInstaller.archive.writers + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.loader.pyimod02_archive + • pkgutil + • setuptools.command.bdist_egg + • setuptools.depends + • zipimport + +
+ +
+ +
+ + math (builtin module)
+imported by: + _pydecimal + • asyncio.windows_events + • datetime + • pefile + • random + • selectors + +
+ +
+ +
+ + mimetypes +SourceModule
+imports: + getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + http.server + • urllib.request + +
+ +
+ +
+ + mmap (builtin module)
+imported by: + multiprocessing.heap + • multiprocessing.shared_memory + • pefile + +
+ +
+ +
+ + msvcrt (builtin module)
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • getpass + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • subprocess + +
+ +
+ +
+ + multiprocessing +Package
+imports: + multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.get_context + • multiprocessing.get_start_method + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • sys + +
+
+imported by: + concurrent.futures.process + • lib2to3.refactor + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.AuthenticationError +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.BufferTooShort +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.TimeoutError +MissingModule
+imported by: + multiprocessing + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.connection +SourceModule
+imports: + _multiprocessing + • _winapi + • hmac + • io + • itertools + • multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.context + • multiprocessing.resource_sharer + • multiprocessing.util + • os + • selectors + • socket + • struct + • sys + • tempfile + • time + • xmlrpc.client + +
+
+imported by: + concurrent.futures.process + • multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + +
+ +
+ +
+ + multiprocessing.context +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • os + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.dummy +Package
+imports: + array + • multiprocessing + • multiprocessing.dummy.connection + • multiprocessing.pool + • queue + • sys + • threading + • weakref + +
+
+imported by: + multiprocessing.dummy.connection + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.dummy.connection +SourceModule
+imports: + multiprocessing.dummy + • queue + +
+
+imported by: + multiprocessing.dummy + +
+ +
+ +
+ + multiprocessing.forkserver +SourceModule
+imports: + errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + • selectors + • signal + • socket + • struct + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.get_context +MissingModule
+imported by: + multiprocessing + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.sharedctypes + +
+ +
+ +
+ + multiprocessing.get_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.heap +SourceModule
+imports: + _winapi + • bisect + • collections + • mmap + • multiprocessing + • multiprocessing.context + • multiprocessing.util + • os + • sys + • tempfile + • threading + +
+
+imported by: + multiprocessing.sharedctypes + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.managers +SourceModule
+imports: + array + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.util + • os + • queue + • signal + • sys + • threading + • time + • traceback + • warnings + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.pool +SourceModule
+imports: + collections + • itertools + • multiprocessing + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.dummy + • multiprocessing.get_context + • multiprocessing.util + • os + • queue + • threading + • time + • traceback + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.popen_fork +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.util + • os + • signal + +
+
+imported by: + multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.popen_forkserver +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_fork + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_posix +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.context + • multiprocessing.popen_fork + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_win32 +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + +
+
+imported by: + multiprocessing.context + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.process +SourceModule
+imports: + _weakrefset + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.util + • os + • signal + • sys + • threading + • traceback + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.resource_sharer + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.queues +SourceModule
+imports: + _multiprocessing + • collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • weakref + +
+
+imported by: + concurrent.futures.process + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.reduction +SourceModule
+imports: + _winapi + • abc + • array + • copyreg + • functools + • io + • multiprocessing + • multiprocessing.context + • multiprocessing.resource_sharer + • os + • pickle + • socket + • sys + +
+
+imported by: + multiprocessing + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.resource_sharer +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.util + • os + • signal + • socket + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.reduction + +
+ +
+ +
+ + multiprocessing.resource_tracker +SourceModule
+imports: + _multiprocessing + • _posixshmem + • multiprocessing + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_spawn_posix + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.set_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.shared_memory +SourceModule
+imports: + _posixshmem + • _winapi + • errno + • functools + • mmap + • multiprocessing + • multiprocessing.resource_tracker + • os + • secrets + • struct + +
+
+imported by: + multiprocessing + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.sharedctypes +SourceModule
+imports: + ctypes + • multiprocessing + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.heap + • weakref + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.spawn +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.get_start_method + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.util + • os + • runpy + • sys + • types + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.resource_tracker + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.synchronize +SourceModule
+imports: + _multiprocessing + • multiprocessing + • multiprocessing.context + • multiprocessing.heap + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.util + • struct + • sys + • tempfile + • threading + • time + +
+
+imported by: + multiprocessing.context + • multiprocessing.queues + +
+ +
+ +
+ + multiprocessing.util +SourceModule
+imports: + _posixsubprocess + • atexit + • itertools + • logging + • multiprocessing + • multiprocessing.forkserver + • multiprocessing.process + • multiprocessing.resource_tracker + • os + • shutil + • subprocess + • sys + • tempfile + • test + • test.support + • threading + • traceback + • weakref + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + netbios +SourceModule
+imports: + struct + • sys + • win32wnet + +
+
+imported by: + uuid + +
+ +
+ +
+ + netrc +SourceModule
+imports: + os + • pwd + • shlex + • stat + +
+
+imported by: + ftplib + +
+ +
+ +
+ + nt (builtin module)
+imported by: + ctypes + • ntpath + • os + • pathlib + • shutil + +
+ +
+ +
+ + ntpath +SourceModule
+imports: + genericpath + • nt + • os + • stat + • string + • sys + +
+
+imported by: + ntpath + • os + • pathlib + • pkg_resources + +
+ +
+ +
+ + ntpath +AliasNode
+imports: + ntpath + • os + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.utils.win32.icon + • cffi.ffiplatform + • distutils.file_util + • os + • pkg_resources + • pkgutil + • py_compile + • pycparser.ply.yacc + • pygame.sysfont + • setuptools.msvc + • sysconfig + • tracemalloc + • unittest + • unittest.util + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+
+imported by: + _pydecimal + • setuptools.dist + +
+ +
+ +
+ + numpy +MissingModule
+imported by: + pygame + • pygame._numpysndarray + • pygame._numpysurfarray + • setuptools.msvc + +
+ +
+ +
+ + opcode +SourceModule
+imports: + _opcode + +
+
+imported by: + dis + +
+ +
+ +
+ + operator +SourceModule
+imports: + _operator + • builtins + • functools + +
+
+imported by: + PyInstaller.building.api + • collections + • distutils.versionpredicate + • email._header_value_parser + • importlib.metadata + • inspect + • lib2to3.refactor + • main.py + • pathlib + • pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.six + • pygame.sprite + • setuptools._vendor.packaging.markers + • setuptools._vendor.six + • setuptools.sandbox + • typing + • win32com.client.gencache + +
+ +
+ +
+ + optparse +SourceModule
+imports: + gettext + • os + • sys + • textwrap + +
+
+imported by: + uu + +
+ +
+ +
+ + ordereddict +MissingModule
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + org +MissingModule
+imported by: + pickle + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • ntpath + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + PyInstaller + • PyInstaller.__main__ + • PyInstaller.archive.pyz_crypto + • PyInstaller.archive.writers + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.makespec + • PyInstaller.building.osx + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.configure + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + • PyInstaller.utils.git + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.django + • PyInstaller.utils.hooks.gi + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • _osx_support + • argparse + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bz2 + • cffi.api + • cffi.ffiplatform + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_gen + • cffi.verifier + • cgi + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • ctypes + • ctypes._aix + • ctypes.macholib.dyld + • ctypes.util + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.install + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.config + • distutils.core + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.extension + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.spawn + • distutils.sysconfig + • distutils.util + • doctest + • email.utils + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • imp + • importlib.metadata + • inspect + • lib2to3.pgen2.driver + • lib2to3.pygram + • lib2to3.refactor + • linecache + • locale + • logging + • lzma + • mimetypes + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • netrc + • ntpath + • ntpath + • optparse + • pathlib + • pdb + • pefile + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pkg_resources.py31compat + • pkgutil + • platform + • plistlib + • posixpath + • py_compile + • pycparser.ply.lex + • pydoc + • pygame + • pygame.macosx + • pygame.pkgdata + • pygame.sysfont + • pyi_rth_multiprocessing.py + • pyi_rth_win32comgenpy.py + • pywintypes + • random + • runpy + • secrets + • setuptools + • setuptools._imp + • setuptools._vendor.packaging.markers + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.py36compat + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.config + • setuptools.dist + • setuptools.glob + • setuptools.installer + • setuptools.msvc + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.wheel + • shlex + • shutil + • socket + • socketserver + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • unittest.loader + • unittest.main + • urllib.request + • uu + • uuid + • webbrowser + • win32com + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • xml.dom.domreg + • xml.sax + • xml.sax.saxutils + • zipfile + • zipimport + +
+ +
+ +
+ + pathlib +SourceModule
+imports: + _collections_abc + • errno + • fnmatch + • functools + • grp + • io + • nt + • ntpath + • operator + • os + • posixpath + • pwd + • re + • stat + • sys + • urllib.parse + +
+
+imported by: + importlib.metadata + • zipimport + +
+ +
+ +
+ + pdb +SourceModule
+imports: + bdb + • cmd + • code + • dis + • getopt + • glob + • inspect + • io + • linecache + • os + • pdb + • pprint + • pydoc + • re + • readline + • runpy + • shlex + • signal + • sys + • tokenize + • traceback + +
+
+imported by: + doctest + • pdb + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • argparse + • codecs + • copyreg + • doctest + • functools + • io + • itertools + • org + • pprint + • re + • struct + • sys + • types + +
+
+imported by: + lib2to3.pgen2.grammar + • logging + • multiprocessing.reduction + • pycparser.ply.yacc + • setuptools.sandbox + • tracemalloc + • win32com.client.gencache + +
+ +
+ +
+ + pkg_resources +Package
+imports: + 'pkg_resources.extern.six.moves' + • __future__ + • _imp + • collections + • email.parser + • errno + • functools + • imp + • importlib.machinery + • inspect + • io + • itertools + • linecache + • ntpath + • ntpath + • operator + • os + • pkg_resources + • pkg_resources._vendor + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkg_resources.extern + • pkg_resources.extern.appdirs + • pkg_resources.extern.packaging + • pkg_resources.extern.six + • pkg_resources.py31compat + • pkgutil + • platform + • plistlib + • posixpath + • re + • stat + • sys + • sysconfig + • tempfile + • textwrap + • time + • types + • warnings + • zipfile + • zipimport + +
+
+imported by: + PyInstaller + • PyInstaller.building.toc_conversion + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • altgraph + • pkg_resources + • pkg_resources._vendor + • pkg_resources.extern + • pkg_resources.py2_warn + • pkg_resources.py31compat + • pygame.pkgdata + • pyi_rth_pkgres.py + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.dist + • setuptools.installer + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.version + • setuptools.wheel + +
+ +
+ +
+ + pkg_resources._vendor +Package
+imports: + pkg_resources + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + +
+ +
+ +
+ + pkg_resources._vendor.appdirs +SourceModule
+imports: + 'com.sun' + • _winreg + • array + • com + • ctypes + • os + • pkg_resources._vendor + • platform + • sys + • win32api + • win32com.shell + • win32com.shell.shell + • win32com.shell.shellcon + • winreg + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging +Package
+imports: + __future__ + • pkg_resources._vendor + • pkg_resources._vendor.packaging.__about__ + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + +
+ +
+ +
+ + pkg_resources._vendor.packaging.__about__ +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging + +
+ +
+ +
+ + pkg_resources._vendor.packaging._compat +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + • sys + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.specifiers + +
+ +
+ +
+ + pkg_resources._vendor.packaging._structures +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.version + +
+ +
+ +
+ + pkg_resources._vendor.packaging.markers +SourceModule
+imports: + 'pkg_resources.extern.pyparsing' + • __future__ + • operator + • os + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.specifiers + • platform + • sys + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + pkg_resources._vendor.packaging.requirements +SourceModule
+imports: + 'pkg_resources.extern.pyparsing' + • 'pkg_resources.extern.six.moves' + • __future__ + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.specifiers + • re + • string + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging.specifiers +SourceModule
+imports: + __future__ + • abc + • functools + • itertools + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.version + • re + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + pkg_resources._vendor.packaging.utils +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + • re + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging.version +SourceModule
+imports: + __future__ + • collections + • itertools + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._structures + • re + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.specifiers + +
+ +
+ +
+ + pkg_resources._vendor.pyparsing +SourceModule
+imports: + __builtin__ + • _thread + • collections + • collections.Iterable + • collections.MutableMapping + • collections.abc + • copy + • datetime + • ordereddict + • pdb + • pkg_resources._vendor + • pprint + • re + • sre_constants + • string + • sys + • threading + • traceback + • types + • uuid + • warnings + • weakref + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.six +SourceModule
+imports: + StringIO + • __future__ + • functools + • io + • itertools + • operator + • pkg_resources._vendor + • struct + • sys + • types + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources.extern +Package
+imports: + pkg_resources + • pkg_resources.extern.appdirs + • pkg_resources.extern.packaging + • pkg_resources.extern.six + • sys + +
+
+imported by: + pkg_resources + • pkg_resources.extern.six + • pkg_resources.py31compat + +
+ +
+ +
+ + pkg_resources.extern.appdirs +MissingModule
+imported by: + pkg_resources + • pkg_resources.extern + +
+ +
+ +
+ + pkg_resources.extern.packaging +MissingModule
+imported by: + pkg_resources + • pkg_resources.extern + +
+ +
+ +
+ + pkg_resources.extern.six +MissingModule
+imports: + pkg_resources.extern + +
+
+imported by: + pkg_resources + • pkg_resources.extern + • pkg_resources.py31compat + +
+ +
+ +
+ + pkg_resources.py2_warn +SourceModule
+imports: + pkg_resources + • sys + • textwrap + • warnings + +
+
+imported by: + main.py + +
+ +
+ +
+ + pkg_resources.py31compat +SourceModule
+imports: + errno + • os + • pkg_resources + • pkg_resources.extern + • pkg_resources.extern.six + • sys + +
+
+imported by: + pkg_resources + • setuptools.command.easy_install + • setuptools.sandbox + +
+ +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • ntpath + • os + • sys + • types + • warnings + • zipimport + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • lib2to3.pgen2.driver + • lib2to3.refactor + • pkg_resources + • pydoc + • runpy + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _winreg + • collections + • java + • os + • plistlib + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • winreg + +
+
+imported by: + PyInstaller.__main__ + • PyInstaller.building.utils + • PyInstaller.compat + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pydoc + • pygame.macosx + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools.monkey + • setuptools.msvc + • setuptools.py27compat + • setuptools.windows_support + • uuid + +
+ +
+ +
+ + plistlib +SourceModule
+imports: + binascii + • codecs + • contextlib + • datetime + • enum + • io + • itertools + • os + • re + • struct + • warnings + • xml.parsers.expat + +
+
+imported by: + PyInstaller.building.osx + • pkg_resources + • platform + +
+ +
+ +
+ + posix +MissingModule
+imports: + resource + +
+
+imported by: + os + • shutil + +
+ +
+ +
+ + posixpath +SourceModule
+imports: + genericpath + • os + • pwd + • re + • stat + • sys + +
+
+imported by: + fnmatch + • http.server + • importlib.metadata + • mimetypes + • os + • pathlib + • pkg_resources + • setuptools.archive_util + • setuptools.wheel + • urllib.request + • xml.dom.xmlbuilder + • zipfile + +
+ +
+ +
+ + pprint +SourceModule
+imports: + collections + • io + • re + • sys + • time + • types + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.utils.misc + • PyInstaller.utils.win32.versioninfo + • distutils.command.install + • distutils.dist + • lib2to3.pgen2.grammar + • pdb + • pickle + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + • sysconfig + • unittest.case + +
+ +
+ +
+ + pwd +MissingModule
+imported by: + distutils.archive_util + • distutils.util + • getpass + • http.server + • netrc + • pathlib + • posixpath + • shutil + • tarfile + • webbrowser + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • ntpath + • os + • sys + • traceback + +
+
+imported by: + PyInstaller.utils.misc + • distutils.util + • zipfile + +
+ +
+ +
+ + pydoc +SourceModule
+imports: + builtins + • collections + • email.message + • getopt + • http.server + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • inspect + • io + • os + • pkgutil + • platform + • pydoc_data.topics + • re + • reprlib + • select + • subprocess + • sys + • sysconfig + • tempfile + • textwrap + • threading + • time + • tokenize + • traceback + • tty + • urllib.parse + • warnings + • webbrowser + +
+
+imported by: + pdb + +
+ +
+ +
+ + pydoc_data +Package
+imported by: + pydoc_data.topics + +
+ +
+ +
+ + pydoc_data.topics +SourceModule
+imports: + pydoc_data + +
+
+imported by: + pydoc + +
+ +
+ +
+ + pyexpat c:\users\slava\appdata\local\programs\python\python38-32\DLLs\pyexpat.pyd
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ +
+ + pygame +Package
+imports: + 'pygame._view' + • 'pygame.movie' + • OpenGL + • _winreg + • atexit + • copy_reg + • copyreg + • numpy + • os + • pygame.SRCALPHA + • pygame.base + • pygame.bufferproxy + • pygame.cdrom + • pygame.color + • pygame.colordict + • pygame.compat + • pygame.constants + • pygame.cursors + • pygame.display + • pygame.draw + • pygame.event + • pygame.fastevent + • pygame.font + • pygame.ftfont + • pygame.image + • pygame.imageext + • pygame.joystick + • pygame.key + • pygame.macosx + • pygame.mask + • pygame.math + • pygame.mixer + • pygame.mixer_music + • pygame.mouse + • pygame.overlay + • pygame.pixelarray + • pygame.pixelcopy + • pygame.rect + • pygame.rwobject + • pygame.scrap + • pygame.sdlmain_osx + • pygame.sndarray + • pygame.sprite + • pygame.surface + • pygame.surfarray + • pygame.surflock + • pygame.sysfont + • pygame.threads + • pygame.time + • pygame.transform + • pygame.version + • sys + • warnings + +
+
+imported by: + main.py + • pygame._freetype + • pygame._numpysndarray + • pygame._numpysurfarray + • pygame.base + • pygame.bufferproxy + • pygame.cdrom + • pygame.color + • pygame.colordict + • pygame.compat + • pygame.constants + • pygame.cursors + • pygame.display + • pygame.draw + • pygame.event + • pygame.fastevent + • pygame.font + • pygame.ftfont + • pygame.image + • pygame.imageext + • pygame.joystick + • pygame.key + • pygame.macosx + • pygame.mask + • pygame.math + • pygame.mixer + • pygame.mixer_music + • pygame.mouse + • pygame.overlay + • pygame.pixelarray + • pygame.pixelcopy + • pygame.pkgdata + • pygame.rect + • pygame.rwobject + • pygame.scrap + • pygame.sndarray + • pygame.sprite + • pygame.surface + • pygame.surfarray + • pygame.surflock + • pygame.sysfont + • pygame.threads + • pygame.time + • pygame.transform + • pygame.version + +
+ +
+ +
+ + pygame.SRCALPHA +MissingModule
+imported by: + pygame + • pygame.ftfont + +
+ +
+ +
+ + pygame._freetype c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\_freetype.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame.ftfont + +
+ +
+ +
+ + pygame._numpysndarray +SourceModule
+imports: + numpy + • pygame + • pygame.mixer + +
+
+imported by: + pygame.sndarray + +
+ +
+ +
+ + pygame._numpysurfarray +SourceModule
+imports: + numpy + • pygame + • pygame.compat + • pygame.pixelcopy + +
+
+imported by: + pygame.surfarray + +
+ +
+ +
+ + pygame.base c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\base.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.bufferproxy c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\bufferproxy.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.cdrom c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\cdrom.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.color c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\color.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.colordict +SourceModule
+imports: + pygame + • pygame.compat + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.compat +SourceModule
+imports: + cStringIO + • io + • itertools + • pygame + • sys + +
+
+imported by: + pygame + • pygame._numpysurfarray + • pygame.colordict + • pygame.ftfont + • pygame.pkgdata + • pygame.sysfont + • pygame.threads + +
+ +
+ +
+ + pygame.constants c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\constants.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.cursors +SourceModule
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.display c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\display.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.draw c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\draw.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.event c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\event.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.fastevent c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\fastevent.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.font c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\font.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame.sysfont + +
+ +
+ +
+ + pygame.ftfont +SourceModule
+imports: + pygame + • pygame.SRCALPHA + • pygame._freetype + • pygame.compat + • pygame.sysfont + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.image c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\image.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.imageext c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\imageext.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.joystick c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\joystick.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.key c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\key.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.macosx +SourceModule
+imports: + os + • platform + • pygame + • pygame.pkgdata + • pygame.sdlmain_osx + • sys + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.mask c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\mask.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame.sprite + +
+ +
+ +
+ + pygame.math c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\math.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.mixer c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\mixer.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame._numpysndarray + +
+ +
+ +
+ + pygame.mixer_music c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\mixer_music.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.mouse c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\mouse.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.overlay c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\overlay.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.pixelarray c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\pixelarray.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.pixelcopy c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\pixelcopy.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame._numpysurfarray + • pygame.surfarray + +
+ +
+ +
+ + pygame.pkgdata +SourceModule
+imports: + os + • pkg_resources + • pygame + • pygame.compat + • sys + +
+
+imported by: + pygame.macosx + +
+ +
+ +
+ + pygame.rect c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\rect.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.rwobject c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\rwobject.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.scrap c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\scrap.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.sdlmain_osx +MissingModule
+imported by: + pygame + • pygame.macosx + +
+ +
+ +
+ + pygame.sndarray +SourceModule
+imports: + pygame + • pygame._numpysndarray + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.sprite +SourceModule
+imports: + operator + • pygame + • pygame.mask + • pygame.time + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.surface c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\surface.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.surfarray +SourceModule
+imports: + pygame + • pygame._numpysurfarray + • pygame.pixelcopy + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.surflock c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\surflock.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.sysfont +SourceModule
+imports: + _winreg + • ntpath + • os + • pygame + • pygame.compat + • pygame.font + • subprocess + • sys + • winreg + • xml.etree.ElementTree + +
+
+imported by: + pygame + • pygame.ftfont + +
+ +
+ +
+ + pygame.threads +Package
+imports: + Py25Queue + • Queue + • pygame + • pygame.compat + • pygame.transform + • queue + • sys + • threading + • time + • traceback + +
+
+imported by: + pygame + +
+ +
+ +
+ + pygame.time c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\time.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame.sprite + +
+ +
+ +
+ + pygame.transform c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\pygame\transform.cp38-win32.pyd
+imports: + pygame + +
+
+imported by: + pygame + • pygame.threads + +
+ +
+ +
+ + pygame.version +SourceModule
+imports: + pygame + +
+
+imported by: + pygame + +
+ +
+ +
+ + pyimod03_importers +MissingModule
+imported by: + PyInstaller.loader.pyimod02_archive + • pyi_rth_pkgres.py + +
+ +
+ +
+ + pythoncom +SourceModule
+imports: + pywintypes + +
+
+imported by: + win32com + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32com.server.util + • win32com.universal + • win32com.util + +
+ +
+ +
+ + pywin +Package
+imported by: + pywin.dialogs + • pywin.mfc + • win32com.client.makepy + +
+ +
+ +
+ + pywin.dialogs +Package
+imports: + pywin + • pywin.dialogs.status + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • win32com.client.makepy + +
+ +
+ +
+ + pywin.dialogs.list +SourceModule
+imports: + commctrl + • pywin.dialogs + • pywin.mfc + • pywin.mfc.dialog + • win32api + • win32con + • win32ui + +
+
+imported by: + win32com.client.selecttlb + +
+ +
+ +
+ + pywin.dialogs.status +SourceModule
+imports: + pywin.dialogs + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.thread + • threading + • time + • win32api + • win32con + • win32ui + +
+
+imported by: + pywin.dialogs + • win32com.client.makepy + +
+ +
+ +
+ + pywin.mfc +Package
+imports: + pywin + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.window + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.thread + • pywin.mfc.window + +
+ +
+ +
+ + pywin.mfc.dialog +SourceModule
+imports: + pywin.mfc + • pywin.mfc.window + • win32con + • win32ui + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc + +
+ +
+ +
+ + pywin.mfc.object +SourceModule
+imports: + pywin.mfc + • sys + • win32ui + +
+
+imported by: + pywin.mfc + • pywin.mfc.thread + • pywin.mfc.window + +
+ +
+ +
+ + pywin.mfc.thread +SourceModule
+imports: + pywin.mfc + • pywin.mfc.object + • win32ui + +
+
+imported by: + pywin.dialogs.status + +
+ +
+ +
+ + pywin.mfc.window +SourceModule
+imports: + pywin.mfc + • pywin.mfc.object + • win32con + • win32ui + +
+
+imported by: + pywin.mfc + • pywin.mfc.dialog + +
+ +
+ +
+ + pywintypes +SourceModule
+imports: + _win32sysloader + • distutils.sysconfig + • imp + • os + • sys + +
+
+imported by: + pythoncom + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.server.policy + +
+ +
+ +
+ + queue +SourceModule
+imports: + _queue + • collections + • heapq + • threading + • time + +
+
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • multiprocessing.dummy + • multiprocessing.dummy.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • pygame.threads + +
+ +
+ +
+ + quopri +SourceModule
+imports: + binascii + • getopt + • io + • sys + +
+
+imported by: + email.encoders + • email.message + • encodings.quopri_codec + +
+ +
+ +
+ + random +SourceModule
+imports: + _collections_abc + • _random + • _sha512 + • bisect + • hashlib + • itertools + • math + • os + • time + • warnings + +
+
+imported by: + altgraph.GraphUtil + • email.generator + • email.utils + • main.py + • secrets + • setuptools.command.easy_install + • tempfile + • uuid + +
+ +
+ +
+ + re +SourceModule
+imports: + _locale + • copyreg + • enum + • functools + • sre_compile + • sre_constants + • sre_parse + +
+
+imported by: + PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.utils.hooks.gi + • __main__ + • _markupbase + • _osx_support + • _pydecimal + • _sre + • _strptime + • argparse + • base64 + • cffi.api + • cffi.cparser + • cgi + • configparser + • csv + • ctypes._aix + • ctypes.macholib.dylib + • ctypes.macholib.framework + • ctypes.util + • difflib + • distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.dist + • distutils.fancy_getopt + • distutils.filelist + • distutils.msvc9compiler + • distutils.sysconfig + • distutils.util + • distutils.version + • distutils.versionpredicate + • doctest + • email._encoded_words + • email._header_value_parser + • email.feedparser + • email.generator + • email.header + • email.message + • email.policy + • email.quoprimime + • email.utils + • encodings.idna + • fnmatch + • ftplib + • gettext + • glob + • html + • html.parser + • http.client + • http.cookiejar + • importlib.metadata + • inspect + • json.decoder + • json.encoder + • json.scanner + • lib2to3.pgen2.literals + • lib2to3.pgen2.tokenize + • locale + • logging + • main.py + • pathlib + • pdb + • pickle + • pkg_resources + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • platform + • plistlib + • posixpath + • pprint + • pycparser.c_lexer + • pycparser.c_parser + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pyi_rth_multiprocessing.py + • setuptools + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.pyparsing + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.dist + • setuptools.extension + • setuptools.glob + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.wheel + • shlex + • string + • sysconfig + • tarfile + • textwrap + • tokenize + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • uuid + • warnings + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+ +
+ +
+ + readline +MissingModule
+imported by: + cmd + • code + • pdb + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + +
+
+imported by: + asyncio.base_futures + • asyncio.format_helpers + • bdb + • collections + • functools + • main.py + • pydoc + +
+ +
+ +
+ + resource +MissingModule
+imported by: + posix + +
+ +
+ +
+ + runpy +SourceModule
+imports: + importlib.machinery + • importlib.util + • io + • os + • pkgutil + • sys + • types + • warnings + +
+
+imported by: + multiprocessing.spawn + • pdb + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • binascii + • hmac + • os + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select c:\users\slava\appdata\local\programs\python\python38-32\DLLs\select.pyd
+imported by: + http.server + • pydoc + • selectors + • subprocess + +
+ +
+ +
+ + selectors +SourceModule
+imports: + abc + • collections + • collections.abc + • math + • select + • sys + +
+
+imported by: + asyncio.selector_events + • asyncio.unix_events + • multiprocessing.connection + • multiprocessing.forkserver + • socket + • socketserver + • subprocess + +
+ +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + +
+
+imported by: + netrc + • pdb + • setuptools.command.easy_install + • setuptools.dist + • webbrowser + +
+ +
+ +
+ + shutil +SourceModule
+imports: + bz2 + • collections + • errno + • fnmatch + • grp + • lzma + • nt + • os + • posix + • pwd + • stat + • sys + • tarfile + • zipfile + • zlib + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.osx + • PyInstaller.building.utils + • PyInstaller.compat + • argparse + • cffi.verifier + • ctypes.util + • distutils._msvccompiler + • http.server + • multiprocessing.util + • pyi_rth_win32comgenpy.py + • setuptools.archive_util + • setuptools.command.easy_install + • setuptools.package_index + • setuptools.py31compat + • tarfile + • tempfile + • uuid + • webbrowser + • win32com.client.gencache + • zipfile + +
+ +
+ +
+ + signal +SourceModule
+imports: + _signal + • enum + • functools + +
+
+imported by: + asyncio.proactor_events + • asyncio.unix_events + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • pdb + • subprocess + • unittest.signals + +
+ +
+ +
+ + socket +SourceModule
+imports: + _socket + • enum + • errno + • io + • os + • selectors + • sys + +
+
+imported by: + _ssl + • asyncio.base_events + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.streams + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • email.utils + • ftplib + • http.client + • http.server + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.reduction + • multiprocessing.resource_sharer + • platform + • setuptools.package_index + • setuptools.ssl_support + • socketserver + • ssl + • urllib.request + • uuid + • webbrowser + +
+ +
+ +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + _sre + • sre_constants + • sre_parse + • sys + +
+
+imported by: + main.py + • re + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + _sre + +
+
+imported by: + main.py + • pkg_resources._vendor.pyparsing + • re + • setuptools._vendor.pyparsing + • sre_compile + • sre_parse + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + sre_constants + • unicodedata + • warnings + +
+
+imported by: + main.py + • re + • sre_compile + +
+ +
+ +
+ + ssl +SourceModule
+imports: + _ssl + • base64 + • calendar + • collections + • enum + • errno + • os + • socket + • sys + • time + • warnings + +
+
+imported by: + asyncio.base_events + • asyncio.selector_events + • asyncio.sslproto + • ftplib + • http.client + • setuptools.ssl_support + • urllib.request + +
+ +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + PyInstaller.lib.modulegraph.zipio + • asyncio.base_events + • asyncio.unix_events + • distutils._msvccompiler + • distutils.command.build_scripts + • distutils.command.install_scripts + • distutils.dep_util + • distutils.file_util + • genericpath + • netrc + • ntpath + • os + • pathlib + • pkg_resources + • posixpath + • setuptools.command.easy_install + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + string +SourceModule
+imports: + _string + • collections + • re + +
+
+imported by: + cmd + • distutils.fancy_getopt + • distutils.util + • email._encoded_words + • email._header_value_parser + • email.quoprimime + • lib2to3.pgen2.tokenize + • logging + • ntpath + • nturl2path + • pefile + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.pyparsing + • setuptools._vendor.packaging.requirements + • setuptools._vendor.pyparsing + • urllib.request + • win32com.client.build + +
+ +
+ +
+ + stringprep +SourceModule
+imports: + unicodedata + +
+
+imported by: + encodings.idna + +
+ +
+ +
+ + struct +SourceModule
+imports: + _struct + +
+
+imported by: + PyInstaller.archive.writers + • PyInstaller.building.utils + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.loader.pyimod02_archive + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • asyncio.windows_events + • base64 + • ctypes + • ctypes.util + • gettext + • gzip + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.shared_memory + • multiprocessing.synchronize + • netbios + • pefile + • pickle + • pkg_resources._vendor.six + • platform + • plistlib + • setuptools._vendor.six + • setuptools.command.easy_install + • tarfile + • zipfile + +
+ +
+ +
+ + subprocess +SourceModule
+imports: + _posixsubprocess + • _winapi + • builtins + • contextlib + • errno + • io + • msvcrt + • os + • select + • selectors + • signal + • sys + • threading + • time + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.gi + • PyInstaller.utils.hooks.qt + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_utils + • cffi.pkgconfig + • ctypes._aix + • ctypes.util + • distutils._msvccompiler + • distutils.msvc9compiler + • distutils.util + • http.server + • multiprocessing.util + • os + • platform + • pycparser + • pydoc + • pygame.sysfont + • pyi_rth_multiprocessing.py + • setuptools.command.easy_install + • setuptools.installer + • setuptools.msvc + • uuid + • webbrowser + +
+ +
+ +
+ + sys (builtin module)
+imported by: + PyInstaller + • PyInstaller.archive.writers + • PyInstaller.building.build_main + • PyInstaller.building.makespec + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.imphook + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + • PyInstaller.loader.pyimod02_archive + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • __main__ + • _bootlocale + • _collections_abc + • _osx_support + • _pydecimal + • argparse + • asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_utils + • base64 + • bdb + • calendar + • cffi.api + • cffi.commontypes + • cffi.cparser + • cffi.ffiplatform + • cffi.lock + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + • cgi + • cmd + • code + • codecs + • collections + • concurrent.futures.process + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes._endian + • ctypes.util + • datetime + • dis + • distutils + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.install + • distutils.command.sdist + • distutils.core + • distutils.dist + • distutils.fancy_getopt + • distutils.log + • distutils.msvc9compiler + • distutils.spawn + • distutils.sysconfig + • distutils.text_file + • distutils.util + • doctest + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • ftplib + • getopt + • getpass + • gettext + • glob + • gzip + • http.server + • imp + • importlib + • importlib.metadata + • importlib.util + • inspect + • lib2to3.pgen2.driver + • lib2to3.pgen2.tokenize + • lib2to3.pytree + • lib2to3.refactor + • linecache + • locale + • logging + • main.py + • mimetypes + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • netbios + • ntpath + • optparse + • ordlookup + • os + • pathlib + • pdb + • pefile + • pickle + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkg_resources.extern + • pkg_resources.py2_warn + • pkg_resources.py31compat + • pkgutil + • platform + • posixpath + • pprint + • py_compile + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pygame + • pygame.compat + • pygame.macosx + • pygame.pkgdata + • pygame.sysfont + • pygame.threads + • pyi_rth_multiprocessing.py + • pywin.mfc.object + • pywintypes + • quopri + • runpy + • selectors + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.config + • setuptools.depends + • setuptools.dist + • setuptools.extern + • setuptools.installer + • setuptools.monkey + • setuptools.msvc + • setuptools.package_index + • setuptools.py27compat + • setuptools.sandbox + • setuptools.unicode_utils + • shlex + • shutil + • socket + • socketserver + • sre_compile + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • tokenize + • traceback + • types + • typing + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.suite + • urllib.parse + • urllib.request + • uu + • uuid + • warnings + • weakref + • webbrowser + • win32com + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32ctypes.core + • win32traceutil + • xml.dom.domreg + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + sysconfig +SourceModule
+imports: + _osx_support + • ntpath + • os + • pprint + • re + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • cffi.api + • pkg_resources + • pydoc + • setuptools._vendor.packaging.tags + • setuptools.command.bdist_egg + • setuptools.command.easy_install + +
+ +
+ +
+ + tarfile +SourceModule
+imports: + argparse + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • shutil + • stat + • struct + • sys + • time + • zlib + +
+
+imported by: + distutils.archive_util + • setuptools.archive_util + • shutil + +
+ +
+ +
+ + tempfile +SourceModule
+imports: + _thread + • errno + • functools + • io + • os + • random + • shutil + • sys + • warnings + • weakref + +
+
+imported by: + PyInstaller.building.api + • _osx_support + • asyncio.windows_utils + • cgi + • ctypes.util + • distutils.ccompiler + • distutils.util + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.synchronize + • multiprocessing.util + • pkg_resources + • pydoc + • pyi_rth_win32comgenpy.py + • setuptools.command.easy_install + • setuptools.py31compat + • setuptools.sandbox + • urllib.request + • urllib.response + • webbrowser + +
+ +
+ +
+ + termios +MissingModule
+imported by: + getpass + • tty + +
+ +
+ +
+ + test +NamespacePackage
+imports: + test.support + +
+
+imported by: + multiprocessing.util + +
+ +
+ +
+ + test.support +MissingModule
+imported by: + multiprocessing.util + • test + +
+ +
+ +
+ + textwrap +SourceModule
+imports: + re + +
+
+imported by: + PyInstaller.utils.hooks + • argparse + • optparse + • pkg_resources + • pkg_resources.py2_warn + • pydoc + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.sandbox + +
+ +
+ +
+ + threading +SourceModule
+imports: + _collections + • _thread + • _threading_local + • _weakrefset + • collections + • itertools + • os + • sys + • time + • traceback + • warnings + +
+
+imported by: + _threading_local + • asyncio.base_events + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • http.cookiejar + • logging + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.synchronize + • multiprocessing.util + • pkg_resources._vendor.pyparsing + • pydoc + • pygame.threads + • pywin.dialogs.status + • queue + • setuptools._vendor.pyparsing + • socketserver + • subprocess + • webbrowser + • zipfile + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+
+imported by: + PyInstaller.lib.modulegraph.zipio + • _datetime + • _dummy_thread + • _strptime + • asyncio.base_events + • asyncio.windows_events + • concurrent.futures._base + • datetime + • email._parseaddr + • email.generator + • email.utils + • gc + • gzip + • http.cookiejar + • http.server + • logging + • multiprocessing.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.synchronize + • pefile + • pkg_resources + • pprint + • pydoc + • pygame.threads + • pywin.dialogs.status + • queue + • random + • setuptools.command.egg_info + • socketserver + • ssl + • subprocess + • tarfile + • threading + • unittest.runner + • urllib.request + • uuid + • win32com.client.genpy + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + token +SourceModule
+imported by: + inspect + • tokenize + +
+ +
+ +
+ + tokenize +SourceModule
+imports: + argparse + • builtins + • codecs + • collections + • io + • itertools + • re + • sys + • token + +
+
+imported by: + distutils.command.build_scripts + • imp + • importlib._bootstrap_external + • inspect + • linecache + • pdb + • pydoc + +
+ +
+ +
+ + traceback +SourceModule
+imports: + collections + • itertools + • linecache + • sys + +
+
+imported by: + PyInstaller.depend.analysis + • _dummy_thread + • asyncio.base_events + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.format_helpers + • cgi + • code + • concurrent.futures.process + • doctest + • http.cookiejar + • logging + • main.py + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.util + • pdb + • pkg_resources._vendor.pyparsing + • py_compile + • pydoc + • pygame.threads + • setuptools._vendor.pyparsing + • socketserver + • threading + • unittest.case + • unittest.loader + • unittest.result + • warnings + • win32com.client.dynamic + • win32com.client.gencache + • win32com.server.dispatcher + +
+ +
+ +
+ + tracemalloc +SourceModule
+imports: + _tracemalloc + • collections.abc + • fnmatch + • functools + • linecache + • ntpath + • pickle + +
+
+imported by: + warnings + +
+ +
+ +
+ + tty +SourceModule
+imports: + termios + +
+
+imported by: + pydoc + +
+ +
+ +
+ + types +SourceModule
+imports: + _collections_abc + • functools + • sys + +
+
+imported by: + PyInstaller.archive.writers + • PyInstaller.utils.win32.icon + • asyncio.coroutines + • asyncio.locks + • asyncio.tasks + • cffi.api + • cffi.model + • cffi.vengine_gen + • contextlib + • copy + • dis + • email.headerregistry + • enum + • functools + • imp + • importlib + • importlib.util + • inspect + • main.py + • multiprocessing.spawn + • pickle + • pkg_resources + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkgutil + • pprint + • pycparser.ply.lex + • pycparser.ply.yacc + • runpy + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.command.bdist_egg + • setuptools.monkey + • sysconfig + • typing + • unittest.case + • unittest.loader + • win32com.client + • win32com.client.dynamic + • win32com.server.policy + • win32com.universal + +
+ +
+ +
+ + typing +SourceModule
+imports: + abc + • collections + • collections.abc + • contextlib + • functools + • operator + • re + • sys + • types + • warnings + +
+
+imported by: + asyncio.staggered + • functools + +
+ +
+ +
+ + unicodedata c:\users\slava\appdata\local\programs\python\python38-32\DLLs\unicodedata.pyd
+imported by: + encodings.idna + • setuptools.unicode_utils + • sre_parse + • stringprep + • urllib.parse + +
+ +
+ +
+ + unittest +Package
+imports: + ntpath + • unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+
+imported by: + doctest + • unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • inspect + • unittest + • unittest.case + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • logging + • pprint + • re + • sys + • traceback + • types + • unittest + • unittest.result + • unittest.util + • warnings + +
+
+imported by: + unittest + • unittest.async_case + • unittest.loader + • unittest.suite + +
+ +
+ +
+ + unittest.loader +SourceModule
+imports: + fnmatch + • functools + • os + • re + • sys + • traceback + • types + • unittest + • unittest.case + • unittest.suite + • unittest.util + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.main +SourceModule
+imports: + argparse + • os + • sys + • unittest + • unittest.loader + • unittest.runner + • unittest.signals + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.result +SourceModule
+imports: + functools + • io + • sys + • traceback + • unittest + • unittest.util + +
+
+imported by: + unittest + • unittest.case + • unittest.runner + +
+ +
+ +
+ + unittest.runner +SourceModule
+imports: + sys + • time + • unittest + • unittest.result + • unittest.signals + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.signals +SourceModule
+imports: + functools + • signal + • unittest + • weakref + +
+
+imported by: + unittest + • unittest.main + • unittest.runner + +
+ +
+ +
+ + unittest.suite +SourceModule
+imports: + sys + • unittest + • unittest.case + • unittest.util + +
+
+imported by: + unittest + • unittest.loader + +
+ +
+ +
+ + unittest.util +SourceModule
+imports: + collections + • ntpath + • unittest + +
+
+imported by: + unittest + • unittest.case + • unittest.loader + • unittest.result + • unittest.suite + +
+ +
+ +
+ + urllib +Package
+imports: + urllib.pathname2url + +
+
+imported by: + PyInstaller.lib.modulegraph._compat + • email._header_value_parser + • urllib.error + • urllib.parse + • urllib.request + • urllib.response + +
+ +
+ +
+ + urllib.error +SourceModule
+imports: + urllib + • urllib.response + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • re + • sys + • unicodedata + • urllib + • warnings + +
+
+imported by: + cgi + • email.utils + • http.client + • http.cookiejar + • http.server + • mimetypes + • nturl2path + • pathlib + • pydoc + • urllib.request + • xml.dom.xmlbuilder + • xml.sax.saxutils + • xmlrpc.client + +
+ +
+ +
+ + urllib.pathname2url +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + • urllib + +
+ +
+ +
+ + urllib.request +SourceModule
+imports: + _scproxy + • base64 + • bisect + • contextlib + • email + • email.utils + • fnmatch + • ftplib + • getpass + • hashlib + • http.client + • http.cookiejar + • io + • mimetypes + • nturl2path + • os + • posixpath + • re + • socket + • ssl + • string + • sys + • tempfile + • time + • urllib + • urllib.error + • urllib.parse + • urllib.response + • warnings + • winreg + +
+
+imported by: + PyInstaller.lib.modulegraph._compat + • http.cookiejar + • xml.dom.xmlbuilder + • xml.sax.saxutils + +
+ +
+ +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + uu +SourceModule
+imports: + binascii + • optparse + • os + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + uuid +SourceModule
+imports: + _uuid + • ctypes + • ctypes.util + • enum + • hashlib + • netbios + • os + • platform + • random + • re + • shutil + • socket + • subprocess + • sys + • time + • warnings + • win32wnet + +
+
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + vms_lib +MissingModule
+imported by: + platform + +
+ +
+ +
+ + warnings +SourceModule
+imports: + _warnings + • builtins + • linecache + • re + • sys + • traceback + • tracemalloc + +
+
+imported by: + PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • argparse + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_utils + • base64 + • bdb + • bz2 + • cffi.cparser + • cffi.model + • cffi.vengine_cpy + • codeop + • collections + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • contextlib + • datetime + • distutils.archive_util + • distutils.command.sdist + • distutils.dist + • distutils.extension + • distutils.sysconfig + • enum + • ftplib + • functools + • getpass + • gettext + • gzip + • hmac + • html.parser + • http.client + • http.cookiejar + • imp + • importlib + • importlib.abc + • importlib.util + • inspect + • json + • locale + • logging + • main.py + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.resource_tracker + • os + • pkg_resources + • pkg_resources._vendor.pyparsing + • pkg_resources.py2_warn + • pkgutil + • plistlib + • pycparser.ply.yacc + • pycparser.plyparser + • pydoc + • pygame + • random + • runpy + • setuptools._vendor.packaging.tags + • setuptools._vendor.pyparsing + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.config + • setuptools.dist + • setuptools.package_index + • sre_parse + • ssl + • subprocess + • sysconfig + • tempfile + • threading + • typing + • unittest.case + • unittest.loader + • unittest.runner + • urllib.parse + • urllib.request + • uuid + • weakref + • xml.dom.pulldom + • xml.dom.xmlbuilder + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + weakref +SourceModule
+imports: + _collections_abc + • _weakref + • _weakrefset + • atexit + • copy + • gc + • itertools + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.imphook + • _threading_local + • asyncio.base_events + • asyncio.selector_events + • asyncio.streams + • asyncio.tasks + • asyncio.windows_events + • cffi.cparser + • cffi.model + • concurrent.futures.process + • concurrent.futures.thread + • copy + • functools + • logging + • main.py + • multiprocessing.dummy + • multiprocessing.queues + • multiprocessing.sharedctypes + • multiprocessing.util + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + • tempfile + • unittest.signals + • xml.sax.expatreader + +
+ +
+ +
+ + webbrowser +SourceModule
+imports: + copy + • getopt + • glob + • os + • pwd + • shlex + • shutil + • socket + • subprocess + • sys + • tempfile + • threading + +
+
+imported by: + pydoc + +
+ +
+ +
+ + win32api c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\win32\win32api.pyd
+imported by: + pkg_resources._vendor.appdirs + • pywin.dialogs.list + • pywin.dialogs.status + • win32com + • win32com.client.selecttlb + • win32com.server.dispatcher + • win32com.server.policy + • win32com.util + • win32traceutil + +
+ +
+ +
+ + win32com +Package
+imports: + 'win32com.gen_py' + • imp + • os + • pythoncom + • sys + • win32api + • win32com.client.util + • win32com.server.util + • win32com.universal + +
+
+imported by: + pyi_rth_win32comgenpy.py + • win32com.client + • win32com.client.gencache + • win32com.client.genpy + • win32com.server + • win32com.server.dispatcher + • win32com.server.policy + • win32com.shell + • win32com.universal + • win32com.util + +
+ +
+ +
+ + win32com.client +Package
+imports: + pythoncom + • pywintypes + • sys + • types + • win32com + • win32com.client + • win32com.client.CLSIDToClass + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • winerror + +
+
+imported by: + win32com.client + • win32com.client.CLSIDToClass + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • win32com.server.policy + • win32com.universal + +
+ +
+ +
+ + win32com.client.CLSIDToClass +SourceModule
+imports: + win32com.client + +
+
+imported by: + win32com.client + • win32com.client.gencache + +
+ +
+ +
+ + win32com.client.build +SourceModule
+imports: + datetime + • keyword + • pythoncom + • pywintypes + • string + • sys + • win32com.client + • winerror + +
+
+imported by: + win32com.client + • win32com.client.dynamic + • win32com.client.genpy + • win32com.universal + +
+ +
+ +
+ + win32com.client.dynamic +SourceModule
+imports: + pythoncom + • pywintypes + • sys + • traceback + • types + • win32com.client + • win32com.client.build + • win32com.client.util + • winerror + +
+
+imported by: + win32com.client + +
+ +
+ +
+ + win32com.client.gencache +SourceModule
+imports: + getopt + • glob + • imp + • io + • operator + • os + • pickle + • pythoncom + • pywintypes + • shutil + • sys + • traceback + • win32com + • win32com.client + • win32com.client.CLSIDToClass + • win32com.client.genpy + • win32com.client.makepy + • zipfile + +
+
+imported by: + win32com.client + • win32com.client.makepy + • win32com.universal + +
+ +
+ +
+ + win32com.client.genpy +SourceModule
+imports: + codecs + • os + • pythoncom + • sys + • time + • win32com + • win32com.client + • win32com.client.build + +
+
+imported by: + win32com.client + • win32com.client.gencache + • win32com.client.makepy + +
+ +
+ +
+ + win32com.client.makepy +SourceModule
+imports: + codecs + • getopt + • os + • pythoncom + • pywin + • pywin.dialogs + • pywin.dialogs.status + • sys + • win32com.client + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.selecttlb + • win32ui + +
+
+imported by: + win32com.client + • win32com.client.gencache + +
+ +
+ +
+ + win32com.client.selecttlb +SourceModule
+imports: + pythoncom + • pywin.dialogs.list + • win32api + • win32com.client + • win32con + +
+
+imported by: + win32com.client + • win32com.client.makepy + +
+ +
+ +
+ + win32com.client.util +SourceModule
+imports: + pythoncom + • win32com.client + +
+
+imported by: + win32com + • win32com.client + • win32com.client.dynamic + +
+ +
+ +
+ + win32com.server +Package
+imports: + win32com + • win32com.server + • win32com.server.policy + +
+
+imported by: + win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.dispatcher +SourceModule
+imports: + pythoncom + • sys + • traceback + • win32api + • win32com + • win32com.server + • win32com.server.exception + • win32com.util + • win32trace + • win32traceutil + +
+
+imported by: + win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.exception +SourceModule
+imports: + pythoncom + • sys + • win32com.server + +
+
+imported by: + win32com.server.dispatcher + • win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.policy +SourceModule
+imports: + pythoncom + • pywintypes + • sys + • types + • win32api + • win32com + • win32com.client + • win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.universal + • win32com.util + • win32con + • winerror + +
+
+imported by: + win32com.server + • win32com.server.util + +
+ +
+ +
+ + win32com.server.util +SourceModule
+imports: + pythoncom + • win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • winerror + +
+
+imported by: + win32com + +
+ +
+ +
+ + win32com.shell +Package
+imports: + win32com + • win32com.shell.shell + • win32com.shell.shellcon + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell.shell + • win32com.shell.shellcon + +
+ +
+ +
+ + win32com.shell.shell c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\win32comext\shell\shell.pyd
+imports: + win32com.shell + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell + +
+ +
+ +
+ + win32com.shell.shellcon +SourceModule
+imports: + win32com.shell + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell + +
+ +
+ +
+ + win32com.universal +SourceModule
+imports: + pythoncom + • types + • win32com + • win32com.client + • win32com.client.build + • win32com.client.gencache + +
+
+imported by: + win32com + • win32com.server.policy + +
+ +
+ +
+ + win32com.util +SourceModule
+imports: + pythoncom + • win32api + • win32com + • win32con + +
+
+imported by: + win32com.server.dispatcher + • win32com.server.policy + +
+ +
+ +
+ + win32con +SourceModule
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc.dialog + • pywin.mfc.window + • win32com.client.selecttlb + • win32com.server.policy + • win32com.util + +
+ +
+ +
+ + win32trace c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\win32\win32trace.pyd
+imported by: + win32com.server.dispatcher + • win32traceutil + +
+ +
+ +
+ + win32traceutil +SourceModule
+imports: + sys + • win32api + • win32trace + +
+
+imported by: + win32com.server.dispatcher + +
+ +
+ +
+ + win32ui c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\Pythonwin\win32ui.pyd
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.thread + • pywin.mfc.window + • win32com.client.makepy + +
+ +
+ +
+ + win32wnet c:\users\slava\appdata\local\programs\python\python38-32\lib\site-packages\win32\win32wnet.pyd
+imported by: + netbios + • uuid + +
+ +
+ +
+ + winerror +SourceModule
+imported by: + win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + winreg (builtin module)
+imported by: + distutils._msvccompiler + • distutils.msvc9compiler + • mimetypes + • pkg_resources._vendor.appdirs + • platform + • pygame.sysfont + • urllib.request + • winreg + +
+ +
+ +
+ + xml +Package
+imports: + xml.sax.expatreader + • xml.sax.xmlreader + +
+
+imported by: + PyInstaller.utils.win32.winmanifest + • xml.dom + • xml.etree + • xml.parsers + • xml.sax + +
+ +
+ +
+ + xml.etree +Package
+imports: + xml + • xml.etree + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+
+imported by: + PyInstaller.lib.modulegraph.find_modules + • xml.etree + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.ElementInclude +SourceModule
+imports: + copy + • xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.etree.ElementPath +SourceModule
+imports: + re + • xml.etree + +
+
+imported by: + _elementtree + • xml.etree + • xml.etree.ElementTree + +
+ +
+ +
+ + xml.etree.ElementTree +SourceModule
+imports: + _elementtree + • collections + • collections.abc + • contextlib + • io + • locale + • pyexpat + • re + • sys + • warnings + • xml.etree + • xml.etree.ElementPath + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + _elementtree + • pygame.sysfont + • xml.etree + • xml.etree.ElementInclude + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.parsers +Package
+imports: + xml + +
+
+imported by: + xml.dom.expatbuilder + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.parsers.expat +SourceModule
+imports: + pyexpat + • sys + • xml.parsers + +
+
+imported by: + plistlib + • xml.dom.expatbuilder + • xml.etree.ElementTree + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.sax +Package
+imports: + 'org.python' + • io + • os + • sys + • xml + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml.dom.pulldom + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax._exceptions +SourceModule
+imports: + 'java.lang' + • sys + • xml.sax + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.expatreader +SourceModule
+imports: + _weakref + • sys + • weakref + • xml.parsers + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml + • xml.sax + +
+ +
+ +
+ + xml.sax.handler +SourceModule
+imports: + xml.sax + +
+
+imported by: + xml.dom.pulldom + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.saxutils +SourceModule
+imports: + codecs + • io + • os + • sys + • urllib.parse + • urllib.request + • xml.sax + • xml.sax.handler + • xml.sax.xmlreader + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.xmlreader +SourceModule
+imports: + xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + +
+
+imported by: + xml + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + +
+ +
+ +
+ + xmlrpc +Package
+imported by: + xmlrpc.client + +
+ +
+ +
+ + xmlrpc.client +SourceModule
+imports: + base64 + • datetime + • decimal + • errno + • gzip + • http.client + • io + • sys + • time + • urllib.parse + • xml.parsers + • xml.parsers.expat + • xmlrpc + +
+
+imported by: + multiprocessing.connection + +
+ +
+ +
+ + zipfile +SourceModule
+imports: + argparse + • binascii + • bz2 + • contextlib + • functools + • importlib.util + • io + • itertools + • lzma + • os + • posixpath + • py_compile + • shutil + • stat + • struct + • sys + • threading + • time + • warnings + • zlib + +
+
+imported by: + PyInstaller.building.toc_conversion + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.zipio + • distutils.archive_util + • importlib.metadata + • pkg_resources + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.wheel + • shutil + • win32com.client.gencache + +
+ +
+ +
+ + zipimport +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • _io + • importlib.abc + • io + • marshal + • os + • pathlib + • sys + • time + • zlib + +
+
+imported by: + pkg_resources + • pkgutil + • setuptools.command.easy_install + +
+ +
+ +
+ + zlib (builtin module)
+imported by: + PyInstaller.archive.writers + • PyInstaller.loader.pyimod02_archive + • encodings.zlib_codec + • gzip + • shutil + • tarfile + • zipfile + • zipimport + +
+ +
+ + + diff --git a/Rise/dist/Rise/Include/pyconfig.h b/Rise/dist/Rise/Include/pyconfig.h new file mode 100644 index 0000000..b6b8d44 --- /dev/null +++ b/Rise/dist/Rise/Include/pyconfig.h @@ -0,0 +1,691 @@ +#ifndef Py_CONFIG_H +#define Py_CONFIG_H + +/* pyconfig.h. NOT Generated automatically by configure. + +This is a manually maintained version used for the Watcom, +Borland and Microsoft Visual C++ compilers. It is a +standard part of the Python distribution. + +WINDOWS DEFINES: +The code specific to Windows should be wrapped around one of +the following #defines + +MS_WIN64 - Code specific to the MS Win64 API +MS_WIN32 - Code specific to the MS Win32 (and Win64) API (obsolete, this covers all supported APIs) +MS_WINDOWS - Code specific to Windows, but all versions. +Py_ENABLE_SHARED - Code if the Python core is built as a DLL. + +Also note that neither "_M_IX86" or "_MSC_VER" should be used for +any purpose other than "Windows Intel x86 specific" and "Microsoft +compiler specific". Therefore, these should be very rare. + + +NOTE: The following symbols are deprecated: +NT, USE_DL_EXPORT, USE_DL_IMPORT, DL_EXPORT, DL_IMPORT +MS_CORE_DLL. + +WIN32 is still required for the locale module. + +*/ + +/* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */ +#ifdef USE_DL_EXPORT +# define Py_BUILD_CORE +#endif /* USE_DL_EXPORT */ + +/* Visual Studio 2005 introduces deprecation warnings for + "insecure" and POSIX functions. The insecure functions should + be replaced by *_s versions (according to Microsoft); the + POSIX functions by _* versions (which, according to Microsoft, + would be ISO C conforming). Neither renaming is feasible, so + we just silence the warnings. */ + +#ifndef _CRT_SECURE_NO_DEPRECATE +#define _CRT_SECURE_NO_DEPRECATE 1 +#endif +#ifndef _CRT_NONSTDC_NO_DEPRECATE +#define _CRT_NONSTDC_NO_DEPRECATE 1 +#endif + +#define HAVE_IO_H +#define HAVE_SYS_UTIME_H +#define HAVE_TEMPNAM +#define HAVE_TMPFILE +#define HAVE_TMPNAM +#define HAVE_CLOCK +#define HAVE_STRERROR + +#include + +#define HAVE_HYPOT +#define HAVE_STRFTIME +#define DONT_HAVE_SIG_ALARM +#define DONT_HAVE_SIG_PAUSE +#define LONG_BIT 32 +#define WORD_BIT 32 + +#define MS_WIN32 /* only support win32 and greater. */ +#define MS_WINDOWS +#ifndef PYTHONPATH +# define PYTHONPATH L".\\DLLs;.\\lib" +#endif +#define NT_THREADS +#define WITH_THREAD +#ifndef NETSCAPE_PI +#define USE_SOCKET +#endif + + +/* Compiler specific defines */ + +/* ------------------------------------------------------------------------*/ +/* Microsoft C defines _MSC_VER */ +#ifdef _MSC_VER + +/* We want COMPILER to expand to a string containing _MSC_VER's *value*. + * This is horridly tricky, because the stringization operator only works + * on macro arguments, and doesn't evaluate macros passed *as* arguments. + * Attempts simpler than the following appear doomed to produce "_MSC_VER" + * literally in the string. + */ +#define _Py_PASTE_VERSION(SUFFIX) \ + ("[MSC v." _Py_STRINGIZE(_MSC_VER) " " SUFFIX "]") +/* e.g., this produces, after compile-time string catenation, + * ("[MSC v.1200 32 bit (Intel)]") + * + * _Py_STRINGIZE(_MSC_VER) expands to + * _Py_STRINGIZE1((_MSC_VER)) expands to + * _Py_STRINGIZE2(_MSC_VER) but as this call is the result of token-pasting + * it's scanned again for macros and so further expands to (under MSVC 6) + * _Py_STRINGIZE2(1200) which then expands to + * "1200" + */ +#define _Py_STRINGIZE(X) _Py_STRINGIZE1((X)) +#define _Py_STRINGIZE1(X) _Py_STRINGIZE2 ## X +#define _Py_STRINGIZE2(X) #X + +/* MSVC defines _WINxx to differentiate the windows platform types + + Note that for compatibility reasons _WIN32 is defined on Win32 + *and* on Win64. For the same reasons, in Python, MS_WIN32 is + defined on Win32 *and* Win64. Win32 only code must therefore be + guarded as follows: + #if defined(MS_WIN32) && !defined(MS_WIN64) +*/ +#ifdef _WIN64 +#define MS_WIN64 +#endif + +/* set the COMPILER */ +#ifdef MS_WIN64 +#if defined(_M_X64) || defined(_M_AMD64) +#if defined(__INTEL_COMPILER) +#define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]") +#else +#define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") +#endif /* __INTEL_COMPILER */ +#define PYD_PLATFORM_TAG "win_amd64" +#elif defined(_M_ARM64) +#define COMPILER _Py_PASTE_VERSION("64 bit (ARM64)") +#define PYD_PLATFORM_TAG "win_arm64" +#else +#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") +#endif +#endif /* MS_WIN64 */ + +/* set the version macros for the windows headers */ +/* Python 3.5+ requires Windows Vista or greater */ +#define Py_WINVER 0x0600 /* _WIN32_WINNT_VISTA */ +#define Py_NTDDI NTDDI_VISTA + +/* We only set these values when building Python - we don't want to force + these values on extensions, as that will affect the prototypes and + structures exposed in the Windows headers. Even when building Python, we + allow a single source file to override this - they may need access to + structures etc so it can optionally use new Windows features if it + determines at runtime they are available. +*/ +#if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE) +#ifndef NTDDI_VERSION +#define NTDDI_VERSION Py_NTDDI +#endif +#ifndef WINVER +#define WINVER Py_WINVER +#endif +#ifndef _WIN32_WINNT +#define _WIN32_WINNT Py_WINVER +#endif +#endif + +/* _W64 is not defined for VC6 or eVC4 */ +#ifndef _W64 +#define _W64 +#endif + +/* Define like size_t, omitting the "unsigned" */ +#ifdef MS_WIN64 +typedef __int64 ssize_t; +#else +typedef _W64 int ssize_t; +#endif +#define HAVE_SSIZE_T 1 + +#if defined(MS_WIN32) && !defined(MS_WIN64) +#if defined(_M_IX86) +#if defined(__INTEL_COMPILER) +#define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]") +#else +#define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") +#endif /* __INTEL_COMPILER */ +#define PYD_PLATFORM_TAG "win32" +#elif defined(_M_ARM) +#define COMPILER _Py_PASTE_VERSION("32 bit (ARM)") +#define PYD_PLATFORM_TAG "win_arm32" +#else +#define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") +#endif +#endif /* MS_WIN32 && !MS_WIN64 */ + +typedef int pid_t; + +#include +#define Py_IS_NAN _isnan +#define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X)) +#define Py_IS_FINITE(X) _finite(X) +#define copysign _copysign + +/* Side by Side assemblies supported in VS 2005 and VS 2008 but not 2010*/ +#if _MSC_VER >= 1400 && _MSC_VER < 1600 +#define HAVE_SXS 1 +#endif + +/* define some ANSI types that are not defined in earlier Win headers */ +#if _MSC_VER >= 1200 +/* This file only exists in VC 6.0 or higher */ +#include +#endif + +#endif /* _MSC_VER */ + +/* ------------------------------------------------------------------------*/ +/* egcs/gnu-win32 defines __GNUC__ and _WIN32 */ +#if defined(__GNUC__) && defined(_WIN32) +/* XXX These defines are likely incomplete, but should be easy to fix. + They should be complete enough to build extension modules. */ +/* Suggested by Rene Liebscher to avoid a GCC 2.91.* + bug that requires structure imports. More recent versions of the + compiler don't exhibit this bug. +*/ +#if (__GNUC__==2) && (__GNUC_MINOR__<=91) +#warning "Please use an up-to-date version of gcc! (>2.91 recommended)" +#endif + +#define COMPILER "[gcc]" +#define PY_LONG_LONG long long +#define PY_LLONG_MIN LLONG_MIN +#define PY_LLONG_MAX LLONG_MAX +#define PY_ULLONG_MAX ULLONG_MAX +#endif /* GNUC */ + +/* ------------------------------------------------------------------------*/ +/* lcc-win32 defines __LCC__ */ +#if defined(__LCC__) +/* XXX These defines are likely incomplete, but should be easy to fix. + They should be complete enough to build extension modules. */ + +#define COMPILER "[lcc-win32]" +typedef int pid_t; +/* __declspec() is supported here too - do nothing to get the defaults */ + +#endif /* LCC */ + +/* ------------------------------------------------------------------------*/ +/* End of compilers - finish up */ + +#ifndef NO_STDIO_H +# include +#endif + +/* 64 bit ints are usually spelt __int64 unless compiler has overridden */ +#ifndef PY_LONG_LONG +# define PY_LONG_LONG __int64 +# define PY_LLONG_MAX _I64_MAX +# define PY_LLONG_MIN _I64_MIN +# define PY_ULLONG_MAX _UI64_MAX +#endif + +/* For Windows the Python core is in a DLL by default. Test +Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ +#if !defined(MS_NO_COREDLL) && !defined(Py_NO_ENABLE_SHARED) +# define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ +# define MS_COREDLL /* deprecated old symbol */ +#endif /* !MS_NO_COREDLL && ... */ + +/* All windows compilers that use this header support __declspec */ +#define HAVE_DECLSPEC_DLL + +/* For an MSVC DLL, we can nominate the .lib files used by extensions */ +#ifdef MS_COREDLL +# if !defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_BUILTIN) + /* not building the core - must be an ext */ +# if defined(_MSC_VER) + /* So MSVC users need not specify the .lib + file in their Makefile (other compilers are + generally taken care of by distutils.) */ +# if defined(_DEBUG) +# pragma comment(lib,"python38_d.lib") +# elif defined(Py_LIMITED_API) +# pragma comment(lib,"python3.lib") +# else +# pragma comment(lib,"python38.lib") +# endif /* _DEBUG */ +# endif /* _MSC_VER */ +# endif /* Py_BUILD_CORE */ +#endif /* MS_COREDLL */ + +#if defined(MS_WIN64) +/* maintain "win32" sys.platform for backward compatibility of Python code, + the Win64 API should be close enough to the Win32 API to make this + preferable */ +# define PLATFORM "win32" +# define SIZEOF_VOID_P 8 +# define SIZEOF_TIME_T 8 +# define SIZEOF_OFF_T 4 +# define SIZEOF_FPOS_T 8 +# define SIZEOF_HKEY 8 +# define SIZEOF_SIZE_T 8 +/* configure.ac defines HAVE_LARGEFILE_SUPPORT iff + sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t). + On Win64 the second condition is not true, but if fpos_t replaces off_t + then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64 + should define this. */ +# define HAVE_LARGEFILE_SUPPORT +#elif defined(MS_WIN32) +# define PLATFORM "win32" +# define HAVE_LARGEFILE_SUPPORT +# define SIZEOF_VOID_P 4 +# define SIZEOF_OFF_T 4 +# define SIZEOF_FPOS_T 8 +# define SIZEOF_HKEY 4 +# define SIZEOF_SIZE_T 4 + /* MS VS2005 changes time_t to a 64-bit type on all platforms */ +# if defined(_MSC_VER) && _MSC_VER >= 1400 +# define SIZEOF_TIME_T 8 +# else +# define SIZEOF_TIME_T 4 +# endif +#endif + +#ifdef _DEBUG +# define Py_DEBUG +#endif + + +#ifdef MS_WIN32 + +#define SIZEOF_SHORT 2 +#define SIZEOF_INT 4 +#define SIZEOF_LONG 4 +#define SIZEOF_LONG_LONG 8 +#define SIZEOF_DOUBLE 8 +#define SIZEOF_FLOAT 4 + +/* VC 7.1 has them and VC 6.0 does not. VC 6.0 has a version number of 1200. + Microsoft eMbedded Visual C++ 4.0 has a version number of 1201 and doesn't + define these. + If some compiler does not provide them, modify the #if appropriately. */ +#if defined(_MSC_VER) +#if _MSC_VER > 1300 +#define HAVE_UINTPTR_T 1 +#define HAVE_INTPTR_T 1 +#else +/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */ +#define Py_LL(x) x##I64 +#endif /* _MSC_VER > 1300 */ +#endif /* _MSC_VER */ + +#endif + +/* define signed and unsigned exact-width 32-bit and 64-bit types, used in the + implementation of Python integers. */ +#define PY_UINT32_T uint32_t +#define PY_UINT64_T uint64_t +#define PY_INT32_T int32_t +#define PY_INT64_T int64_t + +/* Fairly standard from here! */ + +/* Define to 1 if you have the `copysign' function. */ +#define HAVE_COPYSIGN 1 + +/* Define to 1 if you have the `round' function. */ +#if _MSC_VER >= 1800 +#define HAVE_ROUND 1 +#endif + +/* Define to 1 if you have the `isinf' macro. */ +#define HAVE_DECL_ISINF 1 + +/* Define to 1 if you have the `isnan' function. */ +#define HAVE_DECL_ISNAN 1 + +/* Define if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +/* #undef _ALL_SOURCE */ +#endif + +/* Define to empty if the keyword does not work. */ +/* #define const */ + +/* Define to 1 if you have the header file. */ +#define HAVE_CONIO_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_DIRECT_H 1 + +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#define HAVE_DECL_TZNAME 1 + +/* Define if you have dirent.h. */ +/* #define DIRENT 1 */ + +/* Define to the type of elements in the array set by `getgroups'. + Usually this is either `int' or `gid_t'. */ +/* #undef GETGROUPS_T */ + +/* Define to `int' if doesn't define. */ +/* #undef gid_t */ + +/* Define if your struct tm has tm_zone. */ +/* #undef HAVE_TM_ZONE */ + +/* Define if you don't have tm_zone but do have the external array + tzname. */ +#define HAVE_TZNAME + +/* Define to `int' if doesn't define. */ +/* #undef mode_t */ + +/* Define if you don't have dirent.h, but have ndir.h. */ +/* #undef NDIR */ + +/* Define to `long' if doesn't define. */ +/* #undef off_t */ + +/* Define to `int' if doesn't define. */ +/* #undef pid_t */ + +/* Define if the system does not provide POSIX.1 features except + with this defined. */ +/* #undef _POSIX_1_SOURCE */ + +/* Define if you need to in order for stat and other things to work. */ +/* #undef _POSIX_SOURCE */ + +/* Define as the return type of signal handlers (int or void). */ +#define RETSIGTYPE void + +/* Define to `unsigned' if doesn't define. */ +/* #undef size_t */ + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define if you don't have dirent.h, but have sys/dir.h. */ +/* #undef SYSDIR */ + +/* Define if you don't have dirent.h, but have sys/ndir.h. */ +/* #undef SYSNDIR */ + +/* Define if you can safely include both and . */ +/* #undef TIME_WITH_SYS_TIME */ + +/* Define if your declares struct tm. */ +/* #define TM_IN_SYS_TIME 1 */ + +/* Define to `int' if doesn't define. */ +/* #undef uid_t */ + +/* Define if the closedir function returns void instead of int. */ +/* #undef VOID_CLOSEDIR */ + +/* Define if getpgrp() must be called as getpgrp(0) + and (consequently) setpgrp() as setpgrp(0, 0). */ +/* #undef GETPGRP_HAVE_ARGS */ + +/* Define this if your time.h defines altzone */ +/* #define HAVE_ALTZONE */ + +/* Define if you have the putenv function. */ +#define HAVE_PUTENV + +/* Define if your compiler supports function prototypes */ +#define HAVE_PROTOTYPES + +/* Define if you can safely include both and + (which you can't on SCO ODT 3.0). */ +/* #undef SYS_SELECT_WITH_SYS_TIME */ + +/* Define if you want build the _decimal module using a coroutine-local rather + than a thread-local context */ +#define WITH_DECIMAL_CONTEXTVAR 1 + +/* Define if you want documentation strings in extension modules */ +#define WITH_DOC_STRINGS 1 + +/* Define if you want to compile in rudimentary thread support */ +/* #undef WITH_THREAD */ + +/* Define if you want to use the GNU readline library */ +/* #define WITH_READLINE 1 */ + +/* Use Python's own small-block memory-allocator. */ +#define WITH_PYMALLOC 1 + +/* Define if you have clock. */ +/* #define HAVE_CLOCK */ + +/* Define when any dynamic module loading is enabled */ +#define HAVE_DYNAMIC_LOADING + +/* Define if you have ftime. */ +#define HAVE_FTIME + +/* Define if you have getpeername. */ +#define HAVE_GETPEERNAME + +/* Define if you have getpgrp. */ +/* #undef HAVE_GETPGRP */ + +/* Define if you have getpid. */ +#define HAVE_GETPID + +/* Define if you have gettimeofday. */ +/* #undef HAVE_GETTIMEOFDAY */ + +/* Define if you have getwd. */ +/* #undef HAVE_GETWD */ + +/* Define if you have lstat. */ +/* #undef HAVE_LSTAT */ + +/* Define if you have the mktime function. */ +#define HAVE_MKTIME + +/* Define if you have nice. */ +/* #undef HAVE_NICE */ + +/* Define if you have readlink. */ +/* #undef HAVE_READLINK */ + +/* Define if you have setpgid. */ +/* #undef HAVE_SETPGID */ + +/* Define if you have setpgrp. */ +/* #undef HAVE_SETPGRP */ + +/* Define if you have setsid. */ +/* #undef HAVE_SETSID */ + +/* Define if you have setvbuf. */ +#define HAVE_SETVBUF + +/* Define if you have siginterrupt. */ +/* #undef HAVE_SIGINTERRUPT */ + +/* Define if you have symlink. */ +/* #undef HAVE_SYMLINK */ + +/* Define if you have tcgetpgrp. */ +/* #undef HAVE_TCGETPGRP */ + +/* Define if you have tcsetpgrp. */ +/* #undef HAVE_TCSETPGRP */ + +/* Define if you have times. */ +/* #undef HAVE_TIMES */ + +/* Define if you have uname. */ +/* #undef HAVE_UNAME */ + +/* Define if you have waitpid. */ +/* #undef HAVE_WAITPID */ + +/* Define to 1 if you have the `wcsftime' function. */ +#if defined(_MSC_VER) && _MSC_VER >= 1310 +#define HAVE_WCSFTIME 1 +#endif + +/* Define to 1 if you have the `wcscoll' function. */ +#define HAVE_WCSCOLL 1 + +/* Define to 1 if you have the `wcsxfrm' function. */ +#define HAVE_WCSXFRM 1 + +/* Define if the zlib library has inflateCopy */ +#define HAVE_ZLIB_COPY 1 + +/* Define if you have the header file. */ +/* #undef HAVE_DLFCN_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_ERRNO_H 1 + +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_PROCESS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define if you have the prototypes. */ +#define HAVE_STDARG_PROTOTYPES + +/* Define if you have the header file. */ +#define HAVE_STDDEF_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_SYS_AUDIOIO_H */ + +/* Define if you have the header file. */ +/* #define HAVE_SYS_PARAM_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_SYS_SELECT_H 1 */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define if you have the header file. */ +/* #define HAVE_SYS_TIME_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_SYS_TIMES_H 1 */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define if you have the header file. */ +/* #define HAVE_SYS_UN_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_SYS_UTIME_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_SYS_UTSNAME_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_UNISTD_H 1 */ + +/* Define if you have the header file. */ +/* #define HAVE_UTIME_H 1 */ + +/* Define if the compiler provides a wchar.h header file. */ +#define HAVE_WCHAR_H 1 + +/* The size of `wchar_t', as computed by sizeof. */ +#define SIZEOF_WCHAR_T 2 + +/* The size of `_Bool', as computed by sizeof. */ +#define SIZEOF__BOOL 1 + +/* The size of `pid_t', as computed by sizeof. */ +#define SIZEOF_PID_T SIZEOF_INT + +/* Define if you have the dl library (-ldl). */ +/* #undef HAVE_LIBDL */ + +/* Define if you have the mpc library (-lmpc). */ +/* #undef HAVE_LIBMPC */ + +/* Define if you have the nsl library (-lnsl). */ +#define HAVE_LIBNSL 1 + +/* Define if you have the seq library (-lseq). */ +/* #undef HAVE_LIBSEQ */ + +/* Define if you have the socket library (-lsocket). */ +#define HAVE_LIBSOCKET 1 + +/* Define if you have the sun library (-lsun). */ +/* #undef HAVE_LIBSUN */ + +/* Define if you have the termcap library (-ltermcap). */ +/* #undef HAVE_LIBTERMCAP */ + +/* Define if you have the termlib library (-ltermlib). */ +/* #undef HAVE_LIBTERMLIB */ + +/* Define if you have the thread library (-lthread). */ +/* #undef HAVE_LIBTHREAD */ + +/* WinSock does not use a bitmask in select, and uses + socket handles greater than FD_SETSIZE */ +#define Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE + +/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the + least significant byte first */ +#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 + +/* Define to 1 if you have the `erf' function. */ +#define HAVE_ERF 1 + +/* Define to 1 if you have the `erfc' function. */ +#define HAVE_ERFC 1 + +/* Define if you have the 'inet_pton' function. */ +#define HAVE_INET_PTON 1 + +/* framework name */ +#define _PYTHONFRAMEWORK "" + +/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */ +#define HAVE_X509_VERIFY_PARAM_SET1_HOST 1 + +#endif /* !Py_CONFIG_H */ diff --git a/Rise/dist/Rise/Rise.exe b/Rise/dist/Rise/Rise.exe new file mode 100644 index 0000000..07eb7d9 Binary files /dev/null and b/Rise/dist/Rise/Rise.exe differ diff --git a/Rise/dist/Rise/Rise.exe.manifest b/Rise/dist/Rise/Rise.exe.manifest new file mode 100644 index 0000000..f204bf5 --- /dev/null +++ b/Rise/dist/Rise/Rise.exe.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Rise/dist/Rise/SDL.dll b/Rise/dist/Rise/SDL.dll new file mode 100644 index 0000000..53ce5bf Binary files /dev/null and b/Rise/dist/Rise/SDL.dll differ diff --git a/Rise/dist/Rise/SDL_image.dll b/Rise/dist/Rise/SDL_image.dll new file mode 100644 index 0000000..8fb5ee2 Binary files /dev/null and b/Rise/dist/Rise/SDL_image.dll differ diff --git a/Rise/dist/Rise/SDL_mixer.dll b/Rise/dist/Rise/SDL_mixer.dll new file mode 100644 index 0000000..a6c72c1 Binary files /dev/null and b/Rise/dist/Rise/SDL_mixer.dll differ diff --git a/Rise/dist/Rise/SDL_ttf.dll b/Rise/dist/Rise/SDL_ttf.dll new file mode 100644 index 0000000..6e452e0 Binary files /dev/null and b/Rise/dist/Rise/SDL_ttf.dll differ diff --git a/Rise/dist/Rise/VCRUNTIME140.dll b/Rise/dist/Rise/VCRUNTIME140.dll new file mode 100644 index 0000000..42d8a92 Binary files /dev/null and b/Rise/dist/Rise/VCRUNTIME140.dll differ diff --git a/Rise/dist/Rise/_asyncio.pyd b/Rise/dist/Rise/_asyncio.pyd new file mode 100644 index 0000000..8d8db5f Binary files /dev/null and b/Rise/dist/Rise/_asyncio.pyd differ diff --git a/Rise/dist/Rise/_bz2.pyd b/Rise/dist/Rise/_bz2.pyd new file mode 100644 index 0000000..f649e41 Binary files /dev/null and b/Rise/dist/Rise/_bz2.pyd differ diff --git a/Rise/dist/Rise/_ctypes.pyd b/Rise/dist/Rise/_ctypes.pyd new file mode 100644 index 0000000..e576153 Binary files /dev/null and b/Rise/dist/Rise/_ctypes.pyd differ diff --git a/Rise/dist/Rise/_decimal.pyd b/Rise/dist/Rise/_decimal.pyd new file mode 100644 index 0000000..70d759d Binary files /dev/null and b/Rise/dist/Rise/_decimal.pyd differ diff --git a/Rise/dist/Rise/_elementtree.pyd b/Rise/dist/Rise/_elementtree.pyd new file mode 100644 index 0000000..766e481 Binary files /dev/null and b/Rise/dist/Rise/_elementtree.pyd differ diff --git a/Rise/dist/Rise/_hashlib.pyd b/Rise/dist/Rise/_hashlib.pyd new file mode 100644 index 0000000..b10479e Binary files /dev/null and b/Rise/dist/Rise/_hashlib.pyd differ diff --git a/Rise/dist/Rise/_lzma.pyd b/Rise/dist/Rise/_lzma.pyd new file mode 100644 index 0000000..8ead6b1 Binary files /dev/null and b/Rise/dist/Rise/_lzma.pyd differ diff --git a/Rise/dist/Rise/_multiprocessing.pyd b/Rise/dist/Rise/_multiprocessing.pyd new file mode 100644 index 0000000..7adab40 Binary files /dev/null and b/Rise/dist/Rise/_multiprocessing.pyd differ diff --git a/Rise/dist/Rise/_overlapped.pyd b/Rise/dist/Rise/_overlapped.pyd new file mode 100644 index 0000000..f992c5f Binary files /dev/null and b/Rise/dist/Rise/_overlapped.pyd differ diff --git a/Rise/dist/Rise/_queue.pyd b/Rise/dist/Rise/_queue.pyd new file mode 100644 index 0000000..88691e7 Binary files /dev/null and b/Rise/dist/Rise/_queue.pyd differ diff --git a/Rise/dist/Rise/_socket.pyd b/Rise/dist/Rise/_socket.pyd new file mode 100644 index 0000000..ababd09 Binary files /dev/null and b/Rise/dist/Rise/_socket.pyd differ diff --git a/Rise/dist/Rise/_ssl.pyd b/Rise/dist/Rise/_ssl.pyd new file mode 100644 index 0000000..dad04de Binary files /dev/null and b/Rise/dist/Rise/_ssl.pyd differ diff --git a/Rise/dist/Rise/_win32sysloader.pyd b/Rise/dist/Rise/_win32sysloader.pyd new file mode 100644 index 0000000..d2a7def Binary files /dev/null and b/Rise/dist/Rise/_win32sysloader.pyd differ diff --git a/Rise/dist/Rise/base_library.zip b/Rise/dist/Rise/base_library.zip new file mode 100644 index 0000000..bdb215d Binary files /dev/null and b/Rise/dist/Rise/base_library.zip differ diff --git a/Rise/dist/Rise/lib2to3/Grammar.txt b/Rise/dist/Rise/lib2to3/Grammar.txt new file mode 100644 index 0000000..8ce7fd8 --- /dev/null +++ b/Rise/dist/Rise/lib2to3/Grammar.txt @@ -0,0 +1,156 @@ +# Grammar for 2to3. This grammar supports Python 2.x and 3.x. + +# NOTE WELL: You should also follow all the steps listed at +# https://devguide.python.org/grammar/ + +# Start symbols for the grammar: +# file_input is a module or sequence of commands read from an input file; +# single_input is a single interactive statement; +# eval_input is the input for the eval() and input() functions. +# NB: compound_stmt in single_input is followed by extra NEWLINE! +file_input: (NEWLINE | stmt)* ENDMARKER +single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE +eval_input: testlist NEWLINE* ENDMARKER + +decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE +decorators: decorator+ +decorated: decorators (classdef | funcdef | async_funcdef) +async_funcdef: ASYNC funcdef +funcdef: 'def' NAME parameters ['->' test] ':' suite +parameters: '(' [typedargslist] ')' +typedargslist: ((tfpdef ['=' test] ',')* + ('*' [tname] (',' tname ['=' test])* [',' ['**' tname [',']]] | '**' tname [',']) + | tfpdef ['=' test] (',' tfpdef ['=' test])* [',']) +tname: NAME [':' test] +tfpdef: tname | '(' tfplist ')' +tfplist: tfpdef (',' tfpdef)* [','] +varargslist: ((vfpdef ['=' test] ',')* + ('*' [vname] (',' vname ['=' test])* [',' ['**' vname [',']]] | '**' vname [',']) + | vfpdef ['=' test] (',' vfpdef ['=' test])* [',']) +vname: NAME +vfpdef: vname | '(' vfplist ')' +vfplist: vfpdef (',' vfpdef)* [','] + +stmt: simple_stmt | compound_stmt +simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE +small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt | + import_stmt | global_stmt | exec_stmt | assert_stmt) +expr_stmt: testlist_star_expr (annassign | augassign (yield_expr|testlist) | + ('=' (yield_expr|testlist_star_expr))*) +annassign: ':' test ['=' test] +testlist_star_expr: (test|star_expr) (',' (test|star_expr))* [','] +augassign: ('+=' | '-=' | '*=' | '@=' | '/=' | '%=' | '&=' | '|=' | '^=' | + '<<=' | '>>=' | '**=' | '//=') +# For normal and annotated assignments, additional restrictions enforced by the interpreter +print_stmt: 'print' ( [ test (',' test)* [','] ] | + '>>' test [ (',' test)+ [','] ] ) +del_stmt: 'del' exprlist +pass_stmt: 'pass' +flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt +break_stmt: 'break' +continue_stmt: 'continue' +return_stmt: 'return' [testlist] +yield_stmt: yield_expr +raise_stmt: 'raise' [test ['from' test | ',' test [',' test]]] +import_stmt: import_name | import_from +import_name: 'import' dotted_as_names +import_from: ('from' ('.'* dotted_name | '.'+) + 'import' ('*' | '(' import_as_names ')' | import_as_names)) +import_as_name: NAME ['as' NAME] +dotted_as_name: dotted_name ['as' NAME] +import_as_names: import_as_name (',' import_as_name)* [','] +dotted_as_names: dotted_as_name (',' dotted_as_name)* +dotted_name: NAME ('.' NAME)* +global_stmt: ('global' | 'nonlocal') NAME (',' NAME)* +exec_stmt: 'exec' expr ['in' test [',' test]] +assert_stmt: 'assert' test [',' test] + +compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt +async_stmt: ASYNC (funcdef | with_stmt | for_stmt) +if_stmt: 'if' namedexpr_test ':' suite ('elif' namedexpr_test ':' suite)* ['else' ':' suite] +while_stmt: 'while' namedexpr_test ':' suite ['else' ':' suite] +for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] +try_stmt: ('try' ':' suite + ((except_clause ':' suite)+ + ['else' ':' suite] + ['finally' ':' suite] | + 'finally' ':' suite)) +with_stmt: 'with' with_item (',' with_item)* ':' suite +with_item: test ['as' expr] +with_var: 'as' expr +# NB compile.c makes sure that the default except clause is last +except_clause: 'except' [test [(',' | 'as') test]] +suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT + +# Backward compatibility cruft to support: +# [ x for x in lambda: True, lambda: False if x() ] +# even while also allowing: +# lambda x: 5 if x else 2 +# (But not a mix of the two) +testlist_safe: old_test [(',' old_test)+ [',']] +old_test: or_test | old_lambdef +old_lambdef: 'lambda' [varargslist] ':' old_test + +namedexpr_test: test [':=' test] +test: or_test ['if' or_test 'else' test] | lambdef +or_test: and_test ('or' and_test)* +and_test: not_test ('and' not_test)* +not_test: 'not' not_test | comparison +comparison: expr (comp_op expr)* +comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not' +star_expr: '*' expr +expr: xor_expr ('|' xor_expr)* +xor_expr: and_expr ('^' and_expr)* +and_expr: shift_expr ('&' shift_expr)* +shift_expr: arith_expr (('<<'|'>>') arith_expr)* +arith_expr: term (('+'|'-') term)* +term: factor (('*'|'@'|'/'|'%'|'//') factor)* +factor: ('+'|'-'|'~') factor | power +power: [AWAIT] atom trailer* ['**' factor] +atom: ('(' [yield_expr|testlist_gexp] ')' | + '[' [listmaker] ']' | + '{' [dictsetmaker] '}' | + '`' testlist1 '`' | + NAME | NUMBER | STRING+ | '.' '.' '.') +listmaker: (namedexpr_test|star_expr) ( comp_for | (',' (namedexpr_test|star_expr))* [','] ) +testlist_gexp: (namedexpr_test|star_expr) ( comp_for | (',' (namedexpr_test|star_expr))* [','] ) +lambdef: 'lambda' [varargslist] ':' test +trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME +subscriptlist: subscript (',' subscript)* [','] +subscript: test | [test] ':' [test] [sliceop] +sliceop: ':' [test] +exprlist: (expr|star_expr) (',' (expr|star_expr))* [','] +testlist: test (',' test)* [','] +dictsetmaker: ( ((test ':' test | '**' expr) + (comp_for | (',' (test ':' test | '**' expr))* [','])) | + ((test | star_expr) + (comp_for | (',' (test | star_expr))* [','])) ) + +classdef: 'class' NAME ['(' [arglist] ')'] ':' suite + +arglist: argument (',' argument)* [','] + +# "test '=' test" is really "keyword '=' test", but we have no such token. +# These need to be in a single rule to avoid grammar that is ambiguous +# to our LL(1) parser. Even though 'test' includes '*expr' in star_expr, +# we explicitly match '*' here, too, to give it proper precedence. +# Illegal combinations and orderings are blocked in ast.c: +# multiple (test comp_for) arguments are blocked; keyword unpackings +# that precede iterable unpackings are blocked; etc. +argument: ( test [comp_for] | + test ':=' test | + test '=' test | + '**' test | + '*' test ) + +comp_iter: comp_for | comp_if +comp_for: [ASYNC] 'for' exprlist 'in' testlist_safe [comp_iter] +comp_if: 'if' old_test [comp_iter] + +testlist1: test (',' test)* + +# not used in grammar, but may appear in "node" passed from Parser to Compiler +encoding_decl: NAME + +yield_expr: 'yield' [yield_arg] +yield_arg: 'from' test | testlist diff --git a/Rise/dist/Rise/lib2to3/Grammar3.8.4.final.0.pickle b/Rise/dist/Rise/lib2to3/Grammar3.8.4.final.0.pickle new file mode 100644 index 0000000..be449ad Binary files /dev/null and b/Rise/dist/Rise/lib2to3/Grammar3.8.4.final.0.pickle differ diff --git a/Rise/dist/Rise/lib2to3/PatternGrammar.txt b/Rise/dist/Rise/lib2to3/PatternGrammar.txt new file mode 100644 index 0000000..36bf814 --- /dev/null +++ b/Rise/dist/Rise/lib2to3/PatternGrammar.txt @@ -0,0 +1,28 @@ +# Copyright 2006 Google, Inc. All Rights Reserved. +# Licensed to PSF under a Contributor Agreement. + +# A grammar to describe tree matching patterns. +# Not shown here: +# - 'TOKEN' stands for any token (leaf node) +# - 'any' stands for any node (leaf or interior) +# With 'any' we can still specify the sub-structure. + +# The start symbol is 'Matcher'. + +Matcher: Alternatives ENDMARKER + +Alternatives: Alternative ('|' Alternative)* + +Alternative: (Unit | NegatedUnit)+ + +Unit: [NAME '='] ( STRING [Repeater] + | NAME [Details] [Repeater] + | '(' Alternatives ')' [Repeater] + | '[' Alternatives ']' + ) + +NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')') + +Repeater: '*' | '+' | '{' NUMBER [',' NUMBER] '}' + +Details: '<' Alternatives '>' diff --git a/Rise/dist/Rise/lib2to3/PatternGrammar3.8.4.final.0.pickle b/Rise/dist/Rise/lib2to3/PatternGrammar3.8.4.final.0.pickle new file mode 100644 index 0000000..67e7d83 Binary files /dev/null and b/Rise/dist/Rise/lib2to3/PatternGrammar3.8.4.final.0.pickle differ diff --git a/Rise/dist/Rise/lib2to3/tests/data/README b/Rise/dist/Rise/lib2to3/tests/data/README new file mode 100644 index 0000000..7aa47e4 --- /dev/null +++ b/Rise/dist/Rise/lib2to3/tests/data/README @@ -0,0 +1,6 @@ +In this directory: +- py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar. +- py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar. +- infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching + scheme to fail, but passes when lib2to3 falls back to iterative pattern matching. +- fixes/ -- for use by test_refactor.py diff --git a/Rise/dist/Rise/libcrypto-1_1.dll b/Rise/dist/Rise/libcrypto-1_1.dll new file mode 100644 index 0000000..103d153 Binary files /dev/null and b/Rise/dist/Rise/libcrypto-1_1.dll differ diff --git a/Rise/dist/Rise/libffi-7.dll b/Rise/dist/Rise/libffi-7.dll new file mode 100644 index 0000000..ab77c4d Binary files /dev/null and b/Rise/dist/Rise/libffi-7.dll differ diff --git a/Rise/dist/Rise/libssl-1_1.dll b/Rise/dist/Rise/libssl-1_1.dll new file mode 100644 index 0000000..110ac97 Binary files /dev/null and b/Rise/dist/Rise/libssl-1_1.dll differ diff --git a/Rise/dist/Rise/mfc140u.dll b/Rise/dist/Rise/mfc140u.dll new file mode 100644 index 0000000..62aad59 Binary files /dev/null and b/Rise/dist/Rise/mfc140u.dll differ diff --git a/Rise/dist/Rise/pyexpat.pyd b/Rise/dist/Rise/pyexpat.pyd new file mode 100644 index 0000000..8053f8d Binary files /dev/null and b/Rise/dist/Rise/pyexpat.pyd differ diff --git a/Rise/dist/Rise/pygame/_freetype.cp38-win32.pyd b/Rise/dist/Rise/pygame/_freetype.cp38-win32.pyd new file mode 100644 index 0000000..55595aa Binary files /dev/null and b/Rise/dist/Rise/pygame/_freetype.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/base.cp38-win32.pyd b/Rise/dist/Rise/pygame/base.cp38-win32.pyd new file mode 100644 index 0000000..cba19ba Binary files /dev/null and b/Rise/dist/Rise/pygame/base.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/bufferproxy.cp38-win32.pyd b/Rise/dist/Rise/pygame/bufferproxy.cp38-win32.pyd new file mode 100644 index 0000000..642ad49 Binary files /dev/null and b/Rise/dist/Rise/pygame/bufferproxy.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/cdrom.cp38-win32.pyd b/Rise/dist/Rise/pygame/cdrom.cp38-win32.pyd new file mode 100644 index 0000000..1e99a6d Binary files /dev/null and b/Rise/dist/Rise/pygame/cdrom.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/color.cp38-win32.pyd b/Rise/dist/Rise/pygame/color.cp38-win32.pyd new file mode 100644 index 0000000..f1ffd5d Binary files /dev/null and b/Rise/dist/Rise/pygame/color.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/constants.cp38-win32.pyd b/Rise/dist/Rise/pygame/constants.cp38-win32.pyd new file mode 100644 index 0000000..59f2845 Binary files /dev/null and b/Rise/dist/Rise/pygame/constants.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/display.cp38-win32.pyd b/Rise/dist/Rise/pygame/display.cp38-win32.pyd new file mode 100644 index 0000000..cb9ae46 Binary files /dev/null and b/Rise/dist/Rise/pygame/display.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/draw.cp38-win32.pyd b/Rise/dist/Rise/pygame/draw.cp38-win32.pyd new file mode 100644 index 0000000..34171a4 Binary files /dev/null and b/Rise/dist/Rise/pygame/draw.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/event.cp38-win32.pyd b/Rise/dist/Rise/pygame/event.cp38-win32.pyd new file mode 100644 index 0000000..eab059e Binary files /dev/null and b/Rise/dist/Rise/pygame/event.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/fastevent.cp38-win32.pyd b/Rise/dist/Rise/pygame/fastevent.cp38-win32.pyd new file mode 100644 index 0000000..cc3e195 Binary files /dev/null and b/Rise/dist/Rise/pygame/fastevent.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/font.cp38-win32.pyd b/Rise/dist/Rise/pygame/font.cp38-win32.pyd new file mode 100644 index 0000000..945c17e Binary files /dev/null and b/Rise/dist/Rise/pygame/font.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/image.cp38-win32.pyd b/Rise/dist/Rise/pygame/image.cp38-win32.pyd new file mode 100644 index 0000000..0a4f0d2 Binary files /dev/null and b/Rise/dist/Rise/pygame/image.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/imageext.cp38-win32.pyd b/Rise/dist/Rise/pygame/imageext.cp38-win32.pyd new file mode 100644 index 0000000..6d060c0 Binary files /dev/null and b/Rise/dist/Rise/pygame/imageext.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/joystick.cp38-win32.pyd b/Rise/dist/Rise/pygame/joystick.cp38-win32.pyd new file mode 100644 index 0000000..2905516 Binary files /dev/null and b/Rise/dist/Rise/pygame/joystick.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/key.cp38-win32.pyd b/Rise/dist/Rise/pygame/key.cp38-win32.pyd new file mode 100644 index 0000000..9600f56 Binary files /dev/null and b/Rise/dist/Rise/pygame/key.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/mask.cp38-win32.pyd b/Rise/dist/Rise/pygame/mask.cp38-win32.pyd new file mode 100644 index 0000000..61ce66e Binary files /dev/null and b/Rise/dist/Rise/pygame/mask.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/math.cp38-win32.pyd b/Rise/dist/Rise/pygame/math.cp38-win32.pyd new file mode 100644 index 0000000..9202104 Binary files /dev/null and b/Rise/dist/Rise/pygame/math.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/mixer.cp38-win32.pyd b/Rise/dist/Rise/pygame/mixer.cp38-win32.pyd new file mode 100644 index 0000000..31cc1df Binary files /dev/null and b/Rise/dist/Rise/pygame/mixer.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/mixer_music.cp38-win32.pyd b/Rise/dist/Rise/pygame/mixer_music.cp38-win32.pyd new file mode 100644 index 0000000..9853112 Binary files /dev/null and b/Rise/dist/Rise/pygame/mixer_music.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/mouse.cp38-win32.pyd b/Rise/dist/Rise/pygame/mouse.cp38-win32.pyd new file mode 100644 index 0000000..a4681c5 Binary files /dev/null and b/Rise/dist/Rise/pygame/mouse.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/overlay.cp38-win32.pyd b/Rise/dist/Rise/pygame/overlay.cp38-win32.pyd new file mode 100644 index 0000000..f51dab7 Binary files /dev/null and b/Rise/dist/Rise/pygame/overlay.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/pixelarray.cp38-win32.pyd b/Rise/dist/Rise/pygame/pixelarray.cp38-win32.pyd new file mode 100644 index 0000000..4dddca5 Binary files /dev/null and b/Rise/dist/Rise/pygame/pixelarray.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/pixelcopy.cp38-win32.pyd b/Rise/dist/Rise/pygame/pixelcopy.cp38-win32.pyd new file mode 100644 index 0000000..ccaaf89 Binary files /dev/null and b/Rise/dist/Rise/pygame/pixelcopy.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/rect.cp38-win32.pyd b/Rise/dist/Rise/pygame/rect.cp38-win32.pyd new file mode 100644 index 0000000..f964301 Binary files /dev/null and b/Rise/dist/Rise/pygame/rect.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/rwobject.cp38-win32.pyd b/Rise/dist/Rise/pygame/rwobject.cp38-win32.pyd new file mode 100644 index 0000000..c8c3c30 Binary files /dev/null and b/Rise/dist/Rise/pygame/rwobject.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/scrap.cp38-win32.pyd b/Rise/dist/Rise/pygame/scrap.cp38-win32.pyd new file mode 100644 index 0000000..5b1b660 Binary files /dev/null and b/Rise/dist/Rise/pygame/scrap.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/surface.cp38-win32.pyd b/Rise/dist/Rise/pygame/surface.cp38-win32.pyd new file mode 100644 index 0000000..5fd9939 Binary files /dev/null and b/Rise/dist/Rise/pygame/surface.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/surflock.cp38-win32.pyd b/Rise/dist/Rise/pygame/surflock.cp38-win32.pyd new file mode 100644 index 0000000..f173e18 Binary files /dev/null and b/Rise/dist/Rise/pygame/surflock.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/time.cp38-win32.pyd b/Rise/dist/Rise/pygame/time.cp38-win32.pyd new file mode 100644 index 0000000..29c6675 Binary files /dev/null and b/Rise/dist/Rise/pygame/time.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/pygame/transform.cp38-win32.pyd b/Rise/dist/Rise/pygame/transform.cp38-win32.pyd new file mode 100644 index 0000000..29934a2 Binary files /dev/null and b/Rise/dist/Rise/pygame/transform.cp38-win32.pyd differ diff --git a/Rise/dist/Rise/python38.dll b/Rise/dist/Rise/python38.dll new file mode 100644 index 0000000..b01c59e Binary files /dev/null and b/Rise/dist/Rise/python38.dll differ diff --git a/Rise/dist/Rise/pythoncom38.dll b/Rise/dist/Rise/pythoncom38.dll new file mode 100644 index 0000000..aa24e94 Binary files /dev/null and b/Rise/dist/Rise/pythoncom38.dll differ diff --git a/Rise/dist/Rise/pywintypes38.dll b/Rise/dist/Rise/pywintypes38.dll new file mode 100644 index 0000000..e94adf8 Binary files /dev/null and b/Rise/dist/Rise/pywintypes38.dll differ diff --git a/Rise/dist/Rise/rise_icon.png b/Rise/dist/Rise/rise_icon.png new file mode 100644 index 0000000..d948f8d Binary files /dev/null and b/Rise/dist/Rise/rise_icon.png differ diff --git a/Rise/dist/Rise/select.pyd b/Rise/dist/Rise/select.pyd new file mode 100644 index 0000000..b8a7c21 Binary files /dev/null and b/Rise/dist/Rise/select.pyd differ diff --git a/Rise/dist/Rise/unicodedata.pyd b/Rise/dist/Rise/unicodedata.pyd new file mode 100644 index 0000000..bd7b968 Binary files /dev/null and b/Rise/dist/Rise/unicodedata.pyd differ diff --git a/Rise/dist/Rise/win32api.pyd b/Rise/dist/Rise/win32api.pyd new file mode 100644 index 0000000..1e82a2e Binary files /dev/null and b/Rise/dist/Rise/win32api.pyd differ diff --git a/Rise/dist/Rise/win32com/shell/shell.pyd b/Rise/dist/Rise/win32com/shell/shell.pyd new file mode 100644 index 0000000..fd494d7 Binary files /dev/null and b/Rise/dist/Rise/win32com/shell/shell.pyd differ diff --git a/Rise/dist/Rise/win32trace.pyd b/Rise/dist/Rise/win32trace.pyd new file mode 100644 index 0000000..8521796 Binary files /dev/null and b/Rise/dist/Rise/win32trace.pyd differ diff --git a/Rise/dist/Rise/win32ui.pyd b/Rise/dist/Rise/win32ui.pyd new file mode 100644 index 0000000..500f297 Binary files /dev/null and b/Rise/dist/Rise/win32ui.pyd differ diff --git a/Rise/dist/Rise/win32wnet.pyd b/Rise/dist/Rise/win32wnet.pyd new file mode 100644 index 0000000..4947e41 Binary files /dev/null and b/Rise/dist/Rise/win32wnet.pyd differ diff --git a/Rise/main.py b/Rise/main.py new file mode 100644 index 0000000..d0ca5a8 --- /dev/null +++ b/Rise/main.py @@ -0,0 +1,1496 @@ +# may be an newer copy of Rising_v3 +# the difference is in that in Rising_v3 additional files are located in a package, but here they are in a folder. + +# --------------- +# TODO: +# . +# 1. Implement game objects size and font size dependent from screen size !!! +# +# ------------------ +# . +# . +# . +# 9. Compile python programs for Windows_x32 using pyinstaller: +# 9.1 Open "Terminal" +# 9.2 type in command: pyinstaller Rising.py +# 9.3 Try to run your app. You will see "import pkg_resourses as res" error (if run from cmd.exe) +# 9.4 Fixing "import pkg_resources as res" error: +# 9.4.1 Open programname.spec in your project venv folder +# 9.4.2 Find "Analysis" section -> find hiddenimports= parameter +# 9.4.3 edit this line like that: hiddenimports=['pkg_resources.py2_warn'] +# 9.5 type the following command in Terminal: pyinstaller programname.spec !!! +# 9.6 Open "your_project_folder/dist/" - here will be programname folder with your compiled program +# 9.7 Don't forget to copy all additional files from project folder to "dist" folder (files such as icon.png etc.) +# 2. Wohooooo!!! You can share your program with friends. + + +# What is done [Update_1.0.1 notes] +# +# Fixed: +# 1. "Controls" button was opening and immediately closing when the key 'C' was pressed. Now it is correctly +# responds a single keypress. +# 2. Multiple improvements focused on better future development. +# 3. Wind appearance and behaviour were changed for more realistic. +# +# Added features: +# 1. "Increasing difficulty" added to the game. More enemies are coming !!! +# Game starts with 10 enemies. Enemies number depends on score from 10 to 999. +# 2. "Pocket for bonus" added to the game. It will be shown at this pocket as the player picks up any bonus. +# It's brightness shows the time of bonus activeness that remains. +# 3. "NEW BEST" message added. It pops up when a new "Max score" is set. +# 4. Game window got a new designed icon! +# 5. Game start is performed in full screen mode. + + + + +import pygame +import sys +import ctypes +import random + + +# classes + +class game_proc: + def __init__(self): + self.pygame_clock = pygame.time.Clock() + self.lock_fps = 60 + self.frame_counter = 0 + self.do_render_game = True + self.is_game_paused = False + self.game_paused_counter = 0 + self.do_reset_world = False + self.is_quit = False + self.game_over = False + self.was_bootscreen = False + + def get_pygame_clock(self): + return self.pygame_clock + + def get_lock_fps(self): + return self.lock_fps + + def get_frame_counter(self): + return self.frame_counter + + def get_do_render_game(self): + return self.do_render_game + + def get_is_game_paused(self): + return self.is_game_paused + + def get_game_paused_counter(self): + return self.game_paused_counter + + def get_do_reset_world(self): + return self.do_reset_world + + def get_is_quit(self): + return self.is_quit + + def get_game_over(self): + return self.game_over + + def get_was_bootscreen(self): + return self.was_bootscreen + + def set_pygame_clock(self, new_pygame_clock): + self.pygame_clock = new_pygame_clock + + def set_lock_fps(self, new_lock_fps): + if new_lock_fps > 15: + self.lock_fps = new_lock_fps + else: + self.lock_fps = 30 + + def set_frame_counter(self, new_frame_counter): + self.frame_counter = new_frame_counter + + def set_do_render_game(self, new_do_render_game): + self.do_render_game = new_do_render_game + + def set_is_game_paused(self, new_is_game_paused): + self.is_game_paused = new_is_game_paused + + def set_game_paused_counter(self, new_game_paused_counter): + self.game_paused_counter = new_game_paused_counter + + def set_do_reset_world(self, new_do_reset_world): + self.do_reset_world = new_do_reset_world + + def set_is_quit(self, new_is_quit): + self.is_quit = new_is_quit + + def set_game_over(self, new_game_over): + self.game_over = new_game_over + + def set_was_bootscreen(self, new_was_bootscreen): + self.was_bootscreen = new_was_bootscreen + + +class rect: + __rect_count = 0 # class attribute + + def __init__(self): + self._size = 10 # object's attributes + self._pos = [0, 0] + self._speed = 1 + self._color = [255, 255, 255] + self.frame_counter = 0 + + def set_pos_x(self, new_x): + self._pos[0] = new_x + + def set_pos_y(self, new_y): + self._pos[1] = new_y + + def set_color(self, r, g, b): + if 0 <= r <= 255 and 0 <= g <= 255 and 0 <= b <= 255: + self._color = (r, g, b) + return 0 + return -1 + + def set_frame_counter(self, new_frame_counter): + if new_frame_counter >= 0: + self.frame_counter = new_frame_counter + else: + self.frame_counter = -new_frame_counter + + def set_speed(self, pxperframe): + if 0 < pxperframe: + self._speed = pxperframe + return 0 + return -1 + + def set_size(self, px): + if 0 < px: + self._size = px + return 0 + return -1 + + def get_pos(self): + return self._pos + + def get_pos_x(self): + return self._pos[0] + + def get_pos_y(self): + return self._pos[1] + + def get_speed(self): + return self._speed + + def get_size(self): + return self._size + + def get_color_r(self): + return self._color[0] + + def get_color_g(self): + return self._color[1] + + def get_color_b(self): + return self._color[2] + + def move(self, dx, dy): + self._pos[0] += dx + self._pos[1] += dy + + def draw(self, screen): + pygame.draw.rect(screen, self._color, (int(self._pos[0]), int(self._pos[1]), self._size, self._size)) + + +class player(rect): + def __init__(self): + super().__init__() + self.default_size = 100 + self.default_speed = 4 + self._size = self.default_size + self._pos = [0, 0] + self._speed = 4 + self._color = (15, 89, 153) + self.__is_size_buffed = False + self.__is_speed_buffed = False + + def set__is_size_buffed(self, flag: bool): + self.__is_size_buffed = flag + + def get__is_size_buffed(self): + return self.__is_size_buffed + + def get_default_size(self): + return self.default_size + + def set__is_speed_buffed(self, flag): + self.__is_speed_buffed = flag + + def get__is_speed_buffed(self): + return self.__is_speed_buffed + + def get_default_speed(self): + return self.default_speed + + def reset(self): + self.set_size(self.get_default_size()) + self.set_speed(self.get_default_speed()) + + +class enemy(rect): + def __init__(self): + super().__init__() + self.default_size = 50 + self.default_speed_mul = 0.2 + self.default_speed = 4 + self.__speed_mul = self.default_speed_mul + self._size = 50 + self._pos = [0, 0] + self._speed = 4 + self._color = (153, 29, 23) + self.__is_size_buffed = False + self.__is_speed_mul_buffed = False + + def set__is_size_buffed(self, flag: bool): + self.__is_size_buffed = flag + + def get__is_size_buffed(self): + return self.__is_size_buffed + + def get_default_size(self): + return self.default_size + + def set__is_speed_mul_buffed(self, flag): + self.__is_speed_mul_buffed = flag + + def get__is_speed_mul_buffed(self): + return self.__is_speed_mul_buffed + + def get_default_speed_mul(self): + return self.default_speed_mul + + def get_speed_mul(self): + return self.__speed_mul + + def set_speed_mul(self, new_mul): + self.__speed_mul = new_mul + + def get_default_speed(self): + return self.default_speed + + def reset(self): + self.set_size(self.get_default_size()) + self.set_speed(self.get_default_speed()) + + +class bonus(rect): + """ + This class is defined for game bonuses objects. + You can define the same attributes as rect class has for it, + but also, you have to define a bonus_type of this bonus + using __type. + + __type value code description + 0 "player_smaller" player rectangle gets smaller size + 1 "enemies_smaller" enemies rectangles get smaller size + 2 "player_faster" player rectangle gets faster (increased speed) + ... + """ + + def __init__(self): + super().__init__() + self._size = 20 + self._pos = [0, 0] + self._speed = 7 + self._color = (23, 153, 73) + self.__typesnumber = 4 + self.__type = 0 + self.frames_count = 0 + self.is_stopped = False + + def set_type(self, __type): + """ + You have to define a bonus_type of any bonus you create. + + __type value code desccription + 0 "player_smaller" player rectangle gets smaller size + 1 "enemies_smaller" enemies rectangles get smaller size + 2 "player_faster" player rectangle gets faster (increased speed) + ... + """ + if 0 < __type < self.__typesnumber: + self.__type = __type + return 0 + return -1 + + def get_type(self): + return self.__type + + def set_is_stopped(self, new_is_stopped): + self.is_stopped = new_is_stopped + + def get_is_stopped(self): + return self.is_stopped + + def buff(self, p_player: player, enemies_list): + if self.__type == 0: # player size x0.5 + if not p_player.get__is_size_buffed(): + p_player.set_size(p_player.get_size() // 2) + p_player.set__is_size_buffed(True) + elif self.__type == 1: # enemies size x0.5 + for i in range(0, len(enemies_list)): + enemies_list[i].set_size(enemies_list[i].get_size() // 2) + enemies_list[i].set__is_size_buffed(True) + elif self.__type == 2: # player speed x2 + p_player.set_speed(int(p_player.get_speed() + 2)) + p_player.set__is_speed_buffed(True) + elif self.__type == 3: # enemies speed x1.5 + for i in range(0, len(enemies_list)): + enemies_list[i].set_speed_mul(enemies_list[i].get_speed_mul() * 1.5) + enemies_list[i].set__is_speed_mul_buffed(True) + + def debuff(self, p_player: player, enemies_list): + if self.__type == 0: + p_player.set__is_size_buffed(False) + p_player.set_size(p_player.get_default_size()) + elif self.__type == 1: + for i in range(0, len(enemies_list)): + enemies_list[i].set__is_size_buffed(False) + enemies_list[i].set_size(enemies_list[i].get_default_size()) + elif self.__type == 2: + p_player.set__is_speed_buffed(False) + p_player.set_speed(p_player.default_speed) + elif self.__type == 3: + for i in range(0, len(enemies_list)): + enemies_list[i].set__is_speed_mul_buffed(False) + enemies_list[i].set_speed_mul(enemies_list[i].get_default_speed_mul()) + + +class true_rect: + + def __init__(self): + self.size_x = 0 # object's attributes + self.size_y = 0 + self.pos_x = 0 + self.pos_y = 0 + self.color = [128, 128, 128] + + def set_size_x(self, px): + if 0 <= px: + self.size_x = px + return 0 + return -1 + + def set_size_y(self, px): + if 0 <= px: + self.size_y = px + return 0 + return -1 + + def set_pos_x(self, new_pos_x): + self.pos_x = new_pos_x + + def set_pos_y(self, new_pos_y): + self.pos_y = new_pos_y + + def set_color(self, r, g, b): + if 0 <= r <= 255 and 0 <= g <= 255 and 0 <= b <= 255: + self.color = (r, g, b) + return 0 + return -1 + + def get_size_x(self): + return self.size_x + + def get_size_y(self): + return self.size_y + + def get_pos_x(self): + return self.pos_x + + def get_pos_y(self): + return self.pos_y + + def get_color(self): + return self.color + + def get_color_r(self): + return self.color[0] + + def get_color_g(self): + return self.color[1] + + def get_color_b(self): + return self.color[2] + + def move(self, dx, dy): + self.pos_x += dx + self.pos_y += dy + + def draw(self, screen): + pygame.draw.rect(screen, self.color, (int(self.pos_x), int(self.pos_y), self.size_x, self.size_y)) + + +class wind_obj: + """ + Description + This class is defined for game wind object, which is represented by a rectangle + ("wind" class inherits from "rect" class). + Also, it contains and provides some variables needed to make wind work in a game. + + :param: + start_pos_x - wind object start position + start_pos_y - wind object start position + start_size - wind object start size + color - color of wind rectangle + + Description: + -1 < wind_speed < 0 = adequate left wind + 0 < wind_speed < 1 = adequate right wind + + usage: + """ + + def __init__(self): + super().__init__() + self.speed = 0 + self.is_wind = False + self.does_moves = False + self.sign = 1 # right wind by default + self.dx = 1 + self.frame_counter = 0 + + self.rect_array_size = 0 + self.rect_array: list = [true_rect] + + def get_speed(self): + return self.speed + + def get_is_wind(self): + return self.is_wind + + def get_does_moves(self): + return self.does_moves + + def get_sign(self): + return self.sign + + def get_dx(self): + return self.dx + + def get_color(self): + if 0 < self.rect_array_size: + return self.rect_array[0].get_color() + else: + return -1 + + def get_frame_counter(self): + return self.frame_counter + + def get_rect_array_size(self): + return self.rect_array_size + + def get_rect_array(self): + return self.rect_array + + def set_speed(self, new_speed): + self.speed = new_speed + + def set_is_wind(self, new_is_wind): + self.is_wind = new_is_wind + + def set_does_moves(self, new_does_moves): + self.does_moves = new_does_moves + + def set_sign(self, new_sign): + self.sign = new_sign + + def set_dx(self, new_dx): + self.dx = new_dx + + def set_frame_counter(self, new_frame_counter): + if 0 <= new_frame_counter: + self.frame_counter = new_frame_counter + return 0 + else: + self.frame_counter = 0 + return -1 + + def set_rect_array(self, new_rect_array): + self.rect_array = new_rect_array + self.rect_array_size = len(new_rect_array) + for i in range(0, self.rect_array_size, 1): + self.rect_array[i].set_color(0, 0, 50) # wind color + + def rect_array_append(self, new_true_rect): + self.rect_array.append(new_true_rect) + self.rect_array_size = len(self.rect_array) + self.rect_array[self.rect_array_size - 1].set_color(0, 0, 50) + + def draw_true_rects(self, screen): + for i in range(0, self.rect_array_size, 1): + pygame.draw.rect(screen, self.rect_array[i].get_color(), (int(self.rect_array[i].get_pos_x()), int(self.rect_array[i].get_pos_y()), self.rect_array[i].get_size_x(), self.rect_array[i].get_size_y())) + + +# TEST ---- not used yet + +class ingame_obj: + def __init__(self): + self.frame_counter = 0 + + def get_frame_counter(self): + return self.frame_counter + + def set_frame_counter(self, new_frame_counter_value): + self.frame_counter = new_frame_counter_value + + +class font_obj: + """ + usage: + my_font.set_font(pygame_font) + my_font.set_size(size) + my_font.set_color((255,255,255)) + texture0 = my_font.render("This is text0") + texture1 = my_font.render("This is text1") + + """ + + def __init__(self): + self.font_size = 16 + self.font = pygame.font.SysFont("Segoe UI", self.font_size) + self.text_color = (255, 255, 255) + + def get_font_size(self): + return self.font_size + + def get_font(self): + return self.font + + def get_text_color(self): + return self.text_color + + def set_font_size(self, new_font_size): + self.font_size = new_font_size + + def set_font(self, new_pygame_font): + self.font = new_pygame_font + + def set_text_color(self, new_text_color): + self.text_color = new_text_color + +# TEST ---- not used yet + + +class text_obj: + """ + usage: + pygame.font.init() # important !!! + + my_text = text_obj() + my_text.set_font(pygame_font) + my_text.set_font_size(size) + my_text.set_text("This is my text") + my_text.set_text_color((255, 255, 255)) + my_text.draw_on(some_screen_surface, x, y) + + """ + + def __init__(self, text_str): + self.font_size = 24 + self.font = pygame.font.SysFont("Segoe UI", self.font_size) + self.text = text_str + self.text_color = (255, 255, 255) + self.text_texture = self.font.render(self.text, True, self.text_color) + + def get_font_size(self): + return self.font_size + + def get_font(self): + return self.font + + def get_text(self): + return self.text + + def get_text_color(self): + return self.text_color + + def get_texture(self): + return self.text_texture + + def set_font_size(self, new_font_size): + self.font_size = new_font_size + self.font = pygame.font.SysFont("Segoe UI", self.font_size) + self.text_texture = self.font.render(self.text, True, self.text_color) + + def set_text(self, text): + self.text = text + self.text_texture = self.font.render(self.text, True, self.text_color) + + def set_text_color(self, new_text_color): + self.text_color = new_text_color + self.text_texture = self.font.render(self.text, True, self.text_color) + + +class pocket_for_bonus: + """ + usage: + pocket = pocket_for_bonus() + pocket.set_size(size) + pocket.set_inactive_color(r,g,b) + pocket.set_active_color(r,g,b) + pocket.set_color(r,g,b) + """ + pass + + +# functions + + +def detect_collision(rect1_pos, rect1_size, rect2_pos, rect2_size): + a_x = rect1_pos[0] + a_y = rect1_pos[1] + b_x = rect2_pos[0] + b_y = rect2_pos[1] + + if (a_x <= b_x < (a_x + rect1_size)) or (b_x <= a_x < (b_x + rect2_size)): + if (a_y <= b_y < (a_y + rect1_size)) or (b_y <= a_y < (b_y + rect2_size)): + return True + return False + + +def is_collision(p_player: rect, e_enemy: rect): + p_x = p_player.get_pos_x() + p_y = p_player.get_pos_y() + e_x = e_enemy.get_pos_x() + e_y = e_enemy.get_pos_y() + + if (p_x <= e_x < (p_x + p_player.get_size())) or (e_x <= p_x < (e_x + e_enemy.get_size())): + if (p_y <= e_y < (p_y + p_player.get_size())) or (e_y <= p_y < (e_y + e_enemy.get_size())): + return True + return False + + +def is_dot_in_area(x, y, width, height): + if 0 <= x <= width and 0 <= y <= height: + return True + return False + + +def randomize_enemies(enemies_list, GAME_SCREEN_WIDTH): + for i in (0, len(enemies_list) - 1, 1): + enemies_list[i].set_pos_x(random.randint(0, GAME_SCREEN_WIDTH - enemies_list[i].get_size())) + enemies_list[i].set_pos_y(-enemies_list[i].get_size()) + enemies_list[i].set_speed(random.randint(4, 18) * enemies_list[i].get_speed_mul()) + + +def randomize_wind(wind_object): + wind_object.set_does_moves(0) + wind_object.set_sign(bool(random.randint(0, 2))) + if wind_object.get_is_wind(): + wind_object.set_does_moves(True) + if not wind_object.get_sign(): + wind_object.set_speed(1) + else: + wind_object.set_speed(-1) + else: + wind_object.set_speed(0) + + +def game_objects_reset(some_player, enemies_list, bonuses_list, some_wind, GAME_SCREEN_WIDTH, GAME_SCREEN_HEIGHT): + some_player.set_pos_x(GAME_SCREEN_WIDTH // 2) + some_player.set_pos_y(GAME_SCREEN_HEIGHT - 2 * some_player.get_size()) + + for i in range(0, len(enemies_list)): + enemies_list[i].set_pos_x(random.randint(0, GAME_SCREEN_WIDTH - enemies_list[i].get_size())) + enemies_list[i].set_pos_y(-enemies_list[i].get_size()) + enemies_list[i].set_speed(random.randint(4, 18) * enemies_list[i].get_speed_mul()) + + for i in range(0, len(bonuses_list)): + bonuses_list[i].set_pos_x(random.randint(0, GAME_SCREEN_WIDTH - bonuses_list[i].get_size())) + bonuses_list[i].set_pos_y(-bonuses_list[i].get_size()) + + # wind --- + + # -1 < wind_speed < 0 = adequate left wind + # 0 < wind_speed < 1 = adequate right wind + + some_wind.set_speed(0.2) + for i in range(0, some_wind.get_rect_array_size()): + some_wind.rect_array[i].set_pos_x(-GAME_SCREEN_HEIGHT) + some_wind.rect_array[i].set_pos_y(0) + + if some_wind.frame_counter >= 5: # 3 - is a number of attempts after that wind starts to possibly happen + some_wind.is_wind = bool(random.randint(0, 2)) + else: + some_wind.is_wind = False + some_wind.frame_counter = some_wind.frame_counter + 1 + + randomize_wind(some_wind) + some_wind.set_dx(1) + + +def calc_score_font_size(start_font_size_value, score_value): + """ + usage: + font_size = calc_score_font_size(24, score_value) + """ + score_font_size = start_font_size_value + if 999 < score_value < 9999: + score_font_size = start_font_size_value - 8 + elif 9999 < score_value < 99999: + score_font_size = start_font_size_value - 16 + return score_font_size + + +def does_any_line_moves(do_wind_lines_move_flags_array): + res = False + for i in range(0, len(do_wind_lines_move_flags_array), 1): + res = res or do_wind_lines_move_flags_array[i] + if res: + break + return res + + + +# ------------------------------------------------------------ main + +# ---------------------- constants + + +RED = (255, 0, 0) +BLUE = (0, 0, 255) +BACKGROUND_COLOR = (0, 0, 0) + +user32 = ctypes.windll.user32 # getting user screen size (width, height) + +SCREEN_WIDTH = user32.GetSystemMetrics(0) +SCREEN_HEIGHT = user32.GetSystemMetrics(1) + +# SCREEN_WIDTH = 1280 # debug mode +# SCREEN_HEIGHT = 480 # debug mode + +if SCREEN_WIDTH < 1280: + SCREEN_WIDTH = 1280 +if SCREEN_HEIGHT < 720: + SCREEN_HEIGHT = 720 + + + +# ---------------------- variables + +# variables values at game start +if True: + game = game_proc() + game.set_lock_fps(120) + game.set_do_render_game(False) + game.set_is_game_paused(True) + game.set_do_reset_world(True) + + score = 0 + score_pos_x = 0 + score_pos_y = 0 + score_pos_x_rel = 30 + score_pos_y_rel = 5 + is_score_printed = False + max_score = 0 + gravity_k = 1 + game.set_frame_counter(0) + + default_enemies_number = 10 + enemies_number = 10 + bonuses_number = 2 + + is_any_bonus_active = False + active_bonus_index = 0 + bonus_timer_seconds = 10 + bonus_timer_frames = bonus_timer_seconds * game.get_lock_fps() + + + # -------------------------- game objects + + # creating game objects + p = player() + enemies = [enemy() for i in range(0, enemies_number)] + bonuses = [bonus() for i in range(0, bonuses_number)] + + pocket_for_bonus = true_rect() + pocket_for_bonus.set_color(15, 89, 153) + pocket_for_bonus.set_size_x(0) + pocket_for_bonus.set_size_y(4) + pocket_for_bonus.set_pos_x(p.get_pos_x() + 5) + pocket_for_bonus.set_pos_y(p.get_pos_y() + p.get_size() - 5) + size_x_decrement = 0 + pocket_for_bonus_size_x_aux0 = 0 + + # wind --- + wind = wind_obj() + + # -1 < wind_speed < 0 = adequate left wind + # 0 < wind_speed < 1 = adequate right wind + + wind.frame_counter = 0 + wind.set_is_wind(False) + + # randomize_wind(wind) + + wind_timer = 0 + generate_wind_period_sec = 10 # 30 seconds + wind.set_dx(1) + + wind_true_rects_number = 10 + wind_true_rects = [true_rect() for i in range(0, wind_true_rects_number)] + wind.set_rect_array(wind_true_rects) + aux_pos_y = SCREEN_HEIGHT // wind.get_rect_array_size() + for i in range(0, wind.get_rect_array_size(), 1): + wind.rect_array[i].set_size_x(200) + wind.rect_array[i].set_size_y(2) + wind.rect_array[i].set_pos_x(random.randint(SCREEN_WIDTH, SCREEN_WIDTH + wind.rect_array[i].get_size_x())) + wind.rect_array[i].set_pos_y(aux_pos_y) + wind.rect_array[i].set_color(12, 63, 146) + aux_pos_y = aux_pos_y + SCREEN_HEIGHT // wind.get_rect_array_size() + + wind_started = False + do_wind_lines_move_flags = [False for i in range(0, wind.get_rect_array_size(), 1)] + + + + # game window and font --- + pygame.init() # has to be before pygame.font usage + pygame.display.set_caption("Rise") + icon = pygame.image.load("rise_icon.png") + pygame.display.set_icon(icon) + pygame.mouse.set_visible(False) + + userscreen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT), pygame.FULLSCREEN) + + + # game text --- + pygame.font.init() # text displaying + + Score_text = text_obj(str(score)) + Score_text.set_font_size(int(60 * p.get_size() / p.get_default_size())) # independent formula + + Bonus_text = text_obj("") + Bonus_text.set_font_size(24) + Bonus_timer_text = text_obj("") + Bonus_timer_text.set_font_size(24) + + # Controls HELP text --- + do_show_controls = False + Help_text0 = text_obj("Controls: C") # default text font size = 24 + Help_text1 = text_obj("") + Help_text2 = text_obj("") + + # Encourage message text --- + encrg_frames_counter = 0 # lock_fps = 120 -> Encrg_msg will appear on a screen for 2 seconds. + is_encrg_out = False + Encrg_msg = text_obj("") + Encrg_msg.set_font_size(64) + + was_encrg0 = False # 10 < score < 50 + was_encrg1 = False # 50 < score < 100 + was_encrg2 = False # 100 < score < 200 + was_encrg3 = False # 200 < score < 500 + was_encrg4 = False # 500 < score < 800 + was_encrg5 = False # 800 < score < 999 + was_encrg6 = False # 999 < score + + # Developer name + game.set_was_bootscreen(False) + dev_name_text_counter = 0 + dev_name_screen_time_s = 3 + + dev_name_text0 = text_obj("Go Slava") + dev_name_text1 = text_obj("game") + dev_name_text0.set_font_size(64) + dev_name_text1.set_font_size(36) + + game_paused_time_sec = dev_name_screen_time_s + + # max score text + max_score_text = text_obj("Max score: " + str(max_score)) + max_score_text.set_font_size(24) + + show_new_best_flag = False + + new_best_text = text_obj("") + new_best_text.set_font_size(96) + + +# frame_loop --- +while not game.get_is_quit(): + + """ pre_game_mechanics section """ + + if not do_show_controls: + Help_text1.set_text("") + Help_text2.set_text("") + else: + Help_text1.set_text("Move: Up, Down, Right, Left arrows") + Help_text2.set_text("Quit: Esc") + + # encourage player_user text messages + if not is_encrg_out: + encrg_msg_random = random.randint(0, 3) + is_encrg_out = True + + if 10 < score: + if not was_encrg0: + if encrg_msg_random == 0: + Encrg_msg.set_text("Good start!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("First blood!") + else: + Encrg_msg.set_text("Go go go!") + was_encrg0 = True + + add_enemies_number = 2 # 2 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 50 < score: + if not was_encrg1: + if encrg_msg_random == 0: + Encrg_msg.set_text("Poltinnik!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Well done!") + else: + Encrg_msg.set_text("Nice move!") + was_encrg1 = True + + add_enemies_number = 3 # 3 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 100 < score: + if not was_encrg2: + if encrg_msg_random == 0: + Encrg_msg.set_text("Cool!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Great job!") + else: + Encrg_msg.set_text("Great!") + was_encrg2 = True + + add_enemies_number = 4 # 4 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 200 < score: + if not was_encrg3: + if encrg_msg_random == 0: + Encrg_msg.set_text("Cool!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Extreme!") + else: + Encrg_msg.set_text("Awesome!") + was_encrg3 = True + + add_enemies_number = 5 # 5 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 500 < score: + if not was_encrg4: + if encrg_msg_random == 0: + Encrg_msg.set_text("Pro!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Fantastic!") + else: + Encrg_msg.set_text("Wow...") + was_encrg4 = True + + add_enemies_number = 7 # 7 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 800 < score: + if not was_encrg5: + if encrg_msg_random == 0: + Encrg_msg.set_text("Super!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Cheater?!") + else: + Encrg_msg.set_text("Brilliant!") + was_encrg5 = True + + add_enemies_number = 9 # 9 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + elif 999 < score: + if not was_encrg6: + if encrg_msg_random == 0: + Encrg_msg.set_text("Outstanding!") + elif encrg_msg_random == 1: + Encrg_msg.set_text("Unbelievable!") + else: + Encrg_msg.set_text("Incredible!") + was_encrg6 = True + + add_enemies_number = 11 # 11 + for i in range(0, add_enemies_number, 1): + enemies.append(enemy()) + if enemies[0].get__is_size_buffed(): + enemies[enemies_number + i].set_size(enemies[0].get_size()) + if enemies[0].get__is_speed_mul_buffed(): + enemies[enemies_number + i].set_speed_mul(enemies[0].get_speed_mul()) + enemies_number += add_enemies_number + + else: + is_encrg_out = False + else: + if encrg_frames_counter < 200: + encrg_frames_counter += 1 + else: + is_encrg_out = False + encrg_frames_counter = 0 + Encrg_msg.set_text("") + + score_pos_x = p.get_pos_x() + score_pos_x_rel + score_pos_y = p.get_pos_y() + score_pos_y_rel + + pocket_for_bonus.set_size_x(0) + pocket_for_bonus.set_pos_x(p.get_pos_x() + 5) + pocket_for_bonus.set_pos_y(p.get_pos_y() + p.get_size() - 5) + + + # ------------------------------------------------------ end of const section + + # variables values at each attempt start + if game.get_do_reset_world(): + game.set_frame_counter(0) + game.set_game_over(False) + max_score_text.set_text("Max score: " + str(max_score)) + score = 0 + score_pos_x_rel = 30 + score_pos_y_rel = 5 + is_score_printed = False + Score_font_scale = p.get_size() / p.get_default_size() + + # timer of active bonus + if is_any_bonus_active: + bonuses[active_bonus_index].debuff(p, enemies) + # reset Bonus_text and Bonus_timer_text + Bonus_text.set_text("") + Bonus_timer_text.set_text("") + if bonuses[active_bonus_index].get_type() == 0: + # reset Score_text scale + Score_text.set_font_size(int(Score_text.get_font_size() / Score_font_scale)) + is_any_bonus_active = False + bonuses[active_bonus_index].frames_count = 0 + pocket_for_bonus_size_x_aux0 = 0 + pocket_for_bonus.set_size_x(0) + + is_any_bonus_active = False + active_bonus_index = 0 + + enemies_number = default_enemies_number + enemies.clear() + for i in range(0, enemies_number, 1): + enemies.append(enemy()) + + # type randomization must be after debuff section !!! + for j in range(0, len(bonuses)): + bonuses[j].set_type(random.randint(0, 3)) + # change the same line in calculate_game_mechanics section to get particular bonus + + + # -------------------------- game objects + + # start parameters initialization + + game_objects_reset(p, enemies, bonuses, wind, SCREEN_WIDTH, SCREEN_HEIGHT) + score_pos_x = p.get_pos_x() + score_pos_x_rel + score_pos_y = p.get_pos_y() + score_pos_y_rel + + """ wind """ + wind.frame_counter = 0 + wind.set_is_wind(False) + wind.set_does_moves(False) + # randomize_wind(wind) + wind_timer = 0 + wind.set_dx(1) + + wind_true_rects_number = 10 + wind_true_rects = [true_rect() for i in range(0, wind_true_rects_number)] + wind.set_rect_array(wind_true_rects) + aux_pos_y = SCREEN_HEIGHT // wind.get_rect_array_size() + for i in range(0, wind.get_rect_array_size(), 1): + wind.rect_array[i].set_size_x(200) + wind.rect_array[i].set_size_y(2) + wind.rect_array[i].set_pos_x(random.randint(SCREEN_WIDTH, SCREEN_WIDTH + wind.rect_array[i].get_size_x())) + wind.rect_array[i].set_pos_y(aux_pos_y) + wind.rect_array[i].set_color(12, 63, 146) + aux_pos_y = aux_pos_y + SCREEN_HEIGHT // wind.get_rect_array_size() + + wind_started = False + for i in range(0, len(do_wind_lines_move_flags), 1): + do_wind_lines_move_flags[i] = False + + # font --- + Score_text.set_font_size(int(60 * p.get_size() / p.get_default_size())) # independent formula + Score_text.set_text(str(score)) + + new_best_text.set_text("") + + Bonus_text.set_text("") + Bonus_timer_text.set_text("") + + was_encrg0 = False # 10 < score < 50 + was_encrg1 = False # 50 < score < 100 + was_encrg2 = False # 100 < score < 200 + was_encrg3 = False # 200 < score < 500 + was_encrg4 = False # 500 < score < 800 + was_encrg5 = False # 800 < score < 999 + was_encrg6 = False # 999 < score + + game.set_do_reset_world(False) + + + + """ game mechanics calculation """ + if not game.get_is_game_paused(): + Score_font_scale = p.get_size() / p.get_default_size() + game.set_frame_counter(game.get_frame_counter() + 1) + Score_text.set_text(str(score)) + + # move player, enemies and bonuses + if 0 <= p.get_pos_x() <= SCREEN_WIDTH-p.get_size(): + p.move(wind.get_speed(), 0) + if 0 <= p.get_pos_y() <= SCREEN_HEIGHT-p.get_size(): + p.move(0, gravity_k*1) + + for i in range(0, len(enemies)): + if -enemies[i].get_size() <= enemies[i].get_pos_x() < SCREEN_WIDTH and -enemies[i].get_size() <= enemies[i].get_pos_y() < SCREEN_WIDTH: + enemies[i].move(int(wind.get_speed()), enemies[i].get_speed()) + else: + enemies[i].set_speed(random.randint(4, 18) * enemies[i].get_speed_mul()) + enemies[i].set_pos_x(random.randint(0, SCREEN_WIDTH - enemies[i].get_size())) + enemies[i].set_pos_y(-enemies[i].get_size()) + score += 1 + # score = int(score * 1.5) # for debuging + + if 0 <= score <= 9: + score_pos_x_rel = 33 * p.get_size() // p.get_default_size() + score_pos_y_rel = 2 * p.get_size() // p.get_default_size() + elif 9 < score < 99: + score_pos_x_rel = 18 * p.get_size() // p.get_default_size() + elif 99 < score < 999: + score_pos_x_rel = 5 * p.get_size() // p.get_default_size() + elif 999 < score < 9999: + Score_text.set_font_size(46 * p.get_size() // p.get_default_size()) + score_pos_y_rel = 12 * p.get_size() // p.get_default_size() + elif 9999 < score < 99999: + Score_text.set_font_size(34 * p.get_size() // p.get_default_size()) + score_pos_y_rel = 20 * p.get_size() // p.get_default_size() + elif 99999 < score < 999999: + Score_text.set_font_size(30 * p.get_size() // p.get_default_size()) + score_pos_y_rel = 25 * p.get_size() // p.get_default_size() + elif 999999 < score: + print("You win the game! The whole game!" + "You crazy professional zadrot of MLG PRO gaming warleague." + "You can make a screenshot, delete the game and go to your friends" + "and say what a megasuper professional awesome intelligent super-duper gamer You are." + "Congratulations from developers!") + + """ bonuses movement logic """ + for i in range(0, len(bonuses)): + if not is_any_bonus_active: + bonuses[i].set_is_stopped(False) + if -bonuses[i].get_size() <= bonuses[i].get_pos_x() < SCREEN_WIDTH and -bonuses[i].get_size() <= bonuses[i].get_pos_y() < SCREEN_WIDTH: + bonuses[i].move(int(wind.get_speed()), bonuses[i].get_speed()) + else: + bonuses[i].set_pos_x(random.randint(0, SCREEN_WIDTH - bonuses[i].get_size())) + bonuses[i].set_pos_y(-bonuses[i].get_size()) + bonuses[i].set_speed(random.randint(10, 18) / 2) + if not is_any_bonus_active: + for j in range(0, len(bonuses)): + bonuses[j].set_type(random.randint(0, 3)) # 0 and 3 included + # change the same line in do_reset_world section to get particular bonus + else: + if not bonuses[i].get_is_stopped(): + if -bonuses[i].get_size() <= bonuses[i].get_pos_x() < SCREEN_WIDTH and -bonuses[i].get_size() <= bonuses[i].get_pos_y() < SCREEN_WIDTH: + if active_bonus_index != i: + bonuses[i].move(int(wind.get_speed()), bonuses[i].get_speed()) + else: + bonuses[i].set_is_stopped(True) + + # wind_bringer movement and logic + if 0 <= wind_timer <= generate_wind_period_sec * game.get_lock_fps() or does_any_line_moves(do_wind_lines_move_flags): + if wind.get_is_wind(): + if not wind_started: + for i in range(0, len(do_wind_lines_move_flags), 1): # set flags that all winds move now + do_wind_lines_move_flags[i] = True + wind_started = True + for i in range(0, wind.get_rect_array_size(), 1): + if do_wind_lines_move_flags[i]: + if not wind.get_sign(): + if -wind.rect_array[i].get_size_x() <= wind.rect_array[i].get_pos_x() <= SCREEN_WIDTH: + # move right + if wind.get_dx() < 1: + wind.set_dx(wind.get_dx() + 0.01) + wind.rect_array[i].move(wind.get_speed() * 8, 0) + else: + # teleport to the left + wind.rect_array[i].set_pos_x(random.randint(-2 * wind.rect_array[i].get_size_x(), -wind.rect_array[i].get_size_x())) + if generate_wind_period_sec * game.get_lock_fps() <= wind_timer: + do_wind_lines_move_flags[i] = False + else: + if -wind.rect_array[i].get_size_x() <= wind.rect_array[i].get_pos_x() <= SCREEN_WIDTH: + # move left + if wind.get_dx() < 1: + wind.set_dx(wind.get_dx() + 0.01) + wind.rect_array[i].move(wind.get_speed() * 8, 0) + else: + # teleport to the right + wind.rect_array[i].set_pos_x(random.randint(SCREEN_WIDTH, SCREEN_WIDTH + wind.rect_array[i].get_size_x())) + if generate_wind_period_sec * game.get_lock_fps() <= wind_timer: + do_wind_lines_move_flags[i] = False + wind_timer += 1 + else: + was_wind = wind.get_is_wind() + wind.set_is_wind(bool(random.randint(0, 1))) + if wind.get_is_wind(): + if was_wind: # if wind was and will be + if not wind.get_sign(): # if was right wind + wind.set_sign(False) # set_wind(right) + else: # if was left wind + wind.set_sign(True) # set_wind(left) + else: # else if wind wasn't and will be + wind.set_sign(bool(random.randint(0, 1))) + wind_started = False + if wind.get_is_wind(): + for i in range(0, len(do_wind_lines_move_flags), 1): # set flags that all winds move now + do_wind_lines_move_flags[i] = True + if not wind.get_sign(): + wind.set_speed(1) + else: + wind.set_speed(-1) + else: + for i in range(0, len(do_wind_lines_move_flags), 1): # set flags that all winds don't move now + do_wind_lines_move_flags[i] = False + wind.set_speed(0) + wind_timer = 0 + + + + + # detect collisions of player with enemies + for i in range(0, len(enemies)): + if is_collision(p, enemies[i]): + game.set_game_over(True) + game.set_is_game_paused(True) + break + + # detect collisions of player with bonuses + if not is_any_bonus_active: + for i in range(0, len(bonuses)): + if is_collision(p, bonuses[i]): + bonuses[i].buff(p, enemies) + + pocket_for_bonus_size_x_aux0 = (p.get_size() - 10) * p.get_size() // p.get_default_size() + pocket_for_bonus.set_size_x((p.get_size() - 10) * p.get_size() // p.get_default_size()) + pocket_for_bonus.set_color(0, 255, 0) + size_x_decrement = (p.get_size() - 10) / bonus_timer_frames + + active_bonus_index = i + is_any_bonus_active = True + bonuses[active_bonus_index].set_pos_x(random.randint(0, SCREEN_WIDTH)) + bonuses[active_bonus_index].set_pos_y(-bonuses[i].get_size()) + if bonuses[active_bonus_index].get_type() == 0: # if bonus = player_smaller + # change Score_text scale + Score_font_scale = p.get_size() / p.get_default_size() + Score_text.set_font_size(int(Score_text.get_font_size() * Score_font_scale)) + # Render "Player size x0.5" + Bonus_text.set_text("Player size x0.5") + elif bonuses[active_bonus_index].get_type() == 1: # if bonus = enemies small + # Render "Enemies size x0.5" + Bonus_text.set_text("Enemies size x0.5") + elif bonuses[active_bonus_index].get_type() == 2: + # Render "Player speed x2" + Bonus_text.set_text("Player speed x2") + elif bonuses[active_bonus_index].get_type() == 3: + # Render "Enemies speed x1.5" + Bonus_text.set_text("Enemies speed x1.5") + break + + + + + # timer of active bonus + if is_any_bonus_active: + # Bonus_timer_text.set_text(str(int(bonus_timer_seconds - bonuses[active_bonus_index].frames_count/game.get_lock_fps())) + " s") + if bonuses[active_bonus_index].frames_count >= bonus_timer_frames: + bonuses[active_bonus_index].debuff(p, enemies) + + pocket_for_bonus_size_x_aux0 = 0 + pocket_for_bonus.set_size_x(0) + pocket_for_bonus.set_color(15, 89, 153) + size_x_decrement = 0 + + # reset Bonus_text and Bonus_timer_text + Bonus_text.set_text("") + Bonus_timer_text.set_text("") + if bonuses[active_bonus_index].get_type() == 0: + # reset Score_text scale + Score_text.set_font_size(int(Score_text.get_font_size() / Score_font_scale)) + is_any_bonus_active = False + bonuses[active_bonus_index].frames_count = 0 + else: + bonuses[active_bonus_index].frames_count += 1 + pocket_for_bonus_size_x_aux0 = pocket_for_bonus_size_x_aux0 - size_x_decrement + pocket_for_bonus.set_size_x(int(pocket_for_bonus_size_x_aux0)) + + + + + + """ post_game_mechanics section """ + + # draw and update frame + userscreen.fill(BACKGROUND_COLOR) + if game.get_do_render_game(): + # draw enemies (the farthest layer), bonuses (farther layer) and player (near layer) + wind.draw_true_rects(userscreen) + for i in range(0, enemies_number): + enemies[i].draw(userscreen) + p.draw(userscreen) + for i in range(0, bonuses_number): + bonuses[i].draw(userscreen) + + pocket_for_bonus.draw(userscreen) + + # draw text on a screen + userscreen.blit(Score_text.get_texture(), (score_pos_x, score_pos_y)) + userscreen.blit(Bonus_text.get_texture(), (10, SCREEN_HEIGHT - 50)) + userscreen.blit(Bonus_timer_text.get_texture(), (280, SCREEN_HEIGHT - 50)) + userscreen.blit(Help_text0.get_texture(), (10, 10)) # (10, 10) -----\ + userscreen.blit(Help_text1.get_texture(), (10, 40)) # (+0; +30) <----| + userscreen.blit(Help_text2.get_texture(), (10, 70)) # (+0; +60) <----| + userscreen.blit(Encrg_msg.get_texture(), (SCREEN_WIDTH // 2 + 300, SCREEN_HEIGHT // 2 - Encrg_msg.get_font_size())) + userscreen.blit(max_score_text.get_texture(), (SCREEN_WIDTH - 200, SCREEN_HEIGHT - max_score_text.get_font_size() - 10)) + userscreen.blit(new_best_text.get_texture(), (SCREEN_WIDTH // 2 - (new_best_text.get_font_size() // 4) * len(new_best_text.get_text()), SCREEN_HEIGHT // 2 - new_best_text.get_font_size())) + else: + userscreen.blit(dev_name_text0.get_texture(), (SCREEN_WIDTH // 2 - 180, SCREEN_HEIGHT // 2 - dev_name_text0.get_font_size())) + userscreen.blit(dev_name_text1.get_texture(), (SCREEN_WIDTH // 2 + 80, SCREEN_HEIGHT // 2 - dev_name_text1.get_font_size() + 6)) + + game.get_pygame_clock().tick(game.get_lock_fps()) + pygame.display.update() + + # keybuttons processing --- + + # pressed and held keys + keys = pygame.key.get_pressed() + if keys[pygame.K_LEFT]: + if not game.get_is_game_paused(): + if (p.get_pos_x() - p.get_speed()) > 0: + p.move(-p.get_speed(), 0) + if keys[pygame.K_RIGHT]: + if not game.get_is_game_paused(): + if (p.get_pos_x() + p.get_size() + p.get_speed()) < SCREEN_WIDTH: + p.move(p.get_speed(), 0) + if keys[pygame.K_UP]: + if not game.get_is_game_paused(): + if (p.get_pos_y() - p.get_speed()) > 0: + p.move(0, -p.get_speed()) + if keys[pygame.K_DOWN]: + if not game.get_is_game_paused(): + if (p.get_pos_y() + p.get_size() + p.get_speed()) < SCREEN_HEIGHT: + p.move(0, p.get_speed()) + + # single pressed keys + for event in pygame.event.get(): + if event.type == pygame.KEYDOWN: + if event.key == pygame.K_c: + do_show_controls = not do_show_controls +# if event.key == pygame.K_p: +# is_quit=False # for debugging specified game events + if event.key == pygame.K_ESCAPE: + game.set_is_quit(True) + break + + if event.type == pygame.QUIT: + pygame.quit() + sys.exit() + + # new game state calculation + if game.get_game_over() and not game.get_is_game_paused(): + game.set_is_game_paused(True) + game_paused_time_sec = 1 + game.set_game_paused_counter(0) + + if game.get_is_game_paused(): + if score > max_score: + new_best_text.set_text("NEW BEST!") + + if game.get_game_paused_counter() < game_paused_time_sec * game.get_lock_fps(): + game.set_game_paused_counter(game.get_game_paused_counter() + 1) + else: + game.set_game_over(False) + game.set_is_game_paused(False) + game.set_do_reset_world(True) + game.set_game_paused_counter(0) + + # boot screen calc + if not game.get_was_bootscreen(): + if dev_name_text_counter < (dev_name_screen_time_s * game.get_lock_fps()): # pause game when boot screen + dev_name_text_counter += 1 + else: + game.set_do_render_game(True) + game.set_is_game_paused(False) + game.set_was_bootscreen(True) + game.set_game_paused_counter(0) + game_paused_time_sec = 1 + + + + +# } end of frame loop + + + + + + + if game.get_game_over() and not is_score_printed: + if score > max_score: + max_score = score + print("Your score = ", score) + is_score_printed = True + + + + +pygame.quit() +sys.exit() diff --git a/Rise/rise_icon.png b/Rise/rise_icon.png new file mode 100644 index 0000000..d948f8d Binary files /dev/null and b/Rise/rise_icon.png differ