diff --git a/prod_tools/messenger-wrapper/MessengerWrapper.spec b/prod_tools/messenger-wrapper/MessengerWrapper.spec new file mode 100644 index 0000000..b1053cd --- /dev/null +++ b/prod_tools/messenger-wrapper/MessengerWrapper.spec @@ -0,0 +1,39 @@ +# -*- mode: python ; coding: utf-8 -*- + + +a = Analysis( + ['messenger_app.py'], + pathex=[], + binaries=[], + datas=[('messenger_icon.png', '.'), ('messenger_icon.ico', '.')], + hiddenimports=['clr', 'System', 'System.Windows.Forms'], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + noarchive=False, + optimize=0, +) +pyz = PYZ(a.pure) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.datas, + [], + name='MessengerWrapper', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=False, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, + icon=['messenger_icon.ico'], +) diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/Analysis-00.toc b/prod_tools/messenger-wrapper/build/MessengerWrapper/Analysis-00.toc new file mode 100644 index 0000000..9bdaff3 --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/Analysis-00.toc @@ -0,0 +1,3207 @@ +(['C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_app.py'], + ['C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper'], + ['clr', 'System', 'System.Windows.Forms'], + [('C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_pyinstaller', + 0), + ('C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\__pyinstaller', + 0), + ('C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks', + -1000), + ('C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_pyinstaller_hooks_contrib', + -1000)], + {}, + [], + [], + False, + {}, + 0, + [], + [('messenger_icon.ico', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.ico', + 'DATA'), + ('messenger_icon.png', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.png', + 'DATA')], + '3.13.7 (tags/v3.13.7:bcee1c3, Aug 14 2025, 14:15:11) [MSC v.1944 64 bit ' + '(AMD64)]', + [('pyi_rth_inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_setuptools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py', + 'PYSOURCE'), + ('messenger_app', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_app.py', + 'PYSOURCE')], + [('_distutils_hack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_distutils_hack\\__init__.py', + 'PYMODULE'), + ('importlib.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\util.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\__init__.py', + 'PYMODULE'), + ('csv', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\csv.py', + 'PYMODULE'), + ('importlib.metadata._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_adapters.py', + 'PYMODULE'), + ('importlib.metadata._text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_text.py', + 'PYMODULE'), + ('email.message', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\quoprimime.py', + 'PYMODULE'), + ('string', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\string.py', + 'PYMODULE'), + ('email.headerregistry', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email._header_value_parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('urllib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\__init__.py', + 'PYMODULE'), + ('email.iterators', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\generator.py', + 'PYMODULE'), + ('copy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\copy.py', + 'PYMODULE'), + ('random', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\random.py', + 'PYMODULE'), + ('argparse', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\argparse.py', + 'PYMODULE'), + ('shutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\shutil.py', + 'PYMODULE'), + ('tarfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tarfile.py', + 'PYMODULE'), + ('gzip', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\gzip.py', + 'PYMODULE'), + ('_compression', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_compression.py', + 'PYMODULE'), + ('struct', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\struct.py', + 'PYMODULE'), + ('lzma', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\lzma.py', + 'PYMODULE'), + ('bz2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bz2.py', + 'PYMODULE'), + ('fnmatch', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fnmatch.py', + 'PYMODULE'), + ('gettext', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\gettext.py', + 'PYMODULE'), + ('statistics', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\statistics.py', + 'PYMODULE'), + ('decimal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\decimal.py', + 'PYMODULE'), + ('_pydecimal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pydecimal.py', + 'PYMODULE'), + ('contextvars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\contextvars.py', + 'PYMODULE'), + ('fractions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fractions.py', + 'PYMODULE'), + ('numbers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\numbers.py', + 'PYMODULE'), + ('hashlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\hashlib.py', + 'PYMODULE'), + ('logging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pprint.py', + 'PYMODULE'), + ('dataclasses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\dataclasses.py', + 'PYMODULE'), + ('_compat_pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_compat_pickle.py', + 'PYMODULE'), + ('bisect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bisect.py', + 'PYMODULE'), + ('email._encoded_words', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('base64', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\base64.py', + 'PYMODULE'), + ('getopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\getopt.py', + 'PYMODULE'), + ('email.charset', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\encoders.py', + 'PYMODULE'), + ('email.base64mime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\base64mime.py', + 'PYMODULE'), + ('email._policybase', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.header', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\header.py', + 'PYMODULE'), + ('email.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\errors.py', + 'PYMODULE'), + ('email.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\utils.py', + 'PYMODULE'), + ('socket', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\socket.py', + 'PYMODULE'), + ('selectors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\selectors.py', + 'PYMODULE'), + ('email._parseaddr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('calendar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\calendar.py', + 'PYMODULE'), + ('urllib.parse', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\parse.py', + 'PYMODULE'), + ('ipaddress', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ipaddress.py', + 'PYMODULE'), + ('datetime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\datetime.py', + 'PYMODULE'), + ('_pydatetime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pydatetime.py', + 'PYMODULE'), + ('_strptime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_strptime.py', + 'PYMODULE'), + ('quopri', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\quopri.py', + 'PYMODULE'), + ('typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\typing.py', + 'PYMODULE'), + ('contextlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\contextlib.py', + 'PYMODULE'), + ('importlib.metadata._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_itertools.py', + 'PYMODULE'), + ('importlib.metadata._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_functools.py', + 'PYMODULE'), + ('importlib.metadata._collections', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_collections.py', + 'PYMODULE'), + ('importlib.metadata._meta', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_meta.py', + 'PYMODULE'), + ('textwrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\textwrap.py', + 'PYMODULE'), + ('zipfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\__init__.py', + 'PYMODULE'), + ('zipfile._path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\_path\\__init__.py', + 'PYMODULE'), + ('zipfile._path.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\_path\\glob.py', + 'PYMODULE'), + ('py_compile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\py_compile.py', + 'PYMODULE'), + ('importlib.machinery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\machinery.py', + 'PYMODULE'), + ('pathlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\__init__.py', + 'PYMODULE'), + ('pathlib._local', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\_local.py', + 'PYMODULE'), + ('glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\glob.py', + 'PYMODULE'), + ('pathlib._abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\_abc.py', + 'PYMODULE'), + ('inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\inspect.py', + 'PYMODULE'), + ('token', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\token.py', + 'PYMODULE'), + ('dis', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\dis.py', + 'PYMODULE'), + ('opcode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\opcode.py', + 'PYMODULE'), + ('_opcode_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_opcode_metadata.py', + 'PYMODULE'), + ('ast', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ast.py', + 'PYMODULE'), + ('email', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\__init__.py', + 'PYMODULE'), + ('email.parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\parser.py', + 'PYMODULE'), + ('email.feedparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\feedparser.py', + 'PYMODULE'), + ('json', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\__init__.py', + 'PYMODULE'), + ('json.encoder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\encoder.py', + 'PYMODULE'), + ('json.decoder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\decoder.py', + 'PYMODULE'), + ('json.scanner', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\scanner.py', + 'PYMODULE'), + ('__future__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\__future__.py', + 'PYMODULE'), + ('importlib.readers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\readers.py', + 'PYMODULE'), + ('importlib.resources.readers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\readers.py', + 'PYMODULE'), + ('importlib.resources._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_itertools.py', + 'PYMODULE'), + ('importlib.resources.abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\abc.py', + 'PYMODULE'), + ('importlib.resources', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\__init__.py', + 'PYMODULE'), + ('importlib.resources._functional', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_functional.py', + 'PYMODULE'), + ('importlib.resources._common', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_common.py', + 'PYMODULE'), + ('importlib.resources._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_adapters.py', + 'PYMODULE'), + ('tempfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tempfile.py', + 'PYMODULE'), + ('tokenize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tokenize.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_abc.py', + 'PYMODULE'), + ('importlib.abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\abc.py', + 'PYMODULE'), + ('importlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\__init__.py', + 'PYMODULE'), + ('setuptools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\__init__.py', + 'PYMODULE'), + ('setuptools.msvc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\msvc.py', + 'PYMODULE'), + ('typing_extensions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\typing_extensions.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\log.py', + 'PYMODULE'), + ('subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\subprocess.py', + 'PYMODULE'), + ('signal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\signal.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('ssl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ssl.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.threads', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\threads.py', + 'PYMODULE'), + ('asyncio.taskgroups', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\taskgroups.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.runners', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.base_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('concurrent.futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\queue.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('runpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\runpy.py', + 'PYMODULE'), + ('pkgutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pkgutil.py', + 'PYMODULE'), + ('zipimport', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipimport.py', + 'PYMODULE'), + ('multiprocessing.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.process', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.context', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\secrets.py', + 'PYMODULE'), + ('hmac', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\hmac.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('xmlrpc.client', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('xmlrpc.server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\server.py', + 'PYMODULE'), + ('pydoc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc.py', + 'PYMODULE'), + ('webbrowser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\webbrowser.py', + 'PYMODULE'), + ('_ios_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_ios_support.py', + 'PYMODULE'), + ('ctypes.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('shlex', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\shlex.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('_pyrepl.pager', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\pager.py', + 'PYMODULE'), + ('_pyrepl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\__init__.py', + 'PYMODULE'), + ('_pyrepl.curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\curses.py', + 'PYMODULE'), + ('curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\curses\\__init__.py', + 'PYMODULE'), + ('curses.has_key', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\curses\\has_key.py', + 'PYMODULE'), + ('_pyrepl._minimal_curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\_minimal_curses.py', + 'PYMODULE'), + ('_pyrepl.console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\console.py', + 'PYMODULE'), + ('code', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\code.py', + 'PYMODULE'), + ('codeop', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\codeop.py', + 'PYMODULE'), + ('_colorize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_colorize.py', + 'PYMODULE'), + ('_pyrepl.input', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\input.py', + 'PYMODULE'), + ('_pyrepl.keymap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\keymap.py', + 'PYMODULE'), + ('_pyrepl.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\types.py', + 'PYMODULE'), + ('_pyrepl.commands', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\commands.py', + 'PYMODULE'), + ('site', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site.py', + 'PYMODULE'), + ('_pyrepl.main', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\main.py', + 'PYMODULE'), + ('_pyrepl.trace', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\trace.py', + 'PYMODULE'), + ('_pyrepl.simple_interact', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\simple_interact.py', + 'PYMODULE'), + ('_pyrepl.unix_console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\unix_console.py', + 'PYMODULE'), + ('_pyrepl.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\utils.py', + 'PYMODULE'), + ('_pyrepl.unix_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\unix_eventqueue.py', + 'PYMODULE'), + ('_pyrepl.base_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\base_eventqueue.py', + 'PYMODULE'), + ('_pyrepl.fancy_termios', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\fancy_termios.py', + 'PYMODULE'), + ('_pyrepl.windows_console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\windows_console.py', + 'PYMODULE'), + ('_pyrepl.windows_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\windows_eventqueue.py', + 'PYMODULE'), + ('_pyrepl.readline', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\readline.py', + 'PYMODULE'), + ('_pyrepl.completing_reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\completing_reader.py', + 'PYMODULE'), + ('_pyrepl.reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\reader.py', + 'PYMODULE'), + ('_pyrepl._threading_handler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\_threading_handler.py', + 'PYMODULE'), + ('rlcompleter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\rlcompleter.py', + 'PYMODULE'), + ('_sitebuiltins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_sitebuiltins.py', + 'PYMODULE'), + ('_pyrepl.historical_reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\historical_reader.py', + 'PYMODULE'), + ('tty', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tty.py', + 'PYMODULE'), + ('sysconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\sysconfig\\__init__.py', + 'PYMODULE'), + ('_aix_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_aix_support.py', + 'PYMODULE'), + ('socketserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\socketserver.py', + 'PYMODULE'), + ('html', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\html\\entities.py', + 'PYMODULE'), + ('http.server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\server.py', + 'PYMODULE'), + ('http', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\__init__.py', + 'PYMODULE'), + ('mimetypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\mimetypes.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('urllib.request', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\getpass.py', + 'PYMODULE'), + ('nturl2path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\nturl2path.py', + 'PYMODULE'), + ('ftplib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ftplib.py', + 'PYMODULE'), + ('netrc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\netrc.py', + 'PYMODULE'), + ('http.cookiejar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\cookiejar.py', + 'PYMODULE'), + ('urllib.response', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\response.py', + 'PYMODULE'), + ('urllib.error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\error.py', + 'PYMODULE'), + ('xml.sax', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('http.client', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\client.py', + 'PYMODULE'), + ('multiprocessing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.trsock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('asyncio.timeouts', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\timeouts.py', + 'PYMODULE'), + ('asyncio.tasks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('asyncio.queues', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.mixins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\mixins.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.protocols', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\constants.py', + 'PYMODULE'), + ('setuptools._distutils.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\errors.py', + 'PYMODULE'), + ('setuptools._distutils.sysconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\sysconfig.py', + 'PYMODULE'), + ('setuptools._distutils.text_file', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\text_file.py', + 'PYMODULE'), + ('setuptools._distutils.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\util.py', + 'PYMODULE'), + ('setuptools._distutils.spawn', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\spawn.py', + 'PYMODULE'), + ('setuptools._distutils.debug', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\debug.py', + 'PYMODULE'), + ('setuptools._distutils._modified', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_modified.py', + 'PYMODULE'), + ('setuptools._distutils._log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_log.py', + 'PYMODULE'), + ('setuptools._distutils.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\py39.py', + 'PYMODULE'), + ('setuptools._distutils.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils.ccompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\ccompiler.py', + 'PYMODULE'), + ('setuptools._distutils.compilers.C.base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\base.py', + 'PYMODULE'), + ('setuptools._distutils.fancy_getopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\fancy_getopt.py', + 'PYMODULE'), + ('setuptools._distutils.file_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\file_util.py', + 'PYMODULE'), + ('setuptools._distutils.dir_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\dir_util.py', + 'PYMODULE'), + ('setuptools._distutils.compilers.C', '-', 'PYMODULE'), + ('setuptools._distutils.compilers.C.msvc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\msvc.py', + 'PYMODULE'), + ('unittest.mock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\mock.py', + 'PYMODULE'), + ('unittest', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.async_case', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\async_case.py', + 'PYMODULE'), + ('unittest.signals', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest._log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\_log.py', + 'PYMODULE'), + ('difflib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\difflib.py', + 'PYMODULE'), + ('unittest.result', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\util.py', + 'PYMODULE'), + ('setuptools._distutils.compilers', '-', 'PYMODULE'), + ('setuptools._distutils.compat.numpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\numpy.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco.functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\functools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco', '-', 'PYMODULE'), + ('setuptools._vendor', '-', 'PYMODULE'), + ('setuptools._distutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\version.py', + 'PYMODULE'), + ('setuptools._distutils.archive_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\archive_util.py', + 'PYMODULE'), + ('setuptools._distutils.compilers.C.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\errors.py', + 'PYMODULE'), + ('setuptools.compat.py310', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py310.py', + 'PYMODULE'), + ('setuptools._vendor.tomli', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_types.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._re', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_re.py', + 'PYMODULE'), + ('tomllib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\__init__.py', + 'PYMODULE'), + ('tomllib._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_parser.py', + 'PYMODULE'), + ('tomllib._types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_types.py', + 'PYMODULE'), + ('tomllib._re', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_re.py', + 'PYMODULE'), + ('setuptools.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools.compat.py311', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py311.py', + 'PYMODULE'), + ('setuptools.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py39.py', + 'PYMODULE'), + ('setuptools._path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_path.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools.recipes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\recipes.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools.more', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\more.py', + 'PYMODULE'), + ('platform', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\platform.py', + 'PYMODULE'), + ('setuptools._distutils.command.build_ext', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\build_ext.py', + 'PYMODULE'), + ('setuptools._distutils.command', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils._msvccompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_msvccompiler.py', + 'PYMODULE'), + ('setuptools._distutils.extension', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\extension.py', + 'PYMODULE'), + ('setuptools._distutils.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\core.py', + 'PYMODULE'), + ('setuptools._distutils.dist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\dist.py', + 'PYMODULE'), + ('setuptools._distutils.versionpredicate', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\versionpredicate.py', + 'PYMODULE'), + ('configparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\configparser.py', + 'PYMODULE'), + ('packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\utils.py', + 'PYMODULE'), + ('packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\__init__.py', + 'PYMODULE'), + ('packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_musllinux.py', + 'PYMODULE'), + ('packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_elffile.py', + 'PYMODULE'), + ('packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_manylinux.py', + 'PYMODULE'), + ('packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\version.py', + 'PYMODULE'), + ('packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_structures.py', + 'PYMODULE'), + ('packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._distutils.cmd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\cmd.py', + 'PYMODULE'), + ('setuptools.warnings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\warnings.py', + 'PYMODULE'), + ('setuptools.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\version.py', + 'PYMODULE'), + ('setuptools._importlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_importlib.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.overlay', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\overlay.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.zipp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\glob.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.py313', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\py313.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.py310', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\py310.py', + 'PYMODULE'), + ('setuptools._vendor.zipp._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\_functools.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_adapters.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_text.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat.py311', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\py311.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\py39.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_typing.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_itertools.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_functools.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_compat.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._collections', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_collections.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._meta', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_meta.py', + 'PYMODULE'), + ('setuptools.extension', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\extension.py', + 'PYMODULE'), + ('setuptools.dist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\dist.py', + 'PYMODULE'), + ('setuptools.command.bdist_wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\bdist_wheel.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.macosx_libfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\macosx_libfile.py', + 'PYMODULE'), + ('setuptools._vendor.wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\__init__.py', + 'PYMODULE'), + ('setuptools.command.egg_info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools._distutils.filelist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\filelist.py', + 'PYMODULE'), + ('setuptools.command._requirestxt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\_requirestxt.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco.text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\text\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco.context', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\context\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile.compat.py38', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\compat\\py38.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\__init__.py', + 'PYMODULE'), + ('setuptools.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\glob.py', + 'PYMODULE'), + ('setuptools.command.setopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\setopt.py', + 'PYMODULE'), + ('setuptools.command.sdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\sdist.py', + 'PYMODULE'), + ('setuptools._distutils.command.sdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\sdist.py', + 'PYMODULE'), + ('setuptools.command.build', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\build.py', + 'PYMODULE'), + ('setuptools._distutils.command.build', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\build.py', + 'PYMODULE'), + ('setuptools.command.bdist_egg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\bdist_egg.py', + 'PYMODULE'), + ('setuptools.unicode_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\unicode_utils.py', + 'PYMODULE'), + ('packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\requirements.py', + 'PYMODULE'), + ('packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.wheelfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\wheelfile.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\util.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.convert', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\convert.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_musllinux.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_elffile.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_manylinux.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\metadata.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\requirements.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.pack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\pack.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.unpack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\unpack.py', + 'PYMODULE'), + ('setuptools.installer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\installer.py', + 'PYMODULE'), + ('setuptools.wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\wheel.py', + 'PYMODULE'), + ('setuptools._discovery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_discovery.py', + 'PYMODULE'), + ('setuptools.archive_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\archive_util.py', + 'PYMODULE'), + ('setuptools._distutils.log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\log.py', + 'PYMODULE'), + ('setuptools.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\errors.py', + 'PYMODULE'), + ('setuptools.config.setupcfg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\setupcfg.py', + 'PYMODULE'), + ('setuptools.config.expand', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\expand.py', + 'PYMODULE'), + ('setuptools.config.pyprojecttoml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\pyprojecttoml.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\__init__.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.fastjsonschema_validations', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\fastjsonschema_validations.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.fastjsonschema_exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\fastjsonschema_exceptions.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.extra_validations', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\extra_validations.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.error_reporting', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\error_reporting.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.formats', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\formats.py', + 'PYMODULE'), + ('packaging.licenses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\licenses\\__init__.py', + 'PYMODULE'), + ('packaging.licenses._spdx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\licenses\\_spdx.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_musllinux.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_elffile.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_manylinux.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools.config._apply_pyprojecttoml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py', + 'PYMODULE'), + ('setuptools.config', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\__init__.py', + 'PYMODULE'), + ('setuptools._static', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_static.py', + 'PYMODULE'), + ('packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\specifiers.py', + 'PYMODULE'), + ('packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._shutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_shutil.py', + 'PYMODULE'), + ('setuptools.windows_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\windows_support.py', + 'PYMODULE'), + ('setuptools.command', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils.command.bdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\bdist.py', + 'PYMODULE'), + ('setuptools._entry_points', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_entry_points.py', + 'PYMODULE'), + ('setuptools._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_itertools.py', + 'PYMODULE'), + ('setuptools.discovery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\discovery.py', + 'PYMODULE'), + ('setuptools.depends', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\depends.py', + 'PYMODULE'), + ('setuptools._imp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_imp.py', + 'PYMODULE'), + ('setuptools.logging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\logging.py', + 'PYMODULE'), + ('setuptools.monkey', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\monkey.py', + 'PYMODULE'), + ('setuptools._core_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_core_metadata.py', + 'PYMODULE'), + ('setuptools._reqs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_reqs.py', + 'PYMODULE'), + ('setuptools._normalization', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_normalization.py', + 'PYMODULE'), + ('_distutils_hack.override', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_distutils_hack\\override.py', + 'PYMODULE'), + ('clr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr.py', + 'PYMODULE'), + ('pythonnet', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pythonnet\\__init__.py', + 'PYMODULE'), + ('clr_loader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\__init__.py', + 'PYMODULE'), + ('clr_loader.netfx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\netfx.py', + 'PYMODULE'), + ('clr_loader.ffi', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\__init__.py', + 'PYMODULE'), + ('clr_loader.ffi.netfx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\netfx.py', + 'PYMODULE'), + ('clr_loader.ffi.mono', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\mono.py', + 'PYMODULE'), + ('clr_loader.ffi.hostfxr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\hostfxr.py', + 'PYMODULE'), + ('cffi', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\__init__.py', + 'PYMODULE'), + ('cffi.error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\error.py', + 'PYMODULE'), + ('cffi.api', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\api.py', + 'PYMODULE'), + ('cffi.recompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\recompiler.py', + 'PYMODULE'), + ('cffi.cffi_opcode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\cffi_opcode.py', + 'PYMODULE'), + ('cffi._shimmed_dist_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\_shimmed_dist_utils.py', + 'PYMODULE'), + ('cffi.verifier', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\verifier.py', + 'PYMODULE'), + ('cffi.lock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\lock.py', + 'PYMODULE'), + ('cffi.pkgconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\pkgconfig.py', + 'PYMODULE'), + ('cffi.vengine_cpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\vengine_cpy.py', + 'PYMODULE'), + ('cffi._imp_emulation', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\_imp_emulation.py', + 'PYMODULE'), + ('cffi.vengine_gen', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\vengine_gen.py', + 'PYMODULE'), + ('cffi.ffiplatform', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\ffiplatform.py', + 'PYMODULE'), + ('cffi.cparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\cparser.py', + 'PYMODULE'), + ('pycparser.lextab', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\lextab.py', + 'PYMODULE'), + ('pycparser.yacctab', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\yacctab.py', + 'PYMODULE'), + ('pycparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\__init__.py', + 'PYMODULE'), + ('pycparser.c_parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_parser.py', + 'PYMODULE'), + ('pycparser.ast_transforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ast_transforms.py', + 'PYMODULE'), + ('pycparser.plyparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\plyparser.py', + 'PYMODULE'), + ('pycparser.c_lexer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_lexer.py', + 'PYMODULE'), + ('pycparser.ply.lex', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\lex.py', + 'PYMODULE'), + ('pycparser.ply.yacc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\yacc.py', + 'PYMODULE'), + ('pycparser.ply', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\__init__.py', + 'PYMODULE'), + ('pycparser.c_ast', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_ast.py', + 'PYMODULE'), + ('cffi.commontypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\commontypes.py', + 'PYMODULE'), + ('cffi.model', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\model.py', + 'PYMODULE'), + ('clr_loader.hostfxr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\hostfxr.py', + 'PYMODULE'), + ('clr_loader.mono', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\mono.py', + 'PYMODULE'), + ('clr_loader.util.runtime_spec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\runtime_spec.py', + 'PYMODULE'), + ('clr_loader.util.find', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\find.py', + 'PYMODULE'), + ('clr_loader.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\__init__.py', + 'PYMODULE'), + ('clr_loader.util.hostfxr_errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\hostfxr_errors.py', + 'PYMODULE'), + ('clr_loader.util.coreclr_errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\coreclr_errors.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('clr_loader.util.clr_error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\clr_error.py', + 'PYMODULE'), + ('clr_loader.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\types.py', + 'PYMODULE'), + ('_py_abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_py_abc.py', + 'PYMODULE'), + ('stringprep', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\stringprep.py', + 'PYMODULE'), + ('tracemalloc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tracemalloc.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('PIL.ImageDraw', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageDraw.py', + 'PYMODULE'), + ('PIL._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_typing.py', + 'PYMODULE'), + ('numpy.typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\typing\\__init__.py', + 'PYMODULE'), + ('numpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy._core._exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_exceptions.py', + 'PYMODULE'), + ('numpy._core._dtype_ctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy.strings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\strings\\__init__.py', + 'PYMODULE'), + ('numpy._core.strings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\strings.py', + 'PYMODULE'), + ('numpy._core.umath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\umath.py', + 'PYMODULE'), + ('numpy._core.overrides', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\overrides.py', + 'PYMODULE'), + ('numpy._utils._inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\_inspect.py', + 'PYMODULE'), + ('numpy._utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\__init__.py', + 'PYMODULE'), + ('numpy._utils._convertions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\_convertions.py', + 'PYMODULE'), + ('numpy._core.multiarray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\multiarray.py', + 'PYMODULE'), + ('numpy.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\core\\_utils.py', + 'PYMODULE'), + ('numpy.char', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\char\\__init__.py', + 'PYMODULE'), + ('numpy._core.defchararray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\defchararray.py', + 'PYMODULE'), + ('numpy._core.numerictypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\numerictypes.py', + 'PYMODULE'), + ('numpy._core._type_aliases', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_type_aliases.py', + 'PYMODULE'), + ('numpy._core._string_helpers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_string_helpers.py', + 'PYMODULE'), + ('numpy._core._dtype', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_dtype.py', + 'PYMODULE'), + ('numpy._core.numeric', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\numeric.py', + 'PYMODULE'), + ('numpy._core.fromnumeric', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\fromnumeric.py', + 'PYMODULE'), + ('numpy._core._methods', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_methods.py', + 'PYMODULE'), + ('numpy._core.arrayprint', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\arrayprint.py', + 'PYMODULE'), + ('numpy._core._asarray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_asarray.py', + 'PYMODULE'), + ('numpy._core._ufunc_config', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy._core.shape_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\shape_base.py', + 'PYMODULE'), + ('numpy.rec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\rec\\__init__.py', + 'PYMODULE'), + ('numpy._core.records', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\records.py', + 'PYMODULE'), + ('numpy.f2py', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\__init__.py', + 'PYMODULE'), + ('numpy.f2py.diagnose', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\diagnose.py', + 'PYMODULE'), + ('numpy.f2py.f2py2e', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\f2py2e.py', + 'PYMODULE'), + ('numpy.f2py.crackfortran', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\crackfortran.py', + 'PYMODULE'), + ('charset_normalizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\__init__.py', + 'PYMODULE'), + ('charset_normalizer.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\version.py', + 'PYMODULE'), + ('charset_normalizer.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\utils.py', + 'PYMODULE'), + ('charset_normalizer.constant', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\constant.py', + 'PYMODULE'), + ('charset_normalizer.models', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\models.py', + 'PYMODULE'), + ('charset_normalizer.cd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\cd.py', + 'PYMODULE'), + ('charset_normalizer.legacy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\legacy.py', + 'PYMODULE'), + ('charset_normalizer.api', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\api.py', + 'PYMODULE'), + ('fileinput', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fileinput.py', + 'PYMODULE'), + ('numpy.f2py._backends', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\__init__.py', + 'PYMODULE'), + ('numpy.f2py._backends._distutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_distutils.py', + 'PYMODULE'), + ('numpy.f2py._backends._backend', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_backend.py', + 'PYMODULE'), + ('numpy.f2py._backends._meson', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_meson.py', + 'PYMODULE'), + ('numpy.f2py.rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\rules.py', + 'PYMODULE'), + ('numpy.f2py.use_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\use_rules.py', + 'PYMODULE'), + ('numpy.f2py.f90mod_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\f90mod_rules.py', + 'PYMODULE'), + ('numpy.f2py.common_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\common_rules.py', + 'PYMODULE'), + ('numpy.f2py.func2subr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\func2subr.py', + 'PYMODULE'), + ('numpy.f2py._isocbind', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_isocbind.py', + 'PYMODULE'), + ('numpy.f2py.auxfuncs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\auxfuncs.py', + 'PYMODULE'), + ('numpy.f2py.symbolic', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\symbolic.py', + 'PYMODULE'), + ('numpy.f2py.cb_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\cb_rules.py', + 'PYMODULE'), + ('numpy.f2py.capi_maps', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\capi_maps.py', + 'PYMODULE'), + ('numpy.f2py.cfuncs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\cfuncs.py', + 'PYMODULE'), + ('numpy.f2py.__version__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\__version__.py', + 'PYMODULE'), + ('numpy.matlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matlib.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.testing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('doctest', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\doctest.py', + 'PYMODULE'), + ('pdb', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pdb.py', + 'PYMODULE'), + ('bdb', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bdb.py', + 'PYMODULE'), + ('cmd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\cmd.py', + 'PYMODULE'), + ('numpy._typing._ufunc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_ufunc.py', + 'PYMODULE'), + ('numpy.testing._private.extbuild', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\extbuild.py', + 'PYMODULE'), + ('numpy.testing.overrides', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\overrides.py', + 'PYMODULE'), + ('numpy.lib.recfunctions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\recfunctions.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.testing._private', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\exceptions.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ctypeslib\\__init__.py', + 'PYMODULE'), + ('numpy.ctypeslib._ctypeslib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ctypeslib\\_ctypeslib.py', + 'PYMODULE'), + ('numpy._core._internal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_internal.py', + 'PYMODULE'), + ('numpy.ma', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.lib.array_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\array_utils.py', + 'PYMODULE'), + ('numpy.lib._array_utils_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_array_utils_impl.py', + 'PYMODULE'), + ('numpy.ma.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.polynomial', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy.random', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.dtypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\dtypes.py', + 'PYMODULE'), + ('numpy.fft', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('numpy.fft._helper', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_helper.py', + 'PYMODULE'), + ('numpy.linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.linalg._linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\_linalg.py', + 'PYMODULE'), + ('numpy._array_api_info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_array_api_info.py', + 'PYMODULE'), + ('numpy.lib._utils_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_utils_impl.py', + 'PYMODULE'), + ('numpy.lib._ufunclike_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_ufunclike_impl.py', + 'PYMODULE'), + ('numpy.lib._type_check_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_type_check_impl.py', + 'PYMODULE'), + ('numpy._core.getlimits', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\getlimits.py', + 'PYMODULE'), + ('numpy._core._machar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_machar.py', + 'PYMODULE'), + ('numpy.lib._twodim_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_twodim_base_impl.py', + 'PYMODULE'), + ('numpy.lib._stride_tricks_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_stride_tricks_impl.py', + 'PYMODULE'), + ('numpy.lib._shape_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_shape_base_impl.py', + 'PYMODULE'), + ('numpy.lib._polynomial_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_polynomial_impl.py', + 'PYMODULE'), + ('numpy.lib._npyio_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_npyio_impl.py', + 'PYMODULE'), + ('numpy.lib._format_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_format_impl.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib.format', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.lib._nanfunctions_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_nanfunctions_impl.py', + 'PYMODULE'), + ('numpy.lib._index_tricks_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_index_tricks_impl.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.lib._histograms_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_histograms_impl.py', + 'PYMODULE'), + ('numpy.lib._function_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_function_base_impl.py', + 'PYMODULE'), + ('numpy.lib._arraysetops_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arraysetops_impl.py', + 'PYMODULE'), + ('numpy.lib._arraypad_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arraypad_impl.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib._scimath_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_scimath_impl.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.lib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.lib.introspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\introspect.py', + 'PYMODULE'), + ('numpy.lib._version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib._arrayterator_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arrayterator_impl.py', + 'PYMODULE'), + ('numpy._core.function_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\function_base.py', + 'PYMODULE'), + ('numpy._core.printoptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\printoptions.py', + 'PYMODULE'), + ('numpy._core.memmap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\memmap.py', + 'PYMODULE'), + ('numpy._core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\__init__.py', + 'PYMODULE'), + ('numpy._core._add_newdocs_scalars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_add_newdocs_scalars.py', + 'PYMODULE'), + ('numpy._core._add_newdocs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy._core.einsumfunc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\einsumfunc.py', + 'PYMODULE'), + ('numpy.__config__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy._globals', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('numpy._expired_attrs_2_0', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_expired_attrs_2_0.py', + 'PYMODULE'), + ('numpy.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy._typing._add_docstring', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_add_docstring.py', + 'PYMODULE'), + ('numpy._typing._array_like', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_array_like.py', + 'PYMODULE'), + ('numpy._typing._shape', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_shape.py', + 'PYMODULE'), + ('numpy._typing._nested_sequence', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nested_sequence.py', + 'PYMODULE'), + ('numpy._typing._nbit_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nbit_base.py', + 'PYMODULE'), + ('numpy._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._scalars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_scalars.py', + 'PYMODULE'), + ('numpy._typing._nbit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nbit.py', + 'PYMODULE'), + ('numpy._typing._dtype_like', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_dtype_like.py', + 'PYMODULE'), + ('numpy._typing._char_codes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_char_codes.py', + 'PYMODULE'), + ('PIL.ImageFont', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFont.py', + 'PYMODULE'), + ('PIL.ImageFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFile.py', + 'PYMODULE'), + ('PIL.TiffImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TiffImagePlugin.py', + 'PYMODULE'), + ('PIL._binary', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_binary.py', + 'PYMODULE'), + ('PIL.TiffTags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TiffTags.py', + 'PYMODULE'), + ('PIL.ImagePalette', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImagePalette.py', + 'PYMODULE'), + ('PIL.PaletteFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PaletteFile.py', + 'PYMODULE'), + ('PIL.GimpPaletteFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GimpPaletteFile.py', + 'PYMODULE'), + ('PIL.GimpGradientFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GimpGradientFile.py', + 'PYMODULE'), + ('PIL.ImageOps', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageOps.py', + 'PYMODULE'), + ('PIL.ExifTags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ExifTags.py', + 'PYMODULE'), + ('PIL._util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_util.py', + 'PYMODULE'), + ('PIL.ImageDraw2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageDraw2.py', + 'PYMODULE'), + ('PIL.ImagePath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImagePath.py', + 'PYMODULE'), + ('PIL.ImageText', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageText.py', + 'PYMODULE'), + ('PIL.ImageColor', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageColor.py', + 'PYMODULE'), + ('colorsys', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\colorsys.py', + 'PYMODULE'), + ('ctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._endian', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('PIL.Image', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Image.py', + 'PYMODULE'), + ('PIL.XpmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XpmImagePlugin.py', + 'PYMODULE'), + ('PIL.XbmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XbmImagePlugin.py', + 'PYMODULE'), + ('PIL.XVThumbImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XVThumbImagePlugin.py', + 'PYMODULE'), + ('PIL.WmfImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\WmfImagePlugin.py', + 'PYMODULE'), + ('PIL.WebPImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\WebPImagePlugin.py', + 'PYMODULE'), + ('PIL.TgaImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TgaImagePlugin.py', + 'PYMODULE'), + ('PIL.SunImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SunImagePlugin.py', + 'PYMODULE'), + ('PIL.SpiderImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SpiderImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageTk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageTk.py', + 'PYMODULE'), + ('PIL.SgiImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SgiImagePlugin.py', + 'PYMODULE'), + ('PIL.QoiImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\QoiImagePlugin.py', + 'PYMODULE'), + ('PIL.PsdImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PsdImagePlugin.py', + 'PYMODULE'), + ('PIL.PixarImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PixarImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PdfImagePlugin.py', + 'PYMODULE'), + ('PIL.features', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\features.py', + 'PYMODULE'), + ('PIL.PdfParser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PdfParser.py', + 'PYMODULE'), + ('PIL.ImageSequence', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageSequence.py', + 'PYMODULE'), + ('PIL.PcxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PcxImagePlugin.py', + 'PYMODULE'), + ('PIL.PcdImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PcdImagePlugin.py', + 'PYMODULE'), + ('PIL.PalmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PalmImagePlugin.py', + 'PYMODULE'), + ('PIL.MspImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MspImagePlugin.py', + 'PYMODULE'), + ('PIL.MpoImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MpoImagePlugin.py', + 'PYMODULE'), + ('PIL.MpegImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MpegImagePlugin.py', + 'PYMODULE'), + ('PIL.MicImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MicImagePlugin.py', + 'PYMODULE'), + ('PIL.McIdasImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\McIdasImagePlugin.py', + 'PYMODULE'), + ('PIL.Jpeg2KImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Jpeg2KImagePlugin.py', + 'PYMODULE'), + ('PIL.IptcImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IptcImagePlugin.py', + 'PYMODULE'), + ('PIL.ImtImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImtImagePlugin.py', + 'PYMODULE'), + ('PIL.ImImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImImagePlugin.py', + 'PYMODULE'), + ('PIL.IcoImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IcoImagePlugin.py', + 'PYMODULE'), + ('PIL.IcnsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IcnsImagePlugin.py', + 'PYMODULE'), + ('PIL.Hdf5StubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Hdf5StubImagePlugin.py', + 'PYMODULE'), + ('PIL.GribStubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GribStubImagePlugin.py', + 'PYMODULE'), + ('PIL.GbrImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GbrImagePlugin.py', + 'PYMODULE'), + ('PIL.FtexImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FtexImagePlugin.py', + 'PYMODULE'), + ('PIL.FpxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FpxImagePlugin.py', + 'PYMODULE'), + ('PIL.FliImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FliImagePlugin.py', + 'PYMODULE'), + ('PIL.FitsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FitsImagePlugin.py', + 'PYMODULE'), + ('PIL.EpsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\EpsImagePlugin.py', + 'PYMODULE'), + ('PIL.DdsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\DdsImagePlugin.py', + 'PYMODULE'), + ('PIL.DcxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\DcxImagePlugin.py', + 'PYMODULE'), + ('PIL.CurImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\CurImagePlugin.py', + 'PYMODULE'), + ('PIL.BufrStubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BufrStubImagePlugin.py', + 'PYMODULE'), + ('PIL.BlpImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BlpImagePlugin.py', + 'PYMODULE'), + ('PIL.AvifImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\AvifImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageShow', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageShow.py', + 'PYMODULE'), + ('PIL.ImageCms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageCms.py', + 'PYMODULE'), + ('PIL.ImageWin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageWin.py', + 'PYMODULE'), + ('PIL.PngImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PngImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageChops', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageChops.py', + 'PYMODULE'), + ('PIL.PpmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PpmImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\JpegImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegPresets', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\JpegPresets.py', + 'PYMODULE'), + ('PIL.GifImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GifImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageMath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageMath.py', + 'PYMODULE'), + ('PIL.BmpImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BmpImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageQt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageQt.py', + 'PYMODULE'), + ('PIL.ImageFilter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFilter.py', + 'PYMODULE'), + ('defusedxml.ElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\ElementTree.py', + 'PYMODULE'), + ('defusedxml.common', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\common.py', + 'PYMODULE'), + ('defusedxml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\__init__.py', + 'PYMODULE'), + ('defusedxml.xmlrpc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\xmlrpc.py', + 'PYMODULE'), + ('defusedxml.sax', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\sax.py', + 'PYMODULE'), + ('defusedxml.minidom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\minidom.py', + 'PYMODULE'), + ('xml.dom.minidom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\minidom.py', + 'PYMODULE'), + ('xml.dom.pulldom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\pulldom.py', + 'PYMODULE'), + ('xml.dom.expatbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\expatbuilder.py', + 'PYMODULE'), + ('xml.dom.NodeFilter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\NodeFilter.py', + 'PYMODULE'), + ('xml.dom.xmlbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\xmlbuilder.py', + 'PYMODULE'), + ('xml.dom.minicompat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\minicompat.py', + 'PYMODULE'), + ('xml.dom.domreg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\domreg.py', + 'PYMODULE'), + ('xml.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\__init__.py', + 'PYMODULE'), + ('defusedxml.pulldom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\pulldom.py', + 'PYMODULE'), + ('defusedxml.expatreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\expatreader.py', + 'PYMODULE'), + ('defusedxml.expatbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\expatbuilder.py', + 'PYMODULE'), + ('defusedxml.cElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\cElementTree.py', + 'PYMODULE'), + ('PIL._deprecate', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_deprecate.py', + 'PYMODULE'), + ('PIL.ImageMode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageMode.py', + 'PYMODULE'), + ('PIL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\__init__.py', + 'PYMODULE'), + ('PIL._version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_version.py', + 'PYMODULE'), + ('pystray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\__init__.py', + 'PYMODULE'), + ('pystray._util.win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\win32.py', + 'PYMODULE'), + ('pystray._util.notify_dbus', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\notify_dbus.py', + 'PYMODULE'), + ('pystray._util.gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\gtk.py', + 'PYMODULE'), + ('pystray._util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\__init__.py', + 'PYMODULE'), + ('pystray._info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_info.py', + 'PYMODULE'), + ('pystray._base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_base.py', + 'PYMODULE'), + ('six', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\six.py', + 'PYMODULE'), + ('pystray._xorg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_xorg.py', + 'PYMODULE'), + ('pystray._win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_win32.py', + 'PYMODULE'), + ('pystray._gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_gtk.py', + 'PYMODULE'), + ('pystray._darwin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_darwin.py', + 'PYMODULE'), + ('pystray._appindicator', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_appindicator.py', + 'PYMODULE'), + ('pystray._dummy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_dummy.py', + 'PYMODULE'), + ('threading', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\threading.py', + 'PYMODULE'), + ('_threading_local', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_threading_local.py', + 'PYMODULE'), + ('webview', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\__init__.py', + 'PYMODULE'), + ('webview.window', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\window.py', + 'PYMODULE'), + ('webview.state', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\state.py', + 'PYMODULE'), + ('webview.dom.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\dom.py', + 'PYMODULE'), + ('webview.dom.element', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\element.py', + 'PYMODULE'), + ('webview.dom.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\event.py', + 'PYMODULE'), + ('webview.dom.propsdict', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\propsdict.py', + 'PYMODULE'), + ('webview.dom.classlist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\classlist.py', + 'PYMODULE'), + ('webview.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\__init__.py', + 'PYMODULE'), + ('webview.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\util.py', + 'PYMODULE'), + ('http.cookies', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\cookies.py', + 'PYMODULE'), + ('webview.screen', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\screen.py', + 'PYMODULE'), + ('webview.menu', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\menu.py', + 'PYMODULE'), + ('webview.localization', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\localization.py', + 'PYMODULE'), + ('webview.guilib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\guilib.py', + 'PYMODULE'), + ('webview.platforms.winforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\winforms.py', + 'PYMODULE'), + ('webview.platforms.mshtml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\mshtml.py', + 'PYMODULE'), + ('webview.platforms.edgechromium', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\edgechromium.py', + 'PYMODULE'), + ('webview.models', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\models.py', + 'PYMODULE'), + ('webview.platforms.cef', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\cef.py', + 'PYMODULE'), + ('webview.platforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\__init__.py', + 'PYMODULE'), + ('webview.platforms.cocoa', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\cocoa.py', + 'PYMODULE'), + ('webview.platforms.qt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\qt.py', + 'PYMODULE'), + ('webview.platforms.gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\gtk.py', + 'PYMODULE'), + ('webview.platforms.android', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.webkit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\webkit.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.view', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\view.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.pywebview', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\pywebview.py', + 'PYMODULE'), + ('webview.platforms.android.jclass', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.webkit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\webkit.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.view', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\view.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.os', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\os.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.net', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\net.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.content', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\content.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.app', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\app.py', + 'PYMODULE'), + ('webview.platforms.android.app', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\app.py', + 'PYMODULE'), + ('webview.platforms.android.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\event.py', + 'PYMODULE'), + ('webview.platforms.android.base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\base.py', + 'PYMODULE'), + ('webview.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\event.py', + 'PYMODULE'), + ('webview.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\errors.py', + 'PYMODULE'), + ('webview.http', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\http.py', + 'PYMODULE'), + ('bottle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\bottle.py', + 'PYMODULE'), + ('wsgiref.handlers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\handlers.py', + 'PYMODULE'), + ('wsgiref', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\__init__.py', + 'PYMODULE'), + ('wsgiref.headers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\headers.py', + 'PYMODULE'), + ('wsgiref.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\util.py', + 'PYMODULE'), + ('wsgiref.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\types.py', + 'PYMODULE'), + ('wsgiref.simple_server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\simple_server.py', + 'PYMODULE'), + ('proxy_tools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\proxy_tools\\__init__.py', + 'PYMODULE'), + ('uuid', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\uuid.py', + 'PYMODULE')], + [('webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x86.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x86.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x64.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x64.dll', + 'BINARY'), + ('python313.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\python313.dll', + 'BINARY'), + ('pythonnet\\runtime\\Python.Runtime.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pythonnet\\runtime\\Python.Runtime.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'BINARY'), + ('numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'BINARY'), + ('numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'BINARY'), + ('_lzma.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('_decimal.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_hashlib.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('select.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('unicodedata.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_overlapped.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_queue.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_ctypes.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('pyexpat.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_asyncio.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_wmi.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_wmi.pyd', + 'EXTENSION'), + ('_cffi_backend.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_cffi_backend.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_elementtree.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_philox.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_philox.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_common.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_common.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingft.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingft.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imaging.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imaging.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_webp.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_webp.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingtk.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingtk.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_avif.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_avif.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingcms.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingcms.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingmath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingmath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_uuid.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('VCRUNTIME140.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140.dll', + 'BINARY'), + ('VCRUNTIME140_1.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140_1.dll', + 'BINARY'), + ('libcrypto-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libcrypto-3.dll', + 'BINARY'), + ('libssl-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libssl-3.dll', + 'BINARY'), + ('libffi-8.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libffi-8.dll', + 'BINARY')], + [], + [], + [('messenger_icon.ico', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.ico', + 'DATA'), + ('messenger_icon.png', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.png', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools\\_vendor\\jaraco\\text\\Lorem ipsum.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\text\\Lorem ' + 'ipsum.txt', + 'DATA'), + ('webview\\js\\api.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\api.js', + 'DATA'), + ('webview\\lib\\pywebview-android.jar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\pywebview-android.jar', + 'DATA'), + ('webview\\js\\state.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\state.js', + 'DATA'), + ('webview\\js\\finish.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\finish.js', + 'DATA'), + ('webview\\js\\lib\\polyfill.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\polyfill.js', + 'DATA'), + ('webview\\js\\customize.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\customize.js', + 'DATA'), + ('webview\\js\\lib\\dom_json.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\dom_json.js', + 'DATA'), + ('numpy-2.3.3.dist-info\\LICENSE.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\LICENSE.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\entry_points.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\entry_points.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\RECORD', + 'DATA'), + ('numpy-2.3.3.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\WHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\INSTALLER', + 'DATA'), + ('numpy-2.3.3.dist-info\\DELVEWHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\DELVEWHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\METADATA', + 'DATA'), + ('base_library.zip', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\base_library.zip', + 'DATA')], + [('sre_compile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\sre_compile.py', + 'PYMODULE'), + ('reprlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\reprlib.py', + 'PYMODULE'), + ('sre_constants', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\sre_constants.py', + 'PYMODULE'), + ('abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\abc.py', + 'PYMODULE'), + ('traceback', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\traceback.py', + 'PYMODULE'), + ('heapq', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\heapq.py', + 'PYMODULE'), + ('operator', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\operator.py', + 'PYMODULE'), + ('ntpath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ntpath.py', + 'PYMODULE'), + ('collections', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\collections\\__init__.py', + 'PYMODULE'), + ('stat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\stat.py', + 'PYMODULE'), + ('enum', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\enum.py', + 'PYMODULE'), + ('locale', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\locale.py', + 'PYMODULE'), + ('types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\types.py', + 'PYMODULE'), + ('encodings.zlib_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\zlib_codec.py', + 'PYMODULE'), + ('encodings.uu_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\uu_codec.py', + 'PYMODULE'), + ('encodings.utf_8_sig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_8_sig.py', + 'PYMODULE'), + ('encodings.utf_8', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_8.py', + 'PYMODULE'), + ('encodings.utf_7', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_7.py', + 'PYMODULE'), + ('encodings.utf_32_le', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_32_le.py', + 'PYMODULE'), + ('encodings.utf_32_be', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_32_be.py', + 'PYMODULE'), + ('encodings.utf_32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_32.py', + 'PYMODULE'), + ('encodings.utf_16_le', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_16_le.py', + 'PYMODULE'), + ('encodings.utf_16_be', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_16_be.py', + 'PYMODULE'), + ('encodings.utf_16', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\utf_16.py', + 'PYMODULE'), + ('encodings.unicode_escape', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\unicode_escape.py', + 'PYMODULE'), + ('encodings.undefined', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\undefined.py', + 'PYMODULE'), + ('encodings.tis_620', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\tis_620.py', + 'PYMODULE'), + ('encodings.shift_jisx0213', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\shift_jisx0213.py', + 'PYMODULE'), + ('encodings.shift_jis_2004', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\shift_jis_2004.py', + 'PYMODULE'), + ('encodings.shift_jis', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\shift_jis.py', + 'PYMODULE'), + ('encodings.rot_13', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\rot_13.py', + 'PYMODULE'), + ('encodings.raw_unicode_escape', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\raw_unicode_escape.py', + 'PYMODULE'), + ('encodings.quopri_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\quopri_codec.py', + 'PYMODULE'), + ('encodings.punycode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\punycode.py', + 'PYMODULE'), + ('encodings.ptcp154', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\ptcp154.py', + 'PYMODULE'), + ('encodings.palmos', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\palmos.py', + 'PYMODULE'), + ('encodings.oem', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\oem.py', + 'PYMODULE'), + ('encodings.mbcs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mbcs.py', + 'PYMODULE'), + ('encodings.mac_turkish', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_turkish.py', + 'PYMODULE'), + ('encodings.mac_romanian', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_romanian.py', + 'PYMODULE'), + ('encodings.mac_roman', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_roman.py', + 'PYMODULE'), + ('encodings.mac_latin2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_latin2.py', + 'PYMODULE'), + ('encodings.mac_iceland', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_iceland.py', + 'PYMODULE'), + ('encodings.mac_greek', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_greek.py', + 'PYMODULE'), + ('encodings.mac_farsi', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_farsi.py', + 'PYMODULE'), + ('encodings.mac_cyrillic', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_cyrillic.py', + 'PYMODULE'), + ('encodings.mac_croatian', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_croatian.py', + 'PYMODULE'), + ('encodings.mac_arabic', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\mac_arabic.py', + 'PYMODULE'), + ('encodings.latin_1', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\latin_1.py', + 'PYMODULE'), + ('encodings.kz1048', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\kz1048.py', + 'PYMODULE'), + ('encodings.koi8_u', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\koi8_u.py', + 'PYMODULE'), + ('encodings.koi8_t', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\koi8_t.py', + 'PYMODULE'), + ('encodings.koi8_r', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\koi8_r.py', + 'PYMODULE'), + ('encodings.johab', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\johab.py', + 'PYMODULE'), + ('encodings.iso8859_9', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_9.py', + 'PYMODULE'), + ('encodings.iso8859_8', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_8.py', + 'PYMODULE'), + ('encodings.iso8859_7', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_7.py', + 'PYMODULE'), + ('encodings.iso8859_6', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_6.py', + 'PYMODULE'), + ('encodings.iso8859_5', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_5.py', + 'PYMODULE'), + ('encodings.iso8859_4', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_4.py', + 'PYMODULE'), + ('encodings.iso8859_3', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_3.py', + 'PYMODULE'), + ('encodings.iso8859_2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_2.py', + 'PYMODULE'), + ('encodings.iso8859_16', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_16.py', + 'PYMODULE'), + ('encodings.iso8859_15', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_15.py', + 'PYMODULE'), + ('encodings.iso8859_14', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_14.py', + 'PYMODULE'), + ('encodings.iso8859_13', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_13.py', + 'PYMODULE'), + ('encodings.iso8859_11', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_11.py', + 'PYMODULE'), + ('encodings.iso8859_10', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_10.py', + 'PYMODULE'), + ('encodings.iso8859_1', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso8859_1.py', + 'PYMODULE'), + ('encodings.iso2022_kr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_kr.py', + 'PYMODULE'), + ('encodings.iso2022_jp_ext', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp_ext.py', + 'PYMODULE'), + ('encodings.iso2022_jp_3', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp_3.py', + 'PYMODULE'), + ('encodings.iso2022_jp_2004', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp_2004.py', + 'PYMODULE'), + ('encodings.iso2022_jp_2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp_2.py', + 'PYMODULE'), + ('encodings.iso2022_jp_1', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp_1.py', + 'PYMODULE'), + ('encodings.iso2022_jp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\iso2022_jp.py', + 'PYMODULE'), + ('encodings.idna', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\idna.py', + 'PYMODULE'), + ('encodings.hz', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\hz.py', + 'PYMODULE'), + ('encodings.hp_roman8', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\hp_roman8.py', + 'PYMODULE'), + ('encodings.hex_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\hex_codec.py', + 'PYMODULE'), + ('encodings.gbk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\gbk.py', + 'PYMODULE'), + ('encodings.gb2312', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\gb2312.py', + 'PYMODULE'), + ('encodings.gb18030', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\gb18030.py', + 'PYMODULE'), + ('encodings.euc_kr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\euc_kr.py', + 'PYMODULE'), + ('encodings.euc_jp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\euc_jp.py', + 'PYMODULE'), + ('encodings.euc_jisx0213', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\euc_jisx0213.py', + 'PYMODULE'), + ('encodings.euc_jis_2004', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\euc_jis_2004.py', + 'PYMODULE'), + ('encodings.cp950', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp950.py', + 'PYMODULE'), + ('encodings.cp949', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp949.py', + 'PYMODULE'), + ('encodings.cp932', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp932.py', + 'PYMODULE'), + ('encodings.cp875', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp875.py', + 'PYMODULE'), + ('encodings.cp874', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp874.py', + 'PYMODULE'), + ('encodings.cp869', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp869.py', + 'PYMODULE'), + ('encodings.cp866', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp866.py', + 'PYMODULE'), + ('encodings.cp865', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp865.py', + 'PYMODULE'), + ('encodings.cp864', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp864.py', + 'PYMODULE'), + ('encodings.cp863', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp863.py', + 'PYMODULE'), + ('encodings.cp862', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp862.py', + 'PYMODULE'), + ('encodings.cp861', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp861.py', + 'PYMODULE'), + ('encodings.cp860', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp860.py', + 'PYMODULE'), + ('encodings.cp858', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp858.py', + 'PYMODULE'), + ('encodings.cp857', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp857.py', + 'PYMODULE'), + ('encodings.cp856', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp856.py', + 'PYMODULE'), + ('encodings.cp855', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp855.py', + 'PYMODULE'), + ('encodings.cp852', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp852.py', + 'PYMODULE'), + ('encodings.cp850', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp850.py', + 'PYMODULE'), + ('encodings.cp775', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp775.py', + 'PYMODULE'), + ('encodings.cp737', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp737.py', + 'PYMODULE'), + ('encodings.cp720', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp720.py', + 'PYMODULE'), + ('encodings.cp500', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp500.py', + 'PYMODULE'), + ('encodings.cp437', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp437.py', + 'PYMODULE'), + ('encodings.cp424', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp424.py', + 'PYMODULE'), + ('encodings.cp273', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp273.py', + 'PYMODULE'), + ('encodings.cp1258', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1258.py', + 'PYMODULE'), + ('encodings.cp1257', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1257.py', + 'PYMODULE'), + ('encodings.cp1256', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1256.py', + 'PYMODULE'), + ('encodings.cp1255', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1255.py', + 'PYMODULE'), + ('encodings.cp1254', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1254.py', + 'PYMODULE'), + ('encodings.cp1253', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1253.py', + 'PYMODULE'), + ('encodings.cp1252', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1252.py', + 'PYMODULE'), + ('encodings.cp1251', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1251.py', + 'PYMODULE'), + ('encodings.cp1250', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1250.py', + 'PYMODULE'), + ('encodings.cp1140', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1140.py', + 'PYMODULE'), + ('encodings.cp1125', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1125.py', + 'PYMODULE'), + ('encodings.cp1026', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1026.py', + 'PYMODULE'), + ('encodings.cp1006', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp1006.py', + 'PYMODULE'), + ('encodings.cp037', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\cp037.py', + 'PYMODULE'), + ('encodings.charmap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\charmap.py', + 'PYMODULE'), + ('encodings.bz2_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\bz2_codec.py', + 'PYMODULE'), + ('encodings.big5hkscs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\big5hkscs.py', + 'PYMODULE'), + ('encodings.big5', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\big5.py', + 'PYMODULE'), + ('encodings.base64_codec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\base64_codec.py', + 'PYMODULE'), + ('encodings.ascii', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\ascii.py', + 'PYMODULE'), + ('encodings.aliases', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\aliases.py', + 'PYMODULE'), + ('encodings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\encodings\\__init__.py', + 'PYMODULE'), + ('copyreg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\copyreg.py', + 'PYMODULE'), + ('_weakrefset', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_weakrefset.py', + 'PYMODULE'), + ('genericpath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\genericpath.py', + 'PYMODULE'), + ('weakref', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\weakref.py', + 'PYMODULE'), + ('functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\functools.py', + 'PYMODULE'), + ('codecs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\codecs.py', + 'PYMODULE'), + ('warnings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\warnings.py', + 'PYMODULE'), + ('keyword', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\keyword.py', + 'PYMODULE'), + ('_collections_abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_collections_abc.py', + 'PYMODULE'), + ('sre_parse', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\sre_parse.py', + 'PYMODULE'), + ('io', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\io.py', + 'PYMODULE'), + ('re._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\re\\_parser.py', + 'PYMODULE'), + ('re._constants', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\re\\_constants.py', + 'PYMODULE'), + ('re._compiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\re\\_compiler.py', + 'PYMODULE'), + ('re._casefix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\re\\_casefix.py', + 'PYMODULE'), + ('re', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\re\\__init__.py', + 'PYMODULE'), + ('linecache', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\linecache.py', + 'PYMODULE'), + ('posixpath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\posixpath.py', + 'PYMODULE'), + ('os', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\os.py', + 'PYMODULE')]) diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/EXE-00.toc b/prod_tools/messenger-wrapper/build/MessengerWrapper/EXE-00.toc new file mode 100644 index 0000000..882ca13 --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/EXE-00.toc @@ -0,0 +1,327 @@ +('C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\dist\\MessengerWrapper.exe', + False, + False, + False, + ['C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.ico'], + None, + False, + False, + b'\n\n \n \n \n \n \n \n \n ' + b'\n <' + b'application>\n \n \n ' + b' \n \n \n \n <' + b'/compatibility>\n ' + b'\n \n true\n \n \n \n \n \n \n \n', + True, + False, + None, + None, + None, + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\MessengerWrapper.pkg', + [('pyi-contents-directory _internal', '', 'OPTION'), + ('PYZ-00.pyz', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\struct.pyc', + 'PYMODULE'), + ('pyimod01_archive', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod01_archive.pyc', + 'PYMODULE'), + ('pyimod02_importers', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod02_importers.pyc', + 'PYMODULE'), + ('pyimod03_ctypes', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod03_ctypes.pyc', + 'PYMODULE'), + ('pyimod04_pywin32', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod04_pywin32.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_setuptools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py', + 'PYSOURCE'), + ('messenger_app', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_app.py', + 'PYSOURCE'), + ('webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x86.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x86.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x64.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x64.dll', + 'BINARY'), + ('python313.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\python313.dll', + 'BINARY'), + ('pythonnet\\runtime\\Python.Runtime.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pythonnet\\runtime\\Python.Runtime.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'BINARY'), + ('numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'BINARY'), + ('numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'BINARY'), + ('_lzma.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('_decimal.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_hashlib.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('select.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('unicodedata.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_overlapped.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_queue.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_ctypes.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('pyexpat.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_asyncio.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_wmi.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_wmi.pyd', + 'EXTENSION'), + ('_cffi_backend.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_cffi_backend.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_elementtree.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_philox.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_philox.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_common.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_common.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingft.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingft.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imaging.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imaging.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_webp.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_webp.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingtk.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingtk.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_avif.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_avif.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingcms.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingcms.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingmath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingmath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_uuid.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('VCRUNTIME140.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140.dll', + 'BINARY'), + ('VCRUNTIME140_1.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140_1.dll', + 'BINARY'), + ('libcrypto-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libcrypto-3.dll', + 'BINARY'), + ('libssl-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libssl-3.dll', + 'BINARY'), + ('libffi-8.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libffi-8.dll', + 'BINARY'), + ('messenger_icon.ico', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.ico', + 'DATA'), + ('messenger_icon.png', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.png', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools\\_vendor\\jaraco\\text\\Lorem ipsum.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\text\\Lorem ' + 'ipsum.txt', + 'DATA'), + ('webview\\js\\api.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\api.js', + 'DATA'), + ('webview\\lib\\pywebview-android.jar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\pywebview-android.jar', + 'DATA'), + ('webview\\js\\state.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\state.js', + 'DATA'), + ('webview\\js\\finish.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\finish.js', + 'DATA'), + ('webview\\js\\lib\\polyfill.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\polyfill.js', + 'DATA'), + ('webview\\js\\customize.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\customize.js', + 'DATA'), + ('webview\\js\\lib\\dom_json.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\dom_json.js', + 'DATA'), + ('numpy-2.3.3.dist-info\\LICENSE.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\LICENSE.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\entry_points.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\entry_points.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\RECORD', + 'DATA'), + ('numpy-2.3.3.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\WHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\INSTALLER', + 'DATA'), + ('numpy-2.3.3.dist-info\\DELVEWHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\DELVEWHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\METADATA', + 'DATA'), + ('base_library.zip', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\base_library.zip', + 'DATA')], + [], + False, + False, + 1769132757, + [('runw.exe', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\runw.exe', + 'EXECUTABLE')], + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\python313.dll') diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/MessengerWrapper.pkg b/prod_tools/messenger-wrapper/build/MessengerWrapper/MessengerWrapper.pkg new file mode 100644 index 0000000..29b0721 Binary files /dev/null and b/prod_tools/messenger-wrapper/build/MessengerWrapper/MessengerWrapper.pkg differ diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/PKG-00.toc b/prod_tools/messenger-wrapper/build/MessengerWrapper/PKG-00.toc new file mode 100644 index 0000000..f2b6599 --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/PKG-00.toc @@ -0,0 +1,305 @@ +('C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\MessengerWrapper.pkg', + {'BINARY': True, + 'DATA': True, + 'EXECUTABLE': True, + 'EXTENSION': True, + 'PYMODULE': True, + 'PYSOURCE': True, + 'PYZ': False, + 'SPLASH': True, + 'SYMLINK': False}, + [('pyi-contents-directory _internal', '', 'OPTION'), + ('PYZ-00.pyz', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\struct.pyc', + 'PYMODULE'), + ('pyimod01_archive', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod01_archive.pyc', + 'PYMODULE'), + ('pyimod02_importers', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod02_importers.pyc', + 'PYMODULE'), + ('pyimod03_ctypes', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod03_ctypes.pyc', + 'PYMODULE'), + ('pyimod04_pywin32', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\localpycs\\pyimod04_pywin32.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_setuptools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py', + 'PYSOURCE'), + ('messenger_app', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_app.py', + 'PYSOURCE'), + ('webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.WinForms.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-arm64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\Microsoft.Web.WebView2.Core.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x86\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x86.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x86.dll', + 'BINARY'), + ('webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\runtimes\\win-x64\\native\\WebView2Loader.dll', + 'BINARY'), + ('webview\\lib\\WebBrowserInterop.x64.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\WebBrowserInterop.x64.dll', + 'BINARY'), + ('python313.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\python313.dll', + 'BINARY'), + ('pythonnet\\runtime\\Python.Runtime.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pythonnet\\runtime\\Python.Runtime.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\amd64\\ClrLoader.dll', + 'BINARY'), + ('clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\dlls\\x86\\ClrLoader.dll', + 'BINARY'), + ('numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll', + 'BINARY'), + ('numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy.libs\\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll', + 'BINARY'), + ('_lzma.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('_decimal.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_hashlib.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('select.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('unicodedata.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_overlapped.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_queue.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_ctypes.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('pyexpat.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_asyncio.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_wmi.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_wmi.pyd', + 'EXTENSION'), + ('_cffi_backend.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_cffi_backend.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_elementtree.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_tests.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_multiarray_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md__mypyc.cp313-win_amd64.pyd', + 'EXTENSION'), + ('charset_normalizer\\md.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\md.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\mtrand.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\bit_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_sfc64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_philox.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_philox.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_pcg64.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_mt19937.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_generator.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_generator.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_common.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_common.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_bounded_integers.cp313-win_amd64.pyd', + 'EXTENSION'), + ('numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_pocketfft_umath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingft.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingft.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imaging.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imaging.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_webp.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_webp.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingtk.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingtk.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_avif.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_avif.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingcms.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingcms.cp313-win_amd64.pyd', + 'EXTENSION'), + ('PIL\\_imagingmath.cp313-win_amd64.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_imagingmath.cp313-win_amd64.pyd', + 'EXTENSION'), + ('_uuid.pyd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('VCRUNTIME140.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140.dll', + 'BINARY'), + ('VCRUNTIME140_1.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\VCRUNTIME140_1.dll', + 'BINARY'), + ('libcrypto-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libcrypto-3.dll', + 'BINARY'), + ('libssl-3.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libssl-3.dll', + 'BINARY'), + ('libffi-8.dll', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\DLLs\\libffi-8.dll', + 'BINARY'), + ('messenger_icon.ico', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.ico', + 'DATA'), + ('messenger_icon.png', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\messenger_icon.png', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\METADATA', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\REQUESTED', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\RECORD', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\licenses\\LICENSE', + 'DATA'), + ('setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata-8.7.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools\\_vendor\\jaraco\\text\\Lorem ipsum.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\text\\Lorem ' + 'ipsum.txt', + 'DATA'), + ('webview\\js\\api.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\api.js', + 'DATA'), + ('webview\\lib\\pywebview-android.jar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\lib\\pywebview-android.jar', + 'DATA'), + ('webview\\js\\state.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\state.js', + 'DATA'), + ('webview\\js\\finish.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\finish.js', + 'DATA'), + ('webview\\js\\lib\\polyfill.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\polyfill.js', + 'DATA'), + ('webview\\js\\customize.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\customize.js', + 'DATA'), + ('webview\\js\\lib\\dom_json.js', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\js\\lib\\dom_json.js', + 'DATA'), + ('numpy-2.3.3.dist-info\\LICENSE.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\LICENSE.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\entry_points.txt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\entry_points.txt', + 'DATA'), + ('numpy-2.3.3.dist-info\\RECORD', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\RECORD', + 'DATA'), + ('numpy-2.3.3.dist-info\\WHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\WHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\INSTALLER', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\INSTALLER', + 'DATA'), + ('numpy-2.3.3.dist-info\\DELVEWHEEL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\DELVEWHEEL', + 'DATA'), + ('numpy-2.3.3.dist-info\\METADATA', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy-2.3.3.dist-info\\METADATA', + 'DATA'), + ('base_library.zip', + 'C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\base_library.zip', + 'DATA')], + 'python313.dll', + False, + False, + False, + [], + None, + None, + None) diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.pyz b/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.pyz new file mode 100644 index 0000000..44f93b1 Binary files /dev/null and b/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.pyz differ diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.toc b/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.toc new file mode 100644 index 0000000..e3f52fb --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/PYZ-00.toc @@ -0,0 +1,2450 @@ +('C:\\Users\\andre\\Nextcloud\\Python-Toolbox\\prod_tools\\messenger-wrapper\\build\\MessengerWrapper\\PYZ-00.pyz', + [('PIL', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\__init__.py', + 'PYMODULE'), + ('PIL.AvifImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\AvifImagePlugin.py', + 'PYMODULE'), + ('PIL.BlpImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BlpImagePlugin.py', + 'PYMODULE'), + ('PIL.BmpImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BmpImagePlugin.py', + 'PYMODULE'), + ('PIL.BufrStubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\BufrStubImagePlugin.py', + 'PYMODULE'), + ('PIL.CurImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\CurImagePlugin.py', + 'PYMODULE'), + ('PIL.DcxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\DcxImagePlugin.py', + 'PYMODULE'), + ('PIL.DdsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\DdsImagePlugin.py', + 'PYMODULE'), + ('PIL.EpsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\EpsImagePlugin.py', + 'PYMODULE'), + ('PIL.ExifTags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ExifTags.py', + 'PYMODULE'), + ('PIL.FitsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FitsImagePlugin.py', + 'PYMODULE'), + ('PIL.FliImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FliImagePlugin.py', + 'PYMODULE'), + ('PIL.FpxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FpxImagePlugin.py', + 'PYMODULE'), + ('PIL.FtexImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\FtexImagePlugin.py', + 'PYMODULE'), + ('PIL.GbrImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GbrImagePlugin.py', + 'PYMODULE'), + ('PIL.GifImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GifImagePlugin.py', + 'PYMODULE'), + ('PIL.GimpGradientFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GimpGradientFile.py', + 'PYMODULE'), + ('PIL.GimpPaletteFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GimpPaletteFile.py', + 'PYMODULE'), + ('PIL.GribStubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\GribStubImagePlugin.py', + 'PYMODULE'), + ('PIL.Hdf5StubImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Hdf5StubImagePlugin.py', + 'PYMODULE'), + ('PIL.IcnsImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IcnsImagePlugin.py', + 'PYMODULE'), + ('PIL.IcoImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IcoImagePlugin.py', + 'PYMODULE'), + ('PIL.ImImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImImagePlugin.py', + 'PYMODULE'), + ('PIL.Image', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Image.py', + 'PYMODULE'), + ('PIL.ImageChops', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageChops.py', + 'PYMODULE'), + ('PIL.ImageCms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageCms.py', + 'PYMODULE'), + ('PIL.ImageColor', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageColor.py', + 'PYMODULE'), + ('PIL.ImageDraw', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageDraw.py', + 'PYMODULE'), + ('PIL.ImageDraw2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageDraw2.py', + 'PYMODULE'), + ('PIL.ImageFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFile.py', + 'PYMODULE'), + ('PIL.ImageFilter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFilter.py', + 'PYMODULE'), + ('PIL.ImageFont', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageFont.py', + 'PYMODULE'), + ('PIL.ImageMath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageMath.py', + 'PYMODULE'), + ('PIL.ImageMode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageMode.py', + 'PYMODULE'), + ('PIL.ImageOps', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageOps.py', + 'PYMODULE'), + ('PIL.ImagePalette', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImagePalette.py', + 'PYMODULE'), + ('PIL.ImagePath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImagePath.py', + 'PYMODULE'), + ('PIL.ImageQt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageQt.py', + 'PYMODULE'), + ('PIL.ImageSequence', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageSequence.py', + 'PYMODULE'), + ('PIL.ImageShow', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageShow.py', + 'PYMODULE'), + ('PIL.ImageText', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageText.py', + 'PYMODULE'), + ('PIL.ImageTk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageTk.py', + 'PYMODULE'), + ('PIL.ImageWin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImageWin.py', + 'PYMODULE'), + ('PIL.ImtImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\ImtImagePlugin.py', + 'PYMODULE'), + ('PIL.IptcImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\IptcImagePlugin.py', + 'PYMODULE'), + ('PIL.Jpeg2KImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\Jpeg2KImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\JpegImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegPresets', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\JpegPresets.py', + 'PYMODULE'), + ('PIL.McIdasImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\McIdasImagePlugin.py', + 'PYMODULE'), + ('PIL.MicImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MicImagePlugin.py', + 'PYMODULE'), + ('PIL.MpegImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MpegImagePlugin.py', + 'PYMODULE'), + ('PIL.MpoImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MpoImagePlugin.py', + 'PYMODULE'), + ('PIL.MspImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\MspImagePlugin.py', + 'PYMODULE'), + ('PIL.PaletteFile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PaletteFile.py', + 'PYMODULE'), + ('PIL.PalmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PalmImagePlugin.py', + 'PYMODULE'), + ('PIL.PcdImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PcdImagePlugin.py', + 'PYMODULE'), + ('PIL.PcxImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PcxImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PdfImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfParser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PdfParser.py', + 'PYMODULE'), + ('PIL.PixarImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PixarImagePlugin.py', + 'PYMODULE'), + ('PIL.PngImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PngImagePlugin.py', + 'PYMODULE'), + ('PIL.PpmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PpmImagePlugin.py', + 'PYMODULE'), + ('PIL.PsdImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\PsdImagePlugin.py', + 'PYMODULE'), + ('PIL.QoiImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\QoiImagePlugin.py', + 'PYMODULE'), + ('PIL.SgiImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SgiImagePlugin.py', + 'PYMODULE'), + ('PIL.SpiderImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SpiderImagePlugin.py', + 'PYMODULE'), + ('PIL.SunImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\SunImagePlugin.py', + 'PYMODULE'), + ('PIL.TgaImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TgaImagePlugin.py', + 'PYMODULE'), + ('PIL.TiffImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TiffImagePlugin.py', + 'PYMODULE'), + ('PIL.TiffTags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\TiffTags.py', + 'PYMODULE'), + ('PIL.WebPImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\WebPImagePlugin.py', + 'PYMODULE'), + ('PIL.WmfImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\WmfImagePlugin.py', + 'PYMODULE'), + ('PIL.XVThumbImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XVThumbImagePlugin.py', + 'PYMODULE'), + ('PIL.XbmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XbmImagePlugin.py', + 'PYMODULE'), + ('PIL.XpmImagePlugin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\XpmImagePlugin.py', + 'PYMODULE'), + ('PIL._binary', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_binary.py', + 'PYMODULE'), + ('PIL._deprecate', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_deprecate.py', + 'PYMODULE'), + ('PIL._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_typing.py', + 'PYMODULE'), + ('PIL._util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_util.py', + 'PYMODULE'), + ('PIL._version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\_version.py', + 'PYMODULE'), + ('PIL.features', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\PIL\\features.py', + 'PYMODULE'), + ('__future__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\__future__.py', + 'PYMODULE'), + ('_aix_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_aix_support.py', + 'PYMODULE'), + ('_colorize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_colorize.py', + 'PYMODULE'), + ('_compat_pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_compat_pickle.py', + 'PYMODULE'), + ('_compression', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_compression.py', + 'PYMODULE'), + ('_distutils_hack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_distutils_hack\\__init__.py', + 'PYMODULE'), + ('_distutils_hack.override', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\_distutils_hack\\override.py', + 'PYMODULE'), + ('_ios_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_ios_support.py', + 'PYMODULE'), + ('_opcode_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_opcode_metadata.py', + 'PYMODULE'), + ('_py_abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_py_abc.py', + 'PYMODULE'), + ('_pydatetime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pydatetime.py', + 'PYMODULE'), + ('_pydecimal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pydecimal.py', + 'PYMODULE'), + ('_pyrepl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\__init__.py', + 'PYMODULE'), + ('_pyrepl._minimal_curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\_minimal_curses.py', + 'PYMODULE'), + ('_pyrepl._threading_handler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\_threading_handler.py', + 'PYMODULE'), + ('_pyrepl.base_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\base_eventqueue.py', + 'PYMODULE'), + ('_pyrepl.commands', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\commands.py', + 'PYMODULE'), + ('_pyrepl.completing_reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\completing_reader.py', + 'PYMODULE'), + ('_pyrepl.console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\console.py', + 'PYMODULE'), + ('_pyrepl.curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\curses.py', + 'PYMODULE'), + ('_pyrepl.fancy_termios', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\fancy_termios.py', + 'PYMODULE'), + ('_pyrepl.historical_reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\historical_reader.py', + 'PYMODULE'), + ('_pyrepl.input', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\input.py', + 'PYMODULE'), + ('_pyrepl.keymap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\keymap.py', + 'PYMODULE'), + ('_pyrepl.main', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\main.py', + 'PYMODULE'), + ('_pyrepl.pager', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\pager.py', + 'PYMODULE'), + ('_pyrepl.reader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\reader.py', + 'PYMODULE'), + ('_pyrepl.readline', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\readline.py', + 'PYMODULE'), + ('_pyrepl.simple_interact', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\simple_interact.py', + 'PYMODULE'), + ('_pyrepl.trace', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\trace.py', + 'PYMODULE'), + ('_pyrepl.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\types.py', + 'PYMODULE'), + ('_pyrepl.unix_console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\unix_console.py', + 'PYMODULE'), + ('_pyrepl.unix_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\unix_eventqueue.py', + 'PYMODULE'), + ('_pyrepl.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\utils.py', + 'PYMODULE'), + ('_pyrepl.windows_console', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\windows_console.py', + 'PYMODULE'), + ('_pyrepl.windows_eventqueue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_pyrepl\\windows_eventqueue.py', + 'PYMODULE'), + ('_sitebuiltins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_sitebuiltins.py', + 'PYMODULE'), + ('_strptime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_strptime.py', + 'PYMODULE'), + ('_threading_local', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\_threading_local.py', + 'PYMODULE'), + ('argparse', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\argparse.py', + 'PYMODULE'), + ('ast', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ast.py', + 'PYMODULE'), + ('asyncio', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.base_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.constants', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\constants.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.locks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\log.py', + 'PYMODULE'), + ('asyncio.mixins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\mixins.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.protocols', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.queues', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.staggered', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('asyncio.streams', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.taskgroups', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\taskgroups.py', + 'PYMODULE'), + ('asyncio.tasks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('asyncio.threads', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\threads.py', + 'PYMODULE'), + ('asyncio.timeouts', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\timeouts.py', + 'PYMODULE'), + ('asyncio.transports', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.trsock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('base64', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\base64.py', + 'PYMODULE'), + ('bdb', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bdb.py', + 'PYMODULE'), + ('bisect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bisect.py', + 'PYMODULE'), + ('bottle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\bottle.py', + 'PYMODULE'), + ('bz2', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\bz2.py', + 'PYMODULE'), + ('calendar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\calendar.py', + 'PYMODULE'), + ('cffi', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\__init__.py', + 'PYMODULE'), + ('cffi._imp_emulation', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\_imp_emulation.py', + 'PYMODULE'), + ('cffi._shimmed_dist_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\_shimmed_dist_utils.py', + 'PYMODULE'), + ('cffi.api', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\api.py', + 'PYMODULE'), + ('cffi.cffi_opcode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\cffi_opcode.py', + 'PYMODULE'), + ('cffi.commontypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\commontypes.py', + 'PYMODULE'), + ('cffi.cparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\cparser.py', + 'PYMODULE'), + ('cffi.error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\error.py', + 'PYMODULE'), + ('cffi.ffiplatform', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\ffiplatform.py', + 'PYMODULE'), + ('cffi.lock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\lock.py', + 'PYMODULE'), + ('cffi.model', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\model.py', + 'PYMODULE'), + ('cffi.pkgconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\pkgconfig.py', + 'PYMODULE'), + ('cffi.recompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\recompiler.py', + 'PYMODULE'), + ('cffi.vengine_cpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\vengine_cpy.py', + 'PYMODULE'), + ('cffi.vengine_gen', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\vengine_gen.py', + 'PYMODULE'), + ('cffi.verifier', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\cffi\\verifier.py', + 'PYMODULE'), + ('charset_normalizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\__init__.py', + 'PYMODULE'), + ('charset_normalizer.api', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\api.py', + 'PYMODULE'), + ('charset_normalizer.cd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\cd.py', + 'PYMODULE'), + ('charset_normalizer.constant', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\constant.py', + 'PYMODULE'), + ('charset_normalizer.legacy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\legacy.py', + 'PYMODULE'), + ('charset_normalizer.models', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\models.py', + 'PYMODULE'), + ('charset_normalizer.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\utils.py', + 'PYMODULE'), + ('charset_normalizer.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\charset_normalizer\\version.py', + 'PYMODULE'), + ('clr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr.py', + 'PYMODULE'), + ('clr_loader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\__init__.py', + 'PYMODULE'), + ('clr_loader.ffi', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\__init__.py', + 'PYMODULE'), + ('clr_loader.ffi.hostfxr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\hostfxr.py', + 'PYMODULE'), + ('clr_loader.ffi.mono', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\mono.py', + 'PYMODULE'), + ('clr_loader.ffi.netfx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\ffi\\netfx.py', + 'PYMODULE'), + ('clr_loader.hostfxr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\hostfxr.py', + 'PYMODULE'), + ('clr_loader.mono', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\mono.py', + 'PYMODULE'), + ('clr_loader.netfx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\netfx.py', + 'PYMODULE'), + ('clr_loader.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\types.py', + 'PYMODULE'), + ('clr_loader.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\__init__.py', + 'PYMODULE'), + ('clr_loader.util.clr_error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\clr_error.py', + 'PYMODULE'), + ('clr_loader.util.coreclr_errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\coreclr_errors.py', + 'PYMODULE'), + ('clr_loader.util.find', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\find.py', + 'PYMODULE'), + ('clr_loader.util.hostfxr_errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\hostfxr_errors.py', + 'PYMODULE'), + ('clr_loader.util.runtime_spec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\clr_loader\\util\\runtime_spec.py', + 'PYMODULE'), + ('cmd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\cmd.py', + 'PYMODULE'), + ('code', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\code.py', + 'PYMODULE'), + ('codeop', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\codeop.py', + 'PYMODULE'), + ('colorsys', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\colorsys.py', + 'PYMODULE'), + ('concurrent', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('concurrent.futures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('configparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\configparser.py', + 'PYMODULE'), + ('contextlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\contextlib.py', + 'PYMODULE'), + ('contextvars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\contextvars.py', + 'PYMODULE'), + ('copy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\copy.py', + 'PYMODULE'), + ('csv', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\csv.py', + 'PYMODULE'), + ('ctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._aix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes._endian', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('ctypes.macholib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('ctypes.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('curses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\curses\\__init__.py', + 'PYMODULE'), + ('curses.has_key', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\curses\\has_key.py', + 'PYMODULE'), + ('dataclasses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\dataclasses.py', + 'PYMODULE'), + ('datetime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\datetime.py', + 'PYMODULE'), + ('decimal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\decimal.py', + 'PYMODULE'), + ('defusedxml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\__init__.py', + 'PYMODULE'), + ('defusedxml.ElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\ElementTree.py', + 'PYMODULE'), + ('defusedxml.cElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\cElementTree.py', + 'PYMODULE'), + ('defusedxml.common', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\common.py', + 'PYMODULE'), + ('defusedxml.expatbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\expatbuilder.py', + 'PYMODULE'), + ('defusedxml.expatreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\expatreader.py', + 'PYMODULE'), + ('defusedxml.minidom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\minidom.py', + 'PYMODULE'), + ('defusedxml.pulldom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\pulldom.py', + 'PYMODULE'), + ('defusedxml.sax', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\sax.py', + 'PYMODULE'), + ('defusedxml.xmlrpc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\defusedxml\\xmlrpc.py', + 'PYMODULE'), + ('difflib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\difflib.py', + 'PYMODULE'), + ('dis', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\dis.py', + 'PYMODULE'), + ('doctest', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\doctest.py', + 'PYMODULE'), + ('email', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\__init__.py', + 'PYMODULE'), + ('email._encoded_words', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('email._header_value_parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('email._parseaddr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('email._policybase', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.base64mime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\base64mime.py', + 'PYMODULE'), + ('email.charset', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\charset.py', + 'PYMODULE'), + ('email.contentmanager', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.encoders', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\errors.py', + 'PYMODULE'), + ('email.feedparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\feedparser.py', + 'PYMODULE'), + ('email.generator', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\generator.py', + 'PYMODULE'), + ('email.header', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\header.py', + 'PYMODULE'), + ('email.headerregistry', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\iterators.py', + 'PYMODULE'), + ('email.message', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\message.py', + 'PYMODULE'), + ('email.parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\parser.py', + 'PYMODULE'), + ('email.policy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\policy.py', + 'PYMODULE'), + ('email.quoprimime', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\email\\utils.py', + 'PYMODULE'), + ('fileinput', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fileinput.py', + 'PYMODULE'), + ('fnmatch', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fnmatch.py', + 'PYMODULE'), + ('fractions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\fractions.py', + 'PYMODULE'), + ('ftplib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ftplib.py', + 'PYMODULE'), + ('getopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\getopt.py', + 'PYMODULE'), + ('getpass', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\getpass.py', + 'PYMODULE'), + ('gettext', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\gettext.py', + 'PYMODULE'), + ('glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\glob.py', + 'PYMODULE'), + ('gzip', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\gzip.py', + 'PYMODULE'), + ('hashlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\hashlib.py', + 'PYMODULE'), + ('hmac', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\hmac.py', + 'PYMODULE'), + ('html', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\html\\entities.py', + 'PYMODULE'), + ('http', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\__init__.py', + 'PYMODULE'), + ('http.client', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\client.py', + 'PYMODULE'), + ('http.cookiejar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http.cookies', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\cookies.py', + 'PYMODULE'), + ('http.server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\http\\server.py', + 'PYMODULE'), + ('importlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_abc.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\abc.py', + 'PYMODULE'), + ('importlib.machinery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib.metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\__init__.py', + 'PYMODULE'), + ('importlib.metadata._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_adapters.py', + 'PYMODULE'), + ('importlib.metadata._collections', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_collections.py', + 'PYMODULE'), + ('importlib.metadata._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_functools.py', + 'PYMODULE'), + ('importlib.metadata._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_itertools.py', + 'PYMODULE'), + ('importlib.metadata._meta', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_meta.py', + 'PYMODULE'), + ('importlib.metadata._text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\metadata\\_text.py', + 'PYMODULE'), + ('importlib.readers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\readers.py', + 'PYMODULE'), + ('importlib.resources', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\__init__.py', + 'PYMODULE'), + ('importlib.resources._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_adapters.py', + 'PYMODULE'), + ('importlib.resources._common', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_common.py', + 'PYMODULE'), + ('importlib.resources._functional', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_functional.py', + 'PYMODULE'), + ('importlib.resources._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\_itertools.py', + 'PYMODULE'), + ('importlib.resources.abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\abc.py', + 'PYMODULE'), + ('importlib.resources.readers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\resources\\readers.py', + 'PYMODULE'), + ('importlib.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\importlib\\util.py', + 'PYMODULE'), + ('inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\inspect.py', + 'PYMODULE'), + ('ipaddress', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ipaddress.py', + 'PYMODULE'), + ('json', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\__init__.py', + 'PYMODULE'), + ('json.decoder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\decoder.py', + 'PYMODULE'), + ('json.encoder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\encoder.py', + 'PYMODULE'), + ('json.scanner', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\json\\scanner.py', + 'PYMODULE'), + ('logging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\logging\\__init__.py', + 'PYMODULE'), + ('lzma', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\lzma.py', + 'PYMODULE'), + ('mimetypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\mimetypes.py', + 'PYMODULE'), + ('multiprocessing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('multiprocessing.context', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.process', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('netrc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\netrc.py', + 'PYMODULE'), + ('nturl2path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\nturl2path.py', + 'PYMODULE'), + ('numbers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\numbers.py', + 'PYMODULE'), + ('numpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy.__config__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE'), + ('numpy._array_api_info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_array_api_info.py', + 'PYMODULE'), + ('numpy._core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\__init__.py', + 'PYMODULE'), + ('numpy._core._add_newdocs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy._core._add_newdocs_scalars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_add_newdocs_scalars.py', + 'PYMODULE'), + ('numpy._core._asarray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_asarray.py', + 'PYMODULE'), + ('numpy._core._dtype', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_dtype.py', + 'PYMODULE'), + ('numpy._core._dtype_ctypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy._core._exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_exceptions.py', + 'PYMODULE'), + ('numpy._core._internal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_internal.py', + 'PYMODULE'), + ('numpy._core._machar', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_machar.py', + 'PYMODULE'), + ('numpy._core._methods', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_methods.py', + 'PYMODULE'), + ('numpy._core._string_helpers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_string_helpers.py', + 'PYMODULE'), + ('numpy._core._type_aliases', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_type_aliases.py', + 'PYMODULE'), + ('numpy._core._ufunc_config', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy._core.arrayprint', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\arrayprint.py', + 'PYMODULE'), + ('numpy._core.defchararray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\defchararray.py', + 'PYMODULE'), + ('numpy._core.einsumfunc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\einsumfunc.py', + 'PYMODULE'), + ('numpy._core.fromnumeric', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\fromnumeric.py', + 'PYMODULE'), + ('numpy._core.function_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\function_base.py', + 'PYMODULE'), + ('numpy._core.getlimits', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\getlimits.py', + 'PYMODULE'), + ('numpy._core.memmap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\memmap.py', + 'PYMODULE'), + ('numpy._core.multiarray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\multiarray.py', + 'PYMODULE'), + ('numpy._core.numeric', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\numeric.py', + 'PYMODULE'), + ('numpy._core.numerictypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\numerictypes.py', + 'PYMODULE'), + ('numpy._core.overrides', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\overrides.py', + 'PYMODULE'), + ('numpy._core.printoptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\printoptions.py', + 'PYMODULE'), + ('numpy._core.records', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\records.py', + 'PYMODULE'), + ('numpy._core.shape_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\shape_base.py', + 'PYMODULE'), + ('numpy._core.strings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\strings.py', + 'PYMODULE'), + ('numpy._core.umath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_core\\umath.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy._expired_attrs_2_0', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_expired_attrs_2_0.py', + 'PYMODULE'), + ('numpy._globals', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._add_docstring', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_add_docstring.py', + 'PYMODULE'), + ('numpy._typing._array_like', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_array_like.py', + 'PYMODULE'), + ('numpy._typing._char_codes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_char_codes.py', + 'PYMODULE'), + ('numpy._typing._dtype_like', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_dtype_like.py', + 'PYMODULE'), + ('numpy._typing._nbit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nbit.py', + 'PYMODULE'), + ('numpy._typing._nbit_base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nbit_base.py', + 'PYMODULE'), + ('numpy._typing._nested_sequence', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_nested_sequence.py', + 'PYMODULE'), + ('numpy._typing._scalars', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_scalars.py', + 'PYMODULE'), + ('numpy._typing._shape', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_shape.py', + 'PYMODULE'), + ('numpy._typing._ufunc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_typing\\_ufunc.py', + 'PYMODULE'), + ('numpy._utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\__init__.py', + 'PYMODULE'), + ('numpy._utils._convertions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\_convertions.py', + 'PYMODULE'), + ('numpy._utils._inspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\_utils\\_inspect.py', + 'PYMODULE'), + ('numpy.char', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\char\\__init__.py', + 'PYMODULE'), + ('numpy.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\core\\_utils.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ctypeslib\\__init__.py', + 'PYMODULE'), + ('numpy.ctypeslib._ctypeslib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ctypeslib\\_ctypeslib.py', + 'PYMODULE'), + ('numpy.dtypes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\dtypes.py', + 'PYMODULE'), + ('numpy.exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\exceptions.py', + 'PYMODULE'), + ('numpy.f2py', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\__init__.py', + 'PYMODULE'), + ('numpy.f2py.__version__', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\__version__.py', + 'PYMODULE'), + ('numpy.f2py._backends', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\__init__.py', + 'PYMODULE'), + ('numpy.f2py._backends._backend', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_backend.py', + 'PYMODULE'), + ('numpy.f2py._backends._distutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_distutils.py', + 'PYMODULE'), + ('numpy.f2py._backends._meson', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_backends\\_meson.py', + 'PYMODULE'), + ('numpy.f2py._isocbind', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\_isocbind.py', + 'PYMODULE'), + ('numpy.f2py.auxfuncs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\auxfuncs.py', + 'PYMODULE'), + ('numpy.f2py.capi_maps', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\capi_maps.py', + 'PYMODULE'), + ('numpy.f2py.cb_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\cb_rules.py', + 'PYMODULE'), + ('numpy.f2py.cfuncs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\cfuncs.py', + 'PYMODULE'), + ('numpy.f2py.common_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\common_rules.py', + 'PYMODULE'), + ('numpy.f2py.crackfortran', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\crackfortran.py', + 'PYMODULE'), + ('numpy.f2py.diagnose', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\diagnose.py', + 'PYMODULE'), + ('numpy.f2py.f2py2e', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\f2py2e.py', + 'PYMODULE'), + ('numpy.f2py.f90mod_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\f90mod_rules.py', + 'PYMODULE'), + ('numpy.f2py.func2subr', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\func2subr.py', + 'PYMODULE'), + ('numpy.f2py.rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\rules.py', + 'PYMODULE'), + ('numpy.f2py.symbolic', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\symbolic.py', + 'PYMODULE'), + ('numpy.f2py.use_rules', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\f2py\\use_rules.py', + 'PYMODULE'), + ('numpy.fft', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy.fft._helper', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.lib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib._array_utils_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_array_utils_impl.py', + 'PYMODULE'), + ('numpy.lib._arraypad_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arraypad_impl.py', + 'PYMODULE'), + ('numpy.lib._arraysetops_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arraysetops_impl.py', + 'PYMODULE'), + ('numpy.lib._arrayterator_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_arrayterator_impl.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib._format_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_format_impl.py', + 'PYMODULE'), + ('numpy.lib._function_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_function_base_impl.py', + 'PYMODULE'), + ('numpy.lib._histograms_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_histograms_impl.py', + 'PYMODULE'), + ('numpy.lib._index_tricks_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_index_tricks_impl.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.lib._nanfunctions_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_nanfunctions_impl.py', + 'PYMODULE'), + ('numpy.lib._npyio_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_npyio_impl.py', + 'PYMODULE'), + ('numpy.lib._polynomial_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_polynomial_impl.py', + 'PYMODULE'), + ('numpy.lib._scimath_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_scimath_impl.py', + 'PYMODULE'), + ('numpy.lib._shape_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_shape_base_impl.py', + 'PYMODULE'), + ('numpy.lib._stride_tricks_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_stride_tricks_impl.py', + 'PYMODULE'), + ('numpy.lib._twodim_base_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_twodim_base_impl.py', + 'PYMODULE'), + ('numpy.lib._type_check_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_type_check_impl.py', + 'PYMODULE'), + ('numpy.lib._ufunclike_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_ufunclike_impl.py', + 'PYMODULE'), + ('numpy.lib._utils_impl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_utils_impl.py', + 'PYMODULE'), + ('numpy.lib._version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib.array_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\array_utils.py', + 'PYMODULE'), + ('numpy.lib.format', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.lib.introspect', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\introspect.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.lib.recfunctions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\recfunctions.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg._linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\_linalg.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.ma', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.matlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matlib.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.polynomial', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy.random', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.rec', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\rec\\__init__.py', + 'PYMODULE'), + ('numpy.strings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\strings\\__init__.py', + 'PYMODULE'), + ('numpy.testing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.extbuild', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\extbuild.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('numpy.testing.overrides', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\testing\\overrides.py', + 'PYMODULE'), + ('numpy.typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\typing\\__init__.py', + 'PYMODULE'), + ('numpy.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('opcode', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\opcode.py', + 'PYMODULE'), + ('packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\__init__.py', + 'PYMODULE'), + ('packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_elffile.py', + 'PYMODULE'), + ('packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_manylinux.py', + 'PYMODULE'), + ('packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_musllinux.py', + 'PYMODULE'), + ('packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_parser.py', + 'PYMODULE'), + ('packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_structures.py', + 'PYMODULE'), + ('packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('packaging.licenses', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\licenses\\__init__.py', + 'PYMODULE'), + ('packaging.licenses._spdx', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\licenses\\_spdx.py', + 'PYMODULE'), + ('packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\markers.py', + 'PYMODULE'), + ('packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\requirements.py', + 'PYMODULE'), + ('packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\specifiers.py', + 'PYMODULE'), + ('packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\tags.py', + 'PYMODULE'), + ('packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\utils.py', + 'PYMODULE'), + ('packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\packaging\\version.py', + 'PYMODULE'), + ('pathlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\__init__.py', + 'PYMODULE'), + ('pathlib._abc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\_abc.py', + 'PYMODULE'), + ('pathlib._local', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pathlib\\_local.py', + 'PYMODULE'), + ('pdb', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pdb.py', + 'PYMODULE'), + ('pickle', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pickle.py', + 'PYMODULE'), + ('pkgutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pkgutil.py', + 'PYMODULE'), + ('platform', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\platform.py', + 'PYMODULE'), + ('pprint', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pprint.py', + 'PYMODULE'), + ('proxy_tools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\proxy_tools\\__init__.py', + 'PYMODULE'), + ('py_compile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\py_compile.py', + 'PYMODULE'), + ('pycparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\__init__.py', + 'PYMODULE'), + ('pycparser.ast_transforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ast_transforms.py', + 'PYMODULE'), + ('pycparser.c_ast', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_ast.py', + 'PYMODULE'), + ('pycparser.c_lexer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_lexer.py', + 'PYMODULE'), + ('pycparser.c_parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\c_parser.py', + 'PYMODULE'), + ('pycparser.lextab', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\lextab.py', + 'PYMODULE'), + ('pycparser.ply', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\__init__.py', + 'PYMODULE'), + ('pycparser.ply.lex', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\lex.py', + 'PYMODULE'), + ('pycparser.ply.yacc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\ply\\yacc.py', + 'PYMODULE'), + ('pycparser.plyparser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\plyparser.py', + 'PYMODULE'), + ('pycparser.yacctab', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pycparser\\yacctab.py', + 'PYMODULE'), + ('pydoc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc.py', + 'PYMODULE'), + ('pydoc_data', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pystray', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\__init__.py', + 'PYMODULE'), + ('pystray._appindicator', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_appindicator.py', + 'PYMODULE'), + ('pystray._base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_base.py', + 'PYMODULE'), + ('pystray._darwin', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_darwin.py', + 'PYMODULE'), + ('pystray._dummy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_dummy.py', + 'PYMODULE'), + ('pystray._gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_gtk.py', + 'PYMODULE'), + ('pystray._info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_info.py', + 'PYMODULE'), + ('pystray._util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\__init__.py', + 'PYMODULE'), + ('pystray._util.gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\gtk.py', + 'PYMODULE'), + ('pystray._util.notify_dbus', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\notify_dbus.py', + 'PYMODULE'), + ('pystray._util.win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_util\\win32.py', + 'PYMODULE'), + ('pystray._win32', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_win32.py', + 'PYMODULE'), + ('pystray._xorg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pystray\\_xorg.py', + 'PYMODULE'), + ('pythonnet', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\pythonnet\\__init__.py', + 'PYMODULE'), + ('queue', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\queue.py', + 'PYMODULE'), + ('quopri', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\quopri.py', + 'PYMODULE'), + ('random', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\random.py', + 'PYMODULE'), + ('rlcompleter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\rlcompleter.py', + 'PYMODULE'), + ('runpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\runpy.py', + 'PYMODULE'), + ('secrets', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\secrets.py', + 'PYMODULE'), + ('selectors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\selectors.py', + 'PYMODULE'), + ('setuptools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\__init__.py', + 'PYMODULE'), + ('setuptools._core_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_core_metadata.py', + 'PYMODULE'), + ('setuptools._discovery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_discovery.py', + 'PYMODULE'), + ('setuptools._distutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils._log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_log.py', + 'PYMODULE'), + ('setuptools._distutils._modified', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_modified.py', + 'PYMODULE'), + ('setuptools._distutils._msvccompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\_msvccompiler.py', + 'PYMODULE'), + ('setuptools._distutils.archive_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\archive_util.py', + 'PYMODULE'), + ('setuptools._distutils.ccompiler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\ccompiler.py', + 'PYMODULE'), + ('setuptools._distutils.cmd', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\cmd.py', + 'PYMODULE'), + ('setuptools._distutils.command', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils.command.bdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\bdist.py', + 'PYMODULE'), + ('setuptools._distutils.command.build', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\build.py', + 'PYMODULE'), + ('setuptools._distutils.command.build_ext', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\build_ext.py', + 'PYMODULE'), + ('setuptools._distutils.command.sdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\command\\sdist.py', + 'PYMODULE'), + ('setuptools._distutils.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._distutils.compat.numpy', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\numpy.py', + 'PYMODULE'), + ('setuptools._distutils.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compat\\py39.py', + 'PYMODULE'), + ('setuptools._distutils.compilers', '-', 'PYMODULE'), + ('setuptools._distutils.compilers.C', '-', 'PYMODULE'), + ('setuptools._distutils.compilers.C.base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\base.py', + 'PYMODULE'), + ('setuptools._distutils.compilers.C.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\errors.py', + 'PYMODULE'), + ('setuptools._distutils.compilers.C.msvc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\compilers\\C\\msvc.py', + 'PYMODULE'), + ('setuptools._distutils.core', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\core.py', + 'PYMODULE'), + ('setuptools._distutils.debug', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\debug.py', + 'PYMODULE'), + ('setuptools._distutils.dir_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\dir_util.py', + 'PYMODULE'), + ('setuptools._distutils.dist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\dist.py', + 'PYMODULE'), + ('setuptools._distutils.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\errors.py', + 'PYMODULE'), + ('setuptools._distutils.extension', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\extension.py', + 'PYMODULE'), + ('setuptools._distutils.fancy_getopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\fancy_getopt.py', + 'PYMODULE'), + ('setuptools._distutils.file_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\file_util.py', + 'PYMODULE'), + ('setuptools._distutils.filelist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\filelist.py', + 'PYMODULE'), + ('setuptools._distutils.log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\log.py', + 'PYMODULE'), + ('setuptools._distutils.spawn', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\spawn.py', + 'PYMODULE'), + ('setuptools._distutils.sysconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\sysconfig.py', + 'PYMODULE'), + ('setuptools._distutils.text_file', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\text_file.py', + 'PYMODULE'), + ('setuptools._distutils.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\util.py', + 'PYMODULE'), + ('setuptools._distutils.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\version.py', + 'PYMODULE'), + ('setuptools._distutils.versionpredicate', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_distutils\\versionpredicate.py', + 'PYMODULE'), + ('setuptools._entry_points', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_entry_points.py', + 'PYMODULE'), + ('setuptools._imp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_imp.py', + 'PYMODULE'), + ('setuptools._importlib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_importlib.py', + 'PYMODULE'), + ('setuptools._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_itertools.py', + 'PYMODULE'), + ('setuptools._normalization', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_normalization.py', + 'PYMODULE'), + ('setuptools._path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_path.py', + 'PYMODULE'), + ('setuptools._reqs', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_reqs.py', + 'PYMODULE'), + ('setuptools._shutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_shutil.py', + 'PYMODULE'), + ('setuptools._static', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_static.py', + 'PYMODULE'), + ('setuptools._vendor', '-', 'PYMODULE'), + ('setuptools._vendor.backports', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.backports.tarfile.compat.py38', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\backports\\tarfile\\compat\\py38.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._adapters', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_adapters.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._collections', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_collections.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_compat.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_functools.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_itertools.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._meta', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_meta.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_text.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata._typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\_typing.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat.py311', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\py311.py', + 'PYMODULE'), + ('setuptools._vendor.importlib_metadata.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\importlib_metadata\\compat\\py39.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco', '-', 'PYMODULE'), + ('setuptools._vendor.jaraco.context', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\context\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco.functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\functools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.jaraco.text', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\jaraco\\text\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools.more', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\more.py', + 'PYMODULE'), + ('setuptools._vendor.more_itertools.recipes', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\more_itertools\\recipes.py', + 'PYMODULE'), + ('setuptools._vendor.packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_elffile.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_manylinux.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_musllinux.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.tomli', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._re', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_re.py', + 'PYMODULE'), + ('setuptools._vendor.tomli._types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\tomli\\_types.py', + 'PYMODULE'), + ('setuptools._vendor.wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.convert', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\convert.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.pack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\pack.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.cli.unpack', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\cli\\unpack.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.macosx_libfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\macosx_libfile.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.metadata', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\metadata.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\util.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._elffile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_elffile.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._manylinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_manylinux.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._musllinux', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_musllinux.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_parser.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._structures', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging._tokenizer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\_tokenizer.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.markers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.requirements', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\requirements.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.specifiers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.tags', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.vendored.packaging.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\vendored\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.wheel.wheelfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\wheel\\wheelfile.py', + 'PYMODULE'), + ('setuptools._vendor.zipp', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.zipp._functools', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\_functools.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.overlay', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\overlay.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.py310', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\py310.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.compat.py313', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\compat\\py313.py', + 'PYMODULE'), + ('setuptools._vendor.zipp.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\_vendor\\zipp\\glob.py', + 'PYMODULE'), + ('setuptools.archive_util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\archive_util.py', + 'PYMODULE'), + ('setuptools.command', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\__init__.py', + 'PYMODULE'), + ('setuptools.command._requirestxt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\_requirestxt.py', + 'PYMODULE'), + ('setuptools.command.bdist_egg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\bdist_egg.py', + 'PYMODULE'), + ('setuptools.command.bdist_wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\bdist_wheel.py', + 'PYMODULE'), + ('setuptools.command.build', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\build.py', + 'PYMODULE'), + ('setuptools.command.egg_info', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools.command.sdist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\sdist.py', + 'PYMODULE'), + ('setuptools.command.setopt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\command\\setopt.py', + 'PYMODULE'), + ('setuptools.compat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\__init__.py', + 'PYMODULE'), + ('setuptools.compat.py310', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py310.py', + 'PYMODULE'), + ('setuptools.compat.py311', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py311.py', + 'PYMODULE'), + ('setuptools.compat.py39', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\compat\\py39.py', + 'PYMODULE'), + ('setuptools.config', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\__init__.py', + 'PYMODULE'), + ('setuptools.config._apply_pyprojecttoml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\__init__.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.error_reporting', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\error_reporting.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.extra_validations', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\extra_validations.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.fastjsonschema_exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\fastjsonschema_exceptions.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.fastjsonschema_validations', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\fastjsonschema_validations.py', + 'PYMODULE'), + ('setuptools.config._validate_pyproject.formats', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\_validate_pyproject\\formats.py', + 'PYMODULE'), + ('setuptools.config.expand', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\expand.py', + 'PYMODULE'), + ('setuptools.config.pyprojecttoml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\pyprojecttoml.py', + 'PYMODULE'), + ('setuptools.config.setupcfg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\config\\setupcfg.py', + 'PYMODULE'), + ('setuptools.depends', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\depends.py', + 'PYMODULE'), + ('setuptools.discovery', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\discovery.py', + 'PYMODULE'), + ('setuptools.dist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\dist.py', + 'PYMODULE'), + ('setuptools.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\errors.py', + 'PYMODULE'), + ('setuptools.extension', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\extension.py', + 'PYMODULE'), + ('setuptools.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\glob.py', + 'PYMODULE'), + ('setuptools.installer', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\installer.py', + 'PYMODULE'), + ('setuptools.logging', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\logging.py', + 'PYMODULE'), + ('setuptools.monkey', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\monkey.py', + 'PYMODULE'), + ('setuptools.msvc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\msvc.py', + 'PYMODULE'), + ('setuptools.unicode_utils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\unicode_utils.py', + 'PYMODULE'), + ('setuptools.version', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\version.py', + 'PYMODULE'), + ('setuptools.warnings', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\warnings.py', + 'PYMODULE'), + ('setuptools.wheel', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\wheel.py', + 'PYMODULE'), + ('setuptools.windows_support', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\setuptools\\windows_support.py', + 'PYMODULE'), + ('shlex', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\shlex.py', + 'PYMODULE'), + ('shutil', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\shutil.py', + 'PYMODULE'), + ('signal', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\signal.py', + 'PYMODULE'), + ('site', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site.py', + 'PYMODULE'), + ('six', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\six.py', + 'PYMODULE'), + ('socket', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\socket.py', + 'PYMODULE'), + ('socketserver', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\socketserver.py', + 'PYMODULE'), + ('ssl', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ssl.py', + 'PYMODULE'), + ('statistics', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\statistics.py', + 'PYMODULE'), + ('string', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\string.py', + 'PYMODULE'), + ('stringprep', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\stringprep.py', + 'PYMODULE'), + ('subprocess', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\subprocess.py', + 'PYMODULE'), + ('sysconfig', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\sysconfig\\__init__.py', + 'PYMODULE'), + ('tarfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tarfile.py', + 'PYMODULE'), + ('tempfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tempfile.py', + 'PYMODULE'), + ('textwrap', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\textwrap.py', + 'PYMODULE'), + ('threading', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\threading.py', + 'PYMODULE'), + ('token', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\token.py', + 'PYMODULE'), + ('tokenize', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tokenize.py', + 'PYMODULE'), + ('tomllib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\__init__.py', + 'PYMODULE'), + ('tomllib._parser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_parser.py', + 'PYMODULE'), + ('tomllib._re', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_re.py', + 'PYMODULE'), + ('tomllib._types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tomllib\\_types.py', + 'PYMODULE'), + ('tracemalloc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tracemalloc.py', + 'PYMODULE'), + ('tty', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\tty.py', + 'PYMODULE'), + ('typing', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\typing.py', + 'PYMODULE'), + ('typing_extensions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\typing_extensions.py', + 'PYMODULE'), + ('unittest', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest._log', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\_log.py', + 'PYMODULE'), + ('unittest.async_case', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\async_case.py', + 'PYMODULE'), + ('unittest.case', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest.loader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.main', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.mock', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\mock.py', + 'PYMODULE'), + ('unittest.result', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.runner', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.signals', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.suite', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\unittest\\util.py', + 'PYMODULE'), + ('urllib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\__init__.py', + 'PYMODULE'), + ('urllib.error', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\error.py', + 'PYMODULE'), + ('urllib.parse', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\parse.py', + 'PYMODULE'), + ('urllib.request', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\request.py', + 'PYMODULE'), + ('urllib.response', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\urllib\\response.py', + 'PYMODULE'), + ('uuid', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\uuid.py', + 'PYMODULE'), + ('webbrowser', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\webbrowser.py', + 'PYMODULE'), + ('webview', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\__init__.py', + 'PYMODULE'), + ('webview.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\__init__.py', + 'PYMODULE'), + ('webview.dom.classlist', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\classlist.py', + 'PYMODULE'), + ('webview.dom.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\dom.py', + 'PYMODULE'), + ('webview.dom.element', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\element.py', + 'PYMODULE'), + ('webview.dom.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\event.py', + 'PYMODULE'), + ('webview.dom.propsdict', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\dom\\propsdict.py', + 'PYMODULE'), + ('webview.errors', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\errors.py', + 'PYMODULE'), + ('webview.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\event.py', + 'PYMODULE'), + ('webview.guilib', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\guilib.py', + 'PYMODULE'), + ('webview.http', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\http.py', + 'PYMODULE'), + ('webview.localization', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\localization.py', + 'PYMODULE'), + ('webview.menu', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\menu.py', + 'PYMODULE'), + ('webview.models', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\models.py', + 'PYMODULE'), + ('webview.platforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.app', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\app.py', + 'PYMODULE'), + ('webview.platforms.android.base', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\base.py', + 'PYMODULE'), + ('webview.platforms.android.event', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\event.py', + 'PYMODULE'), + ('webview.platforms.android.jclass', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.app', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\app.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.content', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\content.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.net', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\net.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.os', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\os.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.view', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\view.py', + 'PYMODULE'), + ('webview.platforms.android.jclass.webkit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jclass\\webkit.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\__init__.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.pywebview', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\pywebview.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.view', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\view.py', + 'PYMODULE'), + ('webview.platforms.android.jinterface.webkit', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\android\\jinterface\\webkit.py', + 'PYMODULE'), + ('webview.platforms.cef', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\cef.py', + 'PYMODULE'), + ('webview.platforms.cocoa', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\cocoa.py', + 'PYMODULE'), + ('webview.platforms.edgechromium', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\edgechromium.py', + 'PYMODULE'), + ('webview.platforms.gtk', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\gtk.py', + 'PYMODULE'), + ('webview.platforms.mshtml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\mshtml.py', + 'PYMODULE'), + ('webview.platforms.qt', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\qt.py', + 'PYMODULE'), + ('webview.platforms.winforms', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\platforms\\winforms.py', + 'PYMODULE'), + ('webview.screen', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\screen.py', + 'PYMODULE'), + ('webview.state', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\state.py', + 'PYMODULE'), + ('webview.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\util.py', + 'PYMODULE'), + ('webview.window', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\webview\\window.py', + 'PYMODULE'), + ('wsgiref', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\__init__.py', + 'PYMODULE'), + ('wsgiref.handlers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\handlers.py', + 'PYMODULE'), + ('wsgiref.headers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\headers.py', + 'PYMODULE'), + ('wsgiref.simple_server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\simple_server.py', + 'PYMODULE'), + ('wsgiref.types', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\types.py', + 'PYMODULE'), + ('wsgiref.util', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\wsgiref\\util.py', + 'PYMODULE'), + ('xml', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.dom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\__init__.py', + 'PYMODULE'), + ('xml.dom.NodeFilter', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\NodeFilter.py', + 'PYMODULE'), + ('xml.dom.domreg', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\domreg.py', + 'PYMODULE'), + ('xml.dom.expatbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\expatbuilder.py', + 'PYMODULE'), + ('xml.dom.minicompat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\minicompat.py', + 'PYMODULE'), + ('xml.dom.minidom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\minidom.py', + 'PYMODULE'), + ('xml.dom.pulldom', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\pulldom.py', + 'PYMODULE'), + ('xml.dom.xmlbuilder', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\dom\\xmlbuilder.py', + 'PYMODULE'), + ('xml.etree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.parsers', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.sax', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.handler', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('xmlrpc', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('xmlrpc.client', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc.server', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\xmlrpc\\server.py', + 'PYMODULE'), + ('zipfile', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\__init__.py', + 'PYMODULE'), + ('zipfile._path', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\_path\\__init__.py', + 'PYMODULE'), + ('zipfile._path.glob', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipfile\\_path\\glob.py', + 'PYMODULE'), + ('zipimport', + 'C:\\Users\\andre\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\zipimport.py', + 'PYMODULE')]) diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/base_library.zip b/prod_tools/messenger-wrapper/build/MessengerWrapper/base_library.zip new file mode 100644 index 0000000..56d5f12 Binary files /dev/null and b/prod_tools/messenger-wrapper/build/MessengerWrapper/base_library.zip differ diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/warn-MessengerWrapper.txt b/prod_tools/messenger-wrapper/build/MessengerWrapper/warn-MessengerWrapper.txt new file mode 100644 index 0000000..fcf16ab --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/warn-MessengerWrapper.txt @@ -0,0 +1,326 @@ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean these modules are required for running your program. Both +Python's standard library and 3rd-party Python packages often conditionally +import optional modules, some of which may be available only on certain +platforms. + +Types of import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported 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 + tracking down the missing module yourself. Thanks! + +missing module named urllib.unquote - imported by urllib (conditional), bottle (conditional) +missing module named urllib.quote - imported by urllib (conditional), bottle (conditional) +missing module named urllib.urlencode - imported by urllib (conditional), bottle (conditional) +missing module named pwd - imported by shutil (delayed, optional), tarfile (optional), pathlib._local (optional), subprocess (delayed, conditional, optional), posixpath (delayed, conditional, optional), http.server (delayed, optional), setuptools._distutils.util (delayed, conditional, optional), netrc (delayed, optional), getpass (delayed, optional), setuptools._vendor.backports.tarfile (optional), setuptools._distutils.archive_util (optional) +missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib._local (optional), subprocess (delayed, conditional, optional), setuptools._vendor.backports.tarfile (optional), setuptools._distutils.archive_util (optional) +missing module named 'collections.abc' - imported by traceback (top-level), typing (top-level), inspect (top-level), logging (top-level), importlib.resources.readers (top-level), selectors (top-level), tracemalloc (top-level), webview (top-level), http.client (top-level), wsgiref.types (top-level), bottle (conditional), configparser (top-level), asyncio.base_events (top-level), asyncio.coroutines (top-level), typing_extensions (top-level), webview.window (top-level), webview.menu (top-level), setuptools (top-level), setuptools._distutils.filelist (top-level), setuptools._distutils.util (top-level), setuptools._vendor.jaraco.functools (top-level), setuptools._vendor.more_itertools.more (top-level), setuptools._distutils._modified (top-level), setuptools._distutils.compat (top-level), setuptools._distutils.spawn (top-level), setuptools._distutils.compilers.C.base (top-level), setuptools._distutils.fancy_getopt (top-level), setuptools._reqs (top-level), setuptools._vendor.jaraco.context (top-level), setuptools.discovery (top-level), setuptools.dist (top-level), setuptools._vendor.importlib_metadata (top-level), setuptools._vendor.importlib_metadata._meta (top-level), setuptools._distutils.command.bdist (top-level), setuptools._distutils.core (top-level), setuptools._distutils.cmd (top-level), setuptools._distutils.dist (top-level), setuptools._distutils.extension (top-level), setuptools.config.setupcfg (top-level), setuptools.config.expand (top-level), setuptools.config.pyprojecttoml (top-level), setuptools.config._apply_pyprojecttoml (top-level), setuptools.extension (top-level), tomllib._parser (top-level), setuptools._vendor.tomli._parser (conditional), setuptools.wheel (top-level), setuptools.command.egg_info (top-level), setuptools.command.bdist_egg (top-level), setuptools.command.sdist (top-level), setuptools._distutils.command.build (top-level), setuptools._distutils.command.sdist (top-level), setuptools.glob (top-level), setuptools.command._requirestxt (top-level), setuptools.command.bdist_wheel (top-level), setuptools._vendor.wheel.cli.convert (top-level), setuptools._vendor.wheel.cli.tags (top-level), setuptools._distutils.command.build_ext (top-level), _pyrepl.types (top-level), _pyrepl.readline (top-level), setuptools._distutils.compilers.C.msvc (top-level), xml.etree.ElementTree (top-level), PIL.Image (top-level), PIL._typing (top-level), numpy._typing._array_like (top-level), numpy._typing._nested_sequence (conditional), numpy._typing._shape (top-level), numpy._typing._dtype_like (top-level), numpy.lib._function_base_impl (top-level), numpy.lib._npyio_impl (top-level), numpy.random._common (top-level), numpy.random._generator (top-level), numpy.random.bit_generator (top-level), numpy.random.mtrand (top-level), numpy.polynomial._polybase (top-level), PIL.TiffImagePlugin (top-level), PIL.ImageOps (top-level), PIL.ImagePalette (top-level), PIL.GimpGradientFile (conditional), PIL.ImageFilter (top-level), PIL.ImageQt (conditional), PIL.ImageMath (conditional), PIL.ImageSequence (conditional), PIL.PngImagePlugin (conditional), PIL.ImageDraw (top-level), PIL._imagingft (top-level), PIL.Jpeg2KImagePlugin (conditional) +missing module named posix - imported by shutil (conditional), importlib._bootstrap_external (conditional), os (conditional, optional), posixpath (optional), _pyrepl.unix_console (delayed, optional) +missing module named resource - imported by posix (top-level) +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) +missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed) +missing module named fcntl - imported by subprocess (optional), _pyrepl.unix_console (top-level), xmlrpc.server (optional) +missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional) +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 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 _curses - imported by curses (top-level), curses.has_key (top-level), _pyrepl.curses (optional) +missing module named readline - imported by site (delayed, optional), rlcompleter (optional), code (delayed, conditional, optional), cmd (delayed, conditional, optional), pdb (delayed, optional) +missing module named usercustomize - imported by site (delayed, optional) +missing module named sitecustomize - imported by site (delayed, optional) +missing module named termios - imported by getpass (optional), tty (top-level), _pyrepl.pager (delayed, optional), _pyrepl.unix_console (top-level), _pyrepl.fancy_termios (top-level), _pyrepl.unix_eventqueue (top-level) +missing module named _scproxy - imported by urllib.request (conditional) +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 asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) +missing module named annotationlib - imported by typing_extensions (conditional) +missing module named _typeshed - imported by setuptools._distutils.dist (conditional), setuptools.command.bdist_egg (conditional), setuptools.glob (conditional), setuptools.compat.py311 (conditional), numpy.random.bit_generator (top-level) +missing module named vms_lib - imported by platform (delayed, optional) +missing module named 'java.lang' - imported by platform (delayed, optional) +missing module named java - imported by platform (delayed) +missing module named _manylinux - imported by packaging._manylinux (delayed, optional), setuptools._vendor.packaging._manylinux (delayed, optional), setuptools._vendor.wheel.vendored.packaging._manylinux (delayed, optional) +missing module named importlib_resources - imported by setuptools._vendor.jaraco.text (optional) +missing module named trove_classifiers - imported by setuptools.config._validate_pyproject.formats (optional) +missing module named pyimod02_importers - imported by C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed) +missing module named System - imported by webview.platforms.winforms (top-level), webview.platforms.edgechromium (top-level), webview.platforms.mshtml (top-level), C:\Users\andre\Nextcloud\Python-Toolbox\prod_tools\messenger-wrapper\messenger_app.py (top-level) +missing module named 'setuptools._distutils.msvc9compiler' - imported by cffi._shimmed_dist_utils (conditional, optional) +missing module named imp - imported by bottle (conditional), cffi.verifier (conditional), cffi._imp_emulation (optional) +missing module named collections.Callable - imported by collections (optional), cffi.api (optional) +missing module named _dummy_thread - imported by cffi.lock (conditional, optional), numpy._core.arrayprint (optional) +missing module named dummy_thread - imported by cffi.lock (conditional, optional) +missing module named thread - imported by bottle (conditional), cffi.lock (conditional, optional), cffi.cparser (conditional, optional) +missing module named cStringIO - imported by cffi.ffiplatform (optional) +missing module named cPickle - imported by bottle (conditional), pycparser.ply.yacc (delayed, optional) +missing module named cffi._pycparser - imported by cffi (optional), cffi.cparser (optional) +missing module named collections.MutableMapping - imported by collections (conditional), bottle (conditional) +missing module named 'numpy_distutils.cpuinfo' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.fcompiler' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.command' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named numpy_distutils - imported by numpy.f2py.diagnose (delayed, optional) +missing module named psutil - imported by numpy.testing._private.utils (delayed, optional) +missing module named win32pdh - imported by numpy.testing._private.utils (delayed, conditional) +missing module named numpy.random.RandomState - imported by numpy.random (top-level), numpy.random._generator (top-level) +missing module named threadpoolctl - imported by numpy.lib._utils_impl (delayed, optional) +missing module named numpy._core.zeros - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.vstack - imported by numpy._core (top-level), numpy.lib._shape_base_impl (top-level), numpy (conditional) +missing module named numpy._core.void - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.vecmat - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.vecdot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.ushort - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.unsignedinteger - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ulonglong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ulong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uintp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uintc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uint64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint32 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint16 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ubyte - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.trunc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.true_divide - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.transpose - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._function_base_impl (top-level), numpy (conditional) +missing module named numpy._core.trace - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.timedelta64 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.tensordot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.tanh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.tan - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.swapaxes - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.sum - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.subtract - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.str_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.square - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.sqrt - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.spacing - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.sort - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.sinh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.single - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.signedinteger - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.signbit - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.sign - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.short - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.rint - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.right_shift - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.result_type - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.remainder - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.reciprocal - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.radians - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.rad2deg - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.prod - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.power - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.positive - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.pi - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.outer - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.ones - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.object_ - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.number - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.not_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.newaxis - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.negative - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ndarray - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy.lib._utils_impl (top-level), numpy (conditional) +missing module named numpy._core.multiply - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.moveaxis - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.modf - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.mod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.minimum - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.maximum - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.max - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.matvec - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.matrix_transpose - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.matmul - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.longlong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.longdouble - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.long - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_xor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_or - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_not - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_and - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logaddexp2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logaddexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log1p - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.linspace - imported by numpy._core (top-level), numpy.lib._index_tricks_impl (top-level), numpy (conditional) +missing module named numpy._core.less_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.less - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.left_shift - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ldexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.lcm - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.isscalar - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.isnat - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional) +missing module named numpy._core.isnan - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.isfinite - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.intp - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.integer - imported by numpy._core (conditional), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.intc - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.int64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int32 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int16 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int8 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.inf - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.inexact - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.iinfo - imported by numpy._core (top-level), numpy.lib._twodim_base_impl (top-level), numpy (conditional) +missing module named numpy._core.hypot - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.hstack - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.heaviside - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.half - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.greater_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.greater - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.gcd - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.frompyfunc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.frexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmin - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmax - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floor_divide - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floating - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.float_power - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.float32 - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.float16 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.finfo - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.fabs - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.expm1 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.exp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.euler_gamma - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.errstate - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.empty_like - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.empty - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.e - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.double - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.dot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.divmod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.divide - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.diagonal - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.degrees - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.deg2rad - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.datetime64 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.csingle - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cross - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.count_nonzero - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cosh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.cos - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.copysign - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.conjugate - imported by numpy._core (conditional), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.conj - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.complexfloating - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.complex64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.clongdouble - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.character - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ceil - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.cdouble - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cbrt - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bytes_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.byte - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bool_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_xor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_or - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_count - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_and - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.atleast_3d - imported by numpy._core (top-level), numpy.lib._shape_base_impl (top-level), numpy (conditional) +missing module named numpy._core.atleast_2d - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.atleast_1d - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.asarray - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._array_utils_impl (top-level), numpy (conditional), numpy.fft._helper (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy._core.asanyarray - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.array_repr - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional) +missing module named numpy._core.array2string - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.array - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.argsort - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.arctanh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arctan2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arctan - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arcsinh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arcsin - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arccosh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arccos - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arange - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.amin - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.amax - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.all - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.add - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named yaml - imported by numpy.__config__ (delayed) +missing module named numpy._distributor_init_local - imported by numpy (optional), numpy._distributor_init (optional) +missing module named olefile - imported by PIL.FpxImagePlugin (top-level), PIL.MicImagePlugin (top-level) +missing module named xmlrpclib - imported by defusedxml.xmlrpc (conditional) +missing module named 'gi.repository' - imported by webview.platforms.gtk (top-level), pystray._appindicator (top-level), pystray._util.gtk (top-level), pystray._util.notify_dbus (top-level), pystray._gtk (top-level) +missing module named gi - imported by webview.platforms.gtk (top-level), pystray._appindicator (top-level), pystray._util.gtk (top-level), pystray._util.notify_dbus (top-level), pystray._gtk (top-level) +runtime module named six.moves - imported by pystray._base (top-level), pystray._win32 (top-level), pystray._xorg (top-level) +missing module named StringIO - imported by bottle (conditional), six (conditional) +missing module named 'Xlib.XK' - imported by pystray._xorg (top-level) +missing module named 'Xlib.threaded' - imported by pystray._xorg (top-level) +missing module named Xlib - imported by pystray._xorg (top-level) +missing module named 'PyObjCTools.MachSignals' - imported by pystray._darwin (top-level) +missing module named objc - imported by webview.platforms.cocoa (top-level), pystray._darwin (top-level) +missing module named Foundation - imported by webview.platforms.cocoa (top-level), pystray._darwin (top-level) +missing module named AppKit - imported by webview.platforms.cocoa (top-level), pystray._darwin (top-level) +missing module named 'cryptography.x509' - imported by webview (delayed, optional) +missing module named 'cryptography.hazmat' - imported by webview (delayed, optional) +missing module named cryptography - imported by webview (delayed, optional) +missing module named WebBrowserInterop - imported by webview.platforms.mshtml (top-level) +missing module named 'System.Windows' - imported by webview.platforms.edgechromium (top-level), webview.platforms.mshtml (top-level) +missing module named 'Microsoft.Web' - imported by webview.platforms.edgechromium (top-level) +missing module named 'System.Globalization' - imported by webview.platforms.edgechromium (top-level) +missing module named 'System.Diagnostics' - imported by webview.platforms.edgechromium (top-level) +missing module named 'System.Collections' - imported by webview.platforms.edgechromium (top-level) +missing module named cefpython3 - imported by webview.platforms.cef (top-level) +missing module named 'System.Threading' - imported by webview.platforms.winforms (top-level), webview.platforms.edgechromium (top-level) +missing module named 'System.Reflection' - imported by webview.platforms.winforms (top-level) +missing module named 'System.Drawing' - imported by webview.platforms.winforms (top-level), webview.platforms.edgechromium (top-level) +missing module named Microsoft - imported by webview.platforms.winforms (top-level) +missing module named UniformTypeIdentifiers - imported by webview.platforms.cocoa (delayed, conditional, optional) +missing module named PyObjCTools - imported by webview.platforms.cocoa (top-level) +missing module named WebKit - imported by webview.platforms.cocoa (top-level) +missing module named 'PyQt5.QtWebKitWidgets' - imported by webview.platforms.qt (optional) +missing module named PyQt5 - imported by webview.platforms.qt (optional) +missing module named 'qtpy.QtWebEngineWidgets' - imported by webview.platforms.qt (optional) +missing module named 'qtpy.QtWebEngineCore' - imported by webview.platforms.qt (optional) +missing module named 'qtpy.QtWebChannel' - imported by webview.platforms.qt (optional) +missing module named 'qtpy.QtNetwork' - imported by webview.platforms.qt (optional) +missing module named 'qtpy.QtWidgets' - imported by webview.platforms.qt (top-level) +missing module named 'qtpy.QtGui' - imported by webview.platforms.qt (top-level) +missing module named 'qtpy.QtCore' - imported by webview.platforms.qt (top-level) +missing module named qtpy - imported by webview.platforms.qt (top-level) +missing module named 'android.activity' - imported by webview.platforms.android.app (top-level), webview.platforms.android.base (top-level) +missing module named jnius - imported by webview.platforms.android (top-level), webview.platforms.android.jclass.app (top-level), webview.platforms.android.jclass.content (top-level), webview.platforms.android.jclass.net (top-level), webview.platforms.android.jclass.os (top-level), webview.platforms.android.jclass.view (top-level), webview.platforms.android.jclass.webkit (top-level), webview.platforms.android.jinterface.pywebview (top-level), webview.platforms.android.jinterface.view (top-level), webview.platforms.android.jinterface.webkit (top-level) +missing module named 'android.runnable' - imported by webview.platforms.android (top-level), webview.platforms.android.app (top-level), webview.platforms.android.base (top-level) +missing module named android - imported by webview.platforms.android (top-level) +missing module named jinja2 - imported by bottle (delayed) +missing module named Cheetah - imported by bottle (delayed) +missing module named 'mako.lookup' - imported by bottle (delayed) +missing module named mako - imported by bottle (delayed) +missing module named uvloop - imported by bottle (delayed) +missing module named aiohttp_wsgi - imported by bottle (delayed) +missing module named bjoern - imported by bottle (delayed) +missing module named gunicorn - imported by bottle (delayed) +missing module named diesel - imported by bottle (delayed) +missing module named 'twisted.internet' - imported by bottle (delayed) +missing module named 'twisted.python' - imported by bottle (delayed) +missing module named twisted - imported by bottle (delayed) +missing module named google - imported by bottle (delayed) +missing module named 'tornado.ioloop' - imported by bottle (delayed) +missing module named 'tornado.httpserver' - imported by bottle (delayed) +missing module named tornado - imported by bottle (delayed) +missing module named fapws - imported by bottle (delayed) +missing module named meinheld - imported by bottle (delayed) +missing module named 'paste.translogger' - imported by bottle (delayed) +missing module named paste - imported by bottle (delayed) +missing module named waitress - imported by bottle (delayed) +missing module named 'cheroot.ssl' - imported by bottle (delayed) +missing module named cheroot - imported by bottle (delayed) +missing module named cherrypy - imported by bottle (delayed) +missing module named flup - imported by bottle (delayed) +missing module named ConfigParser - imported by bottle (conditional) +missing module named Cookie - imported by bottle (conditional) +missing module named urlparse - imported by bottle (conditional) +missing module named httplib - imported by bottle (conditional) +missing module named ujson - imported by bottle (optional) +missing module named eventlet - imported by bottle (delayed, conditional) +missing module named gevent - imported by bottle (delayed, conditional) diff --git a/prod_tools/messenger-wrapper/build/MessengerWrapper/xref-MessengerWrapper.html b/prod_tools/messenger-wrapper/build/MessengerWrapper/xref-MessengerWrapper.html new file mode 100644 index 0000000..da0fab8 --- /dev/null +++ b/prod_tools/messenger-wrapper/build/MessengerWrapper/xref-MessengerWrapper.html @@ -0,0 +1,33767 @@ + + + + + modulegraph cross reference for messenger_app.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_setuptools.py + + + +

modulegraph cross reference for messenger_app.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_setuptools.py

+ +
+ + messenger_app.py +Script
+imports: + PIL + • PIL.Image + • PIL.ImageDraw + • System + • _collections_abc + • _weakrefset + • abc + • clr + • codecs + • collections + • copyreg + • ctypes + • ctypes.wintypes + • 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_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 + • genericpath + • heapq + • io + • keyword + • linecache + • locale + • ntpath + • operator + • os + • posixpath + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgutil.py + • pyi_rth_setuptools.py + • pystray + • re + • re._casefix + • re._compiler + • re._constants + • re._parser + • reprlib + • sre_compile + • sre_constants + • sre_parse + • stat + • sys + • threading + • time + • traceback + • types + • warnings + • weakref + • webview + +
+ +
+ +
+ + pyi_rth_inspect.py +Script
+imports: + inspect + • os + • sys + • zipfile + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + multiprocessing + • multiprocessing.spawn + • subprocess + • sys + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + pyi_rth_pkgutil.py +Script
+imports: + pkgutil + • pyimod02_importers + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + pyi_rth_setuptools.py +Script
+imports: + _distutils_hack + • os + • setuptools + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + 'Microsoft.Web' +MissingModule
+imported by: + webview.platforms.edgechromium + +
+ +
+ +
+ + 'PyObjCTools.MachSignals' +MissingModule
+imported by: + pystray._darwin + +
+ +
+ +
+ + 'PyQt5.QtWebKitWidgets' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'System.Collections' +MissingModule
+imported by: + webview.platforms.edgechromium + +
+ +
+ +
+ + 'System.Diagnostics' +MissingModule
+imported by: + webview.platforms.edgechromium + +
+ +
+ +
+ + 'System.Drawing' +MissingModule
+imported by: + webview.platforms.edgechromium + • webview.platforms.winforms + +
+ +
+ +
+ + 'System.Globalization' +MissingModule
+imported by: + webview.platforms.edgechromium + +
+ +
+ +
+ + 'System.Reflection' +MissingModule
+imported by: + webview.platforms.winforms + +
+ +
+ +
+ + 'System.Threading' +MissingModule
+imported by: + webview.platforms.edgechromium + • webview.platforms.winforms + +
+ +
+ +
+ + 'System.Windows' +MissingModule
+imported by: + webview.platforms.edgechromium + • webview.platforms.mshtml + +
+ +
+ +
+ + 'Xlib.XK' +MissingModule
+imported by: + pystray._xorg + +
+ +
+ +
+ + 'Xlib.threaded' +MissingModule
+imported by: + pystray._xorg + +
+ +
+ +
+ + 'android.activity' +MissingModule
+imported by: + webview.platforms.android.app + • webview.platforms.android.base + +
+ +
+ +
+ + 'android.runnable' +MissingModule
+imported by: + webview.platforms.android + • webview.platforms.android.app + • webview.platforms.android.base + +
+ +
+ +
+ + 'cheroot.ssl' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'collections.abc' +MissingModule
+imported by: + PIL.GimpGradientFile + • PIL.Image + • PIL.ImageDraw + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.Jpeg2KImagePlugin + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • PIL._imagingft + • PIL._typing + • _pyrepl.readline + • _pyrepl.types + • asyncio.base_events + • asyncio.coroutines + • bottle + • configparser + • http.client + • importlib.resources.readers + • inspect + • logging + • numpy._typing._array_like + • numpy._typing._dtype_like + • numpy._typing._nested_sequence + • numpy._typing._shape + • numpy.lib._function_base_impl + • numpy.lib._npyio_impl + • numpy.polynomial._polybase + • numpy.random._common + • numpy.random._generator + • numpy.random.bit_generator + • numpy.random.mtrand + • selectors + • setuptools + • setuptools._distutils._modified + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compat + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.core + • setuptools._distutils.dist + • setuptools._distutils.extension + • setuptools._distutils.fancy_getopt + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.util + • setuptools._reqs + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.tomli._parser + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.tags + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.discovery + • setuptools.dist + • setuptools.extension + • setuptools.glob + • setuptools.wheel + • tomllib._parser + • traceback + • tracemalloc + • typing + • typing_extensions + • webview + • webview.menu + • webview.window + • wsgiref.types + • xml.etree.ElementTree + +
+ +
+ +
+ + 'cryptography.hazmat' +MissingModule
+imported by: + webview + +
+ +
+ +
+ + 'cryptography.x509' +MissingModule
+imported by: + webview + +
+ +
+ +
+ + 'gi.repository' +MissingModule
+imported by: + pystray._appindicator + • pystray._gtk + • pystray._util.gtk + • pystray._util.notify_dbus + • webview.platforms.gtk + +
+ +
+ +
+ + 'java.lang' +MissingModule
+imported by: + platform + +
+ +
+ +
+ + 'mako.lookup' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'numpy_distutils.command' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.cpuinfo' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.fcompiler' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'paste.translogger' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'qtpy.QtCore' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtGui' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtNetwork' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtWebChannel' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtWebEngineCore' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtWebEngineWidgets' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'qtpy.QtWidgets' +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + 'setuptools._distutils.msvc9compiler' +MissingModule
+imported by: + cffi._shimmed_dist_utils + +
+ +
+ +
+ + 'tornado.httpserver' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'tornado.ioloop' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'twisted.internet' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + 'twisted.python' +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + AppKit +MissingModule
+imported by: + pystray._darwin + • webview.platforms.cocoa + +
+ +
+ +
+ + Cheetah +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + ConfigParser +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + Cookie +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + Foundation +MissingModule
+imported by: + pystray._darwin + • webview.platforms.cocoa + +
+ +
+ +
+ + Microsoft +MissingModule
+imported by: + webview.platforms.winforms + +
+ +
+ +
+ + PIL +Package
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.ExifTags + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImagePath + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageText + • PIL.ImageTk + • PIL.ImageWin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.PaletteFile + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL._avif + • PIL._imaging + • PIL._imagingcms + • PIL._imagingmath + • PIL._imagingtk + • PIL._version + • PIL._webp + • PIL.features + • __future__ + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImagePath + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageText + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.JpegPresets + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._avif + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._imagingcms + • PIL._imagingft + • PIL._imagingmath + • PIL._imagingtk + • PIL._typing + • PIL._util + • PIL._version + • PIL._webp + • PIL.features + • messenger_app.py + • pystray._darwin + • pystray._xorg + +
+ +
+ +
+ + PIL.AvifImagePlugin +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageFile + • PIL._avif + • __future__ + • io + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.BlpImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegImagePlugin + • __future__ + • abc + • enum + • io + • os + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.BmpImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • os + • typing + +
+
+imported by: + PIL + • PIL.CurImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.BufrStubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.CurImagePlugin +SourceModule
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.Image + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.DcxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.PcxImagePlugin + • PIL._binary + • PIL._util + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.DdsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • enum + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.EpsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • io + • os + • re + • shutil + • subprocess + • sys + • tempfile + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.ExifTags +SourceModule
+imports: + PIL + • __future__ + • enum + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageOps + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.FitsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • gzip + • math + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FliImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • PIL._util + • __future__ + • os + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FpxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • olefile + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FtexImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • enum + • io + • struct + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.GbrImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.GifImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageChops + • PIL.ImageFile + • PIL.ImageMath + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageSequence + • PIL._binary + • PIL._imaging + • PIL._typing + • PIL._util + • __future__ + • copy + • enum + • functools + • io + • itertools + • math + • os + • subprocess + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.GimpGradientFile +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL._binary + • __future__ + • math + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.GimpPaletteFile +SourceModule
+imports: + PIL + • __future__ + • io + • re + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.GribStubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Hdf5StubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IcnsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.Jpeg2KImagePlugin + • PIL.PngImagePlugin + • PIL.features + • __future__ + • io + • os + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IcoImagePlugin +SourceModule
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.PngImagePlugin + • PIL._binary + • __future__ + • io + • math + • typing + • warnings + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.ImImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._util + • __future__ + • os + • re + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Image +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMode + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageShow + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._typing + • PIL._util + • __future__ + • abc + • atexit + • builtins + • defusedxml + • defusedxml.ElementTree + • enum + • io + • logging + • math + • mmap + • os + • re + • struct + • sys + • tempfile + • types + • typing + • warnings + • xml.etree.ElementTree + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImagePath + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL.features + • messenger_app.py + +
+ +
+ +
+ + PIL.ImageChops +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL.ImageCms +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageWin + • PIL._deprecate + • PIL._imagingcms + • PIL._typing + • PIL._util + • __future__ + • enum + • functools + • operator + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageColor +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • colorsys + • functools + • re + +
+
+imported by: + PIL + • PIL.Image + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageOps + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.ImageDraw +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL.ImageColor + • PIL.ImageDraw2 + • PIL.ImageFont + • PIL.ImageText + • PIL._typing + • __future__ + • math + • struct + • types + • typing + +
+
+imported by: + PIL + • PIL.ImageDraw2 + • messenger_app.py + +
+ +
+ +
+ + PIL.ImageDraw2 +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageColor + • PIL.ImageDraw + • PIL.ImageFont + • PIL.ImagePath + • PIL._typing + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.ImageDraw + +
+ +
+ +
+ + PIL.ImageFile +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.TiffImagePlugin + • PIL._typing + • PIL._util + • __future__ + • abc + • io + • itertools + • logging + • mmap + • os + • struct + • typing + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageFont + • PIL.ImageQt + • PIL.ImageTk + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL.ImageFilter +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL._imaging + • PIL._typing + • __future__ + • abc + • functools + • types + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageFont +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._imaging + • PIL._imagingft + • PIL._typing + • PIL._util + • __future__ + • base64 + • enum + • io + • os + • sys + • types + • typing + • warnings + +
+
+imported by: + PIL + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageText + • PIL._imagingft + +
+ +
+ +
+ + PIL.ImageMath +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL._imagingmath + • __future__ + • builtins + • types + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + +
+ +
+ +
+ + PIL.ImageMode +SourceModule
+imports: + PIL + • __future__ + • functools + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageOps +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageColor + • PIL.ImagePalette + • __future__ + • functools + • operator + • re + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.ImagePalette +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.Image + • PIL.ImageColor + • PIL.PaletteFile + • __future__ + • array + • random + • typing + +
+
+imported by: + PIL + • PIL.BmpImagePlugin + • PIL.DdsImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageOps + • PIL.Jpeg2KImagePlugin + • PIL.PcxImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL.ImagePath +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.ImageDraw2 + +
+ +
+ +
+ + PIL.ImageQt +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL.ImageFile + • PIL._util + • __future__ + • io + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageSequence +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.MpoImagePlugin + • PIL.PdfImagePlugin + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL.ImageShow +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • abc + • os + • shlex + • shutil + • subprocess + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageText +SourceModule
+imports: + PIL + • PIL.ImageFont + • PIL._typing + • __future__ + +
+
+imported by: + PIL + • PIL.ImageDraw + +
+ +
+ +
+ + PIL.ImageTk +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._imagingtk + • PIL._typing + • __future__ + • io + • typing + +
+
+imported by: + PIL + • PIL.SpiderImagePlugin + +
+ +
+ +
+ + PIL.ImageWin +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.ImageCms + +
+ +
+ +
+ + PIL.ImtImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • re + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IptcImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • __future__ + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Jpeg2KImagePlugin +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • io + • os + • struct + • typing + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.JpegImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegPresets + • PIL.MpoImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • __future__ + • array + • io + • math + • os + • struct + • subprocess + • sys + • tempfile + • typing + • warnings + +
+
+imported by: + PIL + • PIL.BlpImagePlugin + • PIL.Image + • PIL.IptcImagePlugin + • PIL.MpoImagePlugin + +
+ +
+ +
+ + PIL.JpegPresets +SourceModule
+imports: + PIL + • __future__ + +
+
+imported by: + PIL.JpegImagePlugin + +
+ +
+ +
+ + PIL.McIdasImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • struct + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MicImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.TiffImagePlugin + • __future__ + • olefile + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MpegImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • PIL._typing + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MpoImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageSequence + • PIL.JpegImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • PIL._util + • __future__ + • os + • struct + • typing + +
+
+imported by: + PIL.Image + • PIL.JpegImagePlugin + +
+ +
+ +
+ + PIL.MspImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • io + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PaletteFile +SourceModule
+imports: + PIL + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.PalmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PcdImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PcxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • io + • logging + • typing + +
+
+imported by: + PIL.DcxImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.PdfImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageSequence + • PIL.PdfParser + • PIL.features + • __future__ + • io + • math + • os + • time + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PdfParser +SourceModule
+imports: + PIL + • __future__ + • calendar + • codecs + • collections + • mmap + • os + • re + • time + • typing + • zlib + +
+
+imported by: + PIL + • PIL.PdfImagePlugin + +
+ +
+ +
+ + PIL.PixarImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PngImagePlugin +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.Image + • PIL.ImageChops + • PIL.ImageFile + • PIL.ImagePalette + • PIL.ImageSequence + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._util + • __future__ + • enum + • fractions + • io + • itertools + • logging + • re + • struct + • typing + • warnings + • zlib + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.PpmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • math + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.PsdImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • PIL._util + • __future__ + • functools + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.QoiImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SgiImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • os + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SpiderImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageTk + • PIL._util + • __future__ + • os + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SunImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.TgaImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • typing + • warnings + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.TiffImagePlugin +SourceModule
+imports: + 'collections.abc' + • PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageFile + • PIL.ImageOps + • PIL.ImagePalette + • PIL.TiffTags + • PIL._binary + • PIL._typing + • PIL._util + • __future__ + • fractions + • io + • itertools + • logging + • math + • numbers + • os + • struct + • typing + • warnings + +
+
+imported by: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.IptcImagePlugin + • PIL.JpegImagePlugin + • PIL.MicImagePlugin + • PIL.MpoImagePlugin + +
+ +
+ +
+ + PIL.TiffTags +SourceModule
+imports: + PIL + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.Image + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.WebPImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._webp + • __future__ + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.WmfImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XVThumbImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XbmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • re + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XpmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • re + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL._avif C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_avif.cp313-win_amd64.pyd
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + +
+ +
+ +
+ + PIL._binary +SourceModule
+imports: + PIL + • __future__ + • struct + +
+
+imported by: + PIL.BmpImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.IcoImagePlugin + • PIL.Image + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcxImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL._deprecate +SourceModule
+imports: + PIL + • __future__ + • warnings + +
+
+imported by: + PIL.Image + • PIL.ImageCms + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL._imaging C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_imaging.cp313-win_amd64.pyd
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.Image + • PIL.ImageFilter + • PIL.ImageFont + • PIL.PngImagePlugin + • PIL._imagingft + +
+ +
+ +
+ + PIL._imagingcms C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_imagingcms.cp313-win_amd64.pyd
+imports: + PIL + • PIL._typing + • datetime + • sys + • typing + +
+
+imported by: + PIL + • PIL.ImageCms + +
+ +
+ +
+ + PIL._imagingft C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_imagingft.cp313-win_amd64.pyd
+imports: + 'collections.abc' + • PIL + • PIL.ImageFont + • PIL._imaging + • typing + +
+
+imported by: + PIL.ImageFont + +
+ +
+ +
+ + PIL._imagingmath C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_imagingmath.cp313-win_amd64.pyd
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.ImageMath + +
+ +
+ +
+ + PIL._imagingtk C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_imagingtk.cp313-win_amd64.pyd
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.ImageTk + +
+ +
+ +
+ + PIL._typing +SourceModule
+imports: + 'collections.abc' + • PIL + • __future__ + • numbers + • numpy.typing + • os + • sys + • types + • typing + +
+
+imported by: + PIL.GifImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageText + • PIL.ImageTk + • PIL.MpegImagePlugin + • PIL.TiffImagePlugin + • PIL._imagingcms + • PIL._util + +
+ +
+ +
+ + PIL._util +SourceModule
+imports: + PIL + • PIL._typing + • __future__ + • os + • typing + +
+
+imported by: + PIL.DcxImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFile + • PIL.ImageFont + • PIL.ImageQt + • PIL.MpoImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL._version +SourceModule
+imports: + PIL + • __future__ + +
+
+imported by: + PIL + +
+ +
+ +
+ + PIL._webp C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\PIL\_webp.cp313-win_amd64.pyd
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.WebPImagePlugin + +
+ +
+ +
+ + PIL.features +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • collections + • os + • sys + • typing + • warnings + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.PdfImagePlugin + +
+ +
+ +
+ + PyObjCTools +MissingModule
+imported by: + webview.platforms.cocoa + +
+ +
+ +
+ + PyQt5 +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + StringIO +MissingModule
+imported by: + bottle + • six + +
+ +
+ +
+ + System +MissingModule
+imported by: + messenger_app.py + • webview.platforms.edgechromium + • webview.platforms.mshtml + • webview.platforms.winforms + +
+ +
+ +
+ + UniformTypeIdentifiers +MissingModule
+imported by: + webview.platforms.cocoa + +
+ +
+ +
+ + WebBrowserInterop +MissingModule
+imported by: + webview.platforms.mshtml + +
+ +
+ +
+ + WebKit +MissingModule
+imported by: + webview.platforms.cocoa + +
+ +
+ +
+ + Xlib +MissingModule
+imported by: + pystray._xorg + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImagePath + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageText + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.JpegPresets + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._binary + • PIL._deprecate + • PIL._typing + • PIL._util + • PIL._version + • PIL.features + • _colorize + • _pyrepl._threading_handler + • _pyrepl.commands + • _pyrepl.completing_reader + • _pyrepl.console + • _pyrepl.historical_reader + • _pyrepl.input + • _pyrepl.pager + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.windows_console + • bottle + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • codeop + • defusedxml + • defusedxml.ElementTree + • defusedxml.cElementTree + • defusedxml.expatbuilder + • defusedxml.expatreader + • defusedxml.minidom + • defusedxml.pulldom + • defusedxml.sax + • defusedxml.xmlrpc + • doctest + • importlib.metadata + • importlib.metadata._meta + • importlib.resources.readers + • packaging._elffile + • packaging._manylinux + • packaging._musllinux + • packaging._parser + • packaging._tokenizer + • packaging.licenses + • packaging.licenses._spdx + • packaging.markers + • packaging.requirements + • packaging.specifiers + • packaging.tags + • packaging.utils + • packaging.version + • pydoc + • setuptools + • setuptools._core_metadata + • setuptools._distutils._modified + • setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compat + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.core + • setuptools._distutils.dist + • setuptools._distutils.extension + • setuptools._distutils.fancy_getopt + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._path + • setuptools._reqs + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.importlib_metadata.compat.py39 + • setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • setuptools._vendor.packaging._elffile + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging._parser + • setuptools._vendor.packaging._tokenizer + • 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.tomli._parser + • setuptools._vendor.tomli._re + • setuptools._vendor.wheel + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.cli.unpack + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.util + • setuptools._vendor.wheel.wheelfile + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.build + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.compat.py311 + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.depends + • setuptools.discovery + • setuptools.dist + • setuptools.errors + • setuptools.extension + • setuptools.glob + • setuptools.installer + • setuptools.monkey + • setuptools.msvc + • setuptools.warnings + • six + • tomllib._parser + • tomllib._re + • webview + • webview.event + • webview.guilib + • webview.http + • webview.menu + • webview.platforms.cocoa + • webview.util + • webview.window + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _aix_support +SourceModule
+imports: + contextlib + • os + • subprocess + • sys + • sysconfig + +
+
+imported by: + sysconfig + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_asyncio.pyd
+imported by: + asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + _bisect (builtin module)
+imported by: + bisect + +
+ +
+ +
+ + _blake2 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _bz2 C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_bz2.pyd
+imported by: + bz2 + +
+ +
+ +
+ + _cffi_backend C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\_cffi_backend.cp313-win_amd64.pyd
+imported by: + cffi.api + • cffi.commontypes + • cffi.verifier + +
+ +
+ +
+ + _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 + • warnings + +
+
+imported by: + collections + • contextlib + • locale + • messenger_app.py + • os + • pathlib._local + • random + • types + • weakref + +
+ +
+ +
+ + _colorize +SourceModule
+imports: + __future__ + • io + • nt + • os + • sys + • typing + +
+
+imported by: + _pyrepl.console + • _pyrepl.reader + • doctest + • pdb + • traceback + +
+ +
+ +
+ + _compat_pickle +SourceModule
+imported by: + _pickle + • pickle + +
+ +
+ +
+ + _compression +SourceModule
+imports: + io + • sys + +
+
+imported by: + bz2 + • gzip + • lzma + +
+ +
+ +
+ + _contextvars (builtin module)
+imported by: + contextvars + +
+ +
+ +
+ + _csv (builtin module)
+imported by: + csv + +
+ +
+ +
+ + _ctypes C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_ctypes.pyd
+imported by: + ctypes + • ctypes.macholib.dyld + • numpy._core._dtype_ctypes + +
+ +
+ +
+ + _curses +MissingModule
+imports: + curses + +
+
+imported by: + _pyrepl.curses + • curses + • curses.has_key + +
+ +
+ +
+ + _datetime (builtin module)
+imports: + _strptime + • time + +
+
+imported by: + datetime + +
+ +
+ +
+ + _decimal C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_decimal.pyd
+imported by: + decimal + +
+ +
+ +
+ + _distutils_hack +Package
+imports: + importlib + • importlib.abc + • importlib.util + • os + • sys + • traceback + • warnings + +
+
+imported by: + _distutils_hack.override + • pyi_rth_setuptools.py + +
+ +
+ +
+ + _distutils_hack.override +SourceModule
+imports: + _distutils_hack + +
+
+imported by: + setuptools + • setuptools.discovery + +
+ +
+ +
+ + _dummy_thread +MissingModule
+imported by: + cffi.lock + • numpy._core.arrayprint + +
+ +
+ +
+ + _elementtree C:\Users\andre\AppData\Local\Programs\Python\Python313\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: + 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\andre\AppData\Local\Programs\Python\Python313\DLLs\_hashlib.pyd
+imported by: + hashlib + • hmac + +
+ +
+ +
+ + _heapq (builtin module)
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + cffi._imp_emulation + • importlib + • importlib._bootstrap_external + • importlib.util + • setuptools._distutils.compat.py39 + • zipimport + +
+ +
+ +
+ + _io (builtin module)
+imported by: + importlib._bootstrap_external + • io + • unittest.mock + • zipimport + +
+ +
+ +
+ + _ios_support +SourceModule
+imports: + ctypes + • ctypes.util + • sys + +
+
+imported by: + webbrowser + +
+ +
+ +
+ + _json (builtin module)
+imports: + json.decoder + +
+
+imported by: + json.decoder + • json.encoder + • json.scanner + +
+ +
+ +
+ + _locale (builtin module)
+imported by: + locale + +
+ +
+ +
+ + _lzma C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_lzma.pyd
+imported by: + lzma + +
+ +
+ +
+ + _manylinux +MissingModule
+imported by: + packaging._manylinux + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._manylinux + +
+ +
+ +
+ + _md5 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _multibytecodec (builtin module)
+imported by: + charset_normalizer.utils + • 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\andre\AppData\Local\Programs\Python\Python313\DLLs\_multiprocessing.pyd
+imported by: + multiprocessing.connection + • multiprocessing.resource_tracker + • multiprocessing.synchronize + +
+ +
+ +
+ + _opcode (builtin module)
+imported by: + dis + • opcode + +
+ +
+ +
+ + _opcode_metadata +SourceModule
+imported by: + opcode + +
+ +
+ +
+ + _operator (builtin module)
+imported by: + hmac + • operator + +
+ +
+ +
+ + _overlapped C:\Users\andre\AppData\Local\Programs\Python\Python313\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 + +
+ +
+ +
+ + _pydatetime +SourceModule
+imports: + _strptime + • math + • operator + • sys + • time + • warnings + +
+
+imported by: + datetime + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ +
+ + _pyrepl +Package
+imports: + _pyrepl + • _pyrepl._minimal_curses + • _pyrepl.commands + • _pyrepl.console + • _pyrepl.curses + • _pyrepl.input + +
+
+imported by: + _pyrepl + • _pyrepl._minimal_curses + • _pyrepl._threading_handler + • _pyrepl.base_eventqueue + • _pyrepl.commands + • _pyrepl.completing_reader + • _pyrepl.console + • _pyrepl.curses + • _pyrepl.fancy_termios + • _pyrepl.historical_reader + • _pyrepl.input + • _pyrepl.keymap + • _pyrepl.main + • _pyrepl.pager + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.types + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + • _pyrepl.utils + • _pyrepl.windows_console + • _pyrepl.windows_eventqueue + +
+ +
+ +
+ + _pyrepl._minimal_curses +SourceModule
+imports: + _pyrepl + • ctypes + • ctypes.util + +
+
+imported by: + _pyrepl + • _pyrepl.curses + +
+ +
+ +
+ + _pyrepl._threading_handler +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.reader + • dataclasses + • threading + • traceback + • types + • typing + +
+
+imported by: + _pyrepl.reader + +
+ +
+ +
+ + _pyrepl.base_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.console + • _pyrepl.keymap + • _pyrepl.trace + • collections + +
+
+imported by: + _pyrepl.unix_eventqueue + • _pyrepl.windows_eventqueue + +
+ +
+ +
+ + _pyrepl.commands +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.historical_reader + • _pyrepl.pager + • _sitebuiltins + • os + • signal + • site + +
+
+imported by: + _pyrepl + • _pyrepl.completing_reader + • _pyrepl.historical_reader + • _pyrepl.reader + • _pyrepl.readline + +
+ +
+ +
+ + _pyrepl.completing_reader +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.commands + • _pyrepl.console + • _pyrepl.reader + • _pyrepl.types + • dataclasses + • re + +
+
+imported by: + _pyrepl.readline + +
+ +
+ +
+ + _pyrepl.console +SourceModule
+imports: + __future__ + • _colorize + • _pyrepl + • abc + • ast + • code + • dataclasses + • linecache + • os.path + • sys + • traceback + • typing + +
+
+imported by: + _pyrepl + • _pyrepl.base_eventqueue + • _pyrepl.completing_reader + • _pyrepl.main + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.unix_console + • _pyrepl.windows_console + +
+ +
+ +
+ + _pyrepl.curses +SourceModule
+imports: + _curses + • _pyrepl + • _pyrepl._minimal_curses + • curses + +
+
+imported by: + _pyrepl + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + +
+ +
+ +
+ + _pyrepl.fancy_termios +SourceModule
+imports: + _pyrepl + • termios + +
+
+imported by: + _pyrepl.unix_console + +
+ +
+ +
+ + _pyrepl.historical_reader +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.commands + • _pyrepl.input + • _pyrepl.reader + • _pyrepl.types + • contextlib + • dataclasses + +
+
+imported by: + _pyrepl.commands + • _pyrepl.readline + +
+ +
+ +
+ + _pyrepl.input +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.keymap + • _pyrepl.types + • abc + • collections + • unicodedata + +
+
+imported by: + _pyrepl + • _pyrepl.historical_reader + • _pyrepl.reader + +
+ +
+ +
+ + _pyrepl.keymap +SourceModule
+imports: + _pyrepl + +
+
+imported by: + _pyrepl.base_eventqueue + • _pyrepl.input + +
+ +
+ +
+ + _pyrepl.main +SourceModule
+imports: + _pyrepl + • _pyrepl.console + • _pyrepl.simple_interact + • _pyrepl.trace + • errno + • os + • sys + • tokenize + +
+
+imported by: + site + +
+ +
+ +
+ + _pyrepl.pager +SourceModule
+imports: + __future__ + • _pyrepl + • io + • os + • re + • subprocess + • sys + • tempfile + • termios + • tty + • typing + +
+
+imported by: + _pyrepl.commands + • pydoc + +
+ +
+ +
+ + _pyrepl.reader +SourceModule
+imports: + __future__ + • _colorize + • _pyrepl + • _pyrepl._threading_handler + • _pyrepl.commands + • _pyrepl.console + • _pyrepl.input + • _pyrepl.trace + • _pyrepl.types + • _pyrepl.utils + • contextlib + • dataclasses + • sys + +
+
+imported by: + _pyrepl._threading_handler + • _pyrepl.completing_reader + • _pyrepl.historical_reader + +
+ +
+ +
+ + _pyrepl.readline +SourceModule
+imports: + 'collections.abc' + • __future__ + • _pyrepl + • _pyrepl.commands + • _pyrepl.completing_reader + • _pyrepl.console + • _pyrepl.historical_reader + • _pyrepl.types + • _pyrepl.unix_console + • _pyrepl.windows_console + • builtins + • dataclasses + • os + • rlcompleter + • site + • sys + • typing + • warnings + +
+
+imported by: + _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.simple_interact +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.readline + • _pyrepl.unix_console + • _pyrepl.windows_console + • _sitebuiltins + • code + • functools + • os + • sys + • typing + +
+
+imported by: + _pyrepl.main + +
+ +
+ +
+ + _pyrepl.trace +SourceModule
+imports: + __future__ + • _pyrepl + • os + • typing + +
+
+imported by: + _pyrepl.base_eventqueue + • _pyrepl.main + • _pyrepl.reader + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + • _pyrepl.utils + • _pyrepl.windows_console + +
+ +
+ +
+ + _pyrepl.types +SourceModule
+imports: + 'collections.abc' + • _pyrepl + +
+
+imported by: + _pyrepl.completing_reader + • _pyrepl.historical_reader + • _pyrepl.input + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.utils + +
+ +
+ +
+ + _pyrepl.unix_console +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.console + • _pyrepl.curses + • _pyrepl.fancy_termios + • _pyrepl.trace + • _pyrepl.unix_eventqueue + • _pyrepl.utils + • errno + • fcntl + • os + • platform + • posix + • re + • select + • signal + • struct + • termios + • time + • typing + +
+
+imported by: + _pyrepl.readline + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.unix_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.base_eventqueue + • _pyrepl.curses + • _pyrepl.trace + • os + • termios + +
+
+imported by: + _pyrepl.unix_console + +
+ +
+ +
+ + _pyrepl.utils +SourceModule
+imports: + _pyrepl + • _pyrepl.trace + • _pyrepl.types + • functools + • re + • unicodedata + +
+
+imported by: + _pyrepl.reader + • _pyrepl.unix_console + • _pyrepl.windows_console + +
+ +
+ +
+ + _pyrepl.windows_console +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.console + • _pyrepl.trace + • _pyrepl.utils + • _pyrepl.windows_eventqueue + • collections + • ctypes + • ctypes.wintypes + • io + • msvcrt + • nt + • os + • sys + • time + • typing + +
+
+imported by: + _pyrepl.readline + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.windows_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.base_eventqueue + +
+
+imported by: + _pyrepl.windows_console + +
+ +
+ +
+ + _queue C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_queue.pyd
+imported by: + queue + +
+ +
+ +
+ + _random (builtin module)
+imported by: + random + +
+ +
+ +
+ + _scproxy +MissingModule
+imported by: + urllib.request + +
+ +
+ +
+ + _sha1 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha2 (builtin module)
+imported by: + hashlib + • random + +
+ +
+ +
+ + _sha3 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _signal (builtin module)
+imported by: + signal + +
+ +
+ +
+ + _sitebuiltins +SourceModule
+imports: + os + • pydoc + • sys + +
+
+imported by: + _pyrepl.commands + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _socket C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_socket.pyd
+imported by: + socket + • types + • typing_extensions + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + re + • re._compiler + • re._constants + +
+ +
+ +
+ + _ssl C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_ssl.pyd
+imports: + socket + +
+
+imported by: + ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _statistics (builtin module)
+imported by: + statistics + +
+ +
+ +
+ + _string (builtin module)
+imported by: + string + +
+ +
+ +
+ + _strptime +SourceModule
+imports: + _thread + • calendar + • datetime + • locale + • os + • re + • time + • warnings + +
+
+imported by: + _datetime + • _pydatetime + • time + +
+ +
+ +
+ + _struct (builtin module)
+imported by: + struct + +
+ +
+ +
+ + _suggestions (builtin module)
+imported by: + traceback + +
+ +
+ +
+ + _sysconfig (builtin module)
+imported by: + sysconfig + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + _strptime + • bottle + • cffi.cparser + • cffi.lock + • functools + • numpy._core.arrayprint + • reprlib + • tempfile + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tokenize (builtin module)
+imported by: + tokenize + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _typeshed +MissingModule
+imported by: + numpy.random.bit_generator + • setuptools._distutils.dist + • setuptools.command.bdist_egg + • setuptools.compat.py311 + • setuptools.glob + +
+ +
+ +
+ + _typing (builtin module)
+imported by: + typing + +
+ +
+ +
+ + _uuid C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_uuid.pyd
+imported by: + uuid + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + importlib._bootstrap_external + • warnings + • zipimport + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + • types + +
+
+imported by: + _py_abc + • messenger_app.py + • multiprocessing.process + • threading + • weakref + +
+ +
+ +
+ + _winapi (builtin module)
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • encodings + • mimetypes + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.popen_spawn_win32 + • multiprocessing.reduction + • multiprocessing.shared_memory + • multiprocessing.spawn + • ntpath + • shutil + • subprocess + • sysconfig + +
+ +
+ +
+ + _wmi C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\_wmi.pyd
+imported by: + platform + +
+ +
+ +
+ + abc +SourceModule
+imports: + _abc + • _py_abc + +
+
+imported by: + PIL.BlpImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageShow + • _collections_abc + • _pyrepl.console + • _pyrepl.input + • clr_loader.types + • contextlib + • dataclasses + • email._policybase + • functools + • importlib._abc + • importlib.abc + • importlib.metadata + • importlib.resources.abc + • inspect + • io + • messenger_app.py + • multiprocessing.reduction + • numbers + • numpy.f2py._backends._backend + • numpy.polynomial._polybase + • numpy.random.bit_generator + • os + • packaging.specifiers + • selectors + • setuptools + • setuptools._distutils.cmd + • setuptools._vendor.importlib_metadata + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools.config.setupcfg + • typing + • typing_extensions + +
+ +
+ +
+ + aiohttp_wsgi +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + android +MissingModule
+imported by: + webview.platforms.android + +
+ +
+ +
+ + annotationlib +MissingModule
+imported by: + typing_extensions + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + ast + • bottle + • calendar + • code + • dis + • doctest + • gzip + • http.server + • inspect + • numpy.f2py.f2py2e + • pdb + • py_compile + • random + • setuptools._vendor.backports.tarfile + • setuptools._vendor.wheel.cli + • tarfile + • tokenize + • unittest.main + • uuid + • webbrowser + • zipfile + +
+ +
+ +
+ + array (builtin module)
+imported by: + PIL.ImagePalette + • PIL.JpegImagePlugin + • multiprocessing.dummy + • multiprocessing.managers + • multiprocessing.reduction + • socket + +
+ +
+ +
+ + ast +SourceModule
+imports: + _ast + • argparse + • collections + • contextlib + • enum + • inspect + • re + • sys + • warnings + +
+
+imported by: + _pyrepl.console + • inspect + • numpy._core._internal + • numpy.lib._format_impl + • numpy.lib._utils_impl + • numpy.matrixlib.defmatrix + • packaging._parser + • pydoc + • setuptools._vendor.packaging._parser + • setuptools._vendor.wheel.vendored.packaging._parser + • setuptools.config.expand + • traceback + +
+ +
+ +
+ + 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.mixins + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.taskgroups + • asyncio.tasks + • asyncio.threads + • asyncio.timeouts + • 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.mixins + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.taskgroups + • asyncio.tasks + • asyncio.threads + • asyncio.timeouts + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • bottle + • unittest.async_case + • unittest.mock + +
+ +
+ +
+ + asyncio.DefaultEventLoopPolicy +MissingModule
+imported by: + asyncio + • asyncio.events + +
+ +
+ +
+ + asyncio.base_events +SourceModule
+imports: + 'collections.abc' + • asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.staggered + • asyncio.tasks + • asyncio.timeouts + • asyncio.transports + • asyncio.trsock + • collections + • concurrent.futures + • errno + • heapq + • itertools + • os + • socket + • ssl + • stat + • subprocess + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + asyncio + • asyncio.format_helpers + • reprlib + +
+
+imported by: + asyncio + • asyncio.base_tasks + • asyncio.futures + +
+ +
+ +
+ + asyncio.base_subprocess +SourceModule
+imports: + asyncio + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • os + • signal + • subprocess + • sys + • warnings + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.base_tasks +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • linecache + • reprlib + • traceback + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.constants +SourceModule
+imports: + asyncio + • enum + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.format_helpers + • asyncio.proactor_events + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.coroutines +SourceModule
+imports: + 'collections.abc' + • asyncio + • inspect + • os + • sys + • types + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_tasks + • asyncio.runners + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + • typing_extensions + +
+ +
+ +
+ + asyncio.events +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.format_helpers + • contextvars + • os + • signal + • socket + • subprocess + • sys + • threading + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.mixins + • asyncio.runners + • asyncio.selector_events + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.taskgroups + • asyncio.tasks + • asyncio.threads + • asyncio.timeouts + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.exceptions +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.runners + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.taskgroups + • asyncio.tasks + • asyncio.timeouts + • 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.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 + • types + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.exceptions + • asyncio.mixins + • collections + • enum + +
+
+imported by: + asyncio + • asyncio.queues + • asyncio.staggered + +
+ +
+ +
+ + asyncio.log +SourceModule
+imports: + asyncio + • logging + +
+
+imported by: + asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.mixins +SourceModule
+imports: + asyncio + • asyncio.events + • threading + +
+
+imported by: + asyncio + • asyncio.locks + • asyncio.queues + +
+ +
+ +
+ + 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.locks + • asyncio.mixins + • collections + • heapq + • types + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.runners +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + • contextvars + • enum + • functools + • signal + • threading + +
+
+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 + • itertools + • os + • selectors + • socket + • ssl + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.sslproto +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.exceptions + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • enum + • 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 + +
+
+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 + • collections + • 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 + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.taskgroups +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.tasks +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.queues + • asyncio.timeouts + • concurrent.futures + • contextvars + • functools + • inspect + • itertools + • math + • types + • weakref + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.runners + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.taskgroups + • asyncio.timeouts + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.threads +SourceModule
+imports: + asyncio + • asyncio.events + • contextvars + • functools + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.timeouts +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + • enum + • types + • typing + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.tasks + +
+ +
+ +
+ + 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 + +
+
+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 + • functools + • math + • msvcrt + • socket + • struct + • sys + • 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: + PIL.Image + • clr_loader.mono + • clr_loader.netfx + • logging + • multiprocessing.forkserver + • multiprocessing.popen_fork + • multiprocessing.util + • pystray._util.gtk + • pystray._util.notify_dbus + • pythonnet + • rlcompleter + • site + • weakref + +
+ +
+ +
+ + backports +AliasNode
+imports: + setuptools._vendor.backports + • setuptools._vendor.backports.tarfile + +
+
+imported by: + setuptools._vendor.backports.tarfile + • setuptools._vendor.jaraco.context + +
+ +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + +
+
+imported by: + PIL.ImageFont + • bottle + • email._encoded_words + • email.base64mime + • email.encoders + • encodings.base64_codec + • http.server + • pycparser.ply.yacc + • secrets + • setuptools._vendor.wheel.util + • ssl + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + bdb +SourceModule
+imports: + contextlib + • fnmatch + • inspect + • linecache + • os + • reprlib + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii (builtin module)
+imported by: + base64 + • cffi.verifier + • email._encoded_words + • email.base64mime + • email.contentmanager + • email.header + • email.message + • encodings.hex_codec + • encodings.uu_codec + • http.server + • quopri + • zipfile + +
+ +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + multiprocessing.heap + • random + • setuptools._vendor.more_itertools.recipes + • statistics + • urllib.request + +
+ +
+ +
+ + bjoern +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + bottle +SourceModule
+imports: + 'cheroot.ssl' + • 'collections.abc' + • 'mako.lookup' + • 'paste.translogger' + • 'tornado.httpserver' + • 'tornado.ioloop' + • 'twisted.internet' + • 'twisted.python' + • Cheetah + • ConfigParser + • Cookie + • StringIO + • __future__ + • _thread + • aiohttp_wsgi + • argparse + • asyncio + • base64 + • bjoern + • cPickle + • calendar + • cheroot + • cherrypy + • collections + • collections.MutableMapping + • configparser + • datetime + • diesel + • email.utils + • eventlet + • fapws + • flup + • functools + • gevent + • google + • gunicorn + • hashlib + • hmac + • http.client + • http.cookies + • httplib + • imp + • importlib.util + • inspect + • io + • itertools + • jinja2 + • json + • mako + • meinheld + • mimetypes + • os + • paste + • pickle + • re + • signal + • socket + • subprocess + • sys + • tempfile + • thread + • threading + • time + • tornado + • traceback + • twisted + • types + • ujson + • unicodedata + • urllib + • urllib.parse + • urllib.quote + • urllib.unquote + • urllib.urlencode + • urlparse + • uvloop + • waitress + • warnings + • weakref + • wsgiref.handlers + • wsgiref.simple_server + +
+
+imported by: + webview.http + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + PIL.Image + • PIL.ImageMath + • _pyrepl.readline + • bz2 + • code + • codecs + • doctest + • enum + • gettext + • gzip + • inspect + • locale + • lzma + • numpy._core.numeric + • numpy._core.numerictypes + • numpy.lib._function_base_impl + • numpy.ma.core + • numpy.random.mtrand + • operator + • pydoc + • reprlib + • rlcompleter + • setuptools._vendor.backports.tarfile + • setuptools.config._validate_pyproject.formats + • site + • subprocess + • tarfile + • tokenize + • typing_extensions + • unittest.mock + • warnings + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + +
+
+imported by: + encodings.bz2_codec + • fileinput + • numpy.lib._datasource + • setuptools._vendor.backports.tarfile + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + cPickle +MissingModule
+imported by: + bottle + • pycparser.ply.yacc + +
+ +
+ +
+ + cStringIO +MissingModule
+imported by: + cffi.ffiplatform + +
+ +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • enum + • itertools + • locale + • sys + • warnings + +
+
+imported by: + PIL.PdfParser + • _strptime + • bottle + • email._parseaddr + • http.cookiejar + • ssl + +
+ +
+ +
+ + cefpython3 +MissingModule
+imported by: + webview.platforms.cef + +
+ +
+ +
+ + cffi +Package
+imports: + cffi + • cffi._imp_emulation + • cffi._pycparser + • cffi.api + • cffi.cparser + • cffi.error + • cffi.ffiplatform + • cffi.model + • cffi.pkgconfig + • cffi.vengine_cpy + • cffi.vengine_gen + +
+
+imported by: + cffi + • cffi._imp_emulation + • cffi._shimmed_dist_utils + • cffi.api + • cffi.cffi_opcode + • cffi.commontypes + • cffi.cparser + • cffi.error + • cffi.ffiplatform + • cffi.lock + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + • clr_loader.ffi + +
+ +
+ +
+ + cffi._imp_emulation +SourceModule
+imports: + _imp + • cffi + • imp + • importlib + • importlib._bootstrap + • importlib.machinery + • os + • sys + • tokenize + +
+
+imported by: + cffi + • cffi.vengine_cpy + +
+ +
+ +
+ + cffi._pycparser +MissingModule
+imported by: + cffi + • cffi.cparser + +
+ +
+ +
+ + cffi._shimmed_dist_utils +SourceModule
+imports: + 'setuptools._distutils.msvc9compiler' + • cffi + • distutils + • setuptools + • setuptools._distutils.ccompiler + • setuptools._distutils.command.build_ext + • setuptools._distutils.core + • setuptools._distutils.dir_util + • setuptools._distutils.errors + • setuptools._distutils.log + • setuptools._distutils.sysconfig + • sys + +
+
+imported by: + cffi.api + • cffi.ffiplatform + • cffi.recompiler + +
+ +
+ +
+ + cffi.api +SourceModule
+imports: + _cffi_backend + • cffi + • cffi._shimmed_dist_utils + • cffi.cparser + • cffi.error + • cffi.lock + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.verifier + • collections + • collections.Callable + • ctypes.util + • os + • re + • sys + • sysconfig + • types + +
+
+imported by: + cffi + +
+ +
+ +
+ + cffi.cffi_opcode +SourceModule
+imports: + cffi + • cffi.error + +
+
+imported by: + cffi.recompiler + +
+ +
+ +
+ + cffi.commontypes +SourceModule
+imports: + _cffi_backend + • cffi + • cffi.error + • cffi.model + • sys + +
+
+imported by: + cffi.cparser + +
+ +
+ +
+ + cffi.cparser +SourceModule
+imports: + _thread + • cffi + • cffi._pycparser + • cffi.commontypes + • cffi.error + • cffi.model + • pycparser + • pycparser.lextab + • pycparser.yacctab + • re + • sys + • thread + • warnings + • weakref + +
+
+imported by: + cffi + • cffi.api + +
+ +
+ +
+ + cffi.error +SourceModule
+imports: + cffi + +
+
+imported by: + cffi + • cffi.api + • cffi.cffi_opcode + • cffi.commontypes + • cffi.cparser + • cffi.ffiplatform + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + +
+ +
+ +
+ + cffi.ffiplatform +SourceModule
+imports: + cStringIO + • cffi + • cffi._shimmed_dist_utils + • cffi.error + • io + • os + • os.path + • sys + +
+
+imported by: + cffi + • cffi.recompiler + • cffi.verifier + +
+ +
+ +
+ + cffi.lock +SourceModule
+imports: + _dummy_thread + • _thread + • cffi + • dummy_thread + • sys + • thread + +
+
+imported by: + cffi.api + • cffi.model + +
+ +
+ +
+ + cffi.model +SourceModule
+imports: + cffi + • cffi.error + • cffi.lock + • types + • warnings + • weakref + +
+
+imported by: + cffi + • cffi.api + • cffi.commontypes + • cffi.cparser + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + +
+ +
+ +
+ + cffi.pkgconfig +SourceModule
+imports: + cffi + • cffi.error + • os + • subprocess + • sys + +
+
+imported by: + cffi + • cffi.api + +
+ +
+ +
+ + cffi.recompiler +SourceModule
+imports: + cffi + • cffi._shimmed_dist_utils + • cffi.cffi_opcode + • cffi.error + • cffi.ffiplatform + • cffi.model + • io + • os + • sys + • sysconfig + +
+
+imported by: + cffi.api + +
+ +
+ +
+ + cffi.vengine_cpy +SourceModule
+imports: + cffi + • cffi._imp_emulation + • cffi.error + • cffi.model + • sys + • warnings + +
+
+imported by: + cffi + • cffi.verifier + +
+ +
+ +
+ + cffi.vengine_gen +SourceModule
+imports: + cffi + • cffi.error + • cffi.model + • os + • sys + • types + +
+
+imported by: + cffi + • cffi.verifier + +
+ +
+ +
+ + cffi.verifier +SourceModule
+imports: + _cffi_backend + • binascii + • cffi + • cffi.error + • cffi.ffiplatform + • cffi.vengine_cpy + • cffi.vengine_gen + • imp + • importlib.machinery + • io + • os + • shutil + • sys + +
+
+imported by: + cffi.api + +
+ +
+ +
+ + charset_normalizer +Package
+imports: + __future__ + • charset_normalizer.api + • charset_normalizer.legacy + • charset_normalizer.md__mypyc + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • logging + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.md__mypyc + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • numpy.f2py.crackfortran + +
+ +
+ +
+ + charset_normalizer.api +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • logging + • os + • typing + +
+
+imported by: + charset_normalizer + • charset_normalizer.legacy + +
+ +
+ +
+ + charset_normalizer.cd +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.constant + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • codecs + • collections + • functools + • importlib + • typing + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.models + +
+ +
+ +
+ + charset_normalizer.constant +SourceModule
+imports: + __future__ + • charset_normalizer + • codecs + • encodings.aliases + • re + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + +
+ +
+ +
+ + charset_normalizer.legacy +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.constant + • typing + • typing_extensions + • warnings + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + charset_normalizer.md C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\charset_normalizer\md.cp313-win_amd64.pyd
+imports: + __future__ + • charset_normalizer + • charset_normalizer.constant + • charset_normalizer.utils + • functools + • logging + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + +
+ +
+ +
+ + charset_normalizer.md__mypyc C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\charset_normalizer\md__mypyc.cp313-win_amd64.pyd
+imports: + charset_normalizer + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + charset_normalizer.models +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.utils + • encodings.aliases + • hashlib + • json + • re + • typing + +
+
+imported by: + charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + +
+ +
+ +
+ + charset_normalizer.utils +SourceModule
+imports: + __future__ + • _multibytecodec + • charset_normalizer + • charset_normalizer.constant + • codecs + • encodings.aliases + • functools + • importlib + • logging + • re + • typing + • unicodedata + +
+
+imported by: + charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.md + • charset_normalizer.models + +
+ +
+ +
+ + charset_normalizer.version +SourceModule
+imports: + __future__ + • charset_normalizer + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + cheroot +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + cherrypy +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + clr +SourceModule
+imports: + platform + • pythonnet + • warnings + +
+
+imported by: + messenger_app.py + • webview.platforms.edgechromium + • webview.platforms.mshtml + • webview.platforms.winforms + +
+ +
+ +
+ + clr_loader +Package
+imports: + clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.types + • clr_loader.util + • clr_loader.util.find + • clr_loader.util.runtime_spec + • pathlib + • tempfile + • typing + +
+
+imported by: + clr_loader.ffi + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.types + • clr_loader.util + • pythonnet + +
+ +
+ +
+ + clr_loader.ffi +Package
+imports: + cffi + • clr_loader + • clr_loader.ffi + • clr_loader.ffi.hostfxr + • clr_loader.ffi.mono + • clr_loader.ffi.netfx + • pathlib + • sys + • typing + +
+
+imported by: + clr_loader.ffi + • clr_loader.ffi.hostfxr + • clr_loader.ffi.mono + • clr_loader.ffi.netfx + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.types + +
+ +
+ +
+ + clr_loader.ffi.hostfxr +SourceModule
+imports: + clr_loader.ffi + • sys + +
+
+imported by: + clr_loader.ffi + +
+ +
+ +
+ + clr_loader.ffi.mono +SourceModule
+imports: + clr_loader.ffi + +
+
+imported by: + clr_loader.ffi + +
+ +
+ +
+ + clr_loader.ffi.netfx +SourceModule
+imports: + clr_loader.ffi + +
+
+imported by: + clr_loader.ffi + +
+ +
+ +
+ + clr_loader.hostfxr +SourceModule
+imports: + clr_loader + • clr_loader.ffi + • clr_loader.types + • clr_loader.util + • pathlib + • sys + • typing + +
+
+imported by: + clr_loader + +
+ +
+ +
+ + clr_loader.mono +SourceModule
+imports: + atexit + • clr_loader + • clr_loader.ffi + • clr_loader.types + • clr_loader.util + • pathlib + • re + • typing + • warnings + +
+
+imported by: + clr_loader + +
+ +
+ +
+ + clr_loader.netfx +SourceModule
+imports: + atexit + • clr_loader + • clr_loader.ffi + • clr_loader.types + • pathlib + • typing + +
+
+imported by: + clr_loader + +
+ +
+ +
+ + clr_loader.types +SourceModule
+imports: + abc + • clr_loader + • clr_loader.ffi + • dataclasses + • os + • typing + +
+
+imported by: + clr_loader + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.util + +
+ +
+ +
+ + clr_loader.util +Package
+imports: + clr_loader + • clr_loader.types + • clr_loader.util.clr_error + • clr_loader.util.coreclr_errors + • clr_loader.util.find + • clr_loader.util.hostfxr_errors + • pathlib + • typing + +
+
+imported by: + clr_loader + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.util.clr_error + • clr_loader.util.coreclr_errors + • clr_loader.util.find + • clr_loader.util.hostfxr_errors + • clr_loader.util.runtime_spec + +
+ +
+ +
+ + clr_loader.util.clr_error +SourceModule
+imports: + clr_loader.util + • typing + +
+
+imported by: + clr_loader.util + • clr_loader.util.coreclr_errors + • clr_loader.util.hostfxr_errors + +
+ +
+ +
+ + clr_loader.util.coreclr_errors +SourceModule
+imports: + clr_loader.util + • clr_loader.util.clr_error + • sys + • typing + • xml.etree + • xml.etree.ElementTree + +
+
+imported by: + clr_loader.util + +
+ +
+ +
+ + clr_loader.util.find +SourceModule
+imports: + clr_loader.util + • clr_loader.util.runtime_spec + • ctypes.util + • os + • pathlib + • platform + • re + • shutil + • subprocess + • sys + • typing + +
+
+imported by: + clr_loader + • clr_loader.util + +
+ +
+ +
+ + clr_loader.util.hostfxr_errors +SourceModule
+imports: + clr_loader.util + • clr_loader.util.clr_error + • typing + +
+
+imported by: + clr_loader.util + +
+ +
+ +
+ + clr_loader.util.runtime_spec +SourceModule
+imports: + clr_loader.util + • dataclasses + • json + • pathlib + • typing + +
+
+imported by: + clr_loader + • clr_loader.util.find + +
+ +
+ +
+ + cmd +SourceModule
+imports: + inspect + • readline + • string + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + code +SourceModule
+imports: + argparse + • builtins + • codeop + • readline + • sys + • traceback + +
+
+imported by: + _pyrepl.console + • _pyrepl.simple_interact + • pdb + +
+ +
+ +
+ + codecs +SourceModule
+imports: + _codecs + • builtins + • encodings + • sys + +
+
+imported by: + PIL.PdfParser + • _pickle + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.utils + • 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_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 + • messenger_app.py + • numpy.f2py.crackfortran + • pickle + • tokenize + • xml.sax.saxutils + +
+ +
+ +
+ + codeop +SourceModule
+imports: + __future__ + • warnings + +
+
+imported by: + code + • pdb + +
+ +
+ +
+ + collections +Package
+imports: + _collections + • _collections_abc + • _weakref + • collections.Callable + • collections.MutableMapping + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + +
+
+imported by: + PIL.PdfParser + • PIL.features + • _pydecimal + • _pyrepl.base_eventqueue + • _pyrepl.input + • _pyrepl.windows_console + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • bottle + • cffi.api + • charset_normalizer.cd + • concurrent.futures._base + • configparser + • contextlib + • difflib + • dis + • doctest + • email.feedparser + • functools + • importlib.metadata + • importlib.metadata._collections + • importlib.resources.readers + • inspect + • messenger_app.py + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.resource_tracker + • numpy._core.overrides + • numpy._core.records + • packaging._manylinux + • pkgutil + • platform + • pprint + • pydoc + • queue + • selectors + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._collections + • setuptools._vendor.importlib_metadata._itertools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.zipp._functools + • setuptools.command._requirestxt + • setuptools.config.setupcfg + • shlex + • shutil + • ssl + • statistics + • string + • threading + • tokenize + • typing + • typing_extensions + • unittest._log + • unittest.case + • unittest.util + • urllib.parse + • webview.dom.element + • webview.util + • xml.etree.ElementTree + +
+ +
+ +
+ + collections.Callable +MissingModule
+imported by: + cffi.api + • collections + +
+ +
+ +
+ + collections.MutableMapping +MissingModule
+imported by: + bottle + • collections + +
+ +
+ +
+ + colorsys +SourceModule
+imported by: + PIL.ImageColor + +
+ +
+ +
+ + 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 + • numpy.testing._private.utils + • setuptools._distutils.command.build_ext + +
+ +
+ +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • types + +
+
+imported by: + concurrent.futures + • concurrent.futures.process + • concurrent.futures.thread + +
+ +
+ +
+ + concurrent.futures.process +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • functools + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.queues + • multiprocessing.synchronize + • os + • queue + • sys + • threading + • traceback + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • types + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + configparser +SourceModule
+imports: + 'collections.abc' + • collections + • contextlib + • functools + • io + • itertools + • os + • re + • sys + • types + +
+
+imported by: + bottle + • setuptools._distutils.dist + • setuptools.command.setopt + • setuptools.config.expand + • setuptools.dist + • setuptools.unicode_utils + +
+ +
+ +
+ + contextlib +SourceModule
+imports: + _collections_abc + • abc + • collections + • functools + • os + • sys + • types + +
+
+imported by: + _aix_support + • _pyrepl.historical_reader + • _pyrepl.reader + • _threading_local + • ast + • asyncio.staggered + • bdb + • configparser + • getpass + • glob + • http.server + • importlib.metadata + • importlib.resources._adapters + • importlib.resources._common + • importlib.resources.readers + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.memmap + • numpy._core.records + • numpy.lib._histograms_impl + • numpy.lib._npyio_impl + • numpy.testing._private.utils + • packaging._manylinux + • packaging._tokenizer + • pdb + • pystray._util + • pystray._xorg + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.check + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.dist + • setuptools._distutils.version + • setuptools._path + • setuptools._vendor.importlib_metadata + • setuptools._vendor.jaraco.context + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools.archive_util + • setuptools.command.sdist + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.depends + • setuptools.msvc + • setuptools.wheel + • subprocess + • traceback + • typing + • typing_extensions + • unittest.case + • unittest.mock + • urllib.request + • xml.etree.ElementTree + • zipfile._path + +
+ +
+ +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+
+imported by: + _pydecimal + • asyncio.events + • asyncio.futures + • asyncio.runners + • asyncio.tasks + • asyncio.threads + • numpy._core.printoptions + • unittest.async_case + +
+ +
+ +
+ + copy +SourceModule
+imports: + copyreg + • types + • weakref + +
+
+imported by: + PIL.GifImagePlugin + • _sre + • argparse + • collections + • dataclasses + • email.generator + • gettext + • http.cookiejar + • http.server + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.ma.core + • pycparser.ply.lex + • setuptools._vendor.backports.tarfile + • tarfile + • weakref + • webbrowser + • webview.models + • webview.platforms.cef + • webview.platforms.qt + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + +
+ +
+ +
+ + copyreg +SourceModule
+imports: + functools + • operator + +
+
+imported by: + _pickle + • copy + • messenger_app.py + • multiprocessing.reduction + • numpy._core + • pickle + • re + • typing + +
+ +
+ +
+ + cryptography +MissingModule
+imported by: + webview + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + • types + +
+
+imported by: + importlib.metadata + • setuptools._vendor.importlib_metadata + • setuptools._vendor.wheel.wheelfile + +
+ +
+ +
+ + ctypes +Package
+imports: + _ctypes + • ctypes._endian + • ctypes.util + • ctypes.wintypes + • nt + • os + • struct + • sys + • types + • warnings + +
+
+imported by: + _ios_support + • _pyrepl._minimal_curses + • _pyrepl.windows_console + • ctypes._aix + • ctypes._endian + • ctypes.macholib + • ctypes.util + • ctypes.wintypes + • messenger_app.py + • multiprocessing.sharedctypes + • numpy._core._dtype_ctypes + • numpy._core._internal + • numpy.ctypeslib._ctypeslib + • packaging._manylinux + • platform + • pystray._util.win32 + • pystray._win32 + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools.windows_support + • webbrowser + • webview.platforms.cef + • webview.platforms.mshtml + • webview.platforms.winforms + +
+ +
+ +
+ + 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 + • 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: + _ios_support + • _pyrepl._minimal_curses + • cffi.api + • clr_loader.util.find + • ctypes + +
+ +
+ +
+ + ctypes.wintypes +SourceModule
+imports: + ctypes + +
+
+imported by: + _pyrepl.windows_console + • ctypes + • messenger_app.py + • pystray._util.win32 + • pystray._win32 + • setuptools.windows_support + • webview.platforms.winforms + +
+ +
+ +
+ + curses +Package
+imports: + _curses + • curses + • curses.has_key + • os + • sys + +
+
+imported by: + _curses + • _pyrepl.curses + • curses + • curses.has_key + +
+ +
+ +
+ + curses.has_key +SourceModule
+imports: + _curses + • curses + +
+
+imported by: + curses + +
+ +
+ +
+ + dataclasses +SourceModule
+imports: + abc + • copy + • inspect + • itertools + • keyword + • re + • reprlib + • sys + • types + +
+
+imported by: + _pyrepl._threading_handler + • _pyrepl.completing_reader + • _pyrepl.console + • _pyrepl.historical_reader + • _pyrepl.reader + • _pyrepl.readline + • clr_loader.types + • clr_loader.util.runtime_spec + • packaging._tokenizer + • pprint + • setuptools._vendor.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging._tokenizer + +
+ +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _pydatetime + • time + +
+
+imported by: + PIL._imagingcms + • _strptime + • bottle + • calendar + • email.utils + • http.cookiejar + • http.server + • setuptools._vendor.tomli._re + • setuptools.warnings + • tomllib._re + • webview + • xmlrpc.client + • xmlrpc.server + +
+ +
+ +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + • sys + +
+
+imported by: + fractions + • setuptools.config._validate_pyproject.fastjsonschema_validations + • statistics + • xmlrpc.client + +
+ +
+ +
+ + defusedxml +Package
+imports: + __future__ + • defusedxml + • defusedxml.ElementTree + • defusedxml.cElementTree + • defusedxml.common + • defusedxml.expatbuilder + • defusedxml.expatreader + • defusedxml.minidom + • defusedxml.pulldom + • defusedxml.sax + • defusedxml.xmlrpc + • warnings + +
+
+imported by: + PIL.Image + • defusedxml + • defusedxml.ElementTree + • defusedxml.cElementTree + • defusedxml.common + • defusedxml.expatbuilder + • defusedxml.expatreader + • defusedxml.minidom + • defusedxml.pulldom + • defusedxml.sax + • defusedxml.xmlrpc + +
+ +
+ +
+ + defusedxml.ElementTree +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.common + • importlib + • sys + • warnings + • xml.etree.ElementTree + +
+
+imported by: + PIL.Image + • defusedxml + • defusedxml.cElementTree + +
+ +
+ +
+ + defusedxml.cElementTree +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.ElementTree + • defusedxml.common + • warnings + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+
+imported by: + defusedxml + +
+ +
+ +
+ + defusedxml.common +SourceModule
+imports: + defusedxml + • sys + • xml.parsers.expat + +
+
+imported by: + defusedxml + • defusedxml.ElementTree + • defusedxml.cElementTree + • defusedxml.expatbuilder + • defusedxml.expatreader + • defusedxml.xmlrpc + +
+ +
+ +
+ + defusedxml.expatbuilder +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.common + • xml.dom.expatbuilder + +
+
+imported by: + defusedxml + • defusedxml.minidom + +
+ +
+ +
+ + defusedxml.expatreader +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.common + • xml.sax.expatreader + +
+
+imported by: + defusedxml + • defusedxml.sax + +
+ +
+ +
+ + defusedxml.minidom +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.expatbuilder + • defusedxml.pulldom + • xml.dom.minidom + +
+
+imported by: + defusedxml + +
+ +
+ +
+ + defusedxml.pulldom +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.sax + • xml.dom.pulldom + +
+
+imported by: + defusedxml + • defusedxml.minidom + +
+ +
+ +
+ + defusedxml.sax +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.expatreader + • io + • xml.sax + +
+
+imported by: + defusedxml + • defusedxml.pulldom + +
+ +
+ +
+ + defusedxml.xmlrpc +SourceModule
+imports: + __future__ + • defusedxml + • defusedxml.common + • gzip + • io + • xmlrpc + • xmlrpc.client + • xmlrpc.server + • xmlrpclib + +
+
+imported by: + defusedxml + +
+ +
+ +
+ + diesel +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • heapq + • re + • types + +
+
+imported by: + difflib + • doctest + • numpy.testing._private.utils + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + _opcode + • argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + inspect + • pdb + • setuptools.depends + +
+ +
+ +
+ + distutils +AliasNode
+imports: + setuptools._distutils + • setuptools._distutils.sysconfig + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils.ccompiler + • setuptools._distutils.cmd + • setuptools._distutils.command + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.core + • setuptools._distutils.debug + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.errors + • setuptools._distutils.extension + • setuptools._distutils.fancy_getopt + • setuptools._distutils.filelist + • setuptools._distutils.log + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.text_file + • setuptools._distutils.util + • setuptools._distutils.versionpredicate + • setuptools._shutil + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.discovery + • setuptools.errors + • setuptools.installer + • setuptools.wheel + +
+ +
+ +
+ + doctest +SourceModule
+imports: + __future__ + • _colorize + • argparse + • builtins + • collections + • difflib + • functools + • inspect + • io + • linecache + • os + • pdb + • re + • sys + • traceback + • unittest + +
+
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + dummy_thread +MissingModule
+imported by: + cffi.lock + +
+ +
+ +
+ + email +Package
+imports: + email._header_value_parser + • email.charset + • email.errors + • email.header + • email.parser + +
+
+imported by: + 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._core_metadata + • setuptools._distutils.dist + • setuptools._vendor.importlib_metadata + • 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.generator + • 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.errors + • email.utils + • io + • random + • re + • sys + • time + +
+
+imported by: + email.message + • setuptools._vendor.wheel.cli.pack + • setuptools.command.bdist_wheel + +
+ +
+ +
+ + 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 + • setuptools.config._apply_pyprojecttoml + +
+ +
+ +
+ + email.iterators +SourceModule
+imports: + email + • io + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.message +SourceModule
+imports: + binascii + • email + • email._encoded_words + • email._policybase + • email.charset + • email.errors + • email.generator + • email.iterators + • email.policy + • email.utils + • io + • quopri + • re + +
+
+imported by: + email.contentmanager + • email.feedparser + • email.policy + • http.client + • importlib.metadata._adapters + • pydoc + • setuptools._core_metadata + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.metadata + • setuptools.command.bdist_wheel + • setuptools.config._validate_pyproject.formats + +
+ +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + email + • http.client + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.metadata + +
+ +
+ +
+ + email.policy +SourceModule
+imports: + email + • email._policybase + • email.contentmanager + • email.headerregistry + • email.message + • email.utils + • re + • sys + +
+
+imported by: + email.message + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + +
+ +
+ +
+ + 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 + • warnings + +
+
+imported by: + bottle + • 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_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_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 + • messenger_app.py + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+
+imported by: + charset_normalizer.constant + • charset_normalizer.models + • charset_normalizer.utils + • encodings + • locale + • messenger_app.py + +
+ +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + encodings + • messenger_app.py + +
+ +
+ +
+ + enum +SourceModule
+imports: + builtins + • functools + • sys + • types + • warnings + +
+
+imported by: + PIL.BlpImagePlugin + • PIL.DdsImagePlugin + • PIL.ExifTags + • PIL.FtexImagePlugin + • PIL.GifImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFont + • PIL.PngImagePlugin + • ast + • asyncio.constants + • asyncio.locks + • asyncio.runners + • asyncio.sslproto + • asyncio.timeouts + • calendar + • http + • inspect + • messenger_app.py + • numpy.__config__ + • numpy._globals + • numpy.f2py.symbolic + • packaging._elffile + • py_compile + • re + • setuptools._vendor.packaging._elffile + • setuptools._vendor.wheel.vendored.packaging._elffile + • signal + • socket + • ssl + • typing_extensions + • uuid + • webview + • webview.dom + • webview.dom.propsdict + • webview.state + • webview.window + +
+ +
+ +
+ + errno (builtin module)
+imported by: + _pyrepl.main + • _pyrepl.unix_console + • asyncio.base_events + • asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_events + • gettext + • gzip + • http.client + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.queues + • multiprocessing.shared_memory + • numpy.f2py._backends._meson + • pathlib._abc + • posixpath + • setuptools._distutils.file_util + • setuptools._vendor.jaraco.context + • shutil + • site + • socket + • ssl + • subprocess + • tempfile + • xmlrpc.client + +
+ +
+ +
+ + eventlet +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + fapws +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + fcntl +MissingModule
+imported by: + _pyrepl.unix_console + • subprocess + • xmlrpc.server + +
+ +
+ +
+ + fileinput +SourceModule
+imports: + bz2 + • getopt + • gzip + • io + • os + • sys + • types + • warnings + +
+
+imported by: + numpy.f2py.crackfortran + +
+ +
+ +
+ + flup +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • os + • posixpath + • re + +
+
+imported by: + bdb + • glob + • setuptools._distutils.filelist + • setuptools.discovery + • setuptools.glob + • shutil + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + fractions +SourceModule
+imports: + decimal + • functools + • math + • numbers + • operator + • re + • sys + +
+
+imported by: + PIL.PngImagePlugin + • PIL.TiffImagePlugin + • statistics + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • warnings + • weakref + +
+
+imported by: + PIL.GifImagePlugin + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFilter + • PIL.ImageMode + • PIL.ImageOps + • PIL.PsdImagePlugin + • _pyrepl.simple_interact + • _pyrepl.utils + • asyncio.format_helpers + • asyncio.runners + • asyncio.selector_events + • asyncio.tasks + • asyncio.threads + • asyncio.windows_events + • bottle + • charset_normalizer.cd + • charset_normalizer.md + • charset_normalizer.utils + • concurrent.futures.process + • configparser + • contextlib + • copyreg + • doctest + • email._encoded_words + • email.charset + • enum + • fnmatch + • fractions + • glob + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._functools + • importlib.resources._common + • inspect + • ipaddress + • locale + • messenger_app.py + • multiprocessing.reduction + • multiprocessing.shared_memory + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • numpy._core.shape_base + • numpy._core.strings + • numpy._utils + • numpy.f2py.auxfuncs + • numpy.fft._pocketfft + • numpy.lib._arraysetops_impl + • numpy.lib._arrayterator_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._utils_impl + • numpy.linalg._linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • operator + • packaging._manylinux + • packaging._musllinux + • packaging.version + • pathlib._abc + • pickle + • pkgutil + • platform + • pystray._base + • pystray._util.gtk + • pystray._xorg + • re + • setuptools + • setuptools._discovery + • setuptools._distutils._modified + • setuptools._distutils.compat.py39 + • setuptools._distutils.dir_util + • setuptools._distutils.filelist + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._entry_points + • setuptools._reqs + • setuptools._static + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._functools + • setuptools._vendor.importlib_metadata._typing + • setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • setuptools._vendor.jaraco.text + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging.utils + • setuptools._vendor.tomli._re + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.zipp + • setuptools._vendor.zipp._functools + • setuptools._vendor.zipp.compat.py313 + • setuptools.command.egg_info + • setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.dist + • setuptools.extension + • setuptools.wheel + • six + • statistics + • tempfile + • tokenize + • tomllib._re + • tracemalloc + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.mock + • unittest.result + • unittest.signals + • urllib.parse + • warnings + • webview.dom.element + • webview.platforms.cef + • webview.platforms.qt + • webview.window + • xmlrpc.server + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • numpy.testing._private.utils + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + messenger_app.py + • ntpath + • posixpath + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • fileinput + • mimetypes + • pydoc + • quopri + • setuptools._distutils.fancy_getopt + +
+ +
+ +
+ + getpass +SourceModule
+imports: + contextlib + • io + • msvcrt + • os + • pwd + • sys + • termios + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + gettext +SourceModule
+imports: + builtins + • copy + • errno + • locale + • operator + • os + • re + • struct + • sys + • warnings + +
+
+imported by: + argparse + • getopt + +
+ +
+ +
+ + gevent +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + gi +MissingModule
+imported by: + pystray._appindicator + • pystray._gtk + • pystray._util.gtk + • pystray._util.notify_dbus + • webview.platforms.gtk + +
+ +
+ +
+ + glob +SourceModule
+imports: + contextlib + • fnmatch + • functools + • itertools + • operator + • os + • re + • stat + • sys + • warnings + +
+
+imported by: + pathlib._abc + • pathlib._local + • pdb + • setuptools._distutils.command.sdist + • setuptools._vendor.wheel.cli.convert + • setuptools.command.bdist_wheel + • setuptools.config.expand + • setuptools.discovery + • setuptools.dist + • setuptools.installer + • webview.util + +
+ +
+ +
+ + google +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + grp +MissingModule
+imported by: + pathlib._local + • setuptools._distutils.archive_util + • setuptools._vendor.backports.tarfile + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + gunicorn +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • weakref + • zlib + +
+
+imported by: + PIL.FitsImagePlugin + • defusedxml.xmlrpc + • fileinput + • numpy.lib._datasource + • setuptools._vendor.backports.tarfile + • tarfile + • xmlrpc.client + +
+ +
+ +
+ + hashlib +SourceModule
+imports: + _blake2 + • _hashlib + • _md5 + • _sha1 + • _sha2 + • _sha3 + • logging + +
+
+imported by: + bottle + • charset_normalizer.models + • hmac + • random + • setuptools._vendor.wheel.wheelfile + • urllib.request + • uuid + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + +
+
+imported by: + asyncio.base_events + • asyncio.queues + • collections + • difflib + • messenger_app.py + • queue + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + bottle + • multiprocessing.connection + • secrets + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + html.entities + • http.server + • xmlrpc.server + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + +
+ +
+ +
+ + http +Package
+imports: + enum + +
+
+imported by: + http.client + • http.cookiejar + • http.cookies + • http.server + +
+ +
+ +
+ + http.client +SourceModule
+imports: + 'collections.abc' + • email.message + • email.parser + • errno + • http + • io + • re + • socket + • ssl + • sys + • urllib.parse + +
+
+imported by: + bottle + • 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.cookies +SourceModule
+imports: + http + • re + • string + • time + • types + +
+
+imported by: + bottle + • webview.platforms.android + • webview.util + +
+ +
+ +
+ + http.server +SourceModule
+imports: + argparse + • base64 + • binascii + • contextlib + • copy + • datetime + • email.utils + • html + • http + • http.client + • io + • itertools + • mimetypes + • os + • posixpath + • pwd + • select + • shutil + • socket + • socketserver + • subprocess + • sys + • time + • urllib.parse + • warnings + +
+
+imported by: + pydoc + • wsgiref.simple_server + • xmlrpc.server + +
+ +
+ +
+ + httplib +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + imp +MissingModule
+imported by: + bottle + • cffi._imp_emulation + • cffi.verifier + +
+ +
+ +
+ + importlib +Package
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • sys + +
+
+imported by: + _distutils_hack + • cffi._imp_emulation + • charset_normalizer.cd + • charset_normalizer.utils + • defusedxml.ElementTree + • importlib + • importlib._abc + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.abc + • importlib.machinery + • importlib.metadata + • importlib.readers + • importlib.resources + • importlib.resources._common + • importlib.util + • inspect + • pkgutil + • setuptools._distutils + • setuptools._vendor.importlib_metadata + • setuptools._vendor.zipp.compat.overlay + • setuptools.config.expand + +
+ +
+ +
+ + importlib._abc +SourceModule
+imports: + abc + • importlib + • importlib._bootstrap + +
+
+imported by: + importlib.abc + • importlib.util + +
+ +
+ +
+ + importlib._bootstrap +SourceModule
+imports: + _frozen_importlib_external + • importlib + +
+
+imported by: + cffi._imp_emulation + • importlib + • importlib._abc + • importlib.machinery + • importlib.util + • pydoc + +
+ +
+ +
+ + importlib._bootstrap_external +SourceModule
+imports: + _imp + • _io + • _warnings + • importlib + • importlib.metadata + • importlib.readers + • marshal + • nt + • posix + • sys + • tokenize + • winreg + +
+
+imported by: + importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ +
+ + importlib.abc +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • abc + • importlib + • importlib._abc + • importlib._bootstrap_external + • importlib.machinery + • importlib.resources + • importlib.resources.abc + • warnings + +
+
+imported by: + _distutils_hack + • importlib.metadata + • setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + importlib.machinery +SourceModule
+imports: + importlib + • importlib._bootstrap + • importlib._bootstrap_external + +
+
+imported by: + cffi._imp_emulation + • cffi.verifier + • ctypes.util + • importlib.abc + • inspect + • packaging.tags + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._imp + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.config.expand + • sysconfig + +
+ +
+ +
+ + importlib.metadata +Package
+imports: + __future__ + • abc + • collections + • contextlib + • csv + • email + • functools + • importlib + • importlib.abc + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._collections + • importlib.metadata._functools + • importlib.metadata._itertools + • importlib.metadata._meta + • inspect + • itertools + • json + • operator + • os + • pathlib + • posixpath + • re + • sys + • textwrap + • types + • typing + • warnings + • zipfile + +
+
+imported by: + importlib._bootstrap_external + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._collections + • importlib.metadata._functools + • importlib.metadata._itertools + • importlib.metadata._meta + • importlib.metadata._text + • numpy.testing._private.utils + • setuptools._importlib + +
+ +
+ +
+ + importlib.metadata._adapters +SourceModule
+imports: + email.message + • functools + • importlib.metadata + • importlib.metadata._text + • re + • textwrap + • warnings + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._collections +SourceModule
+imports: + collections + • importlib.metadata + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._functools +SourceModule
+imports: + functools + • importlib.metadata + • types + +
+
+imported by: + importlib.metadata + • importlib.metadata._text + +
+ +
+ +
+ + importlib.metadata._itertools +SourceModule
+imports: + importlib.metadata + • itertools + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._meta +SourceModule
+imports: + __future__ + • importlib.metadata + • os + • typing + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._text +SourceModule
+imports: + importlib.metadata + • importlib.metadata._functools + • re + +
+
+imported by: + importlib.metadata._adapters + +
+ +
+ +
+ + importlib.readers +SourceModule
+imports: + importlib + • importlib.resources.readers + +
+
+imported by: + importlib._bootstrap_external + • zipimport + +
+ +
+ +
+ + importlib.resources +Package
+imports: + importlib + • importlib.resources + • importlib.resources._common + • importlib.resources._functional + • importlib.resources.abc + +
+
+imported by: + importlib.abc + • importlib.resources + • importlib.resources._adapters + • importlib.resources._common + • importlib.resources._functional + • importlib.resources._itertools + • importlib.resources.abc + • importlib.resources.readers + • setuptools._importlib + • setuptools._vendor.jaraco.text + +
+ +
+ +
+ + importlib.resources._adapters +SourceModule
+imports: + contextlib + • importlib.resources + • importlib.resources.abc + • io + +
+
+imported by: + importlib.resources._common + +
+ +
+ +
+ + importlib.resources._common +SourceModule
+imports: + contextlib + • functools + • importlib + • importlib.resources + • importlib.resources._adapters + • importlib.resources.abc + • inspect + • itertools + • os + • pathlib + • tempfile + • types + • typing + • warnings + +
+
+imported by: + importlib.resources + • importlib.resources._functional + +
+ +
+ +
+ + importlib.resources._functional +SourceModule
+imports: + importlib.resources + • importlib.resources._common + • warnings + +
+
+imported by: + importlib.resources + +
+ +
+ +
+ + importlib.resources._itertools +SourceModule
+imports: + importlib.resources + +
+
+imported by: + importlib.resources.readers + +
+ +
+ +
+ + importlib.resources.abc +SourceModule
+imports: + abc + • importlib.resources + • io + • itertools + • os + • pathlib + • typing + +
+
+imported by: + importlib.abc + • importlib.resources + • importlib.resources._adapters + • importlib.resources._common + • importlib.resources.readers + +
+ +
+ +
+ + importlib.resources.readers +SourceModule
+imports: + 'collections.abc' + • __future__ + • collections + • contextlib + • importlib.resources + • importlib.resources._itertools + • importlib.resources.abc + • itertools + • operator + • pathlib + • re + • warnings + • zipfile + +
+
+imported by: + importlib.readers + +
+ +
+ +
+ + importlib.util +SourceModule
+imports: + _imp + • importlib + • importlib._abc + • importlib._bootstrap + • importlib._bootstrap_external + • sys + • threading + • types + +
+
+imported by: + _distutils_hack + • bottle + • numpy.testing._private.extbuild + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._distutils.util + • setuptools._imp + • six + • sysconfig + • zipfile + +
+ +
+ +
+ + importlib_metadata +AliasNode
+imports: + setuptools._vendor.importlib_metadata + +
+
+imported by: + setuptools._importlib + +
+ +
+ +
+ + importlib_resources +MissingModule
+imported by: + setuptools._vendor.jaraco.text + +
+ +
+ +
+ + inspect +SourceModule
+imports: + 'collections.abc' + • abc + • argparse + • ast + • builtins + • collections + • dis + • enum + • functools + • importlib + • importlib.machinery + • itertools + • keyword + • linecache + • operator + • os + • re + • sys + • token + • tokenize + • types + • weakref + +
+
+imported by: + ast + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.tasks + • bdb + • bottle + • cmd + • dataclasses + • doctest + • importlib.metadata + • importlib.resources._common + • numpy.lib._utils_impl + • numpy.ma.core + • numpy.testing._private.utils + • pdb + • pkgutil + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pyi_rth_inspect.py + • pystray._base + • rlcompleter + • setuptools._vendor.importlib_metadata + • setuptools._vendor.jaraco.functools + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject.extra_validations + • setuptools.discovery + • setuptools.logging + • setuptools.monkey + • setuptools.warnings + • typing + • typing_extensions + • unittest.async_case + • unittest.mock + • warnings + • webview.event + • webview.util + • webview.window + • xmlrpc.server + +
+ +
+ +
+ + io +SourceModule
+imports: + _io + • abc + +
+
+imported by: + PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.EpsImagePlugin + • PIL.FtexImagePlugin + • PIL.GifImagePlugin + • PIL.GimpPaletteFile + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageFont + • PIL.ImageQt + • PIL.ImageTk + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MspImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • _colorize + • _compression + • _pyrepl.pager + • _pyrepl.windows_console + • asyncio.proactor_events + • asyncio.unix_events + • bottle + • bz2 + • cffi.ffiplatform + • cffi.recompiler + • cffi.verifier + • configparser + • csv + • defusedxml.sax + • defusedxml.xmlrpc + • dis + • doctest + • email.feedparser + • email.generator + • email.iterators + • email.message + • email.parser + • encodings.quopri_codec + • encodings.uu_codec + • fileinput + • getpass + • gzip + • http.client + • http.cookiejar + • http.server + • importlib.resources._adapters + • importlib.resources.abc + • logging + • lzma + • messenger_app.py + • multiprocessing.connection + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.reduction + • numpy.lib._format_impl + • numpy.testing._private.utils + • os + • pathlib._local + • pdb + • pickle + • pprint + • pycparser + • pydoc + • pystray._darwin + • quopri + • runpy + • setuptools._vendor.backports.tarfile + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.wheelfile + • setuptools._vendor.zipp + • setuptools._vendor.zipp.compat.py310 + • setuptools.command._requirestxt + • setuptools.config._validate_pyproject.error_reporting + • setuptools.dist + • shlex + • site + • six + • socket + • socketserver + • subprocess + • tarfile + • tempfile + • tokenize + • typing_extensions + • unittest.mock + • unittest.result + • urllib.error + • urllib.request + • uuid + • wsgiref.simple_server + • wsgiref.util + • xml.dom.minidom + • xml.dom.pulldom + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipfile._path + +
+ +
+ +
+ + ipaddress +SourceModule
+imports: + functools + • re + +
+
+imported by: + urllib.parse + • urllib.request + +
+ +
+ +
+ + itertools (builtin module)
+imported by: + PIL.GifImagePlugin + • PIL.ImageFile + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • _pydecimal + • asyncio.base_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_utils + • bottle + • calendar + • collections + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • ctypes.macholib.dyld + • dataclasses + • glob + • http.server + • importlib.metadata + • importlib.metadata._itertools + • importlib.resources._common + • importlib.resources.abc + • importlib.resources.readers + • inspect + • multiprocessing.connection + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.util + • numpy._core.einsumfunc + • numpy._core.numeric + • numpy._core.shape_base + • numpy.f2py._backends._meson + • numpy.lib._iotools + • numpy.lib._npyio_impl + • numpy.lib.recfunctions + • numpy.ma.extras + • packaging.specifiers + • pathlib._local + • pdb + • pickle + • platform + • pystray._base + • random + • reprlib + • setuptools._distutils.command.sdist + • setuptools._distutils.compat.py39 + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.dir_util + • setuptools._entry_points + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._itertools + • setuptools._vendor.jaraco.functools + • setuptools._vendor.jaraco.text + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.version + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.version + • setuptools._vendor.zipp + • setuptools.command._requirestxt + • setuptools.command.sdist + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject.formats + • setuptools.config.expand + • setuptools.discovery + • setuptools.dist + • setuptools.installer + • setuptools.msvc + • setuptools.wheel + • six + • statistics + • threading + • tokenize + • traceback + • weakref + • zipfile._path + +
+ +
+ +
+ + jaraco +AliasNode
+imports: + setuptools._vendor.jaraco + +
+
+imported by: + setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • setuptools._vendor.jaraco.text + +
+ +
+ +
+ + java +MissingModule
+imported by: + platform + +
+ +
+ +
+ + jinja2 +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + jnius +MissingModule
+imported by: + webview.platforms.android + • webview.platforms.android.jclass.app + • webview.platforms.android.jclass.content + • webview.platforms.android.jclass.net + • webview.platforms.android.jclass.os + • webview.platforms.android.jclass.view + • webview.platforms.android.jclass.webkit + • webview.platforms.android.jinterface.pywebview + • webview.platforms.android.jinterface.view + • webview.platforms.android.jinterface.webkit + +
+ +
+ +
+ + json +Package
+imports: + codecs + • json.decoder + • json.encoder + • json.scanner + +
+
+imported by: + bottle + • charset_normalizer.models + • clr_loader.util.runtime_spec + • importlib.metadata + • json.decoder + • json.encoder + • json.scanner + • numpy.__config__ + • numpy.testing._private.utils + • setuptools._vendor.importlib_metadata + • setuptools.config._validate_pyproject.error_reporting + • setuptools.msvc + • webview.dom.dom + • webview.dom.propsdict + • webview.http + • webview.platforms.android + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.state + • webview.util + +
+ +
+ +
+ + 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 + • dataclasses + • inspect + • messenger_app.py + • rlcompleter + • typing_extensions + +
+ +
+ +
+ + linecache +SourceModule
+imports: + os + • sys + • tokenize + +
+
+imported by: + _pyrepl.console + • asyncio.base_tasks + • bdb + • doctest + • inspect + • messenger_app.py + • pdb + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + _pydecimal + • _strptime + • calendar + • gettext + • messenger_app.py + • site + • subprocess + +
+ +
+ +
+ + logging +Package
+imports: + 'collections.abc' + • atexit + • io + • os + • pickle + • re + • string + • sys + • threading + • time + • traceback + • types + • warnings + • weakref + +
+
+imported by: + PIL.Image + • PIL.ImageFile + • PIL.PcxImagePlugin + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • asyncio.futures + • asyncio.log + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.md + • charset_normalizer.utils + • concurrent.futures._base + • hashlib + • http.cookiejar + • multiprocessing.util + • packaging.tags + • pystray._base + • setuptools._distutils._log + • setuptools._distutils.cmd + • setuptools._distutils.dist + • setuptools._distutils.log + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.util + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.formats + • setuptools.config.pyprojecttoml + • setuptools.logging + • unittest._log + • webview + • webview.dom.element + • webview.dom.event + • webview.event + • webview.guilib + • webview.http + • webview.platforms.android + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + • webview.util + • webview.window + +
+ +
+ +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + numpy.lib._datasource + • setuptools._vendor.backports.tarfile + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + mako +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + marshal (builtin module)
+imported by: + importlib._bootstrap_external + • pkgutil + • setuptools.command.bdist_egg + • setuptools.depends + • zipimport + +
+ +
+ +
+ + math (builtin module)
+imported by: + PIL.FitsImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.IcoImagePlugin + • PIL.Image + • PIL.ImageDraw + • PIL.JpegImagePlugin + • PIL.PdfImagePlugin + • PIL.PpmImagePlugin + • PIL.TiffImagePlugin + • _pydatetime + • _pydecimal + • asyncio.tasks + • asyncio.windows_events + • fractions + • numpy._core._internal + • numpy._core._machar + • numpy._core.numeric + • numpy.f2py.symbolic + • numpy.lib + • numpy.lib._index_tricks_impl + • random + • reprlib + • selectors + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • statistics + • urllib.parse + +
+ +
+ +
+ + meinheld +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + mimetypes +SourceModule
+imports: + _winapi + • getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + bottle + • http.server + • urllib.request + +
+ +
+ +
+ + mmap (builtin module)
+imported by: + PIL.Image + • PIL.ImageFile + • PIL.PdfParser + • multiprocessing.heap + • multiprocessing.shared_memory + • numpy._core.memmap + +
+ +
+ +
+ + more_itertools +AliasNode
+imports: + setuptools._vendor.more_itertools + +
+
+imported by: + setuptools._distutils.compilers.C.base + • setuptools._entry_points + • setuptools._itertools + • setuptools._path + • setuptools._vendor.jaraco.functools + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.dist + • setuptools.msvc + +
+ +
+ +
+ + msvcrt (builtin module)
+imported by: + _pyrepl.windows_console + • 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 + • 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 + • errno + • 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: + atexit + • 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 + • types + +
+
+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 + • types + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.popen_fork +SourceModule
+imports: + atexit + • multiprocessing + • multiprocessing.connection + • multiprocessing.util + • os + • signal + +
+
+imported by: + multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + +
+ +
+ +
+ + 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 + • subprocess + • sys + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + 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: + collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • types + • 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 + • collections + • 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 + • types + +
+
+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: + concurrent.futures.process + • 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 + • 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 + +
+ +
+ +
+ + netrc +SourceModule
+imports: + os + • pwd + • stat + +
+
+imported by: + ftplib + +
+ +
+ +
+ + nt (builtin module)
+imported by: + _colorize + • _pyrepl.windows_console + • ctypes + • importlib._bootstrap_external + • ntpath + • os + • shutil + +
+ +
+ +
+ + ntpath +SourceModule
+imports: + _winapi + • genericpath + • nt + • os + • string + • sys + +
+
+imported by: + messenger_app.py + • os + • os.path + • pathlib._local + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+
+imported by: + PIL.TiffImagePlugin + • PIL._typing + • _pydecimal + • fractions + • numpy._core.arrayprint + • numpy._core.numeric + • numpy._core.numerictypes + • numpy.polynomial._polybase + • setuptools.dist + • statistics + +
+ +
+ +
+ + numpy +Package
+imports: + numpy + • numpy.__config__ + • numpy._array_api_info + • numpy._core + • numpy._core._dtype_ctypes + • numpy._core._exceptions + • numpy._core._multiarray_tests + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.arange + • numpy._core.arccos + • numpy._core.arccosh + • numpy._core.arcsin + • numpy._core.arcsinh + • numpy._core.arctan + • numpy._core.arctan2 + • numpy._core.arctanh + • numpy._core.argsort + • numpy._core.array + • numpy._core.array2string + • numpy._core.array_repr + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_1d + • numpy._core.atleast_2d + • numpy._core.atleast_3d + • numpy._core.bitwise_and + • numpy._core.bitwise_count + • numpy._core.bitwise_or + • numpy._core.bitwise_xor + • numpy._core.bool_ + • numpy._core.byte + • numpy._core.bytes_ + • numpy._core.cbrt + • numpy._core.cdouble + • numpy._core.ceil + • numpy._core.character + • numpy._core.clongdouble + • numpy._core.complex64 + • numpy._core.complexfloating + • numpy._core.conj + • numpy._core.conjugate + • numpy._core.copysign + • numpy._core.cos + • numpy._core.cosh + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.datetime64 + • numpy._core.deg2rad + • numpy._core.degrees + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.divmod + • numpy._core.dot + • numpy._core.double + • numpy._core.e + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.equal + • numpy._core.errstate + • numpy._core.euler_gamma + • numpy._core.exp + • numpy._core.expm1 + • numpy._core.fabs + • numpy._core.finfo + • numpy._core.float16 + • numpy._core.float32 + • numpy._core.float_power + • numpy._core.floating + • numpy._core.floor + • numpy._core.floor_divide + • numpy._core.fmax + • numpy._core.fmin + • numpy._core.fmod + • numpy._core.frexp + • numpy._core.frompyfunc + • numpy._core.gcd + • numpy._core.greater + • numpy._core.greater_equal + • numpy._core.half + • numpy._core.heaviside + • numpy._core.hstack + • numpy._core.hypot + • numpy._core.iinfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.int16 + • numpy._core.int32 + • numpy._core.int64 + • numpy._core.int8 + • numpy._core.intc + • numpy._core.integer + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.isnat + • numpy._core.isscalar + • numpy._core.lcm + • numpy._core.ldexp + • numpy._core.left_shift + • numpy._core.less + • numpy._core.less_equal + • numpy._core.linspace + • numpy._core.log + • numpy._core.log1p + • numpy._core.log2 + • numpy._core.logaddexp + • numpy._core.logaddexp2 + • numpy._core.logical_and + • numpy._core.logical_not + • numpy._core.logical_or + • numpy._core.logical_xor + • numpy._core.long + • numpy._core.longdouble + • numpy._core.longlong + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.matvec + • numpy._core.max + • numpy._core.maximum + • numpy._core.memmap + • numpy._core.minimum + • numpy._core.mod + • numpy._core.modf + • numpy._core.moveaxis + • numpy._core.multiply + • numpy._core.ndarray + • numpy._core.negative + • numpy._core.newaxis + • numpy._core.not_equal + • numpy._core.number + • numpy._core.object_ + • numpy._core.ones + • numpy._core.outer + • numpy._core.pi + • numpy._core.positive + • numpy._core.power + • numpy._core.printoptions + • numpy._core.prod + • numpy._core.rad2deg + • numpy._core.radians + • numpy._core.reciprocal + • numpy._core.remainder + • numpy._core.result_type + • numpy._core.right_shift + • numpy._core.rint + • numpy._core.short + • numpy._core.sign + • numpy._core.signbit + • numpy._core.signedinteger + • numpy._core.single + • numpy._core.sinh + • numpy._core.sort + • numpy._core.spacing + • numpy._core.sqrt + • numpy._core.square + • numpy._core.str_ + • numpy._core.subtract + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tan + • numpy._core.tanh + • numpy._core.tensordot + • numpy._core.timedelta64 + • numpy._core.trace + • numpy._core.transpose + • numpy._core.true_divide + • numpy._core.trunc + • numpy._core.ubyte + • numpy._core.uint + • numpy._core.uint16 + • numpy._core.uint32 + • numpy._core.uint64 + • numpy._core.uintc + • numpy._core.uintp + • numpy._core.ulong + • numpy._core.ulonglong + • numpy._core.unsignedinteger + • numpy._core.ushort + • numpy._core.vecdot + • numpy._core.vecmat + • numpy._core.void + • numpy._core.vstack + • numpy._core.zeros + • numpy._distributor_init + • numpy._distributor_init_local + • numpy._expired_attrs_2_0 + • numpy._globals + • numpy._pytesttester + • numpy.char + • numpy.core + • numpy.ctypeslib + • numpy.dtypes + • numpy.exceptions + • numpy.f2py + • numpy.fft + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.lib._utils_impl + • numpy.lib.scimath + • numpy.linalg + • numpy.ma + • numpy.matlib + • numpy.matrixlib + • numpy.polynomial + • numpy.random + • numpy.rec + • numpy.strings + • numpy.testing + • numpy.typing + • numpy.version + • os + • pathlib + • sys + • warnings + +
+
+imported by: + numpy + • numpy.__config__ + • numpy._array_api_info + • numpy._core + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._internal + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.memmap + • numpy._core.numeric + • numpy._core.strings + • numpy._core.umath + • numpy._distributor_init + • numpy._expired_attrs_2_0 + • numpy._globals + • numpy._pytesttester + • numpy._typing + • numpy._typing._array_like + • numpy._typing._dtype_like + • numpy._typing._scalars + • numpy._typing._ufunc + • numpy._utils + • numpy.char + • numpy.core + • numpy.ctypeslib + • numpy.ctypeslib._ctypeslib + • numpy.dtypes + • numpy.exceptions + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f90mod_rules + • numpy.fft + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._iotools + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._utils_impl + • numpy.lib.recfunctions + • numpy.linalg + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matlib + • numpy.matrixlib + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + • numpy.random + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + • numpy.rec + • numpy.strings + • numpy.testing + • numpy.testing._private.utils + • numpy.testing.overrides + • numpy.typing + • numpy.version + +
+ +
+ +
+ + numpy.__config__ +SourceModule
+imports: + enum + • json + • numpy + • numpy._core._multiarray_umath + • warnings + • yaml + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._array_api_info +SourceModule
+imports: + numpy + • numpy._core + • numpy._core.complex64 + • numpy._core.float32 + • numpy._core.int16 + • numpy._core.int32 + • numpy._core.int64 + • numpy._core.int8 + • numpy._core.intp + • numpy._core.uint16 + • numpy._core.uint32 + • numpy._core.uint64 + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._core +Package
+imports: + copyreg + • numpy + • numpy._core + • numpy._core._add_newdocs + • numpy._core._add_newdocs_scalars + • numpy._core._asarray + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._internal + • numpy._core._machar + • numpy._core._methods + • numpy._core._multiarray_umath + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.arange + • numpy._core.arccos + • numpy._core.arccosh + • numpy._core.arcsin + • numpy._core.arcsinh + • numpy._core.arctan + • numpy._core.arctan2 + • numpy._core.arctanh + • numpy._core.argsort + • numpy._core.array + • numpy._core.array2string + • numpy._core.array_repr + • numpy._core.arrayprint + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_1d + • numpy._core.atleast_2d + • numpy._core.atleast_3d + • numpy._core.bitwise_and + • numpy._core.bitwise_count + • numpy._core.bitwise_or + • numpy._core.bitwise_xor + • numpy._core.bool_ + • numpy._core.byte + • numpy._core.bytes_ + • numpy._core.cbrt + • numpy._core.cdouble + • numpy._core.ceil + • numpy._core.character + • numpy._core.clongdouble + • numpy._core.complex64 + • numpy._core.complexfloating + • numpy._core.conj + • numpy._core.conjugate + • numpy._core.copysign + • numpy._core.cos + • numpy._core.cosh + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.datetime64 + • numpy._core.deg2rad + • numpy._core.degrees + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.divmod + • numpy._core.dot + • numpy._core.double + • numpy._core.e + • numpy._core.einsumfunc + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.equal + • numpy._core.errstate + • numpy._core.euler_gamma + • numpy._core.exp + • numpy._core.expm1 + • numpy._core.fabs + • numpy._core.finfo + • numpy._core.float16 + • numpy._core.float32 + • numpy._core.float_power + • numpy._core.floating + • numpy._core.floor + • numpy._core.floor_divide + • numpy._core.fmax + • numpy._core.fmin + • numpy._core.fmod + • numpy._core.frexp + • numpy._core.fromnumeric + • numpy._core.frompyfunc + • numpy._core.function_base + • numpy._core.gcd + • numpy._core.getlimits + • numpy._core.greater + • numpy._core.greater_equal + • numpy._core.half + • numpy._core.heaviside + • numpy._core.hstack + • numpy._core.hypot + • numpy._core.iinfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.int16 + • numpy._core.int32 + • numpy._core.int64 + • numpy._core.int8 + • numpy._core.intc + • numpy._core.integer + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.isnat + • numpy._core.isscalar + • numpy._core.lcm + • numpy._core.ldexp + • numpy._core.left_shift + • numpy._core.less + • numpy._core.less_equal + • numpy._core.linspace + • numpy._core.log + • numpy._core.log1p + • numpy._core.log2 + • numpy._core.logaddexp + • numpy._core.logaddexp2 + • numpy._core.logical_and + • numpy._core.logical_not + • numpy._core.logical_or + • numpy._core.logical_xor + • numpy._core.long + • numpy._core.longdouble + • numpy._core.longlong + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.matvec + • numpy._core.max + • numpy._core.maximum + • numpy._core.memmap + • numpy._core.minimum + • numpy._core.mod + • numpy._core.modf + • numpy._core.moveaxis + • numpy._core.multiarray + • numpy._core.multiply + • numpy._core.ndarray + • numpy._core.negative + • numpy._core.newaxis + • numpy._core.not_equal + • numpy._core.number + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.object_ + • numpy._core.ones + • numpy._core.outer + • numpy._core.overrides + • numpy._core.pi + • numpy._core.positive + • numpy._core.power + • numpy._core.prod + • numpy._core.rad2deg + • numpy._core.radians + • numpy._core.reciprocal + • numpy._core.records + • numpy._core.remainder + • numpy._core.result_type + • numpy._core.right_shift + • numpy._core.rint + • numpy._core.shape_base + • numpy._core.short + • numpy._core.sign + • numpy._core.signbit + • numpy._core.signedinteger + • numpy._core.single + • numpy._core.sinh + • numpy._core.sort + • numpy._core.spacing + • numpy._core.sqrt + • numpy._core.square + • numpy._core.str_ + • numpy._core.subtract + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tan + • numpy._core.tanh + • numpy._core.tensordot + • numpy._core.timedelta64 + • numpy._core.trace + • numpy._core.transpose + • numpy._core.true_divide + • numpy._core.trunc + • numpy._core.ubyte + • numpy._core.uint + • numpy._core.uint16 + • numpy._core.uint32 + • numpy._core.uint64 + • numpy._core.uintc + • numpy._core.uintp + • numpy._core.ulong + • numpy._core.ulonglong + • numpy._core.umath + • numpy._core.unsignedinteger + • numpy._core.ushort + • numpy._core.vecdot + • numpy._core.vecmat + • numpy._core.void + • numpy._core.vstack + • numpy._core.zeros + • numpy._pytesttester + • numpy.version + • os + • sys + • warnings + +
+
+imported by: + numpy + • numpy._array_api_info + • numpy._core + • numpy._core._add_newdocs + • numpy._core._add_newdocs_scalars + • numpy._core._asarray + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._exceptions + • numpy._core._internal + • numpy._core._machar + • numpy._core._methods + • numpy._core._multiarray_tests + • numpy._core._multiarray_umath + • numpy._core._string_helpers + • numpy._core._type_aliases + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.memmap + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.printoptions + • numpy._core.records + • numpy._core.shape_base + • numpy._core.strings + • numpy._core.umath + • numpy.core + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.lib._array_utils_impl + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._utils_impl + • numpy.lib.mixins + • numpy.linalg._linalg + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core._add_newdocs +SourceModule
+imports: + numpy._core + • numpy._core.function_base + • numpy._core.overrides + +
+
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core._add_newdocs_scalars +SourceModule
+imports: + numpy._core + • numpy._core.function_base + • numpy._core.numerictypes + • os + • sys + +
+
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core._asarray +SourceModule
+imports: + numpy._core + • numpy._core.multiarray + • numpy._core.overrides + +
+
+imported by: + numpy._core + • numpy._core.numeric + +
+ +
+ +
+ + numpy._core._dtype +SourceModule
+imports: + numpy + • numpy._core + +
+
+imported by: + numpy._core + • numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._dtype_ctypes +SourceModule
+imports: + _ctypes + • ctypes + • numpy + • numpy._core + +
+
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core._exceptions +SourceModule
+imports: + numpy._core + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._core._internal +SourceModule
+imports: + ast + • ctypes + • math + • numpy + • numpy._core + • numpy._core.multiarray + • numpy.exceptions + • re + • sys + • warnings + +
+
+imported by: + numpy._core + • numpy.ctypeslib._ctypeslib + +
+ +
+ +
+ + numpy._core._machar +SourceModule
+imports: + math + • numpy._core + • numpy._core._ufunc_config + • numpy._core.fromnumeric + +
+
+imported by: + numpy._core + • numpy._core.getlimits + +
+ +
+ +
+ + numpy._core._methods +SourceModule
+imports: + contextlib + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.numerictypes + • numpy._core.umath + • numpy._globals + • numpy.lib._stride_tricks_impl + • os + • pickle + • warnings + +
+
+imported by: + numpy._core + • numpy._core.fromnumeric + +
+ +
+ +
+ + numpy._core._multiarray_tests C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\_core\_multiarray_tests.cp313-win_amd64.pyd
+imports: + numpy._core + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._core._multiarray_umath C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\_core\_multiarray_umath.cp313-win_amd64.pyd
+imports: + numpy._core + +
+
+imported by: + numpy.__config__ + • numpy._core + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.multiarray + • numpy._core.overrides + • numpy._core.umath + • numpy.lib + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._npyio_impl + • numpy.lib._shape_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._utils_impl + • numpy.lib.introspect + +
+ +
+ +
+ + numpy._core._string_helpers +SourceModule
+imports: + numpy._core + +
+
+imported by: + numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._type_aliases +SourceModule
+imports: + numpy._core + • numpy._core.multiarray + +
+
+imported by: + numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._ufunc_config +SourceModule
+imports: + functools + • numpy._core + • numpy._core.umath + • numpy._utils + +
+
+imported by: + numpy._core._machar + • numpy._core.numeric + +
+ +
+ +
+ + numpy._core.add +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.all +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.amax +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.amin +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.arange +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.arccos +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arccosh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arcsin +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arcsinh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctan +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctan2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctanh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.argsort +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.array +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.array2string +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.array_repr +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.arrayprint +SourceModule
+imports: + _dummy_thread + • _thread + • contextlib + • functools + • numbers + • numpy + • numpy._core + • numpy._core.fromnumeric + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.printoptions + • numpy._core.umath + • operator + • sys + • warnings + +
+
+imported by: + numpy._core + • numpy._core.numeric + • numpy._core.records + +
+ +
+ +
+ + numpy._core.asanyarray +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.asarray +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.lib._array_utils_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.atleast_1d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.atleast_2d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.atleast_3d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._shape_base_impl + +
+ +
+ +
+ + numpy._core.bitwise_and +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_count +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_or +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_xor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bool_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.byte +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bytes_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cbrt +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cdouble +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.ceil +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.character +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.clongdouble +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.complex64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.complexfloating +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.conj +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.conjugate +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy._core.copysign +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cos +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cosh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.count_nonzero +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.cross +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.csingle +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.datetime64 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.defchararray +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.strings + • numpy._utils + • numpy.strings + +
+
+imported by: + numpy.char + +
+ +
+ +
+ + numpy._core.deg2rad +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.degrees +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.diagonal +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.divide +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.divmod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.dot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.double +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.e +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.einsumfunc +SourceModule
+imports: + itertools + • numpy._core + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • operator + +
+
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core.empty +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.empty_like +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.errstate +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.euler_gamma +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.exp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.expm1 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fabs +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.finfo +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.float16 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.float32 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.float_power +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floating +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floor_divide +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmax +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmin +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.frexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fromnumeric +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core._methods + • numpy._core._multiarray_umath + • numpy._core.multiarray + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.umath + • numpy._utils + • types + • warnings + +
+
+imported by: + numpy._core + • numpy._core._machar + • numpy._core.arrayprint + • numpy._core.numeric + • numpy._core.shape_base + • numpy.lib._function_base_impl + • numpy.lib._shape_base_impl + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.frompyfunc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.function_base +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • operator + • types + • warnings + +
+
+imported by: + numpy._core + • numpy._core._add_newdocs + • numpy._core._add_newdocs_scalars + • numpy.lib + +
+ +
+ +
+ + numpy._core.gcd +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.getlimits +SourceModule
+imports: + numpy._core + • numpy._core._machar + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.umath + • numpy._utils + • types + • warnings + +
+
+imported by: + numpy._core + • numpy.lib._type_check_impl + +
+ +
+ +
+ + numpy._core.greater +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.greater_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.half +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.heaviside +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.hstack +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.hypot +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.iinfo +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._twodim_base_impl + +
+ +
+ +
+ + numpy._core.inexact +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.inf +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.int16 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int32 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int8 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.intc +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.integer +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + +
+ +
+ +
+ + numpy._core.intp +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.isfinite +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.isnan +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.isnat +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.isscalar +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.lcm +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ldexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.left_shift +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.less +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.less_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.linspace +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._index_tricks_impl + +
+ +
+ +
+ + numpy._core.log +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.log1p +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.log2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logaddexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logaddexp2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_and +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_not +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_or +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_xor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.long +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.longdouble +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.longlong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.matmul +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.matrix_transpose +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.matvec +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.max +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.maximum +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.memmap +SourceModule
+imports: + contextlib + • mmap + • numpy + • numpy._core + • numpy._core.numeric + • numpy._utils + • operator + • os.path + +
+
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.minimum +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.mod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.modf +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.moveaxis +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.multiarray +SourceModule
+imports: + functools + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.overrides + +
+
+imported by: + numpy._core + • numpy._core._asarray + • numpy._core._internal + • numpy._core._methods + • numpy._core._type_aliases + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.shape_base + • numpy._core.strings + • numpy._typing._array_like + • numpy.ctypeslib._ctypeslib + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib._npyio_impl + • numpy.lib._shape_base_impl + • numpy.ma.core + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy._core.multiply +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.ndarray +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._utils_impl + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.negative +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.newaxis +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.not_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.number +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.numeric +SourceModule
+imports: + builtins + • functools + • itertools + • math + • numbers + • numpy + • numpy._core + • numpy._core._asarray + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.fromnumeric + • numpy._core.multiarray + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.shape_base + • numpy._core.umath + • numpy.exceptions + • operator + • sys + • warnings + +
+
+imported by: + numpy._core + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.memmap + • numpy._core.records + • numpy._core.shape_base + • numpy.lib._array_utils_impl + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib._iotools + • numpy.lib._nanfunctions_impl + • numpy.lib._polynomial_impl + • numpy.lib._scimath_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.ma.core + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy._core.numerictypes +SourceModule
+imports: + builtins + • numbers + • numpy._core + • numpy._core._dtype + • numpy._core._string_helpers + • numpy._core._type_aliases + • numpy._core.multiarray + • numpy._utils + • warnings + +
+
+imported by: + numpy._core + • numpy._core._add_newdocs_scalars + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.fromnumeric + • numpy._core.getlimits + • numpy._core.numeric + • numpy._core.records + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib._scimath_impl + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.object_ +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.ones +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.outer +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.overrides +SourceModule
+imports: + collections + • functools + • numpy._core + • numpy._core._multiarray_umath + • numpy._utils + • numpy._utils._inspect + +
+
+imported by: + numpy._core + • numpy._core._add_newdocs + • numpy._core._asarray + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.shape_base + • numpy._core.strings + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._scimath_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.lib.recfunctions + • numpy.linalg._linalg + • numpy.testing.overrides + +
+ +
+ +
+ + numpy._core.pi +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.positive +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.power +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.printoptions +SourceModule
+imports: + contextvars + • numpy._core + • sys + +
+
+imported by: + numpy + • numpy._core.arrayprint + +
+ +
+ +
+ + numpy._core.prod +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.rad2deg +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.radians +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.reciprocal +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.records +SourceModule
+imports: + collections + • contextlib + • numpy._core + • numpy._core.arrayprint + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._utils + • os + • warnings + +
+
+imported by: + numpy._core + • numpy.rec + +
+ +
+ +
+ + numpy._core.remainder +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.result_type +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.right_shift +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.rint +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.shape_base +SourceModule
+imports: + functools + • itertools + • numpy._core + • numpy._core.fromnumeric + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • operator + +
+
+imported by: + numpy._core + • numpy._core.numeric + • numpy.lib._shape_base_impl + +
+ +
+ +
+ + numpy._core.short +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sign +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.signbit +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.signedinteger +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.single +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.sinh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sort +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.spacing +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sqrt +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.square +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.str_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.strings +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.overrides + • numpy._core.umath + • sys + +
+
+imported by: + numpy._core.defchararray + • numpy.strings + +
+ +
+ +
+ + numpy._core.subtract +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sum +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.swapaxes +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.tan +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.tanh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.tensordot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.timedelta64 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.trace +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.transpose +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._function_base_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.true_divide +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.trunc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ubyte +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uint +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uint16 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uint32 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uint64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uintc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uintp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ulong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ulonglong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.umath +SourceModule
+imports: + numpy + • numpy._core + • numpy._core._multiarray_umath + +
+
+imported by: + numpy._core + • numpy._core._methods + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.fromnumeric + • numpy._core.getlimits + • numpy._core.numeric + • numpy._core.strings + • numpy.lib._function_base_impl + • numpy.lib.mixins + • numpy.ma.core + • numpy.testing.overrides + +
+ +
+ +
+ + numpy._core.unsignedinteger +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ushort +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.vecdot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.vecmat +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.void +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.vstack +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._shape_base_impl + +
+ +
+ +
+ + numpy._core.zeros +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._distributor_init +SourceModule
+imports: + numpy + • numpy._distributor_init_local + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._distributor_init_local +MissingModule
+imported by: + numpy + • numpy._distributor_init + +
+ +
+ +
+ + numpy._expired_attrs_2_0 +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._globals +SourceModule
+imports: + enum + • numpy + • numpy._utils + +
+
+imported by: + numpy + • numpy._core._methods + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._pytesttester +SourceModule
+imports: + numpy + • numpy.testing + • os + • sys + • warnings + +
+
+imported by: + numpy + • numpy._core + • numpy.f2py + • numpy.fft + • numpy.lib + • numpy.linalg + • numpy.ma + • numpy.matrixlib + • numpy.polynomial + • numpy.random + • numpy.testing + • numpy.typing + +
+ +
+ +
+ + numpy._typing +Package
+imports: + numpy + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._nbit + • numpy._typing._nbit_base + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy._typing._ufunc + +
+
+imported by: + numpy._typing._add_docstring + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._nbit + • numpy._typing._nbit_base + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy._typing._ufunc + • numpy.linalg._linalg + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + • numpy.typing + +
+ +
+ +
+ + numpy._typing._add_docstring +SourceModule
+imports: + numpy._typing + • numpy._typing._array_like + • re + • textwrap + +
+
+imported by: + numpy.typing + +
+ +
+ +
+ + numpy._typing._array_like +SourceModule
+imports: + 'collections.abc' + • numpy + • numpy._core.multiarray + • numpy._typing + • numpy._typing._nbit_base + • numpy._typing._nested_sequence + • numpy._typing._shape + • sys + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._add_docstring + +
+ +
+ +
+ + numpy._typing._char_codes +SourceModule
+imports: + numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._dtype_like + +
+ +
+ +
+ + numpy._typing._dtype_like +SourceModule
+imports: + 'collections.abc' + • numpy + • numpy._typing + • numpy._typing._char_codes + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._nbit +SourceModule
+imports: + numpy._typing + • numpy._typing._nbit_base + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._nbit_base +SourceModule
+imports: + numpy._typing + • numpy._utils + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + • numpy._typing._nbit + +
+ +
+ +
+ + numpy._typing._nested_sequence +SourceModule
+imports: + 'collections.abc' + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + +
+ +
+ +
+ + numpy._typing._scalars +SourceModule
+imports: + numpy + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._shape +SourceModule
+imports: + 'collections.abc' + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + +
+ +
+ +
+ + numpy._typing._ufunc +SourceModule
+imports: + numpy + • numpy._typing + +
+
+imported by: + numpy._typing + • numpy.linalg._umath_linalg + +
+ +
+ +
+ + numpy._utils +Package
+imports: + functools + • numpy + • numpy._utils._convertions + • warnings + +
+
+imported by: + numpy._core._ufunc_config + • numpy._core.defchararray + • numpy._core.fromnumeric + • numpy._core.getlimits + • numpy._core.memmap + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.records + • numpy._globals + • numpy._typing._nbit_base + • numpy._utils._convertions + • numpy._utils._inspect + • numpy.ctypeslib._ctypeslib + • numpy.lib._array_utils_impl + • numpy.lib._datasource + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib._iotools + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._type_check_impl + • numpy.lib._utils_impl + • numpy.linalg._linalg + • numpy.ma.core + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy._utils._convertions +SourceModule
+imports: + numpy._utils + +
+
+imported by: + numpy._utils + +
+ +
+ +
+ + numpy._utils._inspect +SourceModule
+imports: + numpy._utils + • types + +
+
+imported by: + numpy._core.overrides + • numpy.ma.core + +
+ +
+ +
+ + numpy.char +Package
+imports: + numpy + • numpy._core.defchararray + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.core +Package
+imports: + numpy + • numpy._core + • numpy.core._utils + +
+
+imported by: + numpy + • numpy.core._utils + +
+ +
+ +
+ + numpy.core._utils +SourceModule
+imports: + numpy.core + • warnings + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.ctypeslib +Package
+imports: + numpy + • numpy.ctypeslib._ctypeslib + +
+
+imported by: + numpy + • numpy.ctypeslib._ctypeslib + +
+ +
+ +
+ + numpy.ctypeslib._ctypeslib +SourceModule
+imports: + ctypes + • numpy + • numpy._core._internal + • numpy._core.multiarray + • numpy._utils + • numpy.ctypeslib + • os + • sys + • sysconfig + +
+
+imported by: + numpy.ctypeslib + +
+ +
+ +
+ + numpy.dtypes +SourceModule
+imports: + numpy + • numpy.dtypes + +
+
+imported by: + numpy + • numpy.dtypes + +
+ +
+ +
+ + numpy.exceptions +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + • numpy._core._internal + • numpy._core.numeric + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.lib._polynomial_impl + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy.f2py +Package
+imports: + numpy + • numpy._pytesttester + • numpy.exceptions + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.symbolic + • numpy.f2py.use_rules + • os + • subprocess + • sys + • warnings + +
+
+imported by: + numpy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py._backends + • numpy.f2py._isocbind + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.symbolic + • numpy.f2py.use_rules + +
+ +
+ +
+ + numpy.f2py.__version__ +SourceModule
+imports: + numpy.f2py + • numpy.version + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py._backends +Package
+imports: + numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + +
+
+imported by: + numpy.f2py._backends._backend + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.f2py._backends._backend +SourceModule
+imports: + abc + • numpy.f2py._backends + +
+
+imported by: + numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + +
+ +
+ +
+ + numpy.f2py._backends._distutils +SourceModule
+imports: + numpy.exceptions + • numpy.f2py._backends + • numpy.f2py._backends._backend + • os + • shutil + • sys + • warnings + +
+
+imported by: + numpy.f2py._backends + +
+ +
+ +
+ + numpy.f2py._backends._meson +SourceModule
+imports: + errno + • itertools + • numpy.f2py._backends + • numpy.f2py._backends._backend + • os + • pathlib + • re + • shutil + • string + • subprocess + • sys + +
+
+imported by: + numpy.f2py._backends + +
+ +
+ +
+ + numpy.f2py._isocbind +SourceModule
+imports: + numpy.f2py + +
+
+imported by: + numpy.f2py.capi_maps + • numpy.f2py.func2subr + +
+ +
+ +
+ + numpy.f2py.auxfuncs +SourceModule
+imports: + functools + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • pprint + • re + • sys + • types + +
+
+imported by: + numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.use_rules + +
+ +
+ +
+ + numpy.f2py.capi_maps +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py._isocbind + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.crackfortran + • os + • re + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.cb_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.f2py.cfuncs +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • sys + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.common_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + +
+
+imported by: + numpy.f2py + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.crackfortran +SourceModule
+imports: + charset_normalizer + • codecs + • copy + • fileinput + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.symbolic + • os + • pathlib + • platform + • re + • string + • sys + +
+
+imported by: + numpy.f2py.capi_maps + • numpy.f2py.common_rules + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + +
+ +
+ +
+ + numpy.f2py.diagnose +SourceModule
+imports: + 'numpy_distutils.command' + • 'numpy_distutils.cpuinfo' + • 'numpy_distutils.fcompiler' + • numpy + • numpy.f2py + • numpy.f2py.f2py2e + • numpy_distutils + • os + • sys + • tempfile + +
+
+imported by: + numpy.f2py + +
+ +
+ +
+ + numpy.f2py.f2py2e +SourceModule
+imports: + argparse + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py._backends + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + • os + • pprint + • re + • sys + • tempfile + +
+
+imported by: + numpy.f2py + • numpy.f2py.diagnose + +
+ +
+ +
+ + numpy.f2py.f90mod_rules +SourceModule
+imports: + numpy + • numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + • numpy.f2py.rules + +
+
+imported by: + numpy.f2py + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.func2subr +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py._isocbind + • numpy.f2py.auxfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.common_rules + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.rules +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.use_rules + • os + • pathlib + • sys + • time + +
+
+imported by: + numpy.f2py + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + +
+ +
+ +
+ + numpy.f2py.symbolic +SourceModule
+imports: + enum + • math + • numpy.f2py + • re + • warnings + +
+
+imported by: + numpy.f2py + • numpy.f2py.crackfortran + +
+ +
+ +
+ + numpy.f2py.use_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.auxfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.fft +Package
+imports: + numpy + • numpy._pytesttester + • numpy.fft + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.fft._pocketfft_umath + • numpy.fft.helper + +
+
+imported by: + numpy + • numpy.fft + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.fft._pocketfft_umath + • numpy.fft.helper + +
+ +
+ +
+ + numpy.fft._helper +SourceModule
+imports: + numpy._core + • numpy._core.arange + • numpy._core.asarray + • numpy._core.empty + • numpy._core.integer + • numpy._core.overrides + • numpy.fft + +
+
+imported by: + numpy.fft + • numpy.fft.helper + +
+ +
+ +
+ + numpy.fft._pocketfft +SourceModule
+imports: + functools + • numpy._core + • numpy._core.asarray + • numpy._core.conjugate + • numpy._core.empty_like + • numpy._core.overrides + • numpy._core.reciprocal + • numpy._core.result_type + • numpy._core.sqrt + • numpy.fft + • numpy.fft._pocketfft_umath + • numpy.lib.array_utils + • warnings + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.fft._pocketfft_umath C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\fft\_pocketfft_umath.cp313-win_amd64.pyd
+imports: + numpy.fft + +
+
+imported by: + numpy.fft + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy.fft.helper +SourceModule
+imports: + numpy.fft + • numpy.fft._helper + • warnings + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.lib +Package
+imports: + math + • numpy + • numpy._core._multiarray_umath + • numpy._core.function_base + • numpy._pytesttester + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._arrayterator_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.lib._utils_impl + • numpy.lib._version + • numpy.lib.array_utils + • numpy.lib.format + • numpy.lib.introspect + • numpy.lib.mixins + • numpy.lib.npyio + • numpy.lib.recfunctions + • numpy.lib.scimath + • numpy.lib.stride_tricks + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._array_utils_impl + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._arrayterator_impl + • numpy.lib._datasource + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._iotools + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._scimath_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.lib._utils_impl + • numpy.lib._version + • numpy.lib.array_utils + • numpy.lib.format + • numpy.lib.introspect + • numpy.lib.mixins + • numpy.lib.npyio + • numpy.lib.recfunctions + • numpy.lib.scimath + • numpy.lib.stride_tricks + • numpy.testing.overrides + +
+ +
+ +
+ + numpy.lib._array_utils_impl +SourceModule
+imports: + numpy._core + • numpy._core.asarray + • numpy._core.numeric + • numpy._utils + • numpy.lib + +
+
+imported by: + numpy.lib.array_utils + +
+ +
+ +
+ + numpy.lib._arraypad_impl +SourceModule
+imports: + numpy + • numpy._core.overrides + • numpy.lib + • numpy.lib._index_tricks_impl + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._arraysetops_impl +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.overrides + • numpy.lib + • typing + • warnings + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._arrayterator_impl +SourceModule
+imports: + functools + • numpy.lib + • operator + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib._datasource +SourceModule
+imports: + bz2 + • gzip + • lzma + • numpy._utils + • numpy.lib + • os + • shutil + • tempfile + • urllib.error + • urllib.parse + • urllib.request + +
+
+imported by: + numpy.lib._npyio_impl + +
+ +
+ +
+ + numpy.lib._format_impl +SourceModule
+imports: + ast + • io + • numpy + • numpy._utils + • numpy.lib + • numpy.lib._utils_impl + • os + • pickle + • struct + • tokenize + • warnings + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.format + +
+ +
+ +
+ + numpy.lib._function_base_impl +SourceModule
+imports: + 'collections.abc' + • builtins + • functools + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.fromnumeric + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.transpose + • numpy._core.umath + • numpy._utils + • numpy.lib + • numpy.lib._histograms_impl + • numpy.lib._twodim_base_impl + • re + • sys + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._polynomial_impl + • numpy.ma.extras + +
+ +
+ +
+ + numpy.lib._histograms_impl +SourceModule
+imports: + contextlib + • functools + • numpy + • numpy._core + • numpy._core.overrides + • numpy.lib + • operator + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._function_base_impl + +
+ +
+ +
+ + numpy.lib._index_tricks_impl +SourceModule
+imports: + functools + • math + • numpy + • numpy._core + • numpy._core.linspace + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._utils + • numpy.lib + • numpy.lib._function_base_impl + • numpy.lib.stride_tricks + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._shape_base_impl + • numpy.ma.extras + +
+ +
+ +
+ + numpy.lib._iotools +SourceModule
+imports: + itertools + • numpy + • numpy._core.numeric + • numpy._utils + • numpy.lib + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.recfunctions + +
+ +
+ +
+ + numpy.lib._nanfunctions_impl +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.numeric + • numpy._core.overrides + • numpy.lib + • numpy.lib._function_base_impl + • warnings + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._npyio_impl +SourceModule
+imports: + 'collections.abc' + • contextlib + • functools + • itertools + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.multiarray + • numpy._core.overrides + • numpy._utils + • numpy.lib + • numpy.lib._datasource + • numpy.lib._format_impl + • numpy.lib._iotools + • numpy.lib.format + • numpy.ma + • numpy.ma.mrecords + • operator + • os + • pickle + • re + • warnings + • weakref + • zipfile + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib.npyio + +
+ +
+ +
+ + numpy.lib._polynomial_impl +SourceModule
+imports: + functools + • numpy._core + • numpy._core.array + • numpy._core.atleast_1d + • numpy._core.dot + • numpy._core.finfo + • numpy._core.hstack + • numpy._core.isscalar + • numpy._core.numeric + • numpy._core.ones + • numpy._core.overrides + • numpy._utils + • numpy.exceptions + • numpy.lib + • numpy.lib._function_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.linalg + • re + • warnings + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._scimath_impl +SourceModule
+imports: + numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy.lib + • numpy.lib._type_check_impl + +
+
+imported by: + numpy.lib.scimath + +
+ +
+ +
+ + numpy.lib._shape_base_impl +SourceModule
+imports: + functools + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.atleast_3d + • numpy._core.fromnumeric + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • numpy._core.shape_base + • numpy._core.vstack + • numpy.lib + • numpy.lib._index_tricks_impl + • numpy.matrixlib.defmatrix + • warnings + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._stride_tricks_impl +SourceModule
+imports: + numpy + • numpy._core.numeric + • numpy._core.overrides + • numpy.lib + +
+
+imported by: + numpy + • numpy._core._methods + • numpy.lib + • numpy.lib._twodim_base_impl + • numpy.lib.stride_tricks + +
+ +
+ +
+ + numpy.lib._twodim_base_impl +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.iinfo + • numpy._core.numeric + • numpy._core.overrides + • numpy.lib + • numpy.lib._stride_tricks_impl + • operator + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._function_base_impl + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy.lib._type_check_impl +SourceModule
+imports: + functools + • numpy._core + • numpy._core.getlimits + • numpy._core.numeric + • numpy._core.overrides + • numpy._utils + • numpy.lib + • numpy.lib._ufunclike_impl + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._polynomial_impl + • numpy.lib._scimath_impl + +
+ +
+ +
+ + numpy.lib._ufunclike_impl +SourceModule
+imports: + numpy._core.numeric + • numpy._core.overrides + • numpy.lib + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._type_check_impl + +
+ +
+ +
+ + numpy.lib._utils_impl +SourceModule
+imports: + ast + • functools + • inspect + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.ndarray + • numpy._utils + • numpy.lib + • os + • platform + • pprint + • pydoc + • sys + • textwrap + • threadpoolctl + • types + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._format_impl + +
+ +
+ +
+ + numpy.lib._version +SourceModule
+imports: + numpy.lib + • re + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.array_utils +SourceModule
+imports: + numpy.lib + • numpy.lib._array_utils_impl + +
+
+imported by: + numpy.fft._pocketfft + • numpy.lib + • numpy.linalg._linalg + • numpy.ma.extras + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.lib.format +SourceModule
+imports: + numpy.lib + • numpy.lib._format_impl + +
+
+imported by: + numpy.lib + • numpy.lib._npyio_impl + +
+ +
+ +
+ + numpy.lib.introspect +SourceModule
+imports: + numpy._core._multiarray_umath + • numpy.lib + • re + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.mixins +SourceModule
+imports: + numpy._core + • numpy._core.umath + • numpy.lib + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.npyio +SourceModule
+imports: + numpy.lib + • numpy.lib._npyio_impl + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.recfunctions +SourceModule
+imports: + itertools + • numpy + • numpy._core.overrides + • numpy.lib + • numpy.lib._iotools + • numpy.ma + • numpy.ma.mrecords + +
+
+imported by: + numpy.lib + • numpy.testing.overrides + +
+ +
+ +
+ + numpy.lib.scimath +SourceModule
+imports: + numpy.lib + • numpy.lib._scimath_impl + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib.stride_tricks +SourceModule
+imports: + numpy.lib + • numpy.lib._stride_tricks_impl + +
+
+imported by: + numpy.lib + • numpy.lib._index_tricks_impl + +
+ +
+ +
+ + numpy.linalg +Package
+imports: + numpy + • numpy._pytesttester + • numpy.linalg + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.linalg.linalg + +
+
+imported by: + numpy + • numpy.lib._polynomial_impl + • numpy.linalg + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.linalg.linalg + • numpy.matrixlib.defmatrix + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.linalg._linalg +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.argsort + • numpy._core.array + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_2d + • numpy._core.cdouble + • numpy._core.complexfloating + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.dot + • numpy._core.double + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.errstate + • numpy._core.finfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.intc + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.moveaxis + • numpy._core.multiply + • numpy._core.newaxis + • numpy._core.object_ + • numpy._core.outer + • numpy._core.overrides + • numpy._core.prod + • numpy._core.reciprocal + • numpy._core.sign + • numpy._core.single + • numpy._core.sort + • numpy._core.sqrt + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tensordot + • numpy._core.trace + • numpy._core.transpose + • numpy._core.vecdot + • numpy._core.zeros + • numpy._globals + • numpy._typing + • numpy._utils + • numpy.lib._twodim_base_impl + • numpy.lib.array_utils + • numpy.linalg + • numpy.linalg._umath_linalg + • operator + • typing + • warnings + +
+
+imported by: + numpy.linalg + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.linalg._umath_linalg C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\linalg\_umath_linalg.cp313-win_amd64.pyd
+imports: + numpy + • numpy._typing._ufunc + • numpy.linalg + • typing + +
+
+imported by: + numpy.linalg + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.linalg.linalg +SourceModule
+imports: + numpy.linalg + • numpy.linalg._linalg + • warnings + +
+
+imported by: + numpy.linalg + +
+ +
+ +
+ + numpy.ma +Package
+imports: + numpy + • numpy._pytesttester + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + +
+
+imported by: + numpy + • numpy.lib._npyio_impl + • numpy.lib.recfunctions + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.ma.core +SourceModule
+imports: + builtins + • copy + • functools + • inspect + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.umath + • numpy._utils + • numpy._utils._inspect + • numpy.ma + • operator + • re + • textwrap + • warnings + +
+
+imported by: + numpy.ma + • numpy.ma.extras + +
+ +
+ +
+ + numpy.ma.extras +SourceModule
+imports: + itertools + • numpy + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib.array_utils + • numpy.ma + • numpy.ma.core + • warnings + +
+
+imported by: + numpy.ma + +
+ +
+ +
+ + numpy.ma.mrecords +SourceModule
+imports: + numpy + • numpy.ma + • warnings + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.recfunctions + +
+ +
+ +
+ + numpy.matlib +SourceModule
+imports: + numpy + • numpy.matrixlib.defmatrix + • warnings + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.matrixlib +Package
+imports: + numpy + • numpy._pytesttester + • numpy.matrixlib + • numpy.matrixlib.defmatrix + +
+
+imported by: + numpy + • numpy.lib._index_tricks_impl + • numpy.matrixlib + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.matrixlib.defmatrix +SourceModule
+imports: + ast + • numpy._core.numeric + • numpy._utils + • numpy.linalg + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy.lib._shape_base_impl + • numpy.matlib + • numpy.matrixlib + +
+ +
+ +
+ + numpy.polynomial +Package
+imports: + numpy + • numpy._pytesttester + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy.polynomial._polybase +SourceModule
+imports: + 'collections.abc' + • abc + • numbers + • numpy + • numpy.polynomial + • numpy.polynomial.polyutils + • os + +
+
+imported by: + numpy.polynomial + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.polynomial.chebyshev +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.hermite +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.hermite_e +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.laguerre +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.legendre +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.polynomial +SourceModule
+imports: + numpy + • numpy.lib.array_utils + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + +
+ +
+ +
+ + numpy.polynomial.polyutils +SourceModule
+imports: + functools + • numpy + • numpy._core.multiarray + • numpy.exceptions + • numpy.polynomial + • operator + • warnings + +
+
+imported by: + numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.random +Package
+imports: + numpy + • numpy._pytesttester + • numpy.random + • numpy.random.RandomState + • numpy.random._bounded_integers + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._pickle + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + +
+
+imported by: + numpy + • numpy.random + • numpy.random._bounded_integers + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._pickle + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + +
+ +
+ +
+ + numpy.random.RandomState +MissingModule
+imported by: + numpy.random + • numpy.random._generator + +
+ +
+ +
+ + numpy.random._bounded_integers C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_bounded_integers.cp313-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._common C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_common.cp313-win_amd64.pyd
+imports: + 'collections.abc' + • numpy + • numpy.random + • typing + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._generator C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_generator.cp313-win_amd64.pyd
+imports: + 'collections.abc' + • numpy + • numpy._typing + • numpy.random + • numpy.random.RandomState + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._mt19937 C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_mt19937.cp313-win_amd64.pyd
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • numpy.typing + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pcg64 C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_pcg64.cp313-win_amd64.pyd
+imports: + numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._philox C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_philox.cp313-win_amd64.pyd
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • numpy.typing + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pickle +SourceModule
+imports: + numpy.random + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._sfc64 C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\_sfc64.cp313-win_amd64.pyd
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random.bit_generator C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\bit_generator.cp313-win_amd64.pyd
+imports: + 'collections.abc' + • _typeshed + • abc + • numpy + • numpy._typing + • numpy.random + • threading + • typing + • typing_extensions + +
+
+imported by: + numpy.random + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._pickle + • numpy.random._sfc64 + • numpy.random.mtrand + +
+ +
+ +
+ + numpy.random.mtrand C:\Users\andre\AppData\Local\Programs\Python\Python313\Lib\site-packages\numpy\random\mtrand.cp313-win_amd64.pyd
+imports: + 'collections.abc' + • builtins + • numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.rec +Package
+imports: + numpy + • numpy._core.records + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.strings +Package
+imports: + numpy + • numpy._core.strings + +
+
+imported by: + numpy + • numpy._core.defchararray + +
+ +
+ +
+ + numpy.testing +Package
+imports: + numpy + • numpy._pytesttester + • numpy.testing + • numpy.testing._private + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • numpy.testing.overrides + • unittest + +
+
+imported by: + numpy + • numpy._pytesttester + • numpy.testing + • numpy.testing._private + • numpy.testing.overrides + +
+ +
+ +
+ + numpy.testing._private +Package
+imports: + numpy.testing + • numpy.testing._private.extbuild + +
+
+imported by: + numpy.testing + • numpy.testing._private.extbuild + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.testing._private.extbuild +SourceModule
+imports: + importlib.util + • numpy.testing._private + • os + • pathlib + • subprocess + • sys + • sysconfig + • textwrap + +
+
+imported by: + numpy.testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private.utils +SourceModule
+imports: + concurrent.futures + • contextlib + • difflib + • doctest + • functools + • gc + • importlib.metadata + • inspect + • io + • json + • numpy + • numpy._core + • numpy._core.all + • numpy._core.arange + • numpy._core.array + • numpy._core.array2string + • numpy._core.array_repr + • numpy._core.empty + • numpy._core.errstate + • numpy._core.float32 + • numpy._core.fromnumeric + • numpy._core.inf + • numpy._core.intp + • numpy._core.isnan + • numpy._core.isnat + • numpy._core.isscalar + • numpy._core.max + • numpy._core.ndarray + • numpy._core.number + • numpy._core.numerictypes + • numpy._core.object_ + • numpy._core.result_type + • numpy._core.signbit + • numpy.linalg._umath_linalg + • numpy.testing._private + • operator + • os + • pathlib + • platform + • pprint + • psutil + • re + • shutil + • subprocess + • sys + • sysconfig + • tempfile + • threading + • time + • traceback + • types + • unittest + • unittest.case + • warnings + • win32pdh + +
+
+imported by: + numpy.testing + +
+ +
+ +
+ + numpy.testing.overrides +SourceModule
+imports: + numpy + • numpy._core.overrides + • numpy._core.umath + • numpy.lib + • numpy.lib.recfunctions + • numpy.testing + +
+
+imported by: + numpy.testing + +
+ +
+ +
+ + numpy.typing +Package
+imports: + numpy + • numpy._pytesttester + • numpy._typing + • numpy._typing._add_docstring + • warnings + +
+
+imported by: + PIL._typing + • numpy + • numpy.random._mt19937 + • numpy.random._philox + +
+ +
+ +
+ + numpy.version +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + • numpy._core + • numpy.f2py.__version__ + +
+ +
+ +
+ + numpy_distutils +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + objc +MissingModule
+imported by: + pystray._darwin + • webview.platforms.cocoa + +
+ +
+ +
+ + olefile +MissingModule
+imported by: + PIL.FpxImagePlugin + • PIL.MicImagePlugin + +
+ +
+ +
+ + opcode +SourceModule
+imports: + _opcode + • _opcode_metadata + +
+
+imported by: + dis + +
+ +
+ +
+ + operator +SourceModule
+imports: + _operator + • builtins + • functools + +
+
+imported by: + PIL.ImageCms + • PIL.ImageOps + • _pydatetime + • collections + • copyreg + • email._header_value_parser + • fractions + • gettext + • glob + • importlib.metadata + • importlib.resources.readers + • inspect + • messenger_app.py + • numpy._core.arrayprint + • numpy._core.einsumfunc + • numpy._core.function_base + • numpy._core.memmap + • numpy._core.numeric + • numpy._core.shape_base + • numpy.lib._arrayterator_impl + • numpy.lib._histograms_impl + • numpy.lib._npyio_impl + • numpy.lib._twodim_base_impl + • numpy.linalg._linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • packaging.markers + • pathlib._local + • random + • setuptools._discovery + • setuptools._distutils.versionpredicate + • setuptools._entry_points + • setuptools._vendor.importlib_metadata + • setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.markers + • six + • statistics + • typing + • typing_extensions + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • os.path + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.EpsImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageFont + • PIL.ImageShow + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpoImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + • PIL._typing + • PIL._util + • PIL.features + • _aix_support + • _colorize + • _distutils_hack + • _pyrepl.commands + • _pyrepl.main + • _pyrepl.pager + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + • _pyrepl.windows_console + • _sitebuiltins + • _strptime + • argparse + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bottle + • bz2 + • cffi._imp_emulation + • cffi.api + • cffi.ffiplatform + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_gen + • cffi.verifier + • charset_normalizer.api + • clr_loader.types + • clr_loader.util.find + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes.macholib.dyld + • ctypes.util + • curses + • doctest + • email.utils + • fileinput + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • importlib.metadata + • importlib.metadata._meta + • importlib.resources._common + • importlib.resources.abc + • inspect + • linecache + • locale + • logging + • lzma + • messenger_app.py + • 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 + • numpy + • numpy._core + • numpy._core._add_newdocs_scalars + • numpy._core._methods + • numpy._core.records + • numpy._pytesttester + • numpy.ctypeslib._ctypeslib + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib._datasource + • numpy.lib._format_impl + • numpy.lib._npyio_impl + • numpy.lib._utils_impl + • numpy.polynomial._polybase + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • os.path + • packaging._elffile + • packaging._manylinux + • packaging.markers + • pathlib._local + • pdb + • pkgutil + • platform + • posixpath + • py_compile + • pycparser.ply.lex + • pydoc + • pyi_rth_inspect.py + • pyi_rth_setuptools.py + • pystray + • pystray._util + • pystray._util.gtk + • pystray._util.notify_dbus + • pythonnet + • random + • runpy + • setuptools + • setuptools._core_metadata + • setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.core + • setuptools._distutils.debug + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.extension + • setuptools._distutils.file_util + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._imp + • setuptools._path + • setuptools._shutil + • setuptools._vendor.backports.tarfile + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.jaraco.context + • setuptools._vendor.packaging._elffile + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging.markers + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.vendored.packaging._elffile + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.zipp.glob + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.formats + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.discovery + • setuptools.dist + • setuptools.glob + • setuptools.installer + • setuptools.msvc + • setuptools.warnings + • setuptools.wheel + • shlex + • shutil + • site + • socket + • socketserver + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • unittest.loader + • unittest.main + • urllib.request + • uuid + • webbrowser + • webview + • webview.guilib + • webview.http + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.qt + • webview.platforms.winforms + • webview.util + • webview.window + • wsgiref.handlers + • xml.dom.domreg + • xml.sax + • xml.sax.saxutils + • xmlrpc.server + • zipfile + • zipfile._path.glob + +
+ +
+ +
+ + os.path +AliasNode
+imports: + ntpath + • os + +
+
+imported by: + _pyrepl.console + • cffi.ffiplatform + • numpy._core.memmap + • os + • pkgutil + • py_compile + • pycparser.ply.yacc + • setuptools._distutils._modified + • setuptools._distutils.file_util + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.wheelfile + • setuptools.msvc + • sysconfig + • tracemalloc + • unittest.util + +
+ +
+ +
+ + packaging +Package
+imports: + packaging + • packaging._manylinux + • packaging._musllinux + +
+
+imported by: + packaging + • packaging._elffile + • packaging._manylinux + • packaging._musllinux + • packaging._parser + • packaging._structures + • packaging._tokenizer + • packaging.licenses + • packaging.markers + • packaging.requirements + • packaging.specifiers + • packaging.tags + • packaging.utils + • packaging.version + • setuptools._normalization + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.config._validate_pyproject.formats + +
+ +
+ +
+ + packaging._elffile +SourceModule
+imports: + __future__ + • enum + • os + • packaging + • struct + • typing + +
+
+imported by: + packaging._manylinux + • packaging._musllinux + +
+ +
+ +
+ + packaging._manylinux +SourceModule
+imports: + __future__ + • _manylinux + • collections + • contextlib + • ctypes + • functools + • os + • packaging + • packaging._elffile + • re + • sys + • typing + • warnings + +
+
+imported by: + packaging + • packaging.tags + +
+ +
+ +
+ + packaging._musllinux +SourceModule
+imports: + __future__ + • functools + • packaging + • packaging._elffile + • re + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + packaging + • packaging.tags + +
+ +
+ +
+ + packaging._parser +SourceModule
+imports: + __future__ + • ast + • packaging + • packaging._tokenizer + • typing + +
+
+imported by: + packaging.markers + • packaging.requirements + +
+ +
+ +
+ + packaging._structures +SourceModule
+imports: + packaging + • typing + +
+
+imported by: + packaging.version + +
+ +
+ +
+ + packaging._tokenizer +SourceModule
+imports: + __future__ + • contextlib + • dataclasses + • packaging + • packaging.specifiers + • re + • typing + +
+
+imported by: + packaging._parser + • packaging.markers + • packaging.requirements + +
+ +
+ +
+ + packaging.licenses +Package
+imports: + __future__ + • packaging + • packaging.licenses._spdx + • re + • typing + +
+
+imported by: + packaging.licenses._spdx + • setuptools._normalization + • setuptools.config._validate_pyproject.formats + +
+ +
+ +
+ + packaging.licenses._spdx +SourceModule
+imports: + __future__ + • packaging.licenses + • typing + +
+
+imported by: + packaging.licenses + +
+ +
+ +
+ + packaging.markers +SourceModule
+imports: + __future__ + • operator + • os + • packaging + • packaging._parser + • packaging._tokenizer + • packaging.specifiers + • packaging.utils + • platform + • sys + • typing + +
+
+imported by: + packaging.requirements + • setuptools._core_metadata + • setuptools.config.setupcfg + • setuptools.dist + +
+ +
+ +
+ + packaging.requirements +SourceModule
+imports: + __future__ + • packaging + • packaging._parser + • packaging._tokenizer + • packaging.markers + • packaging.specifiers + • packaging.utils + • typing + +
+
+imported by: + setuptools._core_metadata + • setuptools._discovery + • setuptools._reqs + • setuptools.command._requirestxt + • setuptools.command.egg_info + • setuptools.config._validate_pyproject.formats + • setuptools.config.setupcfg + • setuptools.installer + • setuptools.wheel + +
+ +
+ +
+ + packaging.specifiers +SourceModule
+imports: + __future__ + • abc + • itertools + • packaging + • packaging.utils + • packaging.version + • re + • typing + +
+
+imported by: + packaging._tokenizer + • packaging.markers + • packaging.requirements + • setuptools._static + • setuptools.dist + +
+ +
+ +
+ + packaging.tags +SourceModule
+imports: + __future__ + • importlib.machinery + • logging + • packaging + • packaging._manylinux + • packaging._musllinux + • platform + • re + • struct + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + packaging.utils + • setuptools.command.bdist_wheel + • setuptools.wheel + +
+ +
+ +
+ + packaging.utils +SourceModule
+imports: + __future__ + • packaging + • packaging.tags + • packaging.version + • re + • typing + +
+
+imported by: + packaging.markers + • packaging.requirements + • packaging.specifiers + • setuptools._core_metadata + • setuptools._distutils.dist + • setuptools.installer + • setuptools.wheel + +
+ +
+ +
+ + packaging.version +SourceModule
+imports: + __future__ + • functools + • packaging + • packaging._structures + • re + • sys + • typing + • typing_extensions + • warnings + +
+
+imported by: + packaging.specifiers + • packaging.utils + • setuptools._core_metadata + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.config.setupcfg + • setuptools.depends + • setuptools.dist + • setuptools.wheel + +
+ +
+ +
+ + paste +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + pathlib +Package
+imports: + pathlib._abc + • pathlib._local + +
+
+imported by: + clr_loader + • clr_loader.ffi + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.util + • clr_loader.util.find + • clr_loader.util.runtime_spec + • importlib.metadata + • importlib.resources._common + • importlib.resources.abc + • importlib.resources.readers + • numpy + • numpy.f2py._backends._meson + • numpy.f2py.crackfortran + • numpy.f2py.rules + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • pathlib._abc + • pathlib._local + • pythonnet + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.unpack + • setuptools._vendor.zipp + • setuptools.config.expand + • setuptools.discovery + • setuptools.dist + • webview.platforms.gtk + • zipfile._path + +
+ +
+ +
+ + pathlib._abc +SourceModule
+imports: + errno + • functools + • glob + • pathlib + • stat + +
+
+imported by: + pathlib + • pathlib._local + +
+ +
+ +
+ + pathlib._local +SourceModule
+imports: + _collections_abc + • glob + • grp + • io + • itertools + • ntpath + • operator + • os + • pathlib + • pathlib._abc + • posixpath + • pwd + • sys + • urllib.parse + • warnings + +
+
+imported by: + pathlib + +
+ +
+ +
+ + pdb +SourceModule
+imports: + _colorize + • argparse + • bdb + • cmd + • code + • codeop + • contextlib + • dis + • glob + • inspect + • io + • itertools + • linecache + • os + • pdb + • pprint + • pydoc + • re + • readline + • rlcompleter + • runpy + • shlex + • signal + • sys + • textwrap + • token + • tokenize + • traceback + • types + +
+
+imported by: + doctest + • pdb + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • codecs + • copyreg + • functools + • io + • itertools + • pprint + • re + • struct + • sys + • types + +
+
+imported by: + bottle + • logging + • multiprocessing.reduction + • numpy._core._methods + • numpy.lib._format_impl + • numpy.lib._npyio_impl + • pycparser.ply.yacc + • tracemalloc + +
+ +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • os + • os.path + • re + • sys + • types + • warnings + • zipimport + +
+
+imported by: + pydoc + • pyi_rth_pkgutil.py + • runpy + • unittest.mock + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _wmi + • collections + • ctypes + • functools + • itertools + • java + • os + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • warnings + • winreg + +
+
+imported by: + _pyrepl.unix_console + • clr + • clr_loader.util.find + • numpy.f2py.crackfortran + • numpy.lib._utils_impl + • numpy.testing._private.utils + • packaging.markers + • packaging.tags + • pydoc + • setuptools._distutils.compat.py39 + • setuptools._distutils.spawn + • setuptools._vendor.importlib_metadata._compat + • setuptools._vendor.jaraco.context + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.monkey + • setuptools.msvc + • setuptools.windows_support + • uuid + • webview.guilib + • webview.platforms.qt + • webview.platforms.winforms + • webview.util + • wsgiref.simple_server + +
+ +
+ +
+ + posix +MissingModule
+imports: + resource + +
+
+imported by: + _pyrepl.unix_console + • importlib._bootstrap_external + • os + • posixpath + • shutil + +
+ +
+ +
+ + posixpath +SourceModule
+imports: + errno + • genericpath + • os + • posix + • pwd + • re + • stat + • sys + +
+
+imported by: + fnmatch + • http.server + • importlib.metadata + • messenger_app.py + • mimetypes + • os + • pathlib._local + • setuptools._vendor.importlib_metadata + • setuptools._vendor.zipp + • setuptools.archive_util + • setuptools.wheel + • wsgiref.util + • xml.dom.xmlbuilder + • zipfile._path + +
+ +
+ +
+ + pprint +SourceModule
+imports: + collections + • dataclasses + • io + • re + • sys + • types + +
+
+imported by: + numpy.f2py.auxfuncs + • numpy.f2py.f2py2e + • numpy.lib._utils_impl + • numpy.testing._private.utils + • pdb + • pickle + • setuptools._distutils.dist + • unittest.case + • unittest.mock + +
+ +
+ +
+ + proxy_tools +Package
+imports: + sys + +
+
+imported by: + webview + +
+ +
+ +
+ + psutil +MissingModule
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + pwd +MissingModule
+imported by: + getpass + • http.server + • netrc + • pathlib._local + • posixpath + • setuptools._distutils.archive_util + • setuptools._distutils.util + • setuptools._vendor.backports.tarfile + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + argparse + • enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • os.path + • sys + • traceback + +
+
+imported by: + setuptools._distutils.util + • zipfile + +
+ +
+ +
+ + pycparser +Package
+imports: + io + • pycparser + • pycparser.c_ast + • pycparser.c_parser + • pycparser.lextab + • pycparser.yacctab + • subprocess + +
+
+imported by: + cffi.cparser + • pycparser + • pycparser.ast_transforms + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.c_parser + • pycparser.lextab + • pycparser.ply + • pycparser.plyparser + • pycparser.yacctab + +
+ +
+ +
+ + pycparser.ast_transforms +SourceModule
+imports: + pycparser + • pycparser.c_ast + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_ast +SourceModule
+imports: + pycparser + • sys + +
+
+imported by: + pycparser + • pycparser.ast_transforms + • pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_lexer +SourceModule
+imports: + pycparser + • pycparser.ply + • pycparser.ply.lex + • re + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_parser +SourceModule
+imports: + pycparser + • pycparser.ast_transforms + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.ply + • pycparser.ply.yacc + • pycparser.plyparser + +
+
+imported by: + pycparser + +
+ +
+ +
+ + pycparser.lextab +SourceModule
+imports: + pycparser + +
+
+imported by: + cffi.cparser + • pycparser + +
+ +
+ +
+ + pycparser.ply +Package
+imports: + pycparser + • pycparser.ply + • pycparser.ply.lex + • pycparser.ply.yacc + +
+
+imported by: + pycparser.c_lexer + • pycparser.c_parser + • pycparser.ply + • pycparser.ply.lex + • pycparser.ply.yacc + +
+ +
+ +
+ + pycparser.ply.lex +SourceModule
+imports: + copy + • inspect + • os + • pycparser.ply + • re + • sys + • types + +
+
+imported by: + pycparser.c_lexer + • pycparser.ply + • pycparser.ply.yacc + +
+ +
+ +
+ + pycparser.ply.yacc +SourceModule
+imports: + base64 + • cPickle + • inspect + • os.path + • pickle + • pycparser.ply + • pycparser.ply.lex + • re + • sys + • types + • warnings + +
+
+imported by: + pycparser.c_parser + • pycparser.ply + +
+ +
+ +
+ + pycparser.plyparser +SourceModule
+imports: + pycparser + • warnings + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.yacctab +SourceModule
+imports: + pycparser + +
+
+imported by: + cffi.cparser + • pycparser + +
+ +
+ +
+ + pydoc +SourceModule
+imports: + __future__ + • _pyrepl.pager + • ast + • 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 + • sys + • sysconfig + • textwrap + • threading + • time + • tokenize + • traceback + • urllib.parse + • warnings + • webbrowser + +
+
+imported by: + _sitebuiltins + • numpy.lib._utils_impl + • pdb + • xmlrpc.server + +
+ +
+ +
+ + pydoc_data +Package
+imported by: + pydoc_data.topics + +
+ +
+ +
+ + pydoc_data.topics +SourceModule
+imports: + pydoc_data + +
+
+imported by: + pydoc + +
+ +
+ +
+ + pyexpat C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\pyexpat.pyd
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ +
+ + pyimod02_importers +MissingModule
+imported by: + pyi_rth_pkgutil.py + +
+ +
+ +
+ + pystray +Package
+imports: + os + • pystray + • pystray._appindicator + • pystray._base + • pystray._darwin + • pystray._dummy + • pystray._gtk + • pystray._info + • pystray._util + • pystray._util.gtk + • pystray._util.notify_dbus + • pystray._util.win32 + • pystray._win32 + • pystray._xorg + • sys + +
+
+imported by: + messenger_app.py + • pystray + • pystray._appindicator + • pystray._base + • pystray._darwin + • pystray._dummy + • pystray._gtk + • pystray._info + • pystray._util + • pystray._util.gtk + • pystray._win32 + • pystray._xorg + +
+ +
+ +
+ + pystray._appindicator +SourceModule
+imports: + 'gi.repository' + • gi + • pystray + • pystray._base + • pystray._util.gtk + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._base +SourceModule
+imports: + functools + • inspect + • itertools + • logging + • pystray + • six.moves + • six.moves.queue + • threading + +
+
+imported by: + pystray + • pystray._appindicator + • pystray._darwin + • pystray._dummy + • pystray._util.gtk + • pystray._win32 + • pystray._xorg + +
+ +
+ +
+ + pystray._darwin +SourceModule
+imports: + 'PyObjCTools.MachSignals' + • AppKit + • Foundation + • PIL + • io + • objc + • pystray + • pystray._base + • signal + • subprocess + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._dummy +SourceModule
+imports: + pystray + • pystray._base + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._gtk +SourceModule
+imports: + 'gi.repository' + • gi + • pystray + • pystray._util.gtk + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._info +SourceModule
+imports: + pystray + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._util +Package
+imports: + contextlib + • os + • pystray + • pystray._util + • pystray._util.notify_dbus + • pystray._util.win32 + • tempfile + +
+
+imported by: + pystray + • pystray._util + • pystray._util.gtk + • pystray._util.notify_dbus + • pystray._util.win32 + • pystray._win32 + +
+ +
+ +
+ + pystray._util.gtk +SourceModule
+imports: + 'gi.repository' + • atexit + • functools + • gi + • os + • pystray + • pystray._base + • pystray._util + • pystray._util.notify_dbus + • signal + • tempfile + +
+
+imported by: + pystray + • pystray._appindicator + • pystray._gtk + +
+ +
+ +
+ + pystray._util.notify_dbus +SourceModule
+imports: + 'gi.repository' + • atexit + • gi + • os + • pystray._util + • shutil + • tempfile + +
+
+imported by: + pystray + • pystray._util + • pystray._util.gtk + +
+ +
+ +
+ + pystray._util.win32 +SourceModule
+imports: + ctypes + • ctypes.wintypes + • pystray._util + +
+
+imported by: + pystray + • pystray._util + • pystray._win32 + +
+ +
+ +
+ + pystray._win32 +SourceModule
+imports: + ctypes + • ctypes.wintypes + • pystray + • pystray._base + • pystray._util + • pystray._util.win32 + • six.moves + • six.moves.queue + • threading + +
+
+imported by: + pystray + +
+ +
+ +
+ + pystray._xorg +SourceModule
+imports: + 'Xlib.XK' + • 'Xlib.threaded' + • PIL + • Xlib + • contextlib + • functools + • pystray + • pystray._base + • six + • six.moves + • six.moves.queue + • sys + • threading + • types + +
+
+imported by: + pystray + +
+ +
+ +
+ + pythonnet +Package
+imports: + atexit + • clr_loader + • os + • pathlib + • sys + • typing + +
+
+imported by: + clr + +
+ +
+ +
+ + qtpy +MissingModule
+imported by: + webview.platforms.qt + +
+ +
+ +
+ + queue +SourceModule
+imports: + _queue + • collections + • heapq + • threading + • time + • types + +
+
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • multiprocessing.dummy + • multiprocessing.dummy.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • setuptools._vendor.more_itertools.more + • six.moves.queue + +
+ +
+ +
+ + quopri +SourceModule
+imports: + binascii + • getopt + • io + • sys + +
+
+imported by: + email.encoders + • email.message + • encodings.quopri_codec + +
+ +
+ +
+ + random +SourceModule
+imports: + _collections_abc + • _random + • _sha2 + • argparse + • bisect + • hashlib + • itertools + • math + • operator + • os + • statistics + • time + • warnings + +
+
+imported by: + PIL.ImagePalette + • email.generator + • email.utils + • secrets + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • statistics + • tempfile + • uuid + • webview.http + +
+ +
+ +
+ + re +Package
+imports: + _sre + • copyreg + • enum + • functools + • re + • re._compiler + • re._constants + • re._parser + • warnings + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.GimpPaletteFile + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageColor + • PIL.ImageOps + • PIL.ImtImagePlugin + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • _pydecimal + • _pyrepl.completing_reader + • _pyrepl.pager + • _pyrepl.unix_console + • _pyrepl.utils + • _sre + • _strptime + • argparse + • ast + • base64 + • bottle + • cffi.api + • cffi.cparser + • charset_normalizer.constant + • charset_normalizer.models + • charset_normalizer.utils + • clr_loader.mono + • clr_loader.util.find + • configparser + • csv + • ctypes._aix + • ctypes.macholib.dylib + • ctypes.macholib.framework + • ctypes.util + • dataclasses + • difflib + • 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 + • fractions + • ftplib + • gettext + • glob + • html + • http.client + • http.cookiejar + • http.cookies + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._text + • importlib.resources.readers + • inspect + • ipaddress + • json.decoder + • json.encoder + • json.scanner + • locale + • logging + • messenger_app.py + • numpy._core._internal + • numpy._typing._add_docstring + • numpy.f2py._backends._meson + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.symbolic + • numpy.lib._function_base_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._version + • numpy.lib.introspect + • numpy.ma.core + • numpy.testing._private.utils + • packaging._manylinux + • packaging._musllinux + • packaging._tokenizer + • packaging.licenses + • packaging.specifiers + • packaging.tags + • packaging.utils + • packaging.version + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • pycparser.c_lexer + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • re + • re._casefix + • re._compiler + • re._constants + • re._parser + • rlcompleter + • setuptools._distutils.cmd + • setuptools._distutils.command.build_ext + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dist + • setuptools._distutils.fancy_getopt + • setuptools._distutils.filelist + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._distutils.version + • setuptools._distutils.versionpredicate + • setuptools._normalization + • setuptools._vendor.backports.tarfile + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.importlib_metadata._text + • setuptools._vendor.jaraco.text + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging._tokenizer + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.tomli._re + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.utils + • setuptools._vendor.wheel.vendored.packaging.version + • setuptools._vendor.wheel.wheelfile + • setuptools._vendor.zipp + • setuptools._vendor.zipp.glob + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.fastjsonschema_exceptions + • setuptools.config._validate_pyproject.fastjsonschema_validations + • setuptools.config._validate_pyproject.formats + • setuptools.dist + • setuptools.extension + • setuptools.glob + • setuptools.wheel + • shlex + • sre_compile + • sre_constants + • sre_parse + • string + • sysconfig + • tarfile + • textwrap + • tokenize + • tomllib._re + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • warnings + • webview + • webview.util + • wsgiref.headers + • xml.etree.ElementPath + • xml.etree.ElementTree + • xmlrpc.server + • zipfile._path + • zipfile._path.glob + +
+ +
+ +
+ + re._casefix +SourceModule
+imports: + re + +
+
+imported by: + messenger_app.py + • re._compiler + +
+ +
+ +
+ + re._compiler +SourceModule
+imports: + _sre + • re + • re._casefix + • re._constants + • re._parser + • sys + +
+
+imported by: + messenger_app.py + • re + • sre_compile + +
+ +
+ +
+ + re._constants +SourceModule
+imports: + _sre + • re + +
+
+imported by: + messenger_app.py + • re + • re._compiler + • re._parser + • sre_constants + +
+ +
+ +
+ + re._parser +SourceModule
+imports: + re + • re._constants + • unicodedata + • warnings + +
+
+imported by: + messenger_app.py + • re + • re._compiler + • sre_parse + +
+ +
+ +
+ + readline +MissingModule
+imported by: + cmd + • code + • pdb + • rlcompleter + • site + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + • math + • sys + +
+
+imported by: + asyncio.base_futures + • asyncio.base_tasks + • asyncio.format_helpers + • bdb + • collections + • dataclasses + • functools + • messenger_app.py + • pydoc + +
+ +
+ +
+ + resource +MissingModule
+imported by: + posix + +
+ +
+ +
+ + rlcompleter +SourceModule
+imports: + atexit + • builtins + • inspect + • keyword + • re + • readline + • warnings + +
+
+imported by: + _pyrepl.readline + • pdb + • site + +
+ +
+ +
+ + runpy +SourceModule
+imports: + importlib.machinery + • importlib.util + • io + • os + • pkgutil + • sys + • warnings + +
+
+imported by: + multiprocessing.spawn + • pdb + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • hmac + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\select.pyd
+imported by: + _pyrepl.unix_console + • http.server + • pydoc + • selectors + • subprocess + +
+ +
+ +
+ + selectors +SourceModule
+imports: + 'collections.abc' + • abc + • collections + • math + • select + • sys + +
+
+imported by: + asyncio.selector_events + • asyncio.unix_events + • multiprocessing.connection + • multiprocessing.forkserver + • socket + • socketserver + • subprocess + +
+ +
+ +
+ + setuptools +Package
+imports: + 'collections.abc' + • __future__ + • _distutils_hack.override + • abc + • functools + • os + • setuptools + • setuptools._core_metadata + • setuptools._distutils.command.build_ext + • setuptools._distutils.core + • setuptools._entry_points + • setuptools._imp + • setuptools._normalization + • setuptools._reqs + • setuptools._shutil + • setuptools.command + • setuptools.depends + • setuptools.discovery + • setuptools.dist + • setuptools.extension + • setuptools.logging + • setuptools.monkey + • setuptools.msvc + • setuptools.version + • setuptools.warnings + • setuptools.windows_support + • sys + • typing + +
+
+imported by: + cffi._shimmed_dist_utils + • pyi_rth_setuptools.py + • setuptools + • setuptools._core_metadata + • setuptools._discovery + • setuptools._distutils + • setuptools._entry_points + • setuptools._imp + • setuptools._importlib + • setuptools._itertools + • setuptools._normalization + • setuptools._path + • setuptools._reqs + • setuptools._shutil + • setuptools._static + • setuptools._vendor + • setuptools.archive_util + • setuptools.command + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.compat + • setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.setupcfg + • setuptools.depends + • setuptools.discovery + • setuptools.dist + • setuptools.errors + • setuptools.extension + • setuptools.glob + • setuptools.installer + • setuptools.logging + • setuptools.monkey + • setuptools.msvc + • setuptools.unicode_utils + • setuptools.version + • setuptools.warnings + • setuptools.wheel + • setuptools.windows_support + +
+ +
+ +
+ + setuptools._core_metadata +SourceModule
+imports: + __future__ + • email + • email.message + • os + • packaging.markers + • packaging.requirements + • packaging.utils + • packaging.version + • setuptools + • setuptools._distutils.util + • setuptools._normalization + • setuptools._reqs + • setuptools._static + • setuptools.warnings + • stat + • tempfile + • textwrap + +
+
+imported by: + setuptools + • setuptools.command.bdist_wheel + • setuptools.monkey + +
+ +
+ +
+ + setuptools._discovery +SourceModule
+imports: + functools + • operator + • packaging.requirements + • setuptools + +
+
+imported by: + setuptools.wheel + +
+ +
+ +
+ + setuptools._distutils +Package
+imports: + importlib + • setuptools + • setuptools._distutils + • setuptools._distutils.archive_util + • setuptools._distutils.file_util + • setuptools._distutils.version + • sys + +
+
+imported by: + distutils + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils._msvccompiler + • setuptools._distutils.archive_util + • setuptools._distutils.ccompiler + • setuptools._distutils.cmd + • setuptools._distutils.command + • setuptools._distutils.compat + • setuptools._distutils.compilers + • setuptools._distutils.core + • setuptools._distutils.debug + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.errors + • setuptools._distutils.extension + • setuptools._distutils.fancy_getopt + • setuptools._distutils.file_util + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.text_file + • setuptools._distutils.util + • setuptools._distutils.version + • setuptools._distutils.versionpredicate + +
+ +
+ +
+ + setuptools._distutils._log +SourceModule
+imports: + distutils + • logging + • setuptools._distutils + +
+
+imported by: + setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.file_util + • setuptools._distutils.filelist + • setuptools._distutils.log + • setuptools._distutils.spawn + • setuptools._distutils.util + +
+ +
+ +
+ + setuptools._distutils._modified +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • functools + • os.path + • setuptools._distutils + • setuptools._distutils.compat.py39 + • setuptools._distutils.errors + • setuptools._vendor.jaraco.functools + • typing + +
+
+imported by: + setuptools._distutils.cmd + • setuptools._distutils.command.build_ext + • setuptools._distutils.compilers.C.base + • setuptools._distutils.file_util + • setuptools._distutils.util + +
+ +
+ +
+ + setuptools._distutils._msvccompiler +SourceModule
+imports: + setuptools._distutils + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.msvc + • warnings + +
+
+imported by: + setuptools._distutils.command.build_ext + +
+ +
+ +
+ + setuptools._distutils.archive_util +SourceModule
+imports: + __future__ + • grp + • os + • pwd + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils.dir_util + • setuptools._distutils.errors + • setuptools._distutils.spawn + • tarfile + • typing + • zipfile + +
+
+imported by: + setuptools._distutils + • setuptools._distutils.cmd + • setuptools._distutils.command.sdist + +
+ +
+ +
+ + setuptools._distutils.ccompiler +SourceModule
+imports: + distutils + • setuptools._distutils + • setuptools._distutils.compat.numpy + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.errors + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.sysconfig + +
+ +
+ +
+ + setuptools._distutils.cmd +SourceModule
+imports: + 'collections.abc' + • __future__ + • abc + • distutils + • logging + • os + • re + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils.archive_util + • setuptools._distutils.debug + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.file_util + • setuptools._distutils.spawn + • setuptools._distutils.util + • sys + • typing + • typing_extensions + +
+
+imported by: + setuptools._distutils.core + • setuptools._distutils.dist + • setuptools.dist + +
+ +
+ +
+ + setuptools._distutils.command +Package
+imports: + distutils + • setuptools._distutils + +
+
+imported by: + setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.check + • setuptools._distutils.command.sdist + • setuptools._distutils.dist + • setuptools.dist + +
+ +
+ +
+ + setuptools._distutils.command.bdist +SourceModule
+imports: + 'collections.abc' + • __future__ + • os + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.util + • typing + • typing_extensions + • warnings + +
+
+imported by: + setuptools.command + +
+ +
+ +
+ + setuptools._distutils.command.build +SourceModule
+imports: + 'collections.abc' + • __future__ + • os + • setuptools._distutils.ccompiler + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.errors + • setuptools._distutils.util + • sys + • sysconfig + • typing + +
+
+imported by: + setuptools.command.build + +
+ +
+ +
+ + setuptools._distutils.command.build_ext +SourceModule
+imports: + 'collections.abc' + • __future__ + • concurrent.futures + • contextlib + • distutils + • os + • re + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils._msvccompiler + • setuptools._distutils.ccompiler + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.errors + • setuptools._distutils.extension + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • site + • sys + • typing + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools + +
+ +
+ +
+ + setuptools._distutils.command.check +SourceModule
+imports: + contextlib + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.errors + • typing + +
+
+imported by: + distutils.command.check + +
+ +
+ +
+ + setuptools._distutils.command.sdist +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • glob + • itertools + • os + • setuptools._distutils._log + • setuptools._distutils.archive_util + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.dir_util + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.file_util + • setuptools._distutils.filelist + • setuptools._distutils.text_file + • setuptools._distutils.util + • sys + • typing + +
+
+imported by: + setuptools.command.sdist + +
+ +
+ +
+ + setuptools._distutils.compat +Package
+imports: + 'collections.abc' + • __future__ + • setuptools._distutils + • typing + +
+
+imported by: + setuptools._distutils.compat.numpy + • setuptools._distutils.compat.py39 + • setuptools._distutils.sysconfig + +
+ +
+ +
+ + setuptools._distutils.compat.numpy +SourceModule
+imports: + setuptools._distutils.compat + • setuptools._distutils.compilers.C.base + +
+
+imported by: + setuptools._distutils.ccompiler + +
+ +
+ +
+ + setuptools._distutils.compat.py39 +SourceModule
+imports: + _imp + • functools + • itertools + • platform + • setuptools._distutils.compat + • sys + +
+
+imported by: + setuptools._distutils._modified + • setuptools._distutils.sysconfig + +
+ +
+ +
+ + setuptools._distutils.compilers +NamespacePackage
+imports: + setuptools._distutils + +
+
+imported by: + setuptools._distutils.compilers.C + +
+ +
+ +
+ + setuptools._distutils.compilers.C +NamespacePackage
+imports: + setuptools._distutils.compilers + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.msvc + +
+
+imported by: + setuptools._distutils._msvccompiler + • setuptools._distutils.ccompiler + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.errors + • setuptools._distutils.compilers.C.msvc + +
+ +
+ +
+ + setuptools._distutils.compilers.C.base +SourceModule
+imports: + 'collections.abc' + • __future__ + • more_itertools + • os + • pathlib + • re + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.errors + • setuptools._distutils.debug + • setuptools._distutils.dir_util + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.file_util + • setuptools._distutils.spawn + • setuptools._distutils.util + • sys + • tempfile + • typing + • typing_extensions + • warnings + +
+
+imported by: + setuptools._distutils.ccompiler + • setuptools._distutils.compat.numpy + • setuptools._distutils.compilers.C.msvc + +
+ +
+ +
+ + setuptools._distutils.compilers.C.errors +SourceModule
+imports: + setuptools._distutils.compilers.C + +
+
+imported by: + setuptools._distutils.ccompiler + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.errors + +
+ +
+ +
+ + setuptools._distutils.compilers.C.msvc +SourceModule
+imports: + 'collections.abc' + • __future__ + • contextlib + • itertools + • os + • setuptools._distutils._log + • setuptools._distutils.compilers.C + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.errors + • setuptools._distutils.errors + • setuptools._distutils.util + • subprocess + • unittest.mock + • warnings + • winreg + +
+
+imported by: + setuptools._distutils._msvccompiler + • setuptools._distutils.compilers.C + +
+ +
+ +
+ + setuptools._distutils.core +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • os + • setuptools._distutils + • setuptools._distutils.cmd + • setuptools._distutils.debug + • setuptools._distutils.dist + • setuptools._distutils.errors + • setuptools._distutils.extension + • sys + • tokenize + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.check + • setuptools._distutils.command.sdist + • setuptools._distutils.dist + • setuptools.dist + • setuptools.extension + +
+ +
+ +
+ + setuptools._distutils.debug +SourceModule
+imports: + distutils + • os + • setuptools._distutils + +
+
+imported by: + setuptools._distutils.cmd + • setuptools._distutils.compilers.C.base + • setuptools._distutils.core + • setuptools._distutils.dist + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools.dist + +
+ +
+ +
+ + setuptools._distutils.dir_util +SourceModule
+imports: + distutils + • functools + • itertools + • os + • pathlib + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils.errors + • setuptools._distutils.file_util + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools.command.bdist_egg + +
+ +
+ +
+ + setuptools._distutils.dist +SourceModule
+imports: + 'collections.abc' + • __future__ + • _typeshed + • configparser + • contextlib + • distutils + • email + • logging + • os + • packaging.utils + • pathlib + • pprint + • re + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils.cmd + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.debug + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.util + • setuptools._distutils.versionpredicate + • sys + • typing + • typing_extensions + • warnings + +
+
+imported by: + setuptools._distutils.cmd + • setuptools._distutils.core + • setuptools.config._apply_pyprojecttoml + • setuptools.config.setupcfg + • setuptools.dist + +
+ +
+ +
+ + setuptools._distutils.errors +SourceModule
+imports: + distutils + • setuptools._distutils + • setuptools._distutils.compilers.C.errors + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools._distutils._modified + • setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.check + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.core + • setuptools._distutils.dir_util + • setuptools._distutils.dist + • setuptools._distutils.fancy_getopt + • setuptools._distutils.file_util + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools.archive_util + • setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.config.expand + • setuptools.dist + • setuptools.errors + • setuptools.extension + • setuptools.installer + • setuptools.msvc + +
+ +
+ +
+ + setuptools._distutils.extension +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • os + • setuptools._distutils + • setuptools._distutils.sysconfig + • setuptools._distutils.text_file + • setuptools._distutils.util + • warnings + +
+
+imported by: + setuptools._distutils.command.build_ext + • setuptools._distutils.core + • setuptools.extension + +
+ +
+ +
+ + setuptools._distutils.fancy_getopt +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • getopt + • re + • setuptools._distutils + • setuptools._distutils.errors + • string + • sys + • typing + +
+
+imported by: + setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dist + • setuptools.dist + +
+ +
+ +
+ + setuptools._distutils.file_util +SourceModule
+imports: + errno + • os + • os.path + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils.errors + • stat + +
+
+imported by: + setuptools._distutils + • setuptools._distutils.cmd + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dir_util + +
+ +
+ +
+ + setuptools._distutils.filelist +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • fnmatch + • functools + • os + • re + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils.debug + • setuptools._distutils.errors + • setuptools._distutils.util + • typing + +
+
+imported by: + setuptools._distutils.command.sdist + • setuptools.command.egg_info + • setuptools.monkey + +
+ +
+ +
+ + setuptools._distutils.log +SourceModule
+imports: + distutils + • logging + • setuptools._distutils._log + • warnings + +
+
+imported by: + cffi._shimmed_dist_utils + • setuptools._shutil + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.discovery + • setuptools.dist + • setuptools.installer + • setuptools.logging + • setuptools.wheel + +
+ +
+ +
+ + setuptools._distutils.spawn +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • os + • platform + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils.debug + • setuptools._distutils.errors + • setuptools._distutils.util + • shutil + • subprocess + • sys + • typing + • warnings + +
+
+imported by: + setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.compilers.C.base + • setuptools._distutils.util + +
+ +
+ +
+ + setuptools._distutils.sysconfig +SourceModule
+imports: + __future__ + • distutils + • functools + • os + • pathlib + • re + • setuptools._distutils + • setuptools._distutils.ccompiler + • setuptools._distutils.compat + • setuptools._distutils.compat.py39 + • setuptools._distutils.errors + • setuptools._distutils.text_file + • setuptools._distutils.util + • setuptools._vendor.jaraco.functools + • sys + • sysconfig + • typing + • typing_extensions + • warnings + +
+
+imported by: + cffi._shimmed_dist_utils + • distutils + • setuptools._distutils.command.build_ext + • setuptools._distutils.extension + • setuptools._distutils.util + +
+ +
+ +
+ + setuptools._distutils.text_file +SourceModule
+imports: + distutils + • setuptools._distutils + • sys + +
+
+imported by: + setuptools._distutils.command.sdist + • setuptools._distutils.extension + • setuptools._distutils.sysconfig + +
+ +
+ +
+ + setuptools._distutils.util +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • functools + • importlib.util + • os + • pathlib + • pwd + • py_compile + • re + • setuptools._distutils + • setuptools._distutils._log + • setuptools._distutils._modified + • setuptools._distutils.errors + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._vendor.jaraco.functools + • string + • subprocess + • sys + • sysconfig + • tempfile + • typing + • typing_extensions + • warnings + +
+
+imported by: + distutils.util + • setuptools._core_metadata + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.dist + • setuptools._distutils.extension + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.discovery + • setuptools.dist + • setuptools.wheel + +
+ +
+ +
+ + setuptools._distutils.version +SourceModule
+imports: + contextlib + • re + • setuptools._distutils + • warnings + +
+
+imported by: + setuptools._distutils + • setuptools._distutils.versionpredicate + +
+ +
+ +
+ + setuptools._distutils.versionpredicate +SourceModule
+imports: + distutils + • operator + • re + • setuptools._distutils + • setuptools._distutils.version + +
+
+imported by: + setuptools._distutils.dist + +
+ +
+ +
+ + setuptools._entry_points +SourceModule
+imports: + functools + • itertools + • more_itertools + • operator + • setuptools + • setuptools._importlib + • setuptools._itertools + • setuptools._vendor.jaraco.functools + • setuptools._vendor.jaraco.text + • setuptools.errors + +
+
+imported by: + setuptools + • setuptools.command.egg_info + • setuptools.dist + +
+ +
+ +
+ + setuptools._imp +SourceModule
+imports: + importlib.machinery + • importlib.util + • os + • setuptools + • tokenize + +
+
+imported by: + setuptools + • setuptools.depends + +
+ +
+ +
+ + setuptools._importlib +SourceModule
+imports: + importlib.metadata + • importlib.resources + • importlib_metadata + • setuptools + • sys + +
+
+imported by: + setuptools._entry_points + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config._apply_pyprojecttoml + • setuptools.dist + • setuptools.installer + • setuptools.version + • setuptools.wheel + +
+ +
+ +
+ + setuptools._itertools +SourceModule
+imports: + more_itertools + • setuptools + +
+
+imported by: + setuptools._entry_points + +
+ +
+ +
+ + setuptools._normalization +SourceModule
+imports: + packaging + • packaging.licenses + • re + • setuptools + • typing + +
+
+imported by: + setuptools + • setuptools._core_metadata + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.dist + +
+ +
+ +
+ + setuptools._path +SourceModule
+imports: + __future__ + • contextlib + • more_itertools + • os + • setuptools + • sys + • typing + • typing_extensions + +
+
+imported by: + setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.discovery + • setuptools.dist + • setuptools.extension + • setuptools.msvc + +
+ +
+ +
+ + setuptools._reqs +SourceModule
+imports: + 'collections.abc' + • __future__ + • functools + • packaging.requirements + • setuptools + • setuptools._vendor.jaraco.text + • typing + • typing_extensions + +
+
+imported by: + setuptools + • setuptools._core_metadata + • setuptools.command._requirestxt + • setuptools.dist + • setuptools.installer + +
+ +
+ +
+ + setuptools._shutil +SourceModule
+imports: + distutils + • os + • setuptools + • setuptools._distutils.log + • setuptools.compat + • setuptools.compat.py311 + • stat + • typing + +
+
+imported by: + setuptools + • setuptools.command.bdist_wheel + +
+ +
+ +
+ + setuptools._static +SourceModule
+imports: + functools + • packaging.specifiers + • setuptools + • setuptools.warnings + • typing + +
+
+imported by: + setuptools._core_metadata + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.setupcfg + • setuptools.dist + +
+ +
+ +
+ + setuptools._vendor +NamespacePackage
+imports: + setuptools + +
+
+imported by: + setuptools._vendor.backports + • setuptools._vendor.importlib_metadata + • setuptools._vendor.jaraco + • setuptools._vendor.more_itertools + • setuptools._vendor.packaging + • setuptools._vendor.tomli + • setuptools._vendor.wheel + • setuptools._vendor.zipp + +
+ +
+ +
+ + setuptools._vendor.backports +Package
+imports: + setuptools._vendor + +
+
+imported by: + backports + +
+ +
+ +
+ + setuptools._vendor.backports.tarfile +Package
+imports: + argparse + • backports + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • setuptools._vendor.backports.tarfile.compat.py38 + • shutil + • stat + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + backports + • setuptools._vendor.backports.tarfile.compat + • setuptools._vendor.jaraco.context + +
+ +
+ +
+ + setuptools._vendor.backports.tarfile.compat +Package
+imports: + setuptools._vendor.backports.tarfile + +
+
+imported by: + setuptools._vendor.backports.tarfile.compat.py38 + +
+ +
+ +
+ + setuptools._vendor.backports.tarfile.compat.py38 +SourceModule
+imports: + setuptools._vendor.backports.tarfile.compat + • sys + +
+
+imported by: + setuptools._vendor.backports.tarfile + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata +Package
+imports: + 'collections.abc' + • __future__ + • abc + • collections + • contextlib + • csv + • email + • functools + • importlib + • importlib.abc + • inspect + • itertools + • json + • operator + • os + • pathlib + • posixpath + • re + • setuptools._vendor + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.importlib_metadata._collections + • setuptools._vendor.importlib_metadata._compat + • setuptools._vendor.importlib_metadata._functools + • setuptools._vendor.importlib_metadata._itertools + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.importlib_metadata._typing + • setuptools._vendor.importlib_metadata.compat + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.importlib_metadata.compat.py39 + • setuptools._vendor.zipp.compat.overlay + • sys + • textwrap + • types + • typing + +
+
+imported by: + importlib_metadata + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.importlib_metadata._collections + • setuptools._vendor.importlib_metadata._compat + • setuptools._vendor.importlib_metadata._functools + • setuptools._vendor.importlib_metadata._itertools + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.importlib_metadata._text + • setuptools._vendor.importlib_metadata._typing + • setuptools._vendor.importlib_metadata.compat + • setuptools._vendor.importlib_metadata.compat.py39 + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._adapters +SourceModule
+imports: + email.message + • email.policy + • re + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._text + • textwrap + +
+
+imported by: + setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._collections +SourceModule
+imports: + collections + • setuptools._vendor.importlib_metadata + • typing + +
+
+imported by: + setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._compat +SourceModule
+imports: + platform + • setuptools._vendor.importlib_metadata + • sys + +
+
+imported by: + setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._functools +SourceModule
+imports: + functools + • setuptools._vendor.importlib_metadata + • types + • typing + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._text + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._itertools +SourceModule
+imports: + collections + • itertools + • setuptools._vendor.importlib_metadata + +
+
+imported by: + setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._meta +SourceModule
+imports: + 'collections.abc' + • __future__ + • os + • setuptools._vendor.importlib_metadata + • typing + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._typing + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._text +SourceModule
+imports: + re + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._functools + +
+
+imported by: + setuptools._vendor.importlib_metadata._adapters + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata._typing +SourceModule
+imports: + functools + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._meta + • typing + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat.py39 + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata.compat +Package
+imports: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.importlib_metadata.compat.py39 + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.importlib_metadata.compat.py39 + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata.compat.py311 +SourceModule
+imports: + os + • pathlib + • setuptools._vendor.importlib_metadata.compat + • sys + • types + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat + +
+ +
+ +
+ + setuptools._vendor.importlib_metadata.compat.py39 +SourceModule
+imports: + __future__ + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._typing + • setuptools._vendor.importlib_metadata.compat + • typing + +
+
+imported by: + setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata.compat + +
+ +
+ +
+ + setuptools._vendor.jaraco +NamespacePackage
+imports: + setuptools._vendor + +
+
+imported by: + jaraco + • setuptools._vendor.jaraco.text + +
+ +
+ +
+ + setuptools._vendor.jaraco.context +Package
+imports: + 'collections.abc' + • __future__ + • backports + • contextlib + • errno + • functools + • jaraco + • operator + • os + • platform + • setuptools._vendor.backports.tarfile + • shutil + • stat + • subprocess + • sys + • tarfile + • tempfile + • urllib.request + +
+
+imported by: + setuptools._vendor.jaraco.text + +
+ +
+ +
+ + setuptools._vendor.jaraco.functools +Package
+imports: + 'collections.abc' + • __future__ + • functools + • inspect + • itertools + • jaraco + • more_itertools + • operator + • time + • types + • typing + • warnings + +
+
+imported by: + setuptools._distutils._modified + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._entry_points + • setuptools._vendor.jaraco.text + +
+ +
+ +
+ + setuptools._vendor.jaraco.text +Package
+imports: + functools + • importlib.resources + • importlib_resources + • itertools + • jaraco + • re + • setuptools._vendor.jaraco + • setuptools._vendor.jaraco.context + • setuptools._vendor.jaraco.functools + • textwrap + • typing + +
+
+imported by: + jaraco.text + • setuptools._entry_points + • setuptools._reqs + • setuptools.command._requirestxt + +
+ +
+ +
+ + setuptools._vendor.more_itertools +Package
+imports: + setuptools._vendor + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + +
+
+imported by: + more_itertools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + +
+ +
+ +
+ + setuptools._vendor.more_itertools.more +SourceModule
+imports: + 'collections.abc' + • collections + • contextlib + • functools + • heapq + • itertools + • math + • operator + • queue + • random + • setuptools._vendor.more_itertools + • setuptools._vendor.more_itertools.recipes + • sys + • time + • warnings + +
+
+imported by: + setuptools._vendor.more_itertools + +
+ +
+ +
+ + setuptools._vendor.more_itertools.recipes +SourceModule
+imports: + bisect + • collections + • contextlib + • functools + • heapq + • itertools + • math + • operator + • random + • setuptools._vendor.more_itertools + • sys + +
+
+imported by: + setuptools._vendor.more_itertools + • setuptools._vendor.more_itertools.more + +
+ +
+ +
+ + setuptools._vendor.packaging +Package
+imports: + setuptools._vendor + • setuptools._vendor.packaging + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging.requirements + +
+
+imported by: + setuptools._vendor.packaging + • setuptools._vendor.packaging._elffile + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging._parser + • setuptools._vendor.packaging._structures + • setuptools._vendor.packaging._tokenizer + • 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.config._validate_pyproject.formats + +
+ +
+ +
+ + setuptools._vendor.packaging._elffile +SourceModule
+imports: + __future__ + • enum + • os + • setuptools._vendor.packaging + • struct + • typing + +
+
+imported by: + setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + +
+ +
+ +
+ + setuptools._vendor.packaging._manylinux +SourceModule
+imports: + __future__ + • _manylinux + • collections + • contextlib + • ctypes + • functools + • os + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._elffile + • sys + • typing + • warnings + +
+
+imported by: + setuptools._vendor.packaging + • setuptools._vendor.packaging.tags + +
+ +
+ +
+ + setuptools._vendor.packaging._musllinux +SourceModule
+imports: + __future__ + • functools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._elffile + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + setuptools._vendor.packaging + • setuptools._vendor.packaging.tags + +
+ +
+ +
+ + setuptools._vendor.packaging._parser +SourceModule
+imports: + __future__ + • ast + • setuptools._vendor.packaging + • setuptools._vendor.packaging._tokenizer + • typing + +
+
+imported by: + setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging._structures +SourceModule
+imports: + setuptools._vendor.packaging + +
+
+imported by: + setuptools._vendor.packaging.version + +
+ +
+ +
+ + setuptools._vendor.packaging._tokenizer +SourceModule
+imports: + __future__ + • contextlib + • dataclasses + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.specifiers + • typing + +
+
+imported by: + setuptools._vendor.packaging._parser + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging.markers +SourceModule
+imports: + __future__ + • operator + • os + • platform + • setuptools._vendor.packaging + • setuptools._vendor.packaging._parser + • setuptools._vendor.packaging._tokenizer + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.utils + • sys + • typing + +
+
+imported by: + setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging.requirements +SourceModule
+imports: + __future__ + • setuptools._vendor.packaging + • setuptools._vendor.packaging._parser + • setuptools._vendor.packaging._tokenizer + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.utils + • typing + +
+
+imported by: + setuptools._vendor.packaging + • setuptools.config._validate_pyproject.formats + +
+ +
+ +
+ + setuptools._vendor.packaging.specifiers +SourceModule
+imports: + __future__ + • abc + • itertools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • typing + +
+
+imported by: + setuptools._vendor.packaging._tokenizer + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging.tags +SourceModule
+imports: + __future__ + • importlib.machinery + • logging + • platform + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • struct + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + setuptools._vendor.packaging.utils + +
+ +
+ +
+ + setuptools._vendor.packaging.utils +SourceModule
+imports: + __future__ + • functools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.version + • typing + +
+
+imported by: + setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + +
+ +
+ +
+ + setuptools._vendor.packaging.version +SourceModule
+imports: + __future__ + • itertools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._structures + • typing + +
+
+imported by: + setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.utils + +
+ +
+ +
+ + setuptools._vendor.tomli +Package
+imports: + setuptools._vendor + • setuptools._vendor.tomli._parser + +
+
+imported by: + setuptools._vendor.tomli._parser + • setuptools._vendor.tomli._re + • setuptools._vendor.tomli._types + • tomli + +
+ +
+ +
+ + setuptools._vendor.tomli._parser +SourceModule
+imports: + 'collections.abc' + • __future__ + • setuptools._vendor.tomli + • setuptools._vendor.tomli._re + • setuptools._vendor.tomli._types + • sys + • types + • typing + • warnings + +
+
+imported by: + setuptools._vendor.tomli + +
+ +
+ +
+ + setuptools._vendor.tomli._re +SourceModule
+imports: + __future__ + • datetime + • functools + • re + • setuptools._vendor.tomli + • setuptools._vendor.tomli._types + • typing + +
+
+imported by: + setuptools._vendor.tomli._parser + +
+ +
+ +
+ + setuptools._vendor.tomli._types +SourceModule
+imports: + setuptools._vendor.tomli + • typing + +
+
+imported by: + setuptools._vendor.tomli._parser + • setuptools._vendor.tomli._re + +
+ +
+ +
+ + setuptools._vendor.wheel +Package
+imports: + __future__ + • setuptools._vendor + • setuptools._vendor.wheel + +
+
+imported by: + setuptools._vendor.wheel + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored + • setuptools._vendor.wheel.wheelfile + • wheel + +
+ +
+ +
+ + setuptools._vendor.wheel.cli +Package
+imports: + __future__ + • argparse + • os + • setuptools._vendor.wheel + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.cli.unpack + • sys + • wheel + +
+
+imported by: + setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.cli.unpack + • setuptools._vendor.wheel.wheelfile + +
+ +
+ +
+ + setuptools._vendor.wheel.cli.convert +SourceModule
+imports: + 'collections.abc' + • __future__ + • abc + • collections + • email.message + • email.parser + • email.policy + • glob + • os.path + • pathlib + • re + • setuptools._vendor.wheel + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.wheel.wheelfile + • textwrap + • zipfile + +
+
+imported by: + setuptools._vendor.wheel.cli + +
+ +
+ +
+ + setuptools._vendor.wheel.cli.pack +SourceModule
+imports: + __future__ + • email.generator + • email.parser + • email.policy + • os.path + • re + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.wheelfile + +
+
+imported by: + setuptools._vendor.wheel.cli + +
+ +
+ +
+ + setuptools._vendor.wheel.cli.tags +SourceModule
+imports: + 'collections.abc' + • __future__ + • email.parser + • email.policy + • itertools + • os + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.wheelfile + +
+
+imported by: + setuptools._vendor.wheel.cli + +
+ +
+ +
+ + setuptools._vendor.wheel.cli.unpack +SourceModule
+imports: + __future__ + • pathlib + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.wheelfile + +
+
+imported by: + setuptools._vendor.wheel.cli + +
+ +
+ +
+ + setuptools._vendor.wheel.macosx_libfile +SourceModule
+imports: + __future__ + • ctypes + • io + • os + • sys + • typing + • wheel + +
+
+imported by: + setuptools.command.bdist_wheel + +
+ +
+ +
+ + setuptools._vendor.wheel.metadata +SourceModule
+imports: + __future__ + • email.message + • email.parser + • functools + • itertools + • os.path + • re + • setuptools._vendor.wheel + • setuptools._vendor.wheel.vendored.packaging.requirements + • textwrap + • typing + +
+
+imported by: + setuptools._vendor.wheel.cli.convert + +
+ +
+ +
+ + setuptools._vendor.wheel.util +SourceModule
+imports: + __future__ + • base64 + • logging + • wheel + +
+
+imported by: + setuptools._vendor.wheel.wheelfile + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored +Package
+imports: + setuptools._vendor.wheel + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging +Package
+imports: + setuptools._vendor.wheel.vendored + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._elffile + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging._parser + • setuptools._vendor.wheel.vendored.packaging._structures + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.utils + • setuptools._vendor.wheel.vendored.packaging.version + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._elffile +SourceModule
+imports: + enum + • os + • setuptools._vendor.wheel.vendored.packaging + • struct + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._manylinux +SourceModule
+imports: + _manylinux + • collections + • contextlib + • ctypes + • functools + • os + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._elffile + • sys + • typing + • warnings + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging.tags + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._musllinux +SourceModule
+imports: + functools + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._elffile + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging.tags + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._parser +SourceModule
+imports: + ast + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._structures +SourceModule
+imports: + setuptools._vendor.wheel.vendored.packaging + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging.version + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging._tokenizer +SourceModule
+imports: + contextlib + • dataclasses + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging.specifiers + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging._parser + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.markers +SourceModule
+imports: + operator + • os + • platform + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._parser + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.utils + • sys + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.requirements +SourceModule
+imports: + setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._parser + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.utils + • typing + +
+
+imported by: + setuptools._vendor.wheel.metadata + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.specifiers +SourceModule
+imports: + abc + • itertools + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging.utils + • setuptools._vendor.wheel.vendored.packaging.version + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.tags +SourceModule
+imports: + importlib.machinery + • logging + • platform + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • struct + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.vendored.packaging.utils + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.utils +SourceModule
+imports: + re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.version + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + • setuptools._vendor.wheel.vendored.packaging.specifiers + +
+ +
+ +
+ + setuptools._vendor.wheel.vendored.packaging.version +SourceModule
+imports: + itertools + • re + • setuptools._vendor.wheel.vendored.packaging + • setuptools._vendor.wheel.vendored.packaging._structures + • typing + +
+
+imported by: + setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.utils + +
+ +
+ +
+ + setuptools._vendor.wheel.wheelfile +SourceModule
+imports: + __future__ + • csv + • hashlib + • io + • os.path + • re + • setuptools._vendor.wheel + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.util + • stat + • time + • typing + • typing_extensions + • wheel + • zipfile + +
+
+imported by: + setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.cli.pack + • setuptools._vendor.wheel.cli.tags + • setuptools._vendor.wheel.cli.unpack + • setuptools.command.bdist_wheel + +
+ +
+ +
+ + setuptools._vendor.zipp +Package
+imports: + functools + • io + • itertools + • pathlib + • posixpath + • re + • setuptools._vendor + • setuptools._vendor.zipp._functools + • setuptools._vendor.zipp.compat.py310 + • setuptools._vendor.zipp.glob + • stat + • sys + • zipfile + +
+
+imported by: + setuptools._vendor.zipp._functools + • setuptools._vendor.zipp.compat + • setuptools._vendor.zipp.glob + • zipp + +
+ +
+ +
+ + setuptools._vendor.zipp._functools +SourceModule
+imports: + collections + • functools + • setuptools._vendor.zipp + +
+
+imported by: + setuptools._vendor.zipp + +
+ +
+ +
+ + setuptools._vendor.zipp.compat +Package
+imports: + setuptools._vendor.zipp + • zipp + +
+
+imported by: + setuptools._vendor.zipp.compat.overlay + • setuptools._vendor.zipp.compat.py310 + • setuptools._vendor.zipp.compat.py313 + +
+ +
+ +
+ + setuptools._vendor.zipp.compat.overlay +SourceModule
+imports: + importlib + • setuptools._vendor.zipp.compat + • sys + • types + • zipp + +
+
+imported by: + setuptools._vendor.importlib_metadata + +
+ +
+ +
+ + setuptools._vendor.zipp.compat.py310 +SourceModule
+imports: + io + • setuptools._vendor.zipp.compat + • sys + +
+
+imported by: + setuptools._vendor.zipp + +
+ +
+ +
+ + setuptools._vendor.zipp.compat.py313 +SourceModule
+imports: + functools + • setuptools._vendor.zipp.compat + • sys + +
+
+imported by: + setuptools._vendor.zipp.glob + +
+ +
+ +
+ + setuptools._vendor.zipp.glob +SourceModule
+imports: + os + • re + • setuptools._vendor.zipp + • setuptools._vendor.zipp.compat.py313 + +
+
+imported by: + setuptools._vendor.zipp + +
+ +
+ +
+ + setuptools.archive_util +SourceModule
+imports: + contextlib + • os + • posixpath + • setuptools + • setuptools._distutils.errors + • setuptools._path + • shutil + • tarfile + • zipfile + +
+
+imported by: + setuptools.wheel + +
+ +
+ +
+ + setuptools.command +Package
+imports: + setuptools + • setuptools._distutils.command.bdist + • setuptools.command + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • sys + +
+
+imported by: + setuptools + • setuptools.command + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.build + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.dist + +
+ +
+ +
+ + setuptools.command._requirestxt +SourceModule
+imports: + 'collections.abc' + • __future__ + • collections + • io + • itertools + • packaging.requirements + • setuptools + • setuptools._reqs + • setuptools._vendor.jaraco.text + • setuptools.command + • typing + +
+
+imported by: + setuptools.command + • setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.command.bdist_egg +SourceModule
+imports: + 'collections.abc' + • __future__ + • _typeshed + • distutils + • marshal + • os + • re + • setuptools + • setuptools._distutils.dir_util + • setuptools._distutils.log + • setuptools._path + • setuptools.command + • setuptools.extension + • sys + • sysconfig + • textwrap + • types + • typing + • typing_extensions + • zipfile + +
+
+imported by: + setuptools.command + • setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.command.bdist_wheel +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • email.generator + • email.message + • glob + • os + • packaging + • packaging.tags + • packaging.version + • re + • setuptools + • setuptools._core_metadata + • setuptools._distutils.log + • setuptools._normalization + • setuptools._shutil + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.wheelfile + • setuptools.command + • setuptools.command.egg_info + • setuptools.warnings + • shutil + • struct + • sys + • sysconfig + • typing + • warnings + • zipfile + +
+
+imported by: + setuptools.dist + +
+ +
+ +
+ + setuptools.command.build +SourceModule
+imports: + __future__ + • setuptools._distutils.command.build + • setuptools.command + • setuptools.dist + • typing + +
+
+imported by: + setuptools.command.sdist + +
+ +
+ +
+ + setuptools.command.egg_info +SourceModule
+imports: + 'collections.abc' + • __future__ + • distutils + • functools + • os + • packaging + • packaging.requirements + • packaging.version + • re + • setuptools + • setuptools._distutils.errors + • setuptools._distutils.filelist + • setuptools._distutils.log + • setuptools._distutils.util + • setuptools._entry_points + • setuptools._importlib + • setuptools._normalization + • setuptools.command + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.glob + • setuptools.unicode_utils + • setuptools.warnings + • sys + • time + +
+
+imported by: + setuptools.command.bdist_wheel + • setuptools.wheel + +
+ +
+ +
+ + setuptools.command.sdist +SourceModule
+imports: + 'collections.abc' + • __future__ + • contextlib + • distutils + • itertools + • os + • re + • setuptools._distutils.command.sdist + • setuptools._distutils.log + • setuptools._importlib + • setuptools.command + • setuptools.command.build + • setuptools.dist + • typing + +
+
+imported by: + setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.command.setopt +SourceModule
+imports: + configparser + • distutils + • os + • setuptools + • setuptools._distutils.errors + • setuptools._distutils.log + • setuptools._distutils.util + • setuptools.command + • setuptools.unicode_utils + +
+
+imported by: + setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.compat +Package
+imports: + setuptools + • setuptools.compat.py311 + • setuptools.compat.py39 + +
+
+imported by: + setuptools._shutil + • setuptools.compat.py310 + • setuptools.compat.py311 + • setuptools.compat.py39 + • setuptools.msvc + • setuptools.unicode_utils + +
+ +
+ +
+ + setuptools.compat.py310 +SourceModule
+imports: + setuptools.compat + • sys + • tomli + • tomllib + +
+
+imported by: + setuptools.config.pyprojecttoml + • setuptools.msvc + +
+ +
+ +
+ + setuptools.compat.py311 +SourceModule
+imports: + __future__ + • _typeshed + • setuptools.compat + • shutil + • sys + • typing + • typing_extensions + +
+
+imported by: + setuptools._shutil + • setuptools.compat + +
+ +
+ +
+ + setuptools.compat.py39 +SourceModule
+imports: + setuptools.compat + • sys + +
+
+imported by: + setuptools.compat + • setuptools.unicode_utils + +
+ +
+ +
+ + setuptools.config +Package
+imports: + functools + • setuptools + • setuptools.config + • setuptools.config._validate_pyproject + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.warnings + • typing + +
+
+imported by: + setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.dist + +
+ +
+ +
+ + setuptools.config._apply_pyprojecttoml +SourceModule
+imports: + 'collections.abc' + • __future__ + • email.headerregistry + • functools + • inspect + • itertools + • logging + • os + • setuptools + • setuptools._distutils.dist + • setuptools._importlib + • setuptools._path + • setuptools._static + • setuptools.config + • setuptools.config.expand + • setuptools.dist + • setuptools.errors + • setuptools.extension + • setuptools.warnings + • types + • typing + • typing_extensions + +
+
+imported by: + setuptools.config.pyprojecttoml + +
+ +
+ +
+ + setuptools.config._validate_pyproject +Package
+imports: + functools + • setuptools.config + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.extra_validations + • setuptools.config._validate_pyproject.fastjsonschema_exceptions + • setuptools.config._validate_pyproject.fastjsonschema_validations + • setuptools.config._validate_pyproject.formats + • typing + +
+
+imported by: + setuptools.config + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.extra_validations + • setuptools.config._validate_pyproject.fastjsonschema_exceptions + • setuptools.config._validate_pyproject.fastjsonschema_validations + • setuptools.config._validate_pyproject.formats + • setuptools.config.pyprojecttoml + +
+ +
+ +
+ + setuptools.config._validate_pyproject.error_reporting +SourceModule
+imports: + contextlib + • io + • json + • logging + • os + • re + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.fastjsonschema_exceptions + • sys + • textwrap + • typing + • typing_extensions + +
+
+imported by: + setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.extra_validations + +
+ +
+ +
+ + setuptools.config._validate_pyproject.extra_validations +SourceModule
+imports: + inspect + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.error_reporting + • typing + +
+
+imported by: + setuptools.config._validate_pyproject + +
+ +
+ +
+ + setuptools.config._validate_pyproject.fastjsonschema_exceptions +SourceModule
+imports: + re + • setuptools.config._validate_pyproject + +
+
+imported by: + setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.fastjsonschema_validations + +
+ +
+ +
+ + setuptools.config._validate_pyproject.fastjsonschema_validations +SourceModule
+imports: + decimal + • re + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.fastjsonschema_exceptions + +
+
+imported by: + setuptools.config._validate_pyproject + +
+ +
+ +
+ + setuptools.config._validate_pyproject.formats +SourceModule
+imports: + builtins + • email.message + • itertools + • logging + • os + • packaging + • packaging.licenses + • packaging.requirements + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.requirements + • setuptools.config._validate_pyproject + • ssl + • string + • trove_classifiers + • typing + • typing_extensions + • urllib.parse + • urllib.request + +
+
+imported by: + setuptools.config._validate_pyproject + +
+ +
+ +
+ + setuptools.config.expand +SourceModule
+imports: + 'collections.abc' + • __future__ + • ast + • configparser + • glob + • importlib + • importlib.machinery + • itertools + • more_itertools + • os + • pathlib + • setuptools + • setuptools._distutils.errors + • setuptools._path + • setuptools._static + • setuptools.config + • setuptools.discovery + • setuptools.dist + • setuptools.warnings + • sys + • types + • typing + • typing_extensions + +
+
+imported by: + setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + +
+ +
+ +
+ + setuptools.config.pyprojecttoml +SourceModule
+imports: + 'collections.abc' + • __future__ + • contextlib + • functools + • logging + • more_itertools + • os + • setuptools._path + • setuptools.compat.py310 + • setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject + • setuptools.config.expand + • setuptools.dist + • setuptools.errors + • setuptools.warnings + • types + • typing + • typing_extensions + +
+
+imported by: + setuptools.config + • setuptools.dist + +
+ +
+ +
+ + setuptools.config.setupcfg +SourceModule
+imports: + 'collections.abc' + • __future__ + • abc + • collections + • contextlib + • functools + • os + • packaging.markers + • packaging.requirements + • packaging.version + • setuptools + • setuptools._distutils.dist + • setuptools._path + • setuptools._static + • setuptools.config + • setuptools.config.expand + • setuptools.dist + • setuptools.errors + • setuptools.warnings + • typing + • typing_extensions + +
+
+imported by: + setuptools.config + • setuptools.dist + +
+ +
+ +
+ + setuptools.depends +SourceModule
+imports: + __future__ + • contextlib + • dis + • marshal + • packaging.version + • setuptools + • setuptools._imp + • sys + • types + • typing + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.discovery +SourceModule
+imports: + 'collections.abc' + • __future__ + • _distutils_hack.override + • distutils + • fnmatch + • glob + • inspect + • itertools + • os + • pathlib + • setuptools + • setuptools._distutils.log + • setuptools._distutils.util + • setuptools._path + • setuptools.errors + • typing + +
+
+imported by: + setuptools + • setuptools.config.expand + • setuptools.dist + +
+ +
+ +
+ + setuptools.dist +SourceModule
+imports: + 'collections.abc' + • __future__ + • configparser + • functools + • glob + • io + • itertools + • more_itertools + • numbers + • os + • packaging.markers + • packaging.specifiers + • packaging.version + • pathlib + • re + • setuptools + • setuptools._distutils.cmd + • setuptools._distutils.command + • setuptools._distutils.core + • setuptools._distutils.debug + • setuptools._distutils.dist + • setuptools._distutils.errors + • setuptools._distutils.fancy_getopt + • setuptools._distutils.log + • setuptools._distutils.util + • setuptools._entry_points + • setuptools._importlib + • setuptools._normalization + • setuptools._path + • setuptools._reqs + • setuptools._static + • setuptools.command + • setuptools.command.bdist_wheel + • setuptools.config + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.discovery + • setuptools.errors + • setuptools.installer + • setuptools.monkey + • setuptools.warnings + • setuptools.windows_support + • shlex + • sys + • typing + • typing_extensions + +
+
+imported by: + setuptools + • setuptools.command.build + • setuptools.command.sdist + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + +
+ +
+ +
+ + setuptools.errors +SourceModule
+imports: + __future__ + • distutils + • setuptools + • setuptools._distutils.errors + +
+
+imported by: + setuptools._entry_points + • setuptools.config._apply_pyprojecttoml + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.discovery + • setuptools.dist + +
+ +
+ +
+ + setuptools.extension +SourceModule
+imports: + 'collections.abc' + • __future__ + • functools + • re + • setuptools + • setuptools._distutils.core + • setuptools._distutils.errors + • setuptools._distutils.extension + • setuptools._path + • setuptools.monkey + • typing + +
+
+imported by: + setuptools + • setuptools.command.bdist_egg + • setuptools.config._apply_pyprojecttoml + +
+ +
+ +
+ + setuptools.glob +SourceModule
+imports: + 'collections.abc' + • __future__ + • _typeshed + • fnmatch + • os + • re + • setuptools + • typing + +
+
+imported by: + setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.installer +SourceModule
+imports: + __future__ + • distutils + • glob + • itertools + • os + • packaging.requirements + • packaging.utils + • setuptools + • setuptools._distutils.errors + • setuptools._distutils.log + • setuptools._importlib + • setuptools._reqs + • setuptools.warnings + • setuptools.wheel + • subprocess + • sys + • tempfile + +
+
+imported by: + setuptools.dist + +
+ +
+ +
+ + setuptools.logging +SourceModule
+imports: + inspect + • logging + • setuptools + • setuptools._distutils.log + • setuptools.monkey + • sys + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.monkey +SourceModule
+imports: + __future__ + • inspect + • platform + • setuptools + • setuptools._core_metadata + • setuptools._distutils.filelist + • sys + • types + • typing + +
+
+imported by: + setuptools + • setuptools.dist + • setuptools.extension + • setuptools.logging + +
+ +
+ +
+ + setuptools.msvc +SourceModule
+imports: + __future__ + • contextlib + • itertools + • json + • more_itertools + • os + • os.path + • platform + • setuptools + • setuptools._distutils.errors + • setuptools._path + • setuptools.compat + • setuptools.compat.py310 + • typing + • typing_extensions + • winreg + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.unicode_utils +SourceModule
+imports: + configparser + • setuptools + • setuptools.compat + • setuptools.compat.py39 + • setuptools.warnings + • sys + • unicodedata + +
+
+imported by: + setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.wheel + +
+ +
+ +
+ + setuptools.version +SourceModule
+imports: + setuptools + • setuptools._importlib + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.warnings +SourceModule
+imports: + __future__ + • datetime + • inspect + • os + • setuptools + • textwrap + • typing + • typing_extensions + • warnings + +
+
+imported by: + setuptools + • setuptools._core_metadata + • setuptools._static + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.dist + • setuptools.installer + • setuptools.unicode_utils + +
+ +
+ +
+ + setuptools.wheel +SourceModule
+imports: + 'collections.abc' + • contextlib + • distutils + • email + • functools + • itertools + • os + • packaging.requirements + • packaging.tags + • packaging.utils + • packaging.version + • posixpath + • re + • setuptools + • setuptools._discovery + • setuptools._distutils.log + • setuptools._distutils.util + • setuptools._importlib + • setuptools.archive_util + • setuptools.command.egg_info + • setuptools.unicode_utils + • zipfile + +
+
+imported by: + setuptools.installer + +
+ +
+ +
+ + setuptools.windows_support +SourceModule
+imports: + ctypes + • ctypes.wintypes + • platform + • setuptools + +
+
+imported by: + setuptools + • setuptools.dist + +
+ +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + +
+
+imported by: + PIL.ImageShow + • pdb + • setuptools.dist + • webbrowser + +
+ +
+ +
+ + shutil +SourceModule
+imports: + _winapi + • bz2 + • collections + • errno + • fnmatch + • grp + • lzma + • nt + • os + • posix + • pwd + • stat + • sys + • tarfile + • zipfile + • zlib + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.ImageShow + • argparse + • cffi.verifier + • clr_loader.util.find + • ctypes.util + • http.server + • multiprocessing.util + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.lib._datasource + • numpy.testing._private.utils + • pystray._util.notify_dbus + • setuptools._distutils.spawn + • setuptools._vendor.backports.tarfile + • setuptools._vendor.jaraco.context + • setuptools.archive_util + • setuptools.command.bdist_wheel + • setuptools.compat.py311 + • tarfile + • tempfile + • uuid + • webbrowser + • webview.platforms.cef + • webview.platforms.edgechromium + • zipfile + +
+ +
+ +
+ + signal +SourceModule
+imports: + _signal + • enum + +
+
+imported by: + _pyrepl.commands + • _pyrepl.unix_console + • asyncio.base_subprocess + • asyncio.events + • asyncio.proactor_events + • asyncio.runners + • asyncio.unix_events + • bottle + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • pdb + • pystray._darwin + • pystray._util.gtk + • subprocess + • unittest.signals + • webview.platforms.qt + +
+ +
+ +
+ + site +SourceModule
+imports: + _pyrepl.main + • _pyrepl.readline + • _pyrepl.unix_console + • _pyrepl.windows_console + • _sitebuiltins + • atexit + • builtins + • errno + • io + • locale + • os + • readline + • rlcompleter + • sitecustomize + • stat + • sys + • textwrap + • traceback + • usercustomize + +
+
+imported by: + _pyrepl.commands + • _pyrepl.readline + • setuptools._distutils.command.build_ext + +
+ +
+ +
+ + sitecustomize +MissingModule
+imported by: + site + +
+ +
+ +
+ + six +SourceModule
+imports: + StringIO + • __future__ + • functools + • importlib.util + • io + • itertools + • operator + • struct + • sys + • types + +
+
+imported by: + pystray._xorg + • six.moves + +
+ +
+ +
+ + six.moves +RuntimePackage
+imports: + six + • six.moves.queue + +
+
+imported by: + pystray._base + • pystray._win32 + • pystray._xorg + +
+ +
+ +
+ + six.moves.queue +AliasNode
+imports: + queue + +
+
+imported by: + pystray._base + • pystray._win32 + • pystray._xorg + • six.moves + +
+ +
+ +
+ + socket +SourceModule
+imports: + _socket + • array + • 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 + • bottle + • email.utils + • ftplib + • http.client + • http.server + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.reduction + • multiprocessing.resource_sharer + • platform + • socketserver + • ssl + • urllib.request + • uuid + • webview.http + • webview.platforms.qt + +
+ +
+ +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + • webview.http + • xmlrpc.server + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + re + • re._compiler + • warnings + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + re + • re._constants + • warnings + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + re + • re._parser + • warnings + +
+
+imported by: + messenger_app.py + +
+ +
+ +
+ + 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.config._validate_pyproject.formats + • urllib.request + • webview.http + +
+ +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + asyncio.base_events + • asyncio.unix_events + • genericpath + • glob + • messenger_app.py + • netrc + • os + • pathlib._abc + • posixpath + • setuptools._core_metadata + • setuptools._distutils.file_util + • setuptools._shutil + • setuptools._vendor.backports.tarfile + • setuptools._vendor.jaraco.context + • setuptools._vendor.wheel.wheelfile + • setuptools._vendor.zipp + • shutil + • site + • tarfile + • zipfile + • zipfile._path + +
+ +
+ +
+ + statistics +SourceModule
+imports: + _statistics + • bisect + • collections + • decimal + • fractions + • functools + • itertools + • math + • numbers + • operator + • random + • sys + +
+
+imported by: + random + +
+ +
+ +
+ + string +SourceModule
+imports: + _string + • collections + • re + +
+
+imported by: + cmd + • email._encoded_words + • email._header_value_parser + • email.quoprimime + • http.cookies + • logging + • ntpath + • nturl2path + • numpy.f2py._backends._meson + • numpy.f2py.crackfortran + • setuptools._distutils.fancy_getopt + • setuptools._distutils.util + • setuptools.config._validate_pyproject.formats + • tomllib._parser + • urllib.request + +
+ +
+ +
+ + stringprep +SourceModule
+imports: + unicodedata + +
+
+imported by: + encodings.idna + +
+ +
+ +
+ + struct +SourceModule
+imports: + _struct + +
+
+imported by: + PIL.BlpImagePlugin + • PIL.DdsImagePlugin + • PIL.FtexImagePlugin + • PIL.IcnsImagePlugin + • PIL.Image + • PIL.ImageDraw + • PIL.ImageFile + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PngImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • _pyrepl.unix_console + • asyncio.windows_events + • base64 + • ctypes + • ctypes.util + • gettext + • gzip + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.shared_memory + • multiprocessing.synchronize + • numpy.lib._format_impl + • packaging._elffile + • packaging.tags + • pickle + • platform + • setuptools._vendor.backports.tarfile + • setuptools._vendor.packaging._elffile + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.vendored.packaging._elffile + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.command.bdist_wheel + • six + • tarfile + • zipfile + • zipimport + +
+ +
+ +
+ + subprocess +SourceModule
+imports: + _posixsubprocess + • _winapi + • builtins + • contextlib + • errno + • fcntl + • grp + • io + • locale + • msvcrt + • os + • pwd + • select + • selectors + • signal + • sys + • threading + • time + • types + • warnings + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.GifImagePlugin + • PIL.ImageShow + • PIL.JpegImagePlugin + • _aix_support + • _pyrepl.pager + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_utils + • bottle + • cffi.pkgconfig + • clr_loader.util.find + • ctypes._aix + • ctypes.util + • http.server + • multiprocessing.popen_spawn_win32 + • multiprocessing.util + • numpy.f2py + • numpy.f2py._backends._meson + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • os + • packaging._musllinux + • packaging.tags + • platform + • pycparser + • pyi_rth_multiprocessing.py + • pystray._darwin + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.spawn + • setuptools._distutils.util + • setuptools._vendor.jaraco.context + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.installer + • uuid + • webbrowser + +
+ +
+ +
+ + sys (builtin module)
+imported by: + PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.IcnsImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFont + • PIL.ImageMode + • PIL.ImageQt + • PIL.ImageShow + • PIL.JpegImagePlugin + • PIL.SpiderImagePlugin + • PIL._imagingcms + • PIL._typing + • PIL.features + • _aix_support + • _collections_abc + • _colorize + • _compression + • _distutils_hack + • _ios_support + • _pydatetime + • _pydecimal + • _pyrepl.console + • _pyrepl.main + • _pyrepl.pager + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.windows_console + • _sitebuiltins + • argparse + • ast + • asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • base64 + • bdb + • bottle + • calendar + • cffi._imp_emulation + • cffi._shimmed_dist_utils + • cffi.api + • cffi.commontypes + • cffi.cparser + • cffi.ffiplatform + • cffi.lock + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + • clr_loader.ffi + • clr_loader.ffi.hostfxr + • clr_loader.hostfxr + • clr_loader.util.coreclr_errors + • clr_loader.util.find + • cmd + • code + • codecs + • collections + • concurrent.futures.process + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes._endian + • ctypes.util + • curses + • dataclasses + • decimal + • defusedxml.ElementTree + • defusedxml.common + • dis + • doctest + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • fileinput + • fractions + • ftplib + • getopt + • getpass + • gettext + • glob + • gzip + • http.client + • http.server + • importlib + • importlib._bootstrap_external + • importlib.metadata + • importlib.util + • inspect + • linecache + • locale + • logging + • messenger_app.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 + • ntpath + • numpy + • numpy._core + • numpy._core._add_newdocs_scalars + • numpy._core._internal + • numpy._core.arrayprint + • numpy._core.numeric + • numpy._core.printoptions + • numpy._core.strings + • numpy._pytesttester + • numpy._typing._array_like + • numpy.ctypeslib._ctypeslib + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.f2py.auxfuncs + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib._function_base_impl + • numpy.lib._index_tricks_impl + • numpy.lib._utils_impl + • numpy.matrixlib.defmatrix + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • os + • packaging._manylinux + • packaging._musllinux + • packaging.markers + • packaging.tags + • packaging.version + • pathlib._local + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • proxy_tools + • py_compile + • pycparser.c_ast + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pystray + • pystray._xorg + • pythonnet + • quopri + • re._compiler + • reprlib + • runpy + • selectors + • setuptools + • setuptools._distutils + • setuptools._distutils.cmd + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.sdist + • setuptools._distutils.compat.py39 + • setuptools._distutils.compilers.C.base + • setuptools._distutils.core + • setuptools._distutils.dist + • setuptools._distutils.fancy_getopt + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.text_file + • setuptools._distutils.util + • setuptools._importlib + • setuptools._path + • setuptools._vendor.backports.tarfile + • setuptools._vendor.backports.tarfile.compat.py38 + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._compat + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.jaraco.context + • setuptools._vendor.more_itertools.more + • setuptools._vendor.more_itertools.recipes + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools._vendor.tomli._parser + • setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.zipp + • setuptools._vendor.zipp.compat.overlay + • setuptools._vendor.zipp.compat.py310 + • setuptools._vendor.zipp.compat.py313 + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.egg_info + • setuptools.compat.py310 + • setuptools.compat.py311 + • setuptools.compat.py39 + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config.expand + • setuptools.depends + • setuptools.dist + • setuptools.installer + • setuptools.logging + • setuptools.monkey + • setuptools.unicode_utils + • shlex + • shutil + • site + • six + • socket + • socketserver + • ssl + • statistics + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • tokenize + • traceback + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.main + • unittest.mock + • unittest.result + • unittest.runner + • unittest.suite + • urllib.request + • uuid + • warnings + • weakref + • webbrowser + • webview.guilib + • webview.http + • webview.platforms.cef + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + • webview.util + • wsgiref.handlers + • wsgiref.simple_server + • xml.dom.domreg + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • xmlrpc.server + • zipfile + • zipfile._path + • zipimport + +
+ +
+ +
+ + sysconfig +Package
+imports: + _aix_support + • _sysconfig + • _winapi + • importlib.machinery + • importlib.util + • os + • os.path + • re + • sys + • threading + • warnings + +
+
+imported by: + _aix_support + • cffi.api + • cffi.recompiler + • numpy.ctypeslib._ctypeslib + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • packaging._musllinux + • packaging.tags + • pydoc + • setuptools._distutils.command.build + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging.tags + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + +
+ +
+ +
+ + tarfile +SourceModule
+imports: + argparse + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • shutil + • stat + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + setuptools._distutils.archive_util + • setuptools._vendor.jaraco.context + • setuptools.archive_util + • shutil + +
+ +
+ +
+ + tempfile +SourceModule
+imports: + _thread + • errno + • functools + • io + • os + • random + • shutil + • sys + • types + • warnings + • weakref + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.Image + • PIL.JpegImagePlugin + • _pyrepl.pager + • asyncio.windows_utils + • bottle + • clr_loader + • ctypes.util + • importlib.resources._common + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.synchronize + • multiprocessing.util + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.lib._datasource + • numpy.testing._private.utils + • pystray._util + • pystray._util.gtk + • pystray._util.notify_dbus + • setuptools._core_metadata + • setuptools._distutils.compilers.C.base + • setuptools._distutils.util + • setuptools._vendor.jaraco.context + • setuptools.installer + • urllib.request + • urllib.response + • webview + • webview.platforms.winforms + +
+ +
+ +
+ + termios +MissingModule
+imported by: + _pyrepl.fancy_termios + • _pyrepl.pager + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + • getpass + • tty + +
+ +
+ +
+ + textwrap +SourceModule
+imports: + re + +
+
+imported by: + argparse + • importlib.metadata + • importlib.metadata._adapters + • numpy._typing._add_docstring + • numpy.lib._utils_impl + • numpy.ma.core + • numpy.testing._private.extbuild + • pdb + • pydoc + • setuptools._core_metadata + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._adapters + • setuptools._vendor.jaraco.text + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.metadata + • setuptools.command.bdist_egg + • setuptools.config._validate_pyproject.error_reporting + • setuptools.warnings + • site + • traceback + +
+ +
+ +
+ + thread +MissingModule
+imported by: + bottle + • cffi.cparser + • cffi.lock + +
+ +
+ +
+ + threading +SourceModule
+imports: + _collections + • _thread + • _threading_local + • _weakrefset + • collections + • itertools + • os + • sys + • time + • traceback + • warnings + +
+
+imported by: + _pyrepl._threading_handler + • _threading_local + • asyncio.base_events + • asyncio.events + • asyncio.mixins + • asyncio.proactor_events + • asyncio.runners + • asyncio.unix_events + • bottle + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • http.cookiejar + • importlib.util + • logging + • messenger_app.py + • 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 + • numpy.random.bit_generator + • numpy.testing._private.utils + • pydoc + • pystray._base + • pystray._win32 + • pystray._xorg + • queue + • socketserver + • subprocess + • sysconfig + • unittest.mock + • webbrowser + • webview + • webview.event + • webview.http + • webview.platforms.android + • webview.platforms.android.base + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + • webview.state + • webview.util + • webview.window + • zipfile + +
+ +
+ +
+ + threadpoolctl +MissingModule
+imported by: + numpy.lib._utils_impl + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+
+imported by: + PIL.PdfImagePlugin + • PIL.PdfParser + • _datetime + • _pydatetime + • _pyrepl.unix_console + • _pyrepl.windows_console + • _strptime + • asyncio.base_events + • asyncio.windows_events + • bottle + • concurrent.futures._base + • datetime + • email._parseaddr + • email.generator + • email.utils + • gc + • gzip + • http.cookiejar + • http.cookies + • http.server + • logging + • messenger_app.py + • multiprocessing.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.synchronize + • numpy.f2py.rules + • numpy.testing._private.utils + • pydoc + • queue + • random + • setuptools._vendor.backports.tarfile + • setuptools._vendor.jaraco.functools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.wheel.wheelfile + • setuptools.command.egg_info + • socketserver + • ssl + • subprocess + • tarfile + • threading + • unittest.case + • unittest.runner + • urllib.request + • uuid + • webview.platforms.cef + • wsgiref.handlers + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + token +SourceModule
+imported by: + inspect + • pdb + • tokenize + +
+ +
+ +
+ + tokenize +SourceModule
+imports: + _tokenize + • argparse + • builtins + • codecs + • collections + • functools + • io + • itertools + • re + • sys + • token + +
+
+imported by: + _pyrepl.main + • cffi._imp_emulation + • importlib._bootstrap_external + • inspect + • linecache + • numpy.lib._format_impl + • pdb + • pydoc + • setuptools._distutils.core + • setuptools._imp + +
+ +
+ +
+ + tomli +AliasNode
+imports: + setuptools._vendor.tomli + +
+
+imported by: + setuptools.compat.py310 + +
+ +
+ +
+ + tomllib +Package
+imports: + tomllib._parser + +
+
+imported by: + setuptools.compat.py310 + • tomllib._parser + • tomllib._re + • tomllib._types + +
+ +
+ +
+ + tomllib._parser +SourceModule
+imports: + 'collections.abc' + • __future__ + • string + • tomllib + • tomllib._re + • tomllib._types + • types + • typing + +
+
+imported by: + tomllib + +
+ +
+ +
+ + tomllib._re +SourceModule
+imports: + __future__ + • datetime + • functools + • re + • tomllib + • tomllib._types + • typing + +
+
+imported by: + tomllib._parser + +
+ +
+ +
+ + tomllib._types +SourceModule
+imports: + tomllib + • typing + +
+
+imported by: + tomllib._parser + • tomllib._re + +
+ +
+ +
+ + tornado +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + traceback +SourceModule
+imports: + 'collections.abc' + • _colorize + • _suggestions + • ast + • contextlib + • itertools + • linecache + • sys + • textwrap + • unicodedata + • warnings + +
+
+imported by: + _distutils_hack + • _pyrepl._threading_handler + • _pyrepl.console + • asyncio.base_events + • asyncio.base_tasks + • asyncio.format_helpers + • bottle + • code + • concurrent.futures.process + • doctest + • http.cookiejar + • logging + • messenger_app.py + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.util + • numpy.testing._private.utils + • pdb + • py_compile + • pydoc + • site + • socketserver + • threading + • unittest.case + • unittest.loader + • unittest.result + • warnings + • webview.util + • wsgiref.handlers + • xmlrpc.server + +
+ +
+ +
+ + tracemalloc +SourceModule
+imports: + 'collections.abc' + • _tracemalloc + • fnmatch + • functools + • linecache + • os.path + • pickle + +
+
+imported by: + warnings + +
+ +
+ +
+ + trove_classifiers +MissingModule
+imported by: + setuptools.config._validate_pyproject.formats + +
+ +
+ +
+ + tty +SourceModule
+imports: + termios + +
+
+imported by: + _pyrepl.pager + +
+ +
+ +
+ + twisted +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + types +SourceModule
+imports: + _collections_abc + • _socket + • functools + • sys + +
+
+imported by: + PIL.Image + • PIL.ImageDraw + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL._typing + • _pyrepl._threading_handler + • _weakrefset + • asyncio.coroutines + • asyncio.futures + • asyncio.queues + • asyncio.tasks + • asyncio.timeouts + • bottle + • cffi.api + • cffi.model + • cffi.vengine_gen + • concurrent.futures._base + • concurrent.futures.thread + • configparser + • contextlib + • copy + • csv + • ctypes + • dataclasses + • difflib + • dis + • email.headerregistry + • enum + • fileinput + • functools + • http.cookies + • importlib.metadata + • importlib.metadata._functools + • importlib.resources._common + • importlib.util + • inspect + • logging + • messenger_app.py + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.shared_memory + • multiprocessing.spawn + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.getlimits + • numpy._utils._inspect + • numpy.f2py.auxfuncs + • numpy.lib._utils_impl + • numpy.testing._private.utils + • pdb + • pickle + • pkgutil + • pprint + • pycparser.ply.lex + • pycparser.ply.yacc + • pystray._xorg + • queue + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._functools + • setuptools._vendor.importlib_metadata.compat.py311 + • setuptools._vendor.jaraco.functools + • setuptools._vendor.tomli._parser + • setuptools._vendor.zipp.compat.overlay + • setuptools.command.bdist_egg + • setuptools.config._apply_pyprojecttoml + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.depends + • setuptools.monkey + • six + • subprocess + • tempfile + • tomllib._parser + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.mock + • urllib.parse + • warnings + • webview.guilib + • wsgiref.types + +
+ +
+ +
+ + typing +SourceModule
+imports: + 'collections.abc' + • _typing + • abc + • collections + • contextlib + • copyreg + • functools + • inspect + • operator + • re + • sys + • types + • warnings + +
+
+imported by: + PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageDraw + • PIL.ImageDraw2 + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageFont + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageShow + • PIL.ImageTk + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XbmImagePlugin + • PIL._avif + • PIL._imaging + • PIL._imagingcms + • PIL._imagingft + • PIL._imagingmath + • PIL._imagingtk + • PIL._typing + • PIL._util + • PIL._webp + • PIL.features + • _colorize + • _pyrepl._threading_handler + • _pyrepl.console + • _pyrepl.pager + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.windows_console + • asyncio.timeouts + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.legacy + • charset_normalizer.models + • charset_normalizer.utils + • clr_loader + • clr_loader.ffi + • clr_loader.hostfxr + • clr_loader.mono + • clr_loader.netfx + • clr_loader.types + • clr_loader.util + • clr_loader.util.clr_error + • clr_loader.util.coreclr_errors + • clr_loader.util.find + • clr_loader.util.hostfxr_errors + • clr_loader.util.runtime_spec + • functools + • importlib.metadata + • importlib.metadata._meta + • importlib.resources._common + • importlib.resources.abc + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._nbit + • numpy._typing._nbit_base + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy.lib._arraysetops_impl + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + • packaging._elffile + • packaging._manylinux + • packaging._musllinux + • packaging._parser + • packaging._structures + • packaging._tokenizer + • packaging.licenses + • packaging.licenses._spdx + • packaging.markers + • packaging.requirements + • packaging.specifiers + • packaging.tags + • packaging.utils + • packaging.version + • pythonnet + • setuptools + • setuptools._distutils._modified + • setuptools._distutils.archive_util + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.command.build + • setuptools._distutils.command.build_ext + • setuptools._distutils.command.check + • setuptools._distutils.command.sdist + • setuptools._distutils.compat + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dist + • setuptools._distutils.fancy_getopt + • setuptools._distutils.filelist + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._normalization + • setuptools._path + • setuptools._reqs + • setuptools._shutil + • setuptools._static + • setuptools._vendor.importlib_metadata + • setuptools._vendor.importlib_metadata._collections + • setuptools._vendor.importlib_metadata._functools + • setuptools._vendor.importlib_metadata._meta + • setuptools._vendor.importlib_metadata._typing + • setuptools._vendor.importlib_metadata.compat.py39 + • setuptools._vendor.jaraco.functools + • setuptools._vendor.jaraco.text + • setuptools._vendor.packaging._elffile + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.packaging._musllinux + • setuptools._vendor.packaging._parser + • setuptools._vendor.packaging._tokenizer + • 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.tomli._parser + • setuptools._vendor.tomli._re + • setuptools._vendor.tomli._types + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.metadata + • setuptools._vendor.wheel.vendored.packaging._elffile + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools._vendor.wheel.vendored.packaging._musllinux + • setuptools._vendor.wheel.vendored.packaging._parser + • setuptools._vendor.wheel.vendored.packaging._tokenizer + • setuptools._vendor.wheel.vendored.packaging.markers + • setuptools._vendor.wheel.vendored.packaging.requirements + • setuptools._vendor.wheel.vendored.packaging.specifiers + • setuptools._vendor.wheel.vendored.packaging.tags + • setuptools._vendor.wheel.vendored.packaging.utils + • setuptools._vendor.wheel.vendored.packaging.version + • setuptools._vendor.wheel.wheelfile + • setuptools.command._requirestxt + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.command.build + • setuptools.command.sdist + • setuptools.compat.py311 + • setuptools.config + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.extra_validations + • setuptools.config._validate_pyproject.formats + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.depends + • setuptools.discovery + • setuptools.dist + • setuptools.extension + • setuptools.glob + • setuptools.monkey + • setuptools.msvc + • setuptools.warnings + • tomllib._parser + • tomllib._re + • tomllib._types + • typing_extensions + • webview + • webview.dom + • webview.dom.dom + • webview.dom.element + • webview.dom.event + • webview.dom.propsdict + • webview.event + • webview.guilib + • webview.http + • webview.localization + • webview.menu + • webview.platforms.gtk + • webview.state + • webview.util + • webview.window + • wsgiref.types + +
+ +
+ +
+ + typing_extensions +SourceModule
+imports: + 'collections.abc' + • _socket + • abc + • annotationlib + • asyncio.coroutines + • builtins + • collections + • contextlib + • enum + • functools + • inspect + • io + • keyword + • operator + • sys + • types + • typing + • warnings + +
+
+imported by: + charset_normalizer.legacy + • numpy.random.bit_generator + • packaging.version + • setuptools._distutils.cmd + • setuptools._distutils.command.bdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.dist + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._path + • setuptools._reqs + • setuptools._vendor.wheel.wheelfile + • setuptools.command.bdist_egg + • setuptools.compat.py311 + • setuptools.config._apply_pyprojecttoml + • setuptools.config._validate_pyproject.error_reporting + • setuptools.config._validate_pyproject.formats + • setuptools.config.expand + • setuptools.config.pyprojecttoml + • setuptools.config.setupcfg + • setuptools.dist + • setuptools.msvc + • setuptools.warnings + • webview.dom.event + • webview.event + • webview.guilib + • webview.http + • webview.state + • webview.window + +
+ +
+ +
+ + ujson +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + unicodedata C:\Users\andre\AppData\Local\Programs\Python\Python313\DLLs\unicodedata.pyd
+imported by: + _pyrepl.input + • _pyrepl.utils + • bottle + • charset_normalizer.utils + • encodings.idna + • re._parser + • setuptools.unicode_utils + • stringprep + • traceback + • urllib.parse + +
+ +
+ +
+ + unittest +Package
+imports: + unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+
+imported by: + doctest + • numpy.testing + • numpy.testing._private.utils + • unittest + • unittest._log + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.mock + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+ +
+ +
+ + unittest._log +SourceModule
+imports: + collections + • logging + • unittest + • unittest.case + +
+
+imported by: + unittest.case + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • contextvars + • inspect + • unittest + • unittest.case + • warnings + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • pprint + • re + • sys + • time + • traceback + • types + • unittest + • unittest._log + • unittest.result + • unittest.util + • warnings + +
+
+imported by: + numpy.testing._private.utils + • unittest + • unittest._log + • unittest.async_case + • unittest.loader + • unittest.runner + • unittest.suite + +
+ +
+ +
+ + unittest.loader +SourceModule
+imports: + fnmatch + • functools + • os + • re + • sys + • traceback + • types + • unittest + • unittest.case + • unittest.suite + • unittest.util + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.main +SourceModule
+imports: + argparse + • os + • sys + • unittest + • unittest.loader + • unittest.runner + • unittest.signals + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.mock +SourceModule
+imports: + _io + • asyncio + • builtins + • contextlib + • functools + • inspect + • io + • pkgutil + • pprint + • sys + • threading + • types + • unittest + • unittest.util + +
+
+imported by: + setuptools._distutils.compilers.C.msvc + +
+ +
+ +
+ + 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.case + • 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 + • os.path + • unittest + +
+
+imported by: + unittest + • unittest.case + • unittest.loader + • unittest.mock + • unittest.result + • unittest.suite + +
+ +
+ +
+ + urllib +Package
+imports: + urllib.quote + • urllib.unquote + • urllib.urlencode + +
+
+imported by: + bottle + • email._header_value_parser + • urllib.error + • urllib.parse + • urllib.request + • urllib.response + • webview.platforms.cocoa + +
+ +
+ +
+ + urllib.error +SourceModule
+imports: + io + • urllib + • urllib.response + +
+
+imported by: + numpy.lib._datasource + • urllib.request + +
+ +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • functools + • ipaddress + • math + • re + • types + • unicodedata + • urllib + • warnings + +
+
+imported by: + bottle + • email.utils + • http.client + • http.cookiejar + • http.server + • mimetypes + • nturl2path + • numpy.lib._datasource + • pathlib._local + • pydoc + • setuptools.config._validate_pyproject.formats + • urllib.request + • webview.platforms.android + • webview.util + • webview.window + • wsgiref.simple_server + • wsgiref.util + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + • xml.sax.saxutils + • xmlrpc.client + +
+ +
+ +
+ + urllib.quote +MissingModule
+imported by: + bottle + • urllib + +
+ +
+ +
+ + urllib.request +SourceModule
+imports: + _scproxy + • base64 + • bisect + • contextlib + • email + • email.utils + • fnmatch + • ftplib + • getpass + • hashlib + • http.client + • http.cookiejar + • io + • ipaddress + • mimetypes + • nturl2path + • os + • re + • socket + • ssl + • string + • sys + • tempfile + • time + • urllib + • urllib.error + • urllib.parse + • urllib.response + • warnings + • winreg + +
+
+imported by: + http.cookiejar + • numpy.lib._datasource + • setuptools._vendor.jaraco.context + • setuptools.config._validate_pyproject.formats + • xml.dom.xmlbuilder + • xml.sax.saxutils + +
+ +
+ +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + urllib.unquote +MissingModule
+imported by: + bottle + • urllib + +
+ +
+ +
+ + urllib.urlencode +MissingModule
+imported by: + bottle + • urllib + +
+ +
+ +
+ + urlparse +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + usercustomize +MissingModule
+imported by: + site + +
+ +
+ +
+ + uuid +SourceModule
+imports: + _uuid + • argparse + • enum + • hashlib + • io + • os + • platform + • random + • shutil + • socket + • subprocess + • sys + • time + +
+
+imported by: + webview + • webview.http + • webview.platforms.cocoa + • webview.platforms.gtk + • webview.platforms.qt + • webview.util + • webview.window + +
+ +
+ +
+ + uvloop +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + vms_lib +MissingModule
+imported by: + platform + +
+ +
+ +
+ + waitress +MissingModule
+imported by: + bottle + +
+ +
+ +
+ + warnings +SourceModule
+imports: + _warnings + • builtins + • functools + • inspect + • linecache + • re + • sys + • traceback + • tracemalloc + • types + +
+
+imported by: + PIL.IcoImagePlugin + • PIL.Image + • PIL.ImageFont + • PIL.JpegImagePlugin + • PIL.PngImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL._deprecate + • PIL.features + • _collections_abc + • _distutils_hack + • _pydatetime + • _pyrepl.readline + • _strptime + • argparse + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_utils + • bottle + • calendar + • cffi.cparser + • cffi.model + • cffi.vengine_cpy + • charset_normalizer.legacy + • clr + • clr_loader.mono + • codeop + • ctypes + • defusedxml + • defusedxml.ElementTree + • defusedxml.cElementTree + • email.utils + • enum + • fileinput + • functools + • getpass + • gettext + • glob + • gzip + • hmac + • http.cookiejar + • http.server + • importlib.abc + • importlib.metadata + • importlib.metadata._adapters + • importlib.resources._common + • importlib.resources._functional + • importlib.resources.readers + • locale + • logging + • messenger_app.py + • multiprocessing.forkserver + • multiprocessing.pool + • multiprocessing.resource_tracker + • numpy + • numpy.__config__ + • numpy._core + • numpy._core._internal + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.records + • numpy._pytesttester + • numpy._utils + • numpy.core._utils + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py.symbolic + • numpy.fft._pocketfft + • numpy.fft.helper + • numpy.lib + • numpy.lib._arraysetops_impl + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._utils_impl + • numpy.linalg._linalg + • numpy.linalg.linalg + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matlib + • numpy.matrixlib.defmatrix + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • numpy.typing + • os + • packaging._manylinux + • packaging.version + • pathlib._local + • pkgutil + • platform + • pycparser.ply.yacc + • pycparser.plyparser + • pydoc + • random + • re + • re._parser + • rlcompleter + • runpy + • setuptools._distutils._msvccompiler + • setuptools._distutils.command.bdist + • setuptools._distutils.compilers.C.base + • setuptools._distutils.compilers.C.msvc + • setuptools._distutils.dist + • setuptools._distutils.extension + • setuptools._distutils.log + • setuptools._distutils.spawn + • setuptools._distutils.sysconfig + • setuptools._distutils.util + • setuptools._distutils.version + • setuptools._vendor.backports.tarfile + • setuptools._vendor.jaraco.functools + • setuptools._vendor.more_itertools.more + • setuptools._vendor.packaging._manylinux + • setuptools._vendor.tomli._parser + • setuptools._vendor.wheel.vendored.packaging._manylinux + • setuptools.command.bdist_wheel + • setuptools.warnings + • sre_compile + • sre_constants + • sre_parse + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • traceback + • typing + • typing_extensions + • unittest.async_case + • unittest.case + • unittest.runner + • urllib.parse + • urllib.request + • wsgiref.handlers + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + weakref +SourceModule
+imports: + _collections_abc + • _weakref + • _weakrefset + • atexit + • copy + • gc + • itertools + • sys + +
+
+imported by: + _threading_local + • asyncio.base_events + • asyncio.selector_events + • asyncio.streams + • asyncio.tasks + • asyncio.windows_events + • bottle + • cffi.cparser + • cffi.model + • concurrent.futures.process + • concurrent.futures.thread + • copy + • functools + • gzip + • inspect + • logging + • messenger_app.py + • multiprocessing.dummy + • multiprocessing.queues + • multiprocessing.sharedctypes + • multiprocessing.util + • numpy.lib._npyio_impl + • tempfile + • unittest.signals + • xml.etree.ElementTree + • xml.sax.expatreader + +
+ +
+ +
+ + webbrowser +SourceModule
+imports: + _ios_support + • argparse + • copy + • ctypes + • os + • shlex + • shutil + • subprocess + • sys + • threading + +
+
+imported by: + pydoc + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • wsgiref.simple_server + +
+ +
+ +
+ + webview +Package
+imports: + 'collections.abc' + • 'cryptography.hazmat' + • 'cryptography.x509' + • __future__ + • cryptography + • datetime + • enum + • logging + • os + • proxy_tools + • re + • tempfile + • threading + • typing + • uuid + • webview.errors + • webview.event + • webview.guilib + • webview.http + • webview.localization + • webview.menu + • webview.screen + • webview.util + • webview.window + +
+
+imported by: + messenger_app.py + • webview.dom + • webview.errors + • webview.event + • webview.guilib + • webview.http + • webview.localization + • webview.menu + • webview.models + • webview.platforms + • webview.platforms.android + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + • webview.screen + • webview.state + • webview.util + • webview.window + +
+ +
+ +
+ + webview.dom +Package
+imports: + enum + • typing + • webview + +
+
+imported by: + webview.dom.classlist + • webview.dom.dom + • webview.dom.element + • webview.dom.event + • webview.dom.propsdict + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.qt + • webview.util + +
+ +
+ +
+ + webview.dom.classlist +SourceModule
+imports: + webview.dom + +
+
+imported by: + webview.dom.element + +
+ +
+ +
+ + webview.dom.dom +SourceModule
+imports: + json + • typing + • webview.dom + • webview.dom.element + +
+
+imported by: + webview.window + +
+ +
+ +
+ + webview.dom.element +SourceModule
+imports: + collections + • functools + • logging + • typing + • webview.dom + • webview.dom.classlist + • webview.dom.event + • webview.dom.propsdict + • webview.errors + • webview.event + +
+
+imported by: + webview.dom.dom + • webview.dom.event + +
+ +
+ +
+ + webview.dom.event +SourceModule
+imports: + logging + • typing + • typing_extensions + • webview.dom + • webview.dom.element + +
+
+imported by: + webview.dom.element + +
+ +
+ +
+ + webview.dom.propsdict +SourceModule
+imports: + enum + • json + • typing + • webview.dom + • webview.util + +
+
+imported by: + webview.dom.element + +
+ +
+ +
+ + webview.errors +SourceModule
+imports: + webview + +
+
+imported by: + webview + • webview.dom.element + • webview.util + • webview.window + +
+ +
+ +
+ + webview.event +SourceModule
+imports: + __future__ + • inspect + • logging + • threading + • typing + • typing_extensions + • webview + +
+
+imported by: + webview + • webview.dom.element + • webview.window + +
+ +
+ +
+ + webview.guilib +SourceModule
+imports: + __future__ + • logging + • os + • platform + • sys + • types + • typing + • typing_extensions + • webview + • webview.platforms.android + • webview.platforms.cocoa + • webview.platforms.gtk + • webview.platforms.qt + • webview.platforms.winforms + +
+
+imported by: + webview + • webview.platforms.winforms + +
+ +
+ +
+ + webview.http +SourceModule
+imports: + __future__ + • bottle + • json + • logging + • os + • random + • socket + • socketserver + • ssl + • sys + • threading + • typing + • typing_extensions + • uuid + • webview + • webview.util + • wsgiref.simple_server + • wsgiref.types + +
+
+imported by: + webview + • webview.window + +
+ +
+ +
+ + webview.localization +SourceModule
+imports: + typing + • webview + +
+
+imported by: + webview + • webview.window + +
+ +
+ +
+ + webview.menu +SourceModule
+imports: + 'collections.abc' + • __future__ + • typing + • webview + +
+
+imported by: + webview + • webview.platforms.cocoa + • webview.platforms.gtk + • webview.platforms.qt + • webview.platforms.winforms + • webview.window + +
+ +
+ +
+ + webview.models +SourceModule
+imports: + copy + • webview + +
+
+imported by: + webview.platforms.android + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.qt + +
+ +
+ +
+ + webview.platforms +Package
+imports: + webview + • webview.platforms + • webview.platforms.cef + • webview.platforms.edgechromium + • webview.platforms.mshtml + +
+
+imported by: + webview.platforms + • webview.platforms.android + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + +
+ +
+ +
+ + webview.platforms.android +Package
+imports: + 'android.runnable' + • android + • http.cookies + • jnius + • json + • logging + • threading + • urllib.parse + • webview + • webview.models + • webview.platforms + • webview.platforms.android.app + • webview.platforms.android.jclass + • webview.platforms.android.jinterface + • webview.util + +
+
+imported by: + webview.guilib + • webview.platforms.android.app + • webview.platforms.android.base + • webview.platforms.android.event + • webview.platforms.android.jclass + • webview.platforms.android.jinterface + +
+ +
+ +
+ + webview.platforms.android.app +SourceModule
+imports: + 'android.activity' + • 'android.runnable' + • webview.platforms.android + • webview.platforms.android.base + • webview.platforms.android.event + +
+
+imported by: + webview.platforms.android + • webview.platforms.android.base + +
+ +
+ +
+ + webview.platforms.android.base +SourceModule
+imports: + 'android.activity' + • 'android.runnable' + • threading + • webview.platforms.android + • webview.platforms.android.app + • webview.platforms.android.event + • webview.platforms.android.jclass.view + • webview.platforms.android.jinterface.view + +
+
+imported by: + webview.platforms.android.app + +
+ +
+ +
+ + webview.platforms.android.event +SourceModule
+imports: + webview.platforms.android + +
+
+imported by: + webview.platforms.android.app + • webview.platforms.android.base + +
+ +
+ +
+ + webview.platforms.android.jclass +Package
+imports: + webview.platforms.android + • webview.platforms.android.jclass.app + • webview.platforms.android.jclass.content + • webview.platforms.android.jclass.net + • webview.platforms.android.jclass.os + • webview.platforms.android.jclass.view + • webview.platforms.android.jclass.webkit + +
+
+imported by: + webview.platforms.android + • webview.platforms.android.jclass.app + • webview.platforms.android.jclass.content + • webview.platforms.android.jclass.net + • webview.platforms.android.jclass.os + • webview.platforms.android.jclass.view + • webview.platforms.android.jclass.webkit + +
+ +
+ +
+ + webview.platforms.android.jclass.app +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jclass.content +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jclass.net +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jclass.os +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jclass.view +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.base + • webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jclass.webkit +SourceModule
+imports: + jnius + • webview.platforms.android.jclass + +
+
+imported by: + webview.platforms.android.jclass + +
+ +
+ +
+ + webview.platforms.android.jinterface +Package
+imports: + webview.platforms.android + • webview.platforms.android.jinterface.pywebview + • webview.platforms.android.jinterface.view + • webview.platforms.android.jinterface.webkit + +
+
+imported by: + webview.platforms.android + • webview.platforms.android.jinterface.pywebview + • webview.platforms.android.jinterface.view + • webview.platforms.android.jinterface.webkit + +
+ +
+ +
+ + webview.platforms.android.jinterface.pywebview +SourceModule
+imports: + jnius + • webview.platforms.android.jinterface + +
+
+imported by: + webview.platforms.android.jinterface + +
+ +
+ +
+ + webview.platforms.android.jinterface.view +SourceModule
+imports: + jnius + • webview.platforms.android.jinterface + +
+
+imported by: + webview.platforms.android.base + • webview.platforms.android.jinterface + +
+ +
+ +
+ + webview.platforms.android.jinterface.webkit +SourceModule
+imports: + jnius + • webview.platforms.android.jinterface + +
+
+imported by: + webview.platforms.android.jinterface + +
+ +
+ +
+ + webview.platforms.cef +SourceModule
+imports: + cefpython3 + • copy + • ctypes + • functools + • json + • logging + • os + • shutil + • sys + • threading + • time + • webbrowser + • webview + • webview.platforms + • webview.util + • winreg + +
+
+imported by: + webview.platforms + • webview.platforms.winforms + +
+ +
+ +
+ + webview.platforms.cocoa +SourceModule
+imports: + AppKit + • Foundation + • PyObjCTools + • UniformTypeIdentifiers + • WebKit + • __future__ + • json + • logging + • objc + • os + • threading + • urllib + • uuid + • webbrowser + • webview + • webview.dom + • webview.menu + • webview.models + • webview.platforms + • webview.screen + • webview.util + • webview.window + +
+
+imported by: + webview.guilib + +
+ +
+ +
+ + webview.platforms.edgechromium +SourceModule
+imports: + 'Microsoft.Web' + • 'System.Collections' + • 'System.Diagnostics' + • 'System.Drawing' + • 'System.Globalization' + • 'System.Threading' + • 'System.Windows' + • System + • clr + • json + • logging + • os + • shutil + • threading + • webbrowser + • webview + • webview.dom + • webview.models + • webview.platforms + • webview.util + • winreg + +
+
+imported by: + webview.platforms + • webview.platforms.winforms + +
+ +
+ +
+ + webview.platforms.gtk +SourceModule
+imports: + 'gi.repository' + • gi + • json + • logging + • os + • pathlib + • sys + • threading + • typing + • uuid + • webbrowser + • webview + • webview.dom + • webview.menu + • webview.models + • webview.platforms + • webview.screen + • webview.util + • webview.window + +
+
+imported by: + webview.guilib + +
+ +
+ +
+ + webview.platforms.mshtml +SourceModule
+imports: + 'System.Windows' + • System + • WebBrowserInterop + • clr + • ctypes + • json + • logging + • sys + • threading + • webbrowser + • webview + • webview.platforms + • webview.util + • winreg + +
+
+imported by: + webview.platforms + • webview.platforms.winforms + +
+ +
+ +
+ + webview.platforms.qt +SourceModule
+imports: + 'PyQt5.QtWebKitWidgets' + • 'qtpy.QtCore' + • 'qtpy.QtGui' + • 'qtpy.QtNetwork' + • 'qtpy.QtWebChannel' + • 'qtpy.QtWebEngineCore' + • 'qtpy.QtWebEngineWidgets' + • 'qtpy.QtWidgets' + • PyQt5 + • copy + • functools + • json + • logging + • os + • platform + • qtpy + • signal + • socket + • sys + • threading + • uuid + • webbrowser + • webview + • webview.dom + • webview.menu + • webview.models + • webview.platforms + • webview.screen + • webview.util + • webview.window + +
+
+imported by: + webview.guilib + +
+ +
+ +
+ + webview.platforms.winforms +SourceModule
+imports: + 'System.Drawing' + • 'System.Reflection' + • 'System.Threading' + • Microsoft + • System + • clr + • ctypes + • ctypes.wintypes + • logging + • os + • platform + • sys + • tempfile + • threading + • webview + • webview.guilib + • webview.menu + • webview.platforms + • webview.platforms.cef + • webview.platforms.edgechromium + • webview.platforms.mshtml + • webview.screen + • webview.util + • webview.window + • winreg + +
+
+imported by: + webview.guilib + +
+ +
+ +
+ + webview.screen +SourceModule
+imports: + webview + +
+
+imported by: + webview + • webview.platforms.cocoa + • webview.platforms.gtk + • webview.platforms.qt + • webview.platforms.winforms + • webview.window + +
+ +
+ +
+ + webview.state +SourceModule
+imports: + enum + • json + • threading + • typing + • typing_extensions + • webview + • webview.util + +
+
+imported by: + webview.window + +
+ +
+ +
+ + webview.util +SourceModule
+imports: + __future__ + • collections + • glob + • http.cookies + • inspect + • json + • logging + • os + • platform + • re + • sys + • threading + • traceback + • typing + • urllib.parse + • uuid + • webview + • webview.dom + • webview.errors + • webview.window + +
+
+imported by: + webview + • webview.dom.propsdict + • webview.http + • webview.platforms.android + • webview.platforms.cef + • webview.platforms.cocoa + • webview.platforms.edgechromium + • webview.platforms.gtk + • webview.platforms.mshtml + • webview.platforms.qt + • webview.platforms.winforms + • webview.state + • webview.window + +
+ +
+ +
+ + webview.window +SourceModule
+imports: + 'collections.abc' + • __future__ + • enum + • functools + • inspect + • logging + • os + • threading + • typing + • typing_extensions + • urllib.parse + • uuid + • webview + • webview.dom.dom + • webview.errors + • webview.event + • webview.http + • webview.localization + • webview.menu + • webview.screen + • webview.state + • webview.util + +
+
+imported by: + webview + • webview.platforms.cocoa + • webview.platforms.gtk + • webview.platforms.qt + • webview.platforms.winforms + • webview.util + +
+ +
+ +
+ + wheel +AliasNode
+imports: + setuptools._vendor.wheel + +
+
+imported by: + setuptools._vendor.wheel.cli + • setuptools._vendor.wheel.macosx_libfile + • setuptools._vendor.wheel.util + • setuptools._vendor.wheel.wheelfile + +
+ +
+ +
+ + win32pdh +MissingModule
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + winreg (builtin module)
+imported by: + importlib._bootstrap_external + • mimetypes + • platform + • setuptools._distutils.compilers.C.msvc + • setuptools.msvc + • urllib.request + • webview.platforms.cef + • webview.platforms.edgechromium + • webview.platforms.mshtml + • webview.platforms.winforms + +
+ +
+ +
+ + wsgiref +Package
+imported by: + wsgiref.handlers + • wsgiref.headers + • wsgiref.simple_server + • wsgiref.types + • wsgiref.util + +
+ +
+ +
+ + wsgiref.handlers +SourceModule
+imports: + os + • sys + • time + • traceback + • warnings + • wsgiref + • wsgiref.headers + • wsgiref.util + +
+
+imported by: + bottle + • wsgiref.simple_server + +
+ +
+ +
+ + wsgiref.headers +SourceModule
+imports: + re + • wsgiref + +
+
+imported by: + wsgiref.handlers + +
+ +
+ +
+ + wsgiref.simple_server +SourceModule
+imports: + http.server + • io + • platform + • sys + • urllib.parse + • webbrowser + • wsgiref + • wsgiref.handlers + +
+
+imported by: + bottle + • webview.http + +
+ +
+ +
+ + wsgiref.types +SourceModule
+imports: + 'collections.abc' + • types + • typing + • wsgiref + +
+
+imported by: + webview.http + +
+ +
+ +
+ + wsgiref.util +SourceModule
+imports: + io + • posixpath + • urllib.parse + • wsgiref + +
+
+imported by: + wsgiref.handlers + +
+ +
+ +
+ + xml +Package
+imports: + xml.sax.expatreader + • xml.sax.xmlreader + +
+
+imported by: + xml.dom + • xml.etree + • xml.parsers + • xml.sax + +
+ +
+ +
+ + xml.dom +Package
+imports: + xml + • xml.dom.domreg + • xml.dom.minidom + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+
+imported by: + xml.dom.NodeFilter + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.minicompat + • xml.dom.minidom + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.NodeFilter +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.expatbuilder + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.domreg +SourceModule
+imports: + os + • sys + • xml.dom + • xml.dom.minidom + +
+
+imported by: + xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.expatbuilder +SourceModule
+imports: + xml.dom + • xml.dom.NodeFilter + • xml.dom.minidom + • xml.dom.xmlbuilder + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + defusedxml.expatbuilder + • xml.dom.minidom + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.minicompat +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.minidom + +
+ +
+ +
+ + xml.dom.minidom +SourceModule
+imports: + io + • xml.dom + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.minicompat + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+
+imported by: + defusedxml.minidom + • xml.dom + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.pulldom + +
+ +
+ +
+ + xml.dom.pulldom +SourceModule
+imports: + io + • xml.dom + • xml.dom.minidom + • xml.sax + • xml.sax.handler + +
+
+imported by: + defusedxml.pulldom + • xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.xmlbuilder +SourceModule
+imports: + copy + • posixpath + • urllib.parse + • urllib.request + • xml.dom + • xml.dom.NodeFilter + • xml.dom.expatbuilder + +
+
+imported by: + xml.dom + • xml.dom.expatbuilder + • xml.dom.minidom + +
+ +
+ +
+ + xml.etree +Package
+imports: + xml + • xml.etree + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+
+imported by: + clr_loader.util.coreclr_errors + • xml.etree + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.ElementInclude +SourceModule
+imports: + copy + • urllib.parse + • 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: + 'collections.abc' + • _elementtree + • collections + • contextlib + • io + • pyexpat + • re + • sys + • warnings + • weakref + • xml.etree + • xml.etree.ElementPath + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + PIL.Image + • _elementtree + • clr_loader.util.coreclr_errors + • defusedxml.ElementTree + • defusedxml.cElementTree + • xml.etree + • xml.etree.ElementInclude + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + • defusedxml.cElementTree + +
+ +
+ +
+ + xml.parsers +Package
+imports: + xml + • xml.parsers.expat + +
+
+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: + defusedxml.common + • xml.dom.expatbuilder + • xml.etree.ElementTree + • xml.parsers + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.sax +Package
+imports: + io + • os + • sys + • xml + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + defusedxml.sax + • 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: + xml.sax + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.expatreader +SourceModule
+imports: + _weakref + • weakref + • xml.parsers + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + defusedxml.expatreader + • 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
+imports: + xmlrpc.server + +
+
+imported by: + defusedxml.xmlrpc + • xmlrpc.client + • xmlrpc.server + +
+ +
+ +
+ + xmlrpc.client +SourceModule
+imports: + base64 + • datetime + • decimal + • errno + • gzip + • http.client + • io + • sys + • time + • urllib.parse + • xml.parsers + • xml.parsers.expat + • xmlrpc + +
+
+imported by: + defusedxml.xmlrpc + • multiprocessing.connection + • xmlrpc.server + +
+ +
+ +
+ + xmlrpc.server +SourceModule
+imports: + datetime + • fcntl + • functools + • html + • http.server + • inspect + • os + • pydoc + • re + • socketserver + • sys + • traceback + • xmlrpc + • xmlrpc.client + +
+
+imported by: + defusedxml.xmlrpc + • xmlrpc + +
+ +
+ +
+ + xmlrpclib +MissingModule
+imported by: + defusedxml.xmlrpc + +
+ +
+ +
+ + yaml +MissingModule
+imported by: + numpy.__config__ + +
+ +
+ +
+ + zipfile +Package
+imports: + argparse + • binascii + • bz2 + • importlib.util + • io + • lzma + • os + • py_compile + • shutil + • stat + • struct + • sys + • threading + • time + • warnings + • zipfile._path + • zlib + +
+
+imported by: + importlib.metadata + • importlib.resources.readers + • numpy.lib._npyio_impl + • pyi_rth_inspect.py + • setuptools._distutils.archive_util + • setuptools._vendor.wheel.cli.convert + • setuptools._vendor.wheel.wheelfile + • setuptools._vendor.zipp + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.bdist_wheel + • setuptools.wheel + • shutil + • zipfile._path + +
+ +
+ +
+ + zipfile._path +Package
+imports: + contextlib + • io + • itertools + • pathlib + • posixpath + • re + • stat + • sys + • zipfile + • zipfile._path.glob + +
+
+imported by: + zipfile + • zipfile._path.glob + +
+ +
+ +
+ + zipfile._path.glob +SourceModule
+imports: + os + • re + • zipfile._path + +
+
+imported by: + zipfile._path + +
+ +
+ +
+ + zipimport +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • _io + • _warnings + • importlib.readers + • marshal + • struct + • sys + • time + • zlib + +
+
+imported by: + pkgutil + +
+ +
+ +
+ + zipp +AliasNode
+imports: + setuptools._vendor.zipp + +
+
+imported by: + setuptools._vendor.zipp.compat + • setuptools._vendor.zipp.compat.overlay + +
+ +
+ +
+ + zlib (builtin module)
+imported by: + PIL.PdfParser + • PIL.PngImagePlugin + • encodings.zlib_codec + • gzip + • setuptools._vendor.backports.tarfile + • shutil + • tarfile + • zipfile + • zipimport + +
+ +
+ + + diff --git a/prod_tools/messenger-wrapper/build_app.ps1 b/prod_tools/messenger-wrapper/build_app.ps1 new file mode 100644 index 0000000..6406b5a --- /dev/null +++ b/prod_tools/messenger-wrapper/build_app.ps1 @@ -0,0 +1,33 @@ + +Write-Host "Building Messenger Wrapper..." + +# Ensure PyInstaller is installed +if (-not (Get-Command pyinstaller -ErrorAction SilentlyContinue)) { + Write-Host "PyInstaller not found. Installing..." + pip install pyinstaller +} + + +# Clean previous builds +Write-Host "Cleaning up..." + +# Kill running instances if any +Get-Process -Name "MessengerWrapper" -ErrorAction SilentlyContinue | Stop-Process -Force +Start-Sleep -Seconds 1 + +if (Test-Path "dist") { + Remove-Item -Recurse -Force "dist" -ErrorAction Stop +} +if (Test-Path "build") { Remove-Item -Recurse -Force "build" } +if (Test-Path "MessengerWrapper.spec") { Remove-Item -Force "MessengerWrapper.spec" } + +# Build the executable +# --noconfirm: overwrite output directory without asking +# --onefile: bundle everything into a single exe +# --windowed: no console window +# --icon: use the ico file for the exe icon +# --add-data: include the png and ico files (windows separator is ;) +# --hidden-import: ensure pythonnet/clr is available for Edge WebView2 +pyinstaller --noconfirm --onefile --windowed --icon "messenger_icon.ico" --add-data "messenger_icon.png;." --add-data "messenger_icon.ico;." --hidden-import "clr" --hidden-import "System" --hidden-import "System.Windows.Forms" --name "MessengerWrapper" messenger_app.py + +Write-Host "Build complete. Executable is in dist/MessengerWrapper.exe" diff --git a/prod_tools/messenger-wrapper/dist/MessengerWrapper.exe b/prod_tools/messenger-wrapper/dist/MessengerWrapper.exe new file mode 100644 index 0000000..8e6948d Binary files /dev/null and b/prod_tools/messenger-wrapper/dist/MessengerWrapper.exe differ diff --git a/prod_tools/messenger-wrapper/messenger_app.py b/prod_tools/messenger-wrapper/messenger_app.py index c50c16c..4944b36 100644 --- a/prod_tools/messenger-wrapper/messenger_app.py +++ b/prod_tools/messenger-wrapper/messenger_app.py @@ -17,6 +17,18 @@ except ImportError: TRAY_AVAILABLE = False print("Note: pystray/Pillow not installed. System tray disabled.") + +def resource_path(relative_path): + """ Get absolute path to resource, works for dev and for PyInstaller """ + try: + # PyInstaller creates a temp folder and stores path in _MEIPASS + base_path = sys._MEIPASS + except Exception: + base_path = os.path.dirname(os.path.abspath(__file__)) + + return os.path.join(base_path, relative_path) + + # Configuration MESSENGER_URL = "https://www.messenger.com" WINDOW_TITLE = "Messenger" @@ -24,9 +36,8 @@ WINDOW_WIDTH = 1200 WINDOW_HEIGHT = 800 # Get the directory where this script is located -SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) -ICON_PATH = os.path.join(SCRIPT_DIR, "messenger_icon.png") -ICO_PATH = os.path.join(SCRIPT_DIR, "messenger_icon.ico") +ICON_PATH = resource_path("messenger_icon.png") +ICO_PATH = resource_path("messenger_icon.ico") class MessengerApp: @@ -166,6 +177,8 @@ class MessengerApp: self.setup_tray() # Create the main webview window + # Force edgechromium to avoid IE fallback + # Set a modern User Agent to prevent sites from serving legacy constrained versions self.window = webview.create_window( title=WINDOW_TITLE, url=MESSENGER_URL, @@ -181,9 +194,12 @@ class MessengerApp: # Start the webview with icon callback webview.start( - self.set_window_icon, # Called when window is ready - private_mode=False, # Enable cookies/session persistence - storage_path=None # Use default storage location + self.set_window_icon, + private_mode=True, # Force clear cache/cookies to fix broken layout state + storage_path=None, + gui='edgechromium', # Force Edge rendering + debug=True, # Enable debug console + user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' ) # Clean up tray icon when done