mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
das
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
(['X:\\__GITHUB\\python\\mqtt_srv.pyw'],
|
||||
['X:\\__GITHUB\\python'],
|
||||
(['X:\\__GITLAB\\python\\mqtt_srv.pyw'],
|
||||
['X:\\__GITLAB\\python'],
|
||||
['codecs'],
|
||||
['C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks\\__pycache__',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\__pycache__',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks'],
|
||||
['C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks\\__pycache__',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\__pycache__',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\_pyinstaller_hooks_contrib\\hooks'],
|
||||
{},
|
||||
[],
|
||||
[],
|
||||
@@ -21,23 +16,16 @@
|
||||
'3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 14:12:15) [MSC v.1929 64 bit '
|
||||
'(AMD64)]',
|
||||
[('pyi_rth_inspect',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_subprocess',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_pkgutil',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_multiprocessing',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'PYSOURCE'),
|
||||
('mqtt_srv',
|
||||
'\\\\192.168.77.106\\Data\\__GITHUB\\python\\mqtt_srv.pyw',
|
||||
'\\\\192.168.77.106\\Data\\__GITLAB\\python\\mqtt_srv.pyw',
|
||||
'PYSOURCE')],
|
||||
[('multiprocessing.popen_spawn_posix',
|
||||
'C:\\Program Files\\Python310\\lib\\multiprocessing\\popen_spawn_posix.py',
|
||||
@@ -321,6 +309,13 @@
|
||||
('multiprocessing',
|
||||
'C:\\Program Files\\Python310\\lib\\multiprocessing\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('stringprep',
|
||||
'C:\\Program Files\\Python310\\lib\\stringprep.py',
|
||||
'PYMODULE'),
|
||||
('tracemalloc',
|
||||
'C:\\Program Files\\Python310\\lib\\tracemalloc.py',
|
||||
'PYMODULE'),
|
||||
('_py_abc', 'C:\\Program Files\\Python310\\lib\\_py_abc.py', 'PYMODULE'),
|
||||
('getpass', 'C:\\Program Files\\Python310\\lib\\getpass.py', 'PYMODULE'),
|
||||
('nturl2path',
|
||||
'C:\\Program Files\\Python310\\lib\\nturl2path.py',
|
||||
@@ -332,34 +327,27 @@
|
||||
('http.cookiejar',
|
||||
'C:\\Program Files\\Python310\\lib\\http\\cookiejar.py',
|
||||
'PYMODULE'),
|
||||
('stringprep',
|
||||
'C:\\Program Files\\Python310\\lib\\stringprep.py',
|
||||
'PYMODULE'),
|
||||
('tracemalloc',
|
||||
'C:\\Program Files\\Python310\\lib\\tracemalloc.py',
|
||||
'PYMODULE'),
|
||||
('_py_abc', 'C:\\Program Files\\Python310\\lib\\_py_abc.py', 'PYMODULE'),
|
||||
('ping3',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('ping3.enums',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\enums.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\enums.py',
|
||||
'PYMODULE'),
|
||||
('ping3.errors',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\errors.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\errors.py',
|
||||
'PYMODULE'),
|
||||
('psutil',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psaix',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psaix.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psaix.py',
|
||||
'PYMODULE'),
|
||||
('glob', 'C:\\Program Files\\Python310\\lib\\glob.py', 'PYMODULE'),
|
||||
('psutil._pssunos',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pssunos.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pssunos.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psbsd',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psbsd.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psbsd.py',
|
||||
'PYMODULE'),
|
||||
('xml.etree.ElementTree',
|
||||
'C:\\Program Files\\Python310\\lib\\xml\\etree\\ElementTree.py',
|
||||
@@ -377,22 +365,22 @@
|
||||
'C:\\Program Files\\Python310\\lib\\xml\\etree\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psosx',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psosx.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psosx.py',
|
||||
'PYMODULE'),
|
||||
('psutil._pswindows',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pswindows.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pswindows.py',
|
||||
'PYMODULE'),
|
||||
('psutil._pslinux',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pslinux.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pslinux.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psposix',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psposix.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psposix.py',
|
||||
'PYMODULE'),
|
||||
('psutil._compat',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_compat.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_compat.py',
|
||||
'PYMODULE'),
|
||||
('psutil._common',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_common.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_common.py',
|
||||
'PYMODULE'),
|
||||
('curses',
|
||||
'C:\\Program Files\\Python310\\lib\\curses\\__init__.py',
|
||||
@@ -404,240 +392,212 @@
|
||||
'C:\\Program Files\\Python310\\lib\\__future__.py',
|
||||
'PYMODULE'),
|
||||
('requests',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('requests.status_codes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\requests\\status_codes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\status_codes.py',
|
||||
'PYMODULE'),
|
||||
('requests.structures',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\structures.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\structures.py',
|
||||
'PYMODULE'),
|
||||
('requests.compat',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\compat.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\compat.py',
|
||||
'PYMODULE'),
|
||||
('http.cookies',
|
||||
'C:\\Program Files\\Python310\\lib\\http\\cookies.py',
|
||||
'PYMODULE'),
|
||||
('requests.models',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\models.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\models.py',
|
||||
'PYMODULE'),
|
||||
('idna',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('idna.intranges',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\intranges.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\intranges.py',
|
||||
'PYMODULE'),
|
||||
('idna.core',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\core.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\core.py',
|
||||
'PYMODULE'),
|
||||
('idna.uts46data',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\uts46data.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\uts46data.py',
|
||||
'PYMODULE'),
|
||||
('idna.idnadata',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\idnadata.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\idnadata.py',
|
||||
'PYMODULE'),
|
||||
('idna.package_data',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\package_data.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\package_data.py',
|
||||
'PYMODULE'),
|
||||
('requests.hooks',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\hooks.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\hooks.py',
|
||||
'PYMODULE'),
|
||||
('requests.cookies',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\cookies.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\cookies.py',
|
||||
'PYMODULE'),
|
||||
('requests.auth',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\auth.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\auth.py',
|
||||
'PYMODULE'),
|
||||
('requests._internal_utils',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\requests\\_internal_utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\_internal_utils.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.wait',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\wait.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\wait.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.url',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\url.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\url.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.six',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\six.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\six.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.timeout',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\timeout.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\timeout.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssl_',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssl_.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssl_.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssltransport',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssltransport.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssltransport.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.retry',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\retry.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\retry.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.response',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\response.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\response.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.request',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\request.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\request.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.connection',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\connection.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\connection.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib._appengine_environ',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\_appengine_environ.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\_appengine_environ.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.filepost',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\filepost.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\filepost.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.fields',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\fields.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\fields.py',
|
||||
'PYMODULE'),
|
||||
('requests.api',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\api.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\api.py',
|
||||
'PYMODULE'),
|
||||
('requests.sessions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\sessions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\sessions.py',
|
||||
'PYMODULE'),
|
||||
('requests.adapters',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\adapters.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\adapters.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib.socks',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\socks.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\socks.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.connectionpool',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\connectionpool.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\connectionpool.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssl_match_hostname',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssl_match_hostname.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssl_match_hostname.py',
|
||||
'PYMODULE'),
|
||||
('ipaddress', 'C:\\Program Files\\Python310\\lib\\ipaddress.py', 'PYMODULE'),
|
||||
('urllib3.util.queue',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\queue.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\queue.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.proxy',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\proxy.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\proxy.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.request',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\request.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\request.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.connection',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\connection.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\connection.py',
|
||||
'PYMODULE'),
|
||||
('urllib3._version',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\_version.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\_version.py',
|
||||
'PYMODULE'),
|
||||
('urllib3._collections',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\_collections.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\_collections.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.response',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\response.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\response.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.poolmanager',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\poolmanager.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\poolmanager.py',
|
||||
'PYMODULE'),
|
||||
('requests.__version__',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\__version__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\__version__.py',
|
||||
'PYMODULE'),
|
||||
('requests.utils',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\utils.py',
|
||||
'PYMODULE'),
|
||||
('requests.certs',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\certs.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\certs.py',
|
||||
'PYMODULE'),
|
||||
('certifi',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('certifi.core',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\core.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\core.py',
|
||||
'PYMODULE'),
|
||||
('importlib.resources',
|
||||
'C:\\Program Files\\Python310\\lib\\importlib\\resources.py',
|
||||
'PYMODULE'),
|
||||
('requests.packages',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\packages.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\packages.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.exceptions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\exceptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\exceptions.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib.pyopenssl',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\pyopenssl.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\pyopenssl.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.backports.makefile',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\backports\\makefile.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\backports\\makefile.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.backports',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\backports\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\backports\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.version',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\version.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\version.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.utils',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\utils.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.constant',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\constant.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\constant.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.assets',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\assets\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\assets\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.models',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\models.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\models.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.cd',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\cd.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\cd.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.md',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\md.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\md.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.legacy',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\legacy.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\legacy.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.api',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\api.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\api.py',
|
||||
'PYMODULE'),
|
||||
('requests.exceptions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\exceptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\exceptions.py',
|
||||
'PYMODULE'),
|
||||
('urllib3',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('random', 'C:\\Program Files\\Python310\\lib\\random.py', 'PYMODULE'),
|
||||
('statistics',
|
||||
@@ -669,39 +629,35 @@
|
||||
('socket', 'C:\\Program Files\\Python310\\lib\\socket.py', 'PYMODULE'),
|
||||
('platform', 'C:\\Program Files\\Python310\\lib\\platform.py', 'PYMODULE'),
|
||||
('getmac',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\getmac\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\getmac\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('getmac.getmac',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\getmac\\getmac.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\getmac\\getmac.py',
|
||||
'PYMODULE'),
|
||||
('uuid', 'C:\\Program Files\\Python310\\lib\\uuid.py', 'PYMODULE'),
|
||||
('paho.mqtt.client',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\client.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\client.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('paho',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.subscribeoptions',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\subscribeoptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\subscribeoptions.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.reasoncodes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\reasoncodes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\reasoncodes.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.packettypes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\packettypes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\packettypes.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.properties',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\properties.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\properties.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.matcher',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\matcher.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\matcher.py',
|
||||
'PYMODULE'),
|
||||
('asyncio.log',
|
||||
'C:\\Program Files\\Python310\\lib\\asyncio\\log.py',
|
||||
@@ -808,44 +764,55 @@
|
||||
('asyncio.constants',
|
||||
'C:\\Program Files\\Python310\\lib\\asyncio\\constants.py',
|
||||
'PYMODULE')],
|
||||
[('VCRUNTIME140.dll',
|
||||
[('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('VCRUNTIME140.dll',
|
||||
'C:\\Program Files\\Python310\\VCRUNTIME140.dll',
|
||||
'BINARY'),
|
||||
('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('_multiprocessing',
|
||||
('_multiprocessing.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_multiprocessing.pyd',
|
||||
'EXTENSION'),
|
||||
('pyexpat', 'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd', 'EXTENSION'),
|
||||
('_ssl', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal', 'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd', 'EXTENSION'),
|
||||
('_hashlib', 'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd', 'EXTENSION'),
|
||||
('select', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata',
|
||||
('pyexpat.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd',
|
||||
'EXTENSION'),
|
||||
('_ssl.pyd', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd',
|
||||
'EXTENSION'),
|
||||
('_hashlib.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd',
|
||||
'EXTENSION'),
|
||||
('select.pyd', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma.pyd', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2.pyd', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue.pyd', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\unicodedata.pyd',
|
||||
'EXTENSION'),
|
||||
('_elementtree',
|
||||
('_elementtree.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_elementtree.pyd',
|
||||
'EXTENSION'),
|
||||
('psutil._psutil_windows',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
('psutil\\_psutil_windows.pyd',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
'EXTENSION'),
|
||||
('_ctypes', 'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd', 'EXTENSION'),
|
||||
('_socket', 'C:\\Program Files\\Python310\\DLLs\\_socket.pyd', 'EXTENSION'),
|
||||
('_uuid', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped',
|
||||
('_ctypes.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd',
|
||||
'EXTENSION'),
|
||||
('_socket.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_socket.pyd',
|
||||
'EXTENSION'),
|
||||
('_uuid.pyd', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_overlapped.pyd',
|
||||
'EXTENSION'),
|
||||
('_asyncio', 'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd', 'EXTENSION'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('_asyncio.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd',
|
||||
'EXTENSION'),
|
||||
('libssl-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libssl-1_1.dll',
|
||||
'BINARY'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('python3.dll', 'C:\\Program Files\\Python310\\python3.dll', 'BINARY'),
|
||||
('libffi-7.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libffi-7.dll',
|
||||
@@ -853,12 +820,12 @@
|
||||
[],
|
||||
[],
|
||||
[('base_library.zip',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\py.typed',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\py.typed',
|
||||
'DATA')],
|
||||
[])
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
('X:\\__GITHUB\\python\\dist\\mqtt_srv.exe',
|
||||
('X:\\__GITLAB\\python\\dist\\mqtt_srv.exe',
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-windowed.ico',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\bootloader\\images\\icon-windowed.ico',
|
||||
None,
|
||||
False,
|
||||
False,
|
||||
@@ -14,102 +13,104 @@
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\mqtt_srv.pkg',
|
||||
[('PYZ-00.pyz', 'X:\\__GITHUB\\python\\build\\mqtt_srv\\PYZ-00.pyz', 'PYZ'),
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\mqtt_srv.pkg',
|
||||
[('PYZ-00.pyz', 'X:\\__GITLAB\\python\\build\\mqtt_srv\\PYZ-00.pyz', 'PYZ'),
|
||||
('struct',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\struct.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\struct.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod01_archive',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod01_archive.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod01_archive.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod02_importers',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod02_importers.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod02_importers.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod03_ctypes',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod03_ctypes.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod03_ctypes.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod04_pywin32',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod04_pywin32.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod04_pywin32.pyc',
|
||||
'PYMODULE'),
|
||||
('pyiboot01_bootstrap',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_inspect',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_subprocess',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_pkgutil',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_multiprocessing',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'PYSOURCE'),
|
||||
('mqtt_srv',
|
||||
'\\\\192.168.77.106\\Data\\__GITHUB\\python\\mqtt_srv.pyw',
|
||||
'\\\\192.168.77.106\\Data\\__GITLAB\\python\\mqtt_srv.pyw',
|
||||
'PYSOURCE'),
|
||||
('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('VCRUNTIME140.dll',
|
||||
'C:\\Program Files\\Python310\\VCRUNTIME140.dll',
|
||||
'BINARY'),
|
||||
('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('_multiprocessing',
|
||||
('_multiprocessing.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_multiprocessing.pyd',
|
||||
'EXTENSION'),
|
||||
('pyexpat', 'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd', 'EXTENSION'),
|
||||
('_ssl', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal', 'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd', 'EXTENSION'),
|
||||
('_hashlib', 'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd', 'EXTENSION'),
|
||||
('select', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata',
|
||||
('pyexpat.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd',
|
||||
'EXTENSION'),
|
||||
('_ssl.pyd', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd',
|
||||
'EXTENSION'),
|
||||
('_hashlib.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd',
|
||||
'EXTENSION'),
|
||||
('select.pyd', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma.pyd', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2.pyd', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue.pyd', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\unicodedata.pyd',
|
||||
'EXTENSION'),
|
||||
('_elementtree',
|
||||
('_elementtree.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_elementtree.pyd',
|
||||
'EXTENSION'),
|
||||
('psutil._psutil_windows',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
('psutil\\_psutil_windows.pyd',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
'EXTENSION'),
|
||||
('_ctypes', 'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd', 'EXTENSION'),
|
||||
('_socket', 'C:\\Program Files\\Python310\\DLLs\\_socket.pyd', 'EXTENSION'),
|
||||
('_uuid', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped',
|
||||
('_ctypes.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd',
|
||||
'EXTENSION'),
|
||||
('_socket.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_socket.pyd',
|
||||
'EXTENSION'),
|
||||
('_uuid.pyd', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_overlapped.pyd',
|
||||
'EXTENSION'),
|
||||
('_asyncio', 'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd', 'EXTENSION'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('_asyncio.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd',
|
||||
'EXTENSION'),
|
||||
('libssl-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libssl-1_1.dll',
|
||||
'BINARY'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('python3.dll', 'C:\\Program Files\\Python310\\python3.dll', 'BINARY'),
|
||||
('libffi-7.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libffi-7.dll',
|
||||
'BINARY'),
|
||||
('base_library.zip',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\py.typed',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\py.typed',
|
||||
'DATA')],
|
||||
[],
|
||||
False,
|
||||
False,
|
||||
1669484603,
|
||||
1671871456,
|
||||
[('runw.exe',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\runw.exe',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\runw.exe',
|
||||
'EXECUTABLE')])
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
('X:\\__GITHUB\\python\\build\\mqtt_srv\\mqtt_srv.pkg',
|
||||
('X:\\__GITLAB\\python\\build\\mqtt_srv\\mqtt_srv.pkg',
|
||||
{'BINARY': 1,
|
||||
'DATA': 1,
|
||||
'EXECUTABLE': 1,
|
||||
@@ -7,95 +7,98 @@
|
||||
'PYSOURCE': 1,
|
||||
'PYZ': 0,
|
||||
'SPLASH': 1},
|
||||
[('PYZ-00.pyz', 'X:\\__GITHUB\\python\\build\\mqtt_srv\\PYZ-00.pyz', 'PYZ'),
|
||||
[('PYZ-00.pyz', 'X:\\__GITLAB\\python\\build\\mqtt_srv\\PYZ-00.pyz', 'PYZ'),
|
||||
('struct',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\struct.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\struct.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod01_archive',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod01_archive.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod01_archive.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod02_importers',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod02_importers.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod02_importers.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod03_ctypes',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod03_ctypes.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod03_ctypes.pyc',
|
||||
'PYMODULE'),
|
||||
('pyimod04_pywin32',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\localpycs\\pyimod04_pywin32.pyc',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\localpycs\\pyimod04_pywin32.pyc',
|
||||
'PYMODULE'),
|
||||
('pyiboot01_bootstrap',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_inspect',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_subprocess',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_pkgutil',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_multiprocessing',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
'PYSOURCE'),
|
||||
('mqtt_srv',
|
||||
'\\\\192.168.77.106\\Data\\__GITHUB\\python\\mqtt_srv.pyw',
|
||||
'\\\\192.168.77.106\\Data\\__GITLAB\\python\\mqtt_srv.pyw',
|
||||
'PYSOURCE'),
|
||||
('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('VCRUNTIME140.dll',
|
||||
'C:\\Program Files\\Python310\\VCRUNTIME140.dll',
|
||||
'BINARY'),
|
||||
('python310.dll', 'C:\\Program Files\\Python310\\python310.dll', 'BINARY'),
|
||||
('_multiprocessing',
|
||||
('_multiprocessing.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_multiprocessing.pyd',
|
||||
'EXTENSION'),
|
||||
('pyexpat', 'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd', 'EXTENSION'),
|
||||
('_ssl', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal', 'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd', 'EXTENSION'),
|
||||
('_hashlib', 'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd', 'EXTENSION'),
|
||||
('select', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata',
|
||||
('pyexpat.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\pyexpat.pyd',
|
||||
'EXTENSION'),
|
||||
('_ssl.pyd', 'C:\\Program Files\\Python310\\DLLs\\_ssl.pyd', 'EXTENSION'),
|
||||
('_decimal.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_decimal.pyd',
|
||||
'EXTENSION'),
|
||||
('_hashlib.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_hashlib.pyd',
|
||||
'EXTENSION'),
|
||||
('select.pyd', 'C:\\Program Files\\Python310\\DLLs\\select.pyd', 'EXTENSION'),
|
||||
('_lzma.pyd', 'C:\\Program Files\\Python310\\DLLs\\_lzma.pyd', 'EXTENSION'),
|
||||
('_bz2.pyd', 'C:\\Program Files\\Python310\\DLLs\\_bz2.pyd', 'EXTENSION'),
|
||||
('_queue.pyd', 'C:\\Program Files\\Python310\\DLLs\\_queue.pyd', 'EXTENSION'),
|
||||
('unicodedata.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\unicodedata.pyd',
|
||||
'EXTENSION'),
|
||||
('_elementtree',
|
||||
('_elementtree.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_elementtree.pyd',
|
||||
'EXTENSION'),
|
||||
('psutil._psutil_windows',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
('psutil\\_psutil_windows.pyd',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||
'EXTENSION'),
|
||||
('_ctypes', 'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd', 'EXTENSION'),
|
||||
('_socket', 'C:\\Program Files\\Python310\\DLLs\\_socket.pyd', 'EXTENSION'),
|
||||
('_uuid', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped',
|
||||
('_ctypes.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_ctypes.pyd',
|
||||
'EXTENSION'),
|
||||
('_socket.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_socket.pyd',
|
||||
'EXTENSION'),
|
||||
('_uuid.pyd', 'C:\\Program Files\\Python310\\DLLs\\_uuid.pyd', 'EXTENSION'),
|
||||
('_overlapped.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_overlapped.pyd',
|
||||
'EXTENSION'),
|
||||
('_asyncio', 'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd', 'EXTENSION'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('_asyncio.pyd',
|
||||
'C:\\Program Files\\Python310\\DLLs\\_asyncio.pyd',
|
||||
'EXTENSION'),
|
||||
('libssl-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libssl-1_1.dll',
|
||||
'BINARY'),
|
||||
('libcrypto-1_1.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libcrypto-1_1.dll',
|
||||
'BINARY'),
|
||||
('python3.dll', 'C:\\Program Files\\Python310\\python3.dll', 'BINARY'),
|
||||
('libffi-7.dll',
|
||||
'C:\\Program Files\\Python310\\DLLs\\libffi-7.dll',
|
||||
'BINARY'),
|
||||
('base_library.zip',
|
||||
'X:\\__GITHUB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\py.typed',
|
||||
'X:\\__GITLAB\\python\\build\\mqtt_srv\\base_library.zip',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\py.typed',
|
||||
'DATA')],
|
||||
False,
|
||||
False,
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
('X:\\__GITHUB\\python\\build\\mqtt_srv\\PYZ-00.pyz',
|
||||
('X:\\__GITLAB\\python\\build\\mqtt_srv\\PYZ-00.pyz',
|
||||
[('multiprocessing.popen_spawn_posix',
|
||||
'C:\\Program Files\\Python310\\lib\\multiprocessing\\popen_spawn_posix.py',
|
||||
'PYMODULE'),
|
||||
@@ -281,6 +281,13 @@
|
||||
('multiprocessing',
|
||||
'C:\\Program Files\\Python310\\lib\\multiprocessing\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('stringprep',
|
||||
'C:\\Program Files\\Python310\\lib\\stringprep.py',
|
||||
'PYMODULE'),
|
||||
('tracemalloc',
|
||||
'C:\\Program Files\\Python310\\lib\\tracemalloc.py',
|
||||
'PYMODULE'),
|
||||
('_py_abc', 'C:\\Program Files\\Python310\\lib\\_py_abc.py', 'PYMODULE'),
|
||||
('getpass', 'C:\\Program Files\\Python310\\lib\\getpass.py', 'PYMODULE'),
|
||||
('nturl2path',
|
||||
'C:\\Program Files\\Python310\\lib\\nturl2path.py',
|
||||
@@ -292,34 +299,27 @@
|
||||
('http.cookiejar',
|
||||
'C:\\Program Files\\Python310\\lib\\http\\cookiejar.py',
|
||||
'PYMODULE'),
|
||||
('stringprep',
|
||||
'C:\\Program Files\\Python310\\lib\\stringprep.py',
|
||||
'PYMODULE'),
|
||||
('tracemalloc',
|
||||
'C:\\Program Files\\Python310\\lib\\tracemalloc.py',
|
||||
'PYMODULE'),
|
||||
('_py_abc', 'C:\\Program Files\\Python310\\lib\\_py_abc.py', 'PYMODULE'),
|
||||
('ping3',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('ping3.enums',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\enums.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\enums.py',
|
||||
'PYMODULE'),
|
||||
('ping3.errors',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\ping3\\errors.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\ping3\\errors.py',
|
||||
'PYMODULE'),
|
||||
('psutil',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psaix',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psaix.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psaix.py',
|
||||
'PYMODULE'),
|
||||
('glob', 'C:\\Program Files\\Python310\\lib\\glob.py', 'PYMODULE'),
|
||||
('psutil._pssunos',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pssunos.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pssunos.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psbsd',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psbsd.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psbsd.py',
|
||||
'PYMODULE'),
|
||||
('xml.etree.ElementTree',
|
||||
'C:\\Program Files\\Python310\\lib\\xml\\etree\\ElementTree.py',
|
||||
@@ -337,22 +337,22 @@
|
||||
'C:\\Program Files\\Python310\\lib\\xml\\etree\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psosx',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psosx.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psosx.py',
|
||||
'PYMODULE'),
|
||||
('psutil._pswindows',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pswindows.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pswindows.py',
|
||||
'PYMODULE'),
|
||||
('psutil._pslinux',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_pslinux.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_pslinux.py',
|
||||
'PYMODULE'),
|
||||
('psutil._psposix',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_psposix.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_psposix.py',
|
||||
'PYMODULE'),
|
||||
('psutil._compat',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_compat.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_compat.py',
|
||||
'PYMODULE'),
|
||||
('psutil._common',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\psutil\\_common.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\psutil\\_common.py',
|
||||
'PYMODULE'),
|
||||
('curses',
|
||||
'C:\\Program Files\\Python310\\lib\\curses\\__init__.py',
|
||||
@@ -364,240 +364,212 @@
|
||||
'C:\\Program Files\\Python310\\lib\\__future__.py',
|
||||
'PYMODULE'),
|
||||
('requests',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('requests.status_codes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\requests\\status_codes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\status_codes.py',
|
||||
'PYMODULE'),
|
||||
('requests.structures',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\structures.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\structures.py',
|
||||
'PYMODULE'),
|
||||
('requests.compat',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\compat.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\compat.py',
|
||||
'PYMODULE'),
|
||||
('http.cookies',
|
||||
'C:\\Program Files\\Python310\\lib\\http\\cookies.py',
|
||||
'PYMODULE'),
|
||||
('requests.models',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\models.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\models.py',
|
||||
'PYMODULE'),
|
||||
('idna',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('idna.intranges',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\intranges.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\intranges.py',
|
||||
'PYMODULE'),
|
||||
('idna.core',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\core.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\core.py',
|
||||
'PYMODULE'),
|
||||
('idna.uts46data',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\uts46data.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\uts46data.py',
|
||||
'PYMODULE'),
|
||||
('idna.idnadata',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\idnadata.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\idnadata.py',
|
||||
'PYMODULE'),
|
||||
('idna.package_data',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\idna\\package_data.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\idna\\package_data.py',
|
||||
'PYMODULE'),
|
||||
('requests.hooks',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\hooks.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\hooks.py',
|
||||
'PYMODULE'),
|
||||
('requests.cookies',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\cookies.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\cookies.py',
|
||||
'PYMODULE'),
|
||||
('requests.auth',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\auth.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\auth.py',
|
||||
'PYMODULE'),
|
||||
('requests._internal_utils',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\requests\\_internal_utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\_internal_utils.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.wait',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\wait.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\wait.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.url',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\url.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\url.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.six',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\six.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\six.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.timeout',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\timeout.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\timeout.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssl_',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssl_.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssl_.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssltransport',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssltransport.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssltransport.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.retry',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\retry.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\retry.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.response',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\response.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\response.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.request',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\request.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\request.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.connection',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\connection.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\connection.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib._appengine_environ',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\_appengine_environ.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\_appengine_environ.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.filepost',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\filepost.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\filepost.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.fields',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\fields.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\fields.py',
|
||||
'PYMODULE'),
|
||||
('requests.api',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\api.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\api.py',
|
||||
'PYMODULE'),
|
||||
('requests.sessions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\sessions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\sessions.py',
|
||||
'PYMODULE'),
|
||||
('requests.adapters',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\adapters.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\adapters.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib.socks',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\socks.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\socks.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.connectionpool',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\connectionpool.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\connectionpool.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.ssl_match_hostname',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\util\\ssl_match_hostname.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\ssl_match_hostname.py',
|
||||
'PYMODULE'),
|
||||
('ipaddress', 'C:\\Program Files\\Python310\\lib\\ipaddress.py', 'PYMODULE'),
|
||||
('urllib3.util.queue',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\queue.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\queue.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.util.proxy',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\util\\proxy.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\util\\proxy.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.request',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\request.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\request.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.connection',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\connection.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\connection.py',
|
||||
'PYMODULE'),
|
||||
('urllib3._version',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\_version.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\_version.py',
|
||||
'PYMODULE'),
|
||||
('urllib3._collections',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\_collections.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\_collections.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.response',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\response.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\response.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.poolmanager',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\poolmanager.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\poolmanager.py',
|
||||
'PYMODULE'),
|
||||
('requests.__version__',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\__version__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\__version__.py',
|
||||
'PYMODULE'),
|
||||
('requests.utils',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\utils.py',
|
||||
'PYMODULE'),
|
||||
('requests.certs',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\certs.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\certs.py',
|
||||
'PYMODULE'),
|
||||
('certifi',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('certifi.core',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\certifi\\core.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\certifi\\core.py',
|
||||
'PYMODULE'),
|
||||
('importlib.resources',
|
||||
'C:\\Program Files\\Python310\\lib\\importlib\\resources.py',
|
||||
'PYMODULE'),
|
||||
('requests.packages',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\packages.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\packages.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.exceptions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\exceptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\exceptions.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib.pyopenssl',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\pyopenssl.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\pyopenssl.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.backports.makefile',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\backports\\makefile.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\backports\\makefile.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.packages.backports',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\packages\\backports\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\packages\\backports\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('urllib3.contrib',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\urllib3\\contrib\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\contrib\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.version',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\version.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\version.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.utils',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\utils.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\utils.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.constant',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\constant.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\constant.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.assets',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\assets\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\assets\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.models',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\models.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\models.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.cd',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\cd.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\cd.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.md',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\md.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\md.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.legacy',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\legacy.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\legacy.py',
|
||||
'PYMODULE'),
|
||||
('charset_normalizer.api',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\charset_normalizer\\api.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\charset_normalizer\\api.py',
|
||||
'PYMODULE'),
|
||||
('requests.exceptions',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\requests\\exceptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\requests\\exceptions.py',
|
||||
'PYMODULE'),
|
||||
('urllib3',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\urllib3\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\urllib3\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('random', 'C:\\Program Files\\Python310\\lib\\random.py', 'PYMODULE'),
|
||||
('statistics',
|
||||
@@ -629,39 +601,35 @@
|
||||
('socket', 'C:\\Program Files\\Python310\\lib\\socket.py', 'PYMODULE'),
|
||||
('platform', 'C:\\Program Files\\Python310\\lib\\platform.py', 'PYMODULE'),
|
||||
('getmac',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\getmac\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\getmac\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('getmac.getmac',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\getmac\\getmac.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\getmac\\getmac.py',
|
||||
'PYMODULE'),
|
||||
('uuid', 'C:\\Program Files\\Python310\\lib\\uuid.py', 'PYMODULE'),
|
||||
('paho.mqtt.client',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\client.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\client.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('paho',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\__init__.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\__init__.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.subscribeoptions',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\subscribeoptions.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\subscribeoptions.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.reasoncodes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\reasoncodes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\reasoncodes.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.packettypes',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\packettypes.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\packettypes.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.properties',
|
||||
'C:\\Program '
|
||||
'Files\\Python310\\lib\\site-packages\\paho\\mqtt\\properties.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\properties.py',
|
||||
'PYMODULE'),
|
||||
('paho.mqtt.matcher',
|
||||
'C:\\Program Files\\Python310\\lib\\site-packages\\paho\\mqtt\\matcher.py',
|
||||
'C:\\Users\\jaydee\\AppData\\Roaming\\Python\\Python310\\site-packages\\paho\\mqtt\\matcher.py',
|
||||
'PYMODULE'),
|
||||
('asyncio.log',
|
||||
'C:\\Program Files\\Python310\\lib\\asyncio\\log.py',
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -15,8 +15,7 @@ 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 _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
|
||||
missing module named org - imported by copy (optional)
|
||||
missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
|
||||
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
|
||||
missing module named 'java.lang' - imported by platform (delayed, optional), getmac.getmac (conditional, optional), xml.sax._exceptions (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)
|
||||
@@ -24,18 +23,19 @@ missing module named _posixsubprocess - imported by subprocess (optional), multi
|
||||
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 pep517 - imported by importlib.metadata (delayed)
|
||||
missing module named pwd - imported by posixpath (delayed, conditional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed), psutil (optional)
|
||||
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
|
||||
missing module named pwd - imported by posixpath (delayed, conditional), subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), netrc (delayed, conditional), getpass (delayed), psutil (optional)
|
||||
missing module named grp - imported by subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional)
|
||||
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
|
||||
missing module named resource - imported by posix (top-level), psutil._pslinux (optional)
|
||||
missing module named org - imported by pickle (optional)
|
||||
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
|
||||
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
|
||||
missing module named multiprocessing.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 pyimod02_importers - imported by C:\Program Files\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (top-level)
|
||||
missing module named pyimod02_importers - imported by C:\Users\jaydee\AppData\Roaming\Python\Python310\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (top-level)
|
||||
missing module named _scproxy - imported by urllib.request (conditional)
|
||||
missing module named termios - imported by getpass (optional), psutil._compat (delayed, optional)
|
||||
missing module named autorandr - imported by \\192.168.77.106\Data\__GITHUB\python\mqtt_srv.pyw (conditional)
|
||||
missing module named autorandr - imported by \\192.168.77.106\Data\__GITLAB\python\mqtt_srv.pyw (conditional)
|
||||
missing module named psutil._psutil_aix - imported by psutil (top-level), psutil._psaix (top-level)
|
||||
missing module named psutil._psutil_sunos - imported by psutil (top-level), psutil._pssunos (top-level)
|
||||
missing module named psutil._psutil_bsd - imported by psutil (top-level), psutil._psbsd (top-level)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>modulegraph cross reference for mqtt_srv.pyw, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py</title>
|
||||
<title>modulegraph cross reference for mqtt_srv.pyw, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py</title>
|
||||
<style>
|
||||
.node { padding: 0.5em 0 0.5em; border-top: thin grey dotted; }
|
||||
.moduletype { font: smaller italic }
|
||||
@@ -11,11 +11,11 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>modulegraph cross reference for mqtt_srv.pyw, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py</h1>
|
||||
<h1>modulegraph cross reference for mqtt_srv.pyw, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py</h1>
|
||||
|
||||
<div class="node">
|
||||
<a name="mqtt_srv.pyw"></a>
|
||||
<a target="code" href="////192.168.77.106/Data/__GITHUB/python/mqtt_srv.pyw" type="text/plain"><tt>mqtt_srv.pyw</tt></a>
|
||||
<a target="code" href="////192.168.77.106/Data/__GITLAB/python/mqtt_srv.pyw" type="text/plain"><tt>mqtt_srv.pyw</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#_collections_abc">_collections_abc</a>
|
||||
@@ -175,7 +175,6 @@ imports:
|
||||
• <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
|
||||
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
||||
• <a href="#pyi_rth_subprocess.py">pyi_rth_subprocess.py</a>
|
||||
• <a href="#random">random</a>
|
||||
• <a href="#re">re</a>
|
||||
• <a href="#reprlib">reprlib</a>
|
||||
@@ -208,7 +207,7 @@ imports:
|
||||
|
||||
<div class="node">
|
||||
<a name="pyi_rth_inspect.py"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" type="text/plain"><tt>pyi_rth_inspect.py</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" type="text/plain"><tt>pyi_rth_inspect.py</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#inspect">inspect</a>
|
||||
@@ -226,7 +225,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="pyi_rth_multiprocessing.py"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" type="text/plain"><tt>pyi_rth_multiprocessing.py</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" type="text/plain"><tt>pyi_rth_multiprocessing.py</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#multiprocessing">multiprocessing</a>
|
||||
@@ -249,7 +248,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="pyi_rth_pkgutil.py"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" type="text/plain"><tt>pyi_rth_pkgutil.py</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" type="text/plain"><tt>pyi_rth_pkgutil.py</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#os">os</a>
|
||||
@@ -266,24 +265,6 @@ imported by:
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="pyi_rth_subprocess.py"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py" type="text/plain"><tt>pyi_rth_subprocess.py</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#io">io</a>
|
||||
• <a href="#subprocess">subprocess</a>
|
||||
• <a href="#sys">sys</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
imported by:
|
||||
<a href="#mqtt_srv.pyw">mqtt_srv.pyw</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name=""'urllib3.packages.six.moves.urllib'.parse""></a>
|
||||
<a target="code" href="" type="text/plain"><tt>"'urllib3.packages.six.moves.urllib'.parse"</tt></a>
|
||||
@@ -358,7 +339,7 @@ imported by:
|
||||
<a target="code" href="" type="text/plain"><tt>'org.python'</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#pickle">pickle</a>
|
||||
<a href="#copy">copy</a>
|
||||
• <a href="#xml.sax">xml.sax</a>
|
||||
|
||||
</div>
|
||||
@@ -2546,7 +2527,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="certifi"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/certifi/__init__.py" type="text/plain"><tt>certifi</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/certifi/__init__.py" type="text/plain"><tt>certifi</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#certifi.core">certifi.core</a>
|
||||
@@ -2563,7 +2544,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="certifi.core"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/certifi/core.py" type="text/plain"><tt>certifi.core</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/certifi/core.py" type="text/plain"><tt>certifi.core</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#certifi">certifi</a>
|
||||
@@ -2597,7 +2578,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/__init__.py" type="text/plain"><tt>charset_normalizer</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/__init__.py" type="text/plain"><tt>charset_normalizer</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer.api">charset_normalizer.api</a>
|
||||
@@ -2629,7 +2610,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.api"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/api.py" type="text/plain"><tt>charset_normalizer.api</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/api.py" type="text/plain"><tt>charset_normalizer.api</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2656,7 +2637,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.assets"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/assets/__init__.py" type="text/plain"><tt>charset_normalizer.assets</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/assets/__init__.py" type="text/plain"><tt>charset_normalizer.assets</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2674,7 +2655,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.cd"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/cd.py" type="text/plain"><tt>charset_normalizer.cd</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/cd.py" type="text/plain"><tt>charset_normalizer.cd</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2701,7 +2682,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.constant"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/constant.py" type="text/plain"><tt>charset_normalizer.constant</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/constant.py" type="text/plain"><tt>charset_normalizer.constant</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2727,7 +2708,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.legacy"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/legacy.py" type="text/plain"><tt>charset_normalizer.legacy</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/legacy.py" type="text/plain"><tt>charset_normalizer.legacy</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2748,7 +2729,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.md"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/md.py" type="text/plain"><tt>charset_normalizer.md</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/md.py" type="text/plain"><tt>charset_normalizer.md</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2770,7 +2751,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.models"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/models.py" type="text/plain"><tt>charset_normalizer.models</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/models.py" type="text/plain"><tt>charset_normalizer.models</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -2800,7 +2781,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.utils"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/utils.py" type="text/plain"><tt>charset_normalizer.utils</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/utils.py" type="text/plain"><tt>charset_normalizer.utils</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#_multibytecodec">_multibytecodec</a>
|
||||
@@ -2831,7 +2812,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="charset_normalizer.version"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/charset_normalizer/version.py" type="text/plain"><tt>charset_normalizer.version</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/charset_normalizer/version.py" type="text/plain"><tt>charset_normalizer.version</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#charset_normalizer">charset_normalizer</a>
|
||||
@@ -3312,8 +3293,8 @@ imported by:
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/copy.py" type="text/plain"><tt>copy</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#copyreg">copyreg</a>
|
||||
• <a href="#org">org</a>
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#types">types</a>
|
||||
• <a href="#weakref">weakref</a>
|
||||
|
||||
@@ -6831,7 +6812,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="getmac"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/getmac/__init__.py" type="text/plain"><tt>getmac</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/getmac/__init__.py" type="text/plain"><tt>getmac</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#getmac.getmac">getmac.getmac</a>
|
||||
@@ -6848,7 +6829,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="getmac.getmac"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/getmac/getmac.py" type="text/plain"><tt>getmac.getmac</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/getmac/getmac.py" type="text/plain"><tt>getmac.getmac</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#'java.lang'">'java.lang'</a>
|
||||
@@ -7206,7 +7187,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/__init__.py" type="text/plain"><tt>idna</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/__init__.py" type="text/plain"><tt>idna</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#idna">idna</a>
|
||||
@@ -7234,7 +7215,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna.core"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/core.py" type="text/plain"><tt>idna.core</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/core.py" type="text/plain"><tt>idna.core</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#bisect">bisect</a>
|
||||
@@ -7257,7 +7238,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna.idnadata"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/idnadata.py" type="text/plain"><tt>idna.idnadata</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/idnadata.py" type="text/plain"><tt>idna.idnadata</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#idna">idna</a>
|
||||
@@ -7274,7 +7255,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna.intranges"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/intranges.py" type="text/plain"><tt>idna.intranges</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/intranges.py" type="text/plain"><tt>idna.intranges</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#bisect">bisect</a>
|
||||
@@ -7293,7 +7274,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna.package_data"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/package_data.py" type="text/plain"><tt>idna.package_data</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/package_data.py" type="text/plain"><tt>idna.package_data</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#idna">idna</a>
|
||||
@@ -7309,7 +7290,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="idna.uts46data"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/idna/uts46data.py" type="text/plain"><tt>idna.uts46data</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/idna/uts46data.py" type="text/plain"><tt>idna.uts46data</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#idna">idna</a>
|
||||
@@ -7851,7 +7832,6 @@ imported by:
|
||||
• <a href="#pathlib">pathlib</a>
|
||||
• <a href="#pickle">pickle</a>
|
||||
• <a href="#pprint">pprint</a>
|
||||
• <a href="#pyi_rth_subprocess.py">pyi_rth_subprocess.py</a>
|
||||
• <a href="#quopri">quopri</a>
|
||||
• <a href="#requests.compat">requests.compat</a>
|
||||
• <a href="#requests.models">requests.models</a>
|
||||
@@ -9226,7 +9206,7 @@ imported by:
|
||||
<a target="code" href="" type="text/plain"><tt>org</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#copy">copy</a>
|
||||
<a href="#pickle">pickle</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -9360,7 +9340,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/__init__.py" type="text/plain"><tt>paho</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/__init__.py" type="text/plain"><tt>paho</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9371,7 +9351,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/__init__.py" type="text/plain"><tt>paho.mqtt</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/__init__.py" type="text/plain"><tt>paho.mqtt</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho">paho</a>
|
||||
@@ -9392,7 +9372,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.client"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/client.py" type="text/plain"><tt>paho.mqtt.client</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/client.py" type="text/plain"><tt>paho.mqtt.client</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#base64">base64</a>
|
||||
@@ -9434,7 +9414,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.matcher"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/matcher.py" type="text/plain"><tt>paho.mqtt.matcher</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/matcher.py" type="text/plain"><tt>paho.mqtt.matcher</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9450,7 +9430,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.packettypes"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/packettypes.py" type="text/plain"><tt>paho.mqtt.packettypes</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/packettypes.py" type="text/plain"><tt>paho.mqtt.packettypes</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9467,7 +9447,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.properties"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/properties.py" type="text/plain"><tt>paho.mqtt.properties</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/properties.py" type="text/plain"><tt>paho.mqtt.properties</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9486,7 +9466,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.reasoncodes"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/reasoncodes.py" type="text/plain"><tt>paho.mqtt.reasoncodes</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/reasoncodes.py" type="text/plain"><tt>paho.mqtt.reasoncodes</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9504,7 +9484,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="paho.mqtt.subscribeoptions"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/paho/mqtt/subscribeoptions.py" type="text/plain"><tt>paho.mqtt.subscribeoptions</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/paho/mqtt/subscribeoptions.py" type="text/plain"><tt>paho.mqtt.subscribeoptions</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#paho.mqtt">paho.mqtt</a>
|
||||
@@ -9571,14 +9551,14 @@ imported by:
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/pickle.py" type="text/plain"><tt>pickle</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#_compat_pickle">_compat_pickle</a>
|
||||
<a href="#_compat_pickle">_compat_pickle</a>
|
||||
• <a href="#_pickle">_pickle</a>
|
||||
• <a href="#codecs">codecs</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#functools">functools</a>
|
||||
• <a href="#io">io</a>
|
||||
• <a href="#itertools">itertools</a>
|
||||
• <a href="#org">org</a>
|
||||
• <a href="#pprint">pprint</a>
|
||||
• <a href="#re">re</a>
|
||||
• <a href="#struct">struct</a>
|
||||
@@ -9598,7 +9578,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="ping3"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/ping3/__init__.py" type="text/plain"><tt>ping3</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/ping3/__init__.py" type="text/plain"><tt>ping3</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#errno">errno</a>
|
||||
@@ -9630,7 +9610,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="ping3.enums"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/ping3/enums.py" type="text/plain"><tt>ping3.enums</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/ping3/enums.py" type="text/plain"><tt>ping3.enums</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#enum">enum</a>
|
||||
@@ -9647,7 +9627,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="ping3.errors"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/ping3/errors.py" type="text/plain"><tt>ping3.errors</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/ping3/errors.py" type="text/plain"><tt>ping3.errors</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#ping3">ping3</a>
|
||||
@@ -9795,7 +9775,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/__init__.py" type="text/plain"><tt>psutil</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/__init__.py" type="text/plain"><tt>psutil</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -9850,7 +9830,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._common"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_common.py" type="text/plain"><tt>psutil._common</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_common.py" type="text/plain"><tt>psutil._common</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -9888,7 +9868,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._compat"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_compat.py" type="text/plain"><tt>psutil._compat</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_compat.py" type="text/plain"><tt>psutil._compat</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -9926,7 +9906,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._psaix"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_psaix.py" type="text/plain"><tt>psutil._psaix</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_psaix.py" type="text/plain"><tt>psutil._psaix</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -9953,7 +9933,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._psbsd"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_psbsd.py" type="text/plain"><tt>psutil._psbsd</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_psbsd.py" type="text/plain"><tt>psutil._psbsd</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -9979,7 +9959,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._pslinux"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_pslinux.py" type="text/plain"><tt>psutil._pslinux</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_pslinux.py" type="text/plain"><tt>psutil._pslinux</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -10015,7 +9995,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._psosx"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_psosx.py" type="text/plain"><tt>psutil._psosx</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_psosx.py" type="text/plain"><tt>psutil._psosx</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -10039,7 +10019,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._psposix"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_psposix.py" type="text/plain"><tt>psutil._psposix</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_psposix.py" type="text/plain"><tt>psutil._psposix</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#enum">enum</a>
|
||||
@@ -10069,7 +10049,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._pssunos"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_pssunos.py" type="text/plain"><tt>psutil._pssunos</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_pssunos.py" type="text/plain"><tt>psutil._pssunos</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -10157,7 +10137,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._psutil_windows"></a>
|
||||
<tt>psutil._psutil_windows</tt> <span class="moduletype"><tt>C:\Program Files\Python310\lib\site-packages\psutil\_psutil_windows.pyd</tt></span> <div class="import">
|
||||
<tt>psutil._psutil_windows</tt> <span class="moduletype"><tt>C:\Users\jaydee\AppData\Roaming\Python\Python310\site-packages\psutil\_psutil_windows.pyd</tt></span> <div class="import">
|
||||
imports:
|
||||
<a href="#psutil">psutil</a>
|
||||
|
||||
@@ -10173,7 +10153,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="psutil._pswindows"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/psutil/_pswindows.py" type="text/plain"><tt>psutil._pswindows</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/psutil/_pswindows.py" type="text/plain"><tt>psutil._pswindows</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -10478,7 +10458,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/__init__.py" type="text/plain"><tt>requests</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/__init__.py" type="text/plain"><tt>requests</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#chardet">chardet</a>
|
||||
@@ -10530,7 +10510,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.__version__"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/__version__.py" type="text/plain"><tt>requests.__version__</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/__version__.py" type="text/plain"><tt>requests.__version__</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#requests">requests</a>
|
||||
@@ -10547,7 +10527,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests._internal_utils"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/_internal_utils.py" type="text/plain"><tt>requests._internal_utils</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/_internal_utils.py" type="text/plain"><tt>requests._internal_utils</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#re">re</a>
|
||||
@@ -10569,7 +10549,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.adapters"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/adapters.py" type="text/plain"><tt>requests.adapters</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/adapters.py" type="text/plain"><tt>requests.adapters</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#ntpath">ntpath</a>
|
||||
@@ -10600,7 +10580,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.api"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/api.py" type="text/plain"><tt>requests.api</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/api.py" type="text/plain"><tt>requests.api</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#requests">requests</a>
|
||||
@@ -10617,7 +10597,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.auth"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/auth.py" type="text/plain"><tt>requests.auth</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/auth.py" type="text/plain"><tt>requests.auth</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#base64">base64</a>
|
||||
@@ -10646,7 +10626,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.certs"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/certs.py" type="text/plain"><tt>requests.certs</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/certs.py" type="text/plain"><tt>requests.certs</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#certifi">certifi</a>
|
||||
@@ -10664,7 +10644,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.compat"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/compat.py" type="text/plain"><tt>requests.compat</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/compat.py" type="text/plain"><tt>requests.compat</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#chardet">chardet</a>
|
||||
@@ -10701,7 +10681,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.cookies"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/cookies.py" type="text/plain"><tt>requests.cookies</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/cookies.py" type="text/plain"><tt>requests.cookies</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#calendar">calendar</a>
|
||||
@@ -10728,7 +10708,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.exceptions"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/exceptions.py" type="text/plain"><tt>requests.exceptions</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/exceptions.py" type="text/plain"><tt>requests.exceptions</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#requests">requests</a>
|
||||
@@ -10750,7 +10730,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.hooks"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/hooks.py" type="text/plain"><tt>requests.hooks</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/hooks.py" type="text/plain"><tt>requests.hooks</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#requests">requests</a>
|
||||
@@ -10767,7 +10747,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.models"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/models.py" type="text/plain"><tt>requests.models</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/models.py" type="text/plain"><tt>requests.models</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#datetime">datetime</a>
|
||||
@@ -10802,7 +10782,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.packages"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/packages.py" type="text/plain"><tt>requests.packages</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/packages.py" type="text/plain"><tt>requests.packages</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#chardet">chardet</a>
|
||||
@@ -10822,7 +10802,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.sessions"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/sessions.py" type="text/plain"><tt>requests.sessions</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/sessions.py" type="text/plain"><tt>requests.sessions</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -10855,7 +10835,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.status_codes"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/status_codes.py" type="text/plain"><tt>requests.status_codes</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/status_codes.py" type="text/plain"><tt>requests.status_codes</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#requests">requests</a>
|
||||
@@ -10874,7 +10854,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.structures"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/structures.py" type="text/plain"><tt>requests.structures</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/structures.py" type="text/plain"><tt>requests.structures</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#collections">collections</a>
|
||||
@@ -10896,7 +10876,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="requests.utils"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/requests/utils.py" type="text/plain"><tt>requests.utils</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/requests/utils.py" type="text/plain"><tt>requests.utils</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#codecs">codecs</a>
|
||||
@@ -11474,7 +11454,6 @@ imported by:
|
||||
• <a href="#psutil._psaix">psutil._psaix</a>
|
||||
• <a href="#psutil._pssunos">psutil._pssunos</a>
|
||||
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||
• <a href="#pyi_rth_subprocess.py">pyi_rth_subprocess.py</a>
|
||||
• <a href="#uuid">uuid</a>
|
||||
|
||||
</div>
|
||||
@@ -11582,7 +11561,6 @@ imported by:
|
||||
• <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
|
||||
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
||||
• <a href="#pyi_rth_subprocess.py">pyi_rth_subprocess.py</a>
|
||||
• <a href="#quopri">quopri</a>
|
||||
• <a href="#requests.compat">requests.compat</a>
|
||||
• <a href="#requests.packages">requests.packages</a>
|
||||
@@ -12229,7 +12207,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/__init__.py" type="text/plain"><tt>urllib3</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/__init__.py" type="text/plain"><tt>urllib3</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12274,7 +12252,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3._collections"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/_collections.py" type="text/plain"><tt>urllib3._collections</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/_collections.py" type="text/plain"><tt>urllib3._collections</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12301,7 +12279,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3._version"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/_version.py" type="text/plain"><tt>urllib3._version</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/_version.py" type="text/plain"><tt>urllib3._version</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#urllib3">urllib3</a>
|
||||
@@ -12318,7 +12296,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.connection"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/connection.py" type="text/plain"><tt>urllib3.connection</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/connection.py" type="text/plain"><tt>urllib3.connection</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12355,7 +12333,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.connectionpool"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/connectionpool.py" type="text/plain"><tt>urllib3.connectionpool</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/connectionpool.py" type="text/plain"><tt>urllib3.connectionpool</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12397,7 +12375,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.contrib"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/contrib/__init__.py" type="text/plain"><tt>urllib3.contrib</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/contrib/__init__.py" type="text/plain"><tt>urllib3.contrib</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#urllib3">urllib3</a>
|
||||
@@ -12419,7 +12397,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.contrib._appengine_environ"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/contrib/_appengine_environ.py" type="text/plain"><tt>urllib3.contrib._appengine_environ</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/contrib/_appengine_environ.py" type="text/plain"><tt>urllib3.contrib._appengine_environ</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#os">os</a>
|
||||
@@ -12437,7 +12415,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.contrib.pyopenssl"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/contrib/pyopenssl.py" type="text/plain"><tt>urllib3.contrib.pyopenssl</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/contrib/pyopenssl.py" type="text/plain"><tt>urllib3.contrib.pyopenssl</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#'OpenSSL.SSL'">'OpenSSL.SSL'</a>
|
||||
@@ -12474,7 +12452,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.contrib.socks"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/contrib/socks.py" type="text/plain"><tt>urllib3.contrib.socks</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/contrib/socks.py" type="text/plain"><tt>urllib3.contrib.socks</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12500,7 +12478,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.exceptions"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/exceptions.py" type="text/plain"><tt>urllib3.exceptions</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/exceptions.py" type="text/plain"><tt>urllib3.exceptions</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12536,7 +12514,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.fields"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/fields.py" type="text/plain"><tt>urllib3.fields</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/fields.py" type="text/plain"><tt>urllib3.fields</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12559,7 +12537,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.filepost"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/filepost.py" type="text/plain"><tt>urllib3.filepost</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/filepost.py" type="text/plain"><tt>urllib3.filepost</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12585,7 +12563,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.packages"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/packages/__init__.py" type="text/plain"><tt>urllib3.packages</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/packages/__init__.py" type="text/plain"><tt>urllib3.packages</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#urllib3">urllib3</a>
|
||||
@@ -12616,7 +12594,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.packages.backports"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/packages/backports/__init__.py" type="text/plain"><tt>urllib3.packages.backports</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/packages/backports/__init__.py" type="text/plain"><tt>urllib3.packages.backports</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#urllib3.packages">urllib3.packages</a>
|
||||
@@ -12632,7 +12610,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.packages.backports.makefile"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/packages/backports/makefile.py" type="text/plain"><tt>urllib3.packages.backports.makefile</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/packages/backports/makefile.py" type="text/plain"><tt>urllib3.packages.backports.makefile</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#io">io</a>
|
||||
@@ -12650,7 +12628,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.packages.six"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/packages/six.py" type="text/plain"><tt>urllib3.packages.six</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/packages/six.py" type="text/plain"><tt>urllib3.packages.six</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#StringIO">StringIO</a>
|
||||
@@ -12712,7 +12690,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.poolmanager"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/poolmanager.py" type="text/plain"><tt>urllib3.poolmanager</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/poolmanager.py" type="text/plain"><tt>urllib3.poolmanager</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#"'urllib3.packages.six.moves.urllib'.parse"">"'urllib3.packages.six.moves.urllib'.parse"</a>
|
||||
@@ -12744,7 +12722,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.request"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/request.py" type="text/plain"><tt>urllib3.request</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/request.py" type="text/plain"><tt>urllib3.request</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#"'urllib3.packages.six.moves.urllib'.parse"">"'urllib3.packages.six.moves.urllib'.parse"</a>
|
||||
@@ -12764,7 +12742,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.response"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/response.py" type="text/plain"><tt>urllib3.response</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/response.py" type="text/plain"><tt>urllib3.response</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12799,7 +12777,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/__init__.py" type="text/plain"><tt>urllib3.util</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/__init__.py" type="text/plain"><tt>urllib3.util</tt></a>
|
||||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12841,7 +12819,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.connection"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/connection.py" type="text/plain"><tt>urllib3.util.connection</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/connection.py" type="text/plain"><tt>urllib3.util.connection</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12867,7 +12845,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.proxy"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/proxy.py" type="text/plain"><tt>urllib3.util.proxy</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/proxy.py" type="text/plain"><tt>urllib3.util.proxy</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#urllib3.util">urllib3.util</a>
|
||||
@@ -12886,7 +12864,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.queue"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/queue.py" type="text/plain"><tt>urllib3.util.queue</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/queue.py" type="text/plain"><tt>urllib3.util.queue</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#Queue">Queue</a>
|
||||
@@ -12908,7 +12886,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.request"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/request.py" type="text/plain"><tt>urllib3.util.request</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/request.py" type="text/plain"><tt>urllib3.util.request</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12932,7 +12910,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.response"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/response.py" type="text/plain"><tt>urllib3.util.response</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/response.py" type="text/plain"><tt>urllib3.util.response</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12955,7 +12933,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.retry"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/retry.py" type="text/plain"><tt>urllib3.util.retry</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/retry.py" type="text/plain"><tt>urllib3.util.retry</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -12986,7 +12964,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.ssl_"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/ssl_.py" type="text/plain"><tt>urllib3.util.ssl_</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/ssl_.py" type="text/plain"><tt>urllib3.util.ssl_</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -13018,7 +12996,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.ssl_match_hostname"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/ssl_match_hostname.py" type="text/plain"><tt>urllib3.util.ssl_match_hostname</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/ssl_match_hostname.py" type="text/plain"><tt>urllib3.util.ssl_match_hostname</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#ipaddress">ipaddress</a>
|
||||
@@ -13038,7 +13016,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.ssltransport"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/ssltransport.py" type="text/plain"><tt>urllib3.util.ssltransport</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/ssltransport.py" type="text/plain"><tt>urllib3.util.ssltransport</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#io">io</a>
|
||||
@@ -13060,7 +13038,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.timeout"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/timeout.py" type="text/plain"><tt>urllib3.util.timeout</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/timeout.py" type="text/plain"><tt>urllib3.util.timeout</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -13082,7 +13060,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.url"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/url.py" type="text/plain"><tt>urllib3.util.url</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/url.py" type="text/plain"><tt>urllib3.util.url</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#__future__">__future__</a>
|
||||
@@ -13110,7 +13088,7 @@ imported by:
|
||||
|
||||
<div class="node">
|
||||
<a name="urllib3.util.wait"></a>
|
||||
<a target="code" href="///C:/Program%20Files/Python310/lib/site-packages/urllib3/util/wait.py" type="text/plain"><tt>urllib3.util.wait</tt></a>
|
||||
<a target="code" href="///C:/Users/jaydee/AppData/Roaming/Python/Python310/site-packages/urllib3/util/wait.py" type="text/plain"><tt>urllib3.util.wait</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#errno">errno</a>
|
||||
|
||||
BIN
dist/mqtt_srv.exe
vendored
BIN
dist/mqtt_srv.exe
vendored
Binary file not shown.
34
mqtt_srv.py
34
mqtt_srv.py
@@ -772,28 +772,9 @@ def on_message(client, userdata, msg):
|
||||
myCmd = ""
|
||||
writeLog(myObj["target"])
|
||||
if curos == "Windows":
|
||||
if myObj["target"] == "mid":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile mid"
|
||||
elif myObj["target"] == "all":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile all"
|
||||
elif myObj["target"] == "left":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile left"
|
||||
elif myObj["target"] == "midleft":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midleft"
|
||||
elif myObj["target"] == "midtop":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midtop"
|
||||
elif myObj["target"] == "midleftbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midleftbuild"
|
||||
elif myObj["target"] == "midbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midbuild"
|
||||
elif myObj["target"] == "midlefttop":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midlefttop"
|
||||
elif myObj["target"] == "build":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile build"
|
||||
elif myObj["target"] == "midtopbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midtopbuild"
|
||||
else:
|
||||
pass
|
||||
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile {}".format(myObj["target"])
|
||||
|
||||
else:
|
||||
'''
|
||||
mon1 = "HDMI-1-1"
|
||||
@@ -831,8 +812,11 @@ def on_message(client, userdata, msg):
|
||||
writeLog(myCmd)
|
||||
if myCmd != "":
|
||||
print(myCmd)
|
||||
subprocess.Popen(myCmd.split())
|
||||
|
||||
writeLog("Executing")
|
||||
#subprocess.Popen(myCmd.split())
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
writeLog(output)
|
||||
writeLog(status)
|
||||
if myObj["cmd"] == "display2":
|
||||
# os.startfile(sys.argv[0])
|
||||
#sys.exit()
|
||||
@@ -1039,6 +1023,7 @@ if curos == "Windows":
|
||||
r = json.dumps(results)
|
||||
#client.publish("home-assistant/" + host + "/hwstats", payload='{"TPCHDIO":"' + str(results["TPCHDIO"]) + '", "SMEMUTI":"' + str(results["SMEMUTI"]) + '", "TCPU":"' + str(results["TCPU"]) + '", "TGPU1DIO":"' + str(results["TGPU1DIO"]) + '", "SGPU1BIUTI":"' + str(results["SGPU1BIUTI"]) + '", "FCPU":"' + str(results["FCPU"]) + '", "SVIRTMEMUTI":"' + str(results["SVIRTMEMUTI"]) + '", "SCPUUTI":"' + str(results["SCPUUTI"]) + '"}', qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload=r, qos=0, retain=False)
|
||||
client.publish("sectorq/systems/" + host.lower() + "/stat", payload="on", qos=0, retain=True)
|
||||
#print(json.dumps(stats))
|
||||
#writeLog(json.dumps(stats))
|
||||
else:
|
||||
@@ -1086,6 +1071,7 @@ else:
|
||||
#print(str(jn1["asus-isa-0000"]["cpu_fan"]["fan1_input"]))
|
||||
#client.publish("sectorq/monitor/" + host.lower(), payload="{\"mb_temp\":0,\"mem_usage\":0,\"cpu_temp\":0,\"cpu_usage\":0,\"gpu_temp\":0,\"gpu_usage\":0}", qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload='{"version":"' + VERSION + '","MB_TEMP":' + str(mb_data.current) + ', "MEM_UTIL":' + str(mem_data.percent) + ', "CPU_TEMP":' + str(cpu_data.current) + ', "GPU_TEMP":0, "GPU_UTIL":0, "FAN_CPU":' + str(fan_data.current) + ', "VMEM_UTIL":' + str(swap_data.percent) + ', "CPU_UTIL":' + str(cpu_usage) + '}', qos=0, retain=False)
|
||||
client.publish("sectorq/systems/" + host.lower() + "/stat", payload="on", qos=0, retain=True)
|
||||
elif host.lower() == "openmediavault" or host.lower() == "omv":
|
||||
#print(psutil.sensors_temperatures())
|
||||
#print(psutil.sensors_fans())
|
||||
|
||||
112
mqtt_srv.pyw
112
mqtt_srv.pyw
@@ -18,15 +18,52 @@ import getopt
|
||||
import random
|
||||
import requests
|
||||
#import psutil
|
||||
|
||||
|
||||
stats = {}
|
||||
VERSION = "1.0.10"
|
||||
VERSION = "1.0.22"
|
||||
curos = platform.system()
|
||||
host = platform.node().lower()
|
||||
print(host)
|
||||
if curos == "Windows":
|
||||
import winreg
|
||||
def uptime():
|
||||
|
||||
try:
|
||||
f = open( "/proc/uptime" )
|
||||
contents = f.read().split()
|
||||
f.close()
|
||||
except:
|
||||
return "Cannot open uptime file: /proc/uptime"
|
||||
|
||||
total_seconds = float(contents[0])
|
||||
|
||||
# Helper vars:
|
||||
MINUTE = 60
|
||||
HOUR = MINUTE * 60
|
||||
DAY = HOUR * 24
|
||||
|
||||
# Get the days, hours, etc:
|
||||
days = int( total_seconds / DAY )
|
||||
hours = int( ( total_seconds % DAY ) / HOUR )
|
||||
minutes = int( ( total_seconds % HOUR ) / MINUTE )
|
||||
seconds = int( total_seconds % MINUTE )
|
||||
|
||||
# Build up the pretty string (like this: "N days, N hours, N minutes, N seconds")
|
||||
string = ""
|
||||
# if days > 0:
|
||||
# string += str(days) + " " + (days == 1 and "d" or "d" ) + ", "
|
||||
# if len(string) > 0 or hours > 0:
|
||||
# string += str(hours) + " " + (hours == 1 and "h" or "h" ) + ", "
|
||||
# if len(string) > 0 or minutes > 0:
|
||||
# string += str(minutes) + " " + (minutes == 1 and "m" or "m" ) + ", "
|
||||
if days > 0:
|
||||
string += str(days) + " " + (days == 1 and "d" or "d" ) + ", "
|
||||
if len(string) > 0 or hours > 0:
|
||||
string += str(hours) + ":"
|
||||
if len(string) > 0 or minutes > 0:
|
||||
string += str(minutes) + ":"
|
||||
string += str(seconds)
|
||||
|
||||
return string;
|
||||
|
||||
def writeLog(msg, svr="INFO"):
|
||||
ts = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
@@ -39,6 +76,21 @@ def writeLog(msg, svr="INFO"):
|
||||
f.close()
|
||||
|
||||
def check_router():
|
||||
stats["uptime"] = uptime()
|
||||
stats["version"] = VERSION
|
||||
cmnd = "crontab -l"
|
||||
status, output = subprocess.getstatusoutput(cmnd)
|
||||
|
||||
if "#Skynet_banmalware#" in output:
|
||||
stats["skynet"] = "on"
|
||||
else:
|
||||
stats["skynet"] = "off"
|
||||
if "#Diversion_CountAds#" in output:
|
||||
stats["diversion"] = "on"
|
||||
else:
|
||||
stats["diversion"] = "off"
|
||||
|
||||
|
||||
cmnd = "nvram get vpn_client1_state"
|
||||
status, output = subprocess.getstatusoutput(cmnd)
|
||||
writeLog("Openvpn1 Status : " + str(output))
|
||||
@@ -720,28 +772,9 @@ def on_message(client, userdata, msg):
|
||||
myCmd = ""
|
||||
writeLog(myObj["target"])
|
||||
if curos == "Windows":
|
||||
if myObj["target"] == "mid":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile mid"
|
||||
elif myObj["target"] == "all":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile all"
|
||||
elif myObj["target"] == "left":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile left"
|
||||
elif myObj["target"] == "midleft":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midleft"
|
||||
elif myObj["target"] == "midtop":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midtop"
|
||||
elif myObj["target"] == "midleftbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midleftbuild"
|
||||
elif myObj["target"] == "midbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midbuild"
|
||||
elif myObj["target"] == "midlefttop":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midlefttop"
|
||||
elif myObj["target"] == "build":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile build"
|
||||
elif myObj["target"] == "midtopbuild":
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile midtopbuild"
|
||||
else:
|
||||
pass
|
||||
|
||||
myCmd = "DisplayFusionCommand.exe -monitorloadprofile {}".format(myObj["target"])
|
||||
|
||||
else:
|
||||
'''
|
||||
mon1 = "HDMI-1-1"
|
||||
@@ -779,8 +812,11 @@ def on_message(client, userdata, msg):
|
||||
writeLog(myCmd)
|
||||
if myCmd != "":
|
||||
print(myCmd)
|
||||
subprocess.Popen(myCmd.split())
|
||||
|
||||
writeLog("Executing")
|
||||
#subprocess.Popen(myCmd.split())
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
writeLog(output)
|
||||
writeLog(status)
|
||||
if myObj["cmd"] == "display2":
|
||||
# os.startfile(sys.argv[0])
|
||||
#sys.exit()
|
||||
@@ -882,11 +918,11 @@ def on_message(client, userdata, msg):
|
||||
client = mqtt.Client()
|
||||
payload = "off"
|
||||
client.username_pw_set("jaydee", password="jaydee1")
|
||||
client.will_set("sectorq/systems/" + host.lower() + "/stat", payload=payload, qos=0, retain=False)
|
||||
client.will_set("sectorq/systems/" + host.lower() + "/stat", payload=payload, qos=0, retain=True)
|
||||
client.on_connect = on_connect
|
||||
client.on_message = on_message
|
||||
writeLog(MQTT_HOST)
|
||||
client.connect(MQTT_HOST, MQTT_PORT, 5)
|
||||
client.connect(MQTT_HOST, MQTT_PORT, 25)
|
||||
|
||||
# client.publish("sectorq/status", payload="{'action':'connect', 'system':'" + host + "', 'ip': '" + IP + "', 'mac':'" + mac + "', 'ver':'?'}", qos=0, retain=False)
|
||||
|
||||
@@ -982,11 +1018,12 @@ if curos == "Windows":
|
||||
print(psutil.sensors_fans())
|
||||
except:
|
||||
pass
|
||||
results = {"MB_TEMP":"NA", "MEM_UTIL":str(mem_data.percent), "CPU_TEMP":"NA", "FAN_CPU":"NA", "VMEM_UTIL":swap_data.percent, "CPU_UTIL":cpu_usage, "GPU_TEMP":"NA", "GPU_UTIL":"NA"}
|
||||
results = {"version":VERSION,"MB_TEMP":"NA", "MEM_UTIL":str(mem_data.percent), "CPU_TEMP":"NA", "FAN_CPU":"NA", "VMEM_UTIL":swap_data.percent, "CPU_UTIL":cpu_usage, "GPU_TEMP":"NA", "GPU_UTIL":"NA"}
|
||||
print(json.dumps(results))
|
||||
r = json.dumps(results)
|
||||
#client.publish("home-assistant/" + host + "/hwstats", payload='{"TPCHDIO":"' + str(results["TPCHDIO"]) + '", "SMEMUTI":"' + str(results["SMEMUTI"]) + '", "TCPU":"' + str(results["TCPU"]) + '", "TGPU1DIO":"' + str(results["TGPU1DIO"]) + '", "SGPU1BIUTI":"' + str(results["SGPU1BIUTI"]) + '", "FCPU":"' + str(results["FCPU"]) + '", "SVIRTMEMUTI":"' + str(results["SVIRTMEMUTI"]) + '", "SCPUUTI":"' + str(results["SCPUUTI"]) + '"}', qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload=r, qos=0, retain=False)
|
||||
client.publish("sectorq/systems/" + host.lower() + "/stat", payload="on", qos=0, retain=True)
|
||||
#print(json.dumps(stats))
|
||||
#writeLog(json.dumps(stats))
|
||||
else:
|
||||
@@ -1033,7 +1070,8 @@ else:
|
||||
#print(str(jn1["coretemp-isa-0000"]["Package id 0"]["temp1_input"]))
|
||||
#print(str(jn1["asus-isa-0000"]["cpu_fan"]["fan1_input"]))
|
||||
#client.publish("sectorq/monitor/" + host.lower(), payload="{\"mb_temp\":0,\"mem_usage\":0,\"cpu_temp\":0,\"cpu_usage\":0,\"gpu_temp\":0,\"gpu_usage\":0}", qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload='{"MB_TEMP":' + str(mb_data.current) + ', "MEM_UTIL":' + str(mem_data.percent) + ', "CPU_TEMP":' + str(cpu_data.current) + ', "GPU_TEMP":0, "GPU_UTIL":0, "FAN_CPU":' + str(fan_data.current) + ', "VMEM_UTIL":' + str(swap_data.percent) + ', "CPU_UTIL":' + str(cpu_usage) + '}', qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload='{"version":"' + VERSION + '","MB_TEMP":' + str(mb_data.current) + ', "MEM_UTIL":' + str(mem_data.percent) + ', "CPU_TEMP":' + str(cpu_data.current) + ', "GPU_TEMP":0, "GPU_UTIL":0, "FAN_CPU":' + str(fan_data.current) + ', "VMEM_UTIL":' + str(swap_data.percent) + ', "CPU_UTIL":' + str(cpu_usage) + '}', qos=0, retain=False)
|
||||
client.publish("sectorq/systems/" + host.lower() + "/stat", payload="on", qos=0, retain=True)
|
||||
elif host.lower() == "openmediavault" or host.lower() == "omv":
|
||||
#print(psutil.sensors_temperatures())
|
||||
#print(psutil.sensors_fans())
|
||||
@@ -1074,7 +1112,7 @@ else:
|
||||
#print(str(jn1["coretemp-isa-0000"]["Package id 0"]["temp1_input"]))
|
||||
#print(str(jn1["asus-isa-0000"]["cpu_fan"]["fan1_input"]))
|
||||
#client.publish("sectorq/monitor/" + host.lower(), payload="{\"mb_temp\":0,\"mem_usage\":0,\"cpu_temp\":0,\"cpu_usage\":0,\"gpu_temp\":0,\"gpu_usage\":0}", qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload='{"reboot":"' + str(reboot_pending) + '", "uptime":"' + str(sys_uptime) + '", "raid_usage": ' + str(disk_usage) + ',"rsync":"' + str(stat_rsync) +'", "MB_TEMP":' + str(mb_data.current) + ', "MEM_UTIL":' + str(mem_data.percent) + ', "CPU_TEMP":' + str(cpu_data.current) + ', "GPU_TEMP":0, "GPU_UTIL":0, "FAN_CPU":0, "VMEM_UTIL":' + str(swap_data.percent) + ', "CPU_UTIL":' + str(cpu_usage) + '}', qos=0, retain=False)
|
||||
client.publish("home-assistant/" + host + "/hwstats", payload='{"version":"' + VERSION + '","reboot":"' + str(reboot_pending) + '", "uptime":"' + str(sys_uptime) + '", "raid_usage": ' + str(disk_usage) + ',"rsync":"' + str(stat_rsync) +'", "MB_TEMP":' + str(mb_data.current) + ', "MEM_UTIL":' + str(mem_data.percent) + ', "CPU_TEMP":' + str(cpu_data.current) + ', "GPU_TEMP":0, "GPU_UTIL":0, "FAN_CPU":0, "VMEM_UTIL":' + str(swap_data.percent) + ', "CPU_UTIL":' + str(cpu_usage) + '}', qos=0, retain=False)
|
||||
elif host.lower() == "router":
|
||||
check_router()
|
||||
elif host.lower() == "nas":
|
||||
@@ -1117,7 +1155,13 @@ else:
|
||||
if host.lower() == "nas":
|
||||
sys.stdout.flush()
|
||||
os.execv("/share/ZFS530_DATA/.qpkg/QPython39/bin/python3", sys.argv)
|
||||
if host.lower() == "router":
|
||||
if host.lower() == "router" or host.lower() == "omv":
|
||||
#sys.stdout.flush()
|
||||
#os.execv(sys.argv, "")
|
||||
print("argv was",sys.argv)
|
||||
print("sys.executable was", sys.executable)
|
||||
print("restart now")
|
||||
|
||||
os.execv(sys.executable, ['python3'] + sys.argv)
|
||||
#os.startfile(sys.argv[0])
|
||||
sys.exit()
|
||||
#os.execv("/usr/bin/python3", sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user