diff --git a/ZLS_CHECK.spec b/ZLS_CHECK.spec new file mode 100644 index 0000000..a3e6ba6 --- /dev/null +++ b/ZLS_CHECK.spec @@ -0,0 +1,44 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis( + ['zls_check.py'], + pathex=[], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='ZLS_CHECK', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=False, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, +) diff --git a/build/ZLS_CHECK/Analysis-00.toc b/build/ZLS_CHECK/Analysis-00.toc index 8c0f40c..757e1b4 100644 --- a/build/ZLS_CHECK/Analysis-00.toc +++ b/build/ZLS_CHECK/Analysis-00.toc @@ -25,7 +25,31 @@ [('zls_check', 'C:\\Users\\Sebastian Serfling\\PycharmProjects\\volume_check\\zls_check.py', 'PYSOURCE')], - [('typing', + [('tracemalloc', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py', + 'PYMODULE'), + ('pickle', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py', + 'PYMODULE'), + ('_compat_pickle', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('struct', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py', + 'PYMODULE'), + ('_py_abc', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py', + 'PYMODULE'), + ('typing', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\typing.py', 'PYMODULE'), @@ -33,38 +57,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextlib.py', 'PYMODULE'), - ('argparse', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\argparse.py', - 'PYMODULE'), - ('textwrap', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\textwrap.py', - 'PYMODULE'), - ('shutil', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py', - 'PYMODULE'), - ('zipfile', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py', - 'PYMODULE'), - ('py_compile', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py', - 'PYMODULE'), - ('importlib.machinery', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\machinery.py', - 'PYMODULE'), - ('importlib', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py', - 'PYMODULE'), - ('importlib._common', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_common.py', - 'PYMODULE'), ('tempfile', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py', @@ -105,17 +97,13 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py', 'PYMODULE'), - ('pickle', + ('threading', 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py', + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\threading.py', 'PYMODULE'), - ('pprint', + ('_threading_local', 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py', - 'PYMODULE'), - ('_compat_pickle', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py', + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py', 'PYMODULE'), ('string', 'C:\\Users\\Sebastian ' @@ -125,6 +113,42 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.py', 'PYMODULE'), + ('shutil', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py', + 'PYMODULE'), + ('zipfile', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py', + 'PYMODULE'), + ('argparse', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\argparse.py', + 'PYMODULE'), + ('textwrap', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\textwrap.py', + 'PYMODULE'), + ('copy', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py', + 'PYMODULE'), + ('gettext', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gettext.py', + 'PYMODULE'), + ('py_compile', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py', + 'PYMODULE'), + ('importlib.machinery', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py', + 'PYMODULE'), ('importlib._bootstrap', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap.py', @@ -261,18 +285,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\csv.py', 'PYMODULE'), - ('threading', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\threading.py', - 'PYMODULE'), - ('_threading_local', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py', - 'PYMODULE'), - ('struct', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py', - 'PYMODULE'), ('importlib.util', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py', @@ -297,26 +309,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py', 'PYMODULE'), - ('copy', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py', - 'PYMODULE'), - ('gettext', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gettext.py', - 'PYMODULE'), - ('_py_abc', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py', - 'PYMODULE'), - ('stringprep', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py', - 'PYMODULE'), - ('tracemalloc', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py', - 'PYMODULE'), ('getpass', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py', @@ -357,6 +349,10 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\client.py', 'PYMODULE'), + ('stringprep', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py', + 'PYMODULE'), ('_strptime', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py', @@ -372,307 +368,15 @@ ('signal', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\signal.py', - 'PYMODULE'), - ('create_service', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\create_service.py', - 'PYMODULE'), - ('requests', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\__init__.py', - 'PYMODULE'), - ('requests.status_codes', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\status_codes.py', - 'PYMODULE'), - ('requests.structures', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\structures.py', - 'PYMODULE'), - ('requests.compat', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\compat.py', - 'PYMODULE'), - ('http.cookies', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookies.py', - 'PYMODULE'), - ('json', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\__init__.py', - 'PYMODULE'), - ('json.encoder', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\encoder.py', - 'PYMODULE'), - ('json.decoder', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\decoder.py', - 'PYMODULE'), - ('json.scanner', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\scanner.py', - 'PYMODULE'), - ('requests.models', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\models.py', - 'PYMODULE'), - ('idna', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\__init__.py', - 'PYMODULE'), - ('idna.intranges', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\intranges.py', - 'PYMODULE'), - ('idna.core', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\core.py', - 'PYMODULE'), - ('idna.uts46data', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\uts46data.py', - 'PYMODULE'), - ('idna.idnadata', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\idnadata.py', - 'PYMODULE'), - ('idna.package_data', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\package_data.py', - 'PYMODULE'), - ('requests.hooks', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\hooks.py', - 'PYMODULE'), - ('requests.cookies', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\cookies.py', - 'PYMODULE'), - ('requests.auth', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\auth.py', - 'PYMODULE'), - ('requests._internal_utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\_internal_utils.py', - 'PYMODULE'), - ('urllib3.util', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\__init__.py', - 'PYMODULE'), - ('urllib3.util.wait', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\wait.py', - 'PYMODULE'), - ('urllib3.util.url', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\url.py', - 'PYMODULE'), - ('urllib3.util.util', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\util.py', - 'PYMODULE'), - ('urllib3.util.timeout', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\timeout.py', - 'PYMODULE'), - ('urllib3.util.ssl_', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssl_.py', - 'PYMODULE'), - ('urllib3.util.ssltransport', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssltransport.py', - 'PYMODULE'), - ('hmac', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hmac.py', - 'PYMODULE'), - ('urllib3.util.retry', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\retry.py', - 'PYMODULE'), - ('urllib3.response', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\response.py', - 'PYMODULE'), - ('urllib3.connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\connection.py', - 'PYMODULE'), - ('urllib3.util.ssl_match_hostname', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssl_match_hostname.py', - 'PYMODULE'), - ('ipaddress', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ipaddress.py', - 'PYMODULE'), - ('urllib3._version', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_version.py', - 'PYMODULE'), - ('urllib3._collections', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_collections.py', - 'PYMODULE'), - ('urllib3._base_connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_base_connection.py', - 'PYMODULE'), - ('urllib3.connectionpool', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\connectionpool.py', - 'PYMODULE'), - ('urllib3.util.proxy', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\proxy.py', - 'PYMODULE'), - ('urllib3._request_methods', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_request_methods.py', - 'PYMODULE'), - ('queue', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\queue.py', - 'PYMODULE'), - ('urllib3.util.response', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\response.py', - 'PYMODULE'), - ('urllib3.util.request', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\request.py', - 'PYMODULE'), - ('urllib3.util.connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\connection.py', - 'PYMODULE'), - ('__future__', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\__future__.py', - 'PYMODULE'), - ('urllib3.filepost', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\filepost.py', - 'PYMODULE'), - ('urllib3.fields', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\fields.py', - 'PYMODULE'), - ('requests.api', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\api.py', - 'PYMODULE'), - ('requests.sessions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\sessions.py', - 'PYMODULE'), - ('requests.adapters', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\adapters.py', - 'PYMODULE'), - ('urllib3.contrib.socks', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\socks.py', - 'PYMODULE'), - ('urllib3.poolmanager', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\poolmanager.py', - 'PYMODULE'), - ('requests.__version__', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\__version__.py', - 'PYMODULE'), - ('requests.utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\utils.py', - 'PYMODULE'), - ('requests.certs', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\certs.py', - 'PYMODULE'), - ('certifi', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\__init__.py', - 'PYMODULE'), - ('certifi.core', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\core.py', - 'PYMODULE'), - ('importlib.resources', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\resources.py', - 'PYMODULE'), - ('requests.packages', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\packages.py', - 'PYMODULE'), - ('urllib3.exceptions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\exceptions.py', - 'PYMODULE'), - ('urllib3.contrib.pyopenssl', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\pyopenssl.py', - 'PYMODULE'), - ('urllib3.contrib', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\__init__.py', - 'PYMODULE'), - ('charset_normalizer', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\__init__.py', - 'PYMODULE'), - ('charset_normalizer.version', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\version.py', - 'PYMODULE'), - ('charset_normalizer.utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\utils.py', - 'PYMODULE'), - ('charset_normalizer.constant', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\constant.py', - 'PYMODULE'), - ('charset_normalizer.assets', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\assets\\__init__.py', - 'PYMODULE'), - ('charset_normalizer.models', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\models.py', - 'PYMODULE'), - ('charset_normalizer.cd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\cd.py', - 'PYMODULE'), - ('charset_normalizer.legacy', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\legacy.py', - 'PYMODULE'), - ('charset_normalizer.api', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\api.py', - 'PYMODULE'), - ('requests.exceptions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\exceptions.py', - 'PYMODULE'), - ('urllib3', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\__init__.py', 'PYMODULE')], - [('VCRUNTIME140.dll', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', - 'BINARY'), - ('python39.dll', + [('python39.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll', 'BINARY'), + ('VCRUNTIME140.dll', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', + 'BINARY'), ('unicodedata.pyd', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd', @@ -705,18 +409,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd', 'EXTENSION'), - ('_queue.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_queue.pyd', - 'EXTENSION'), - ('charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'EXTENSION'), - ('charset_normalizer\\md.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd', - 'EXTENSION'), ('libcrypto-1_1.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll', @@ -730,13 +422,5 @@ [('base_library.zip', 'C:\\Users\\Sebastian ' 'Serfling\\PycharmProjects\\volume_check\\build\\ZLS_CHECK\\base_library.zip', - 'DATA'), - ('certifi\\py.typed', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\py.typed', - 'DATA'), - ('certifi\\cacert.pem', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\cacert.pem', 'DATA')], []) diff --git a/build/ZLS_CHECK/EXE-00.toc b/build/ZLS_CHECK/EXE-00.toc index fe6aaaa..4efdd6b 100644 --- a/build/ZLS_CHECK/EXE-00.toc +++ b/build/ZLS_CHECK/EXE-00.toc @@ -1,10 +1,10 @@ ('C:\\Users\\Sebastian ' 'Serfling\\PycharmProjects\\volume_check\\dist\\ZLS_CHECK.exe', - True, + False, False, False, 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico', + 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-windowed.ico', None, False, False, @@ -48,14 +48,14 @@ ('zls_check', 'C:\\Users\\Sebastian Serfling\\PycharmProjects\\volume_check\\zls_check.py', 'PYSOURCE'), - ('VCRUNTIME140.dll', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', - 'BINARY'), ('python39.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll', 'BINARY'), + ('VCRUNTIME140.dll', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', + 'BINARY'), ('unicodedata.pyd', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd', @@ -88,18 +88,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd', 'EXTENSION'), - ('_queue.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_queue.pyd', - 'EXTENSION'), - ('charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'EXTENSION'), - ('charset_normalizer\\md.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd', - 'EXTENSION'), ('libcrypto-1_1.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll', @@ -111,20 +99,12 @@ ('base_library.zip', 'C:\\Users\\Sebastian ' 'Serfling\\PycharmProjects\\volume_check\\build\\ZLS_CHECK\\base_library.zip', - 'DATA'), - ('certifi\\py.typed', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\py.typed', - 'DATA'), - ('certifi\\cacert.pem', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\cacert.pem', 'DATA')], [], False, False, - 1692650912, - [('run.exe', + 1692654732, + [('runw.exe', 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe', + 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\runw.exe', 'EXECUTABLE')]) diff --git a/build/ZLS_CHECK/PKG-00.toc b/build/ZLS_CHECK/PKG-00.toc index baca1b8..533f442 100644 --- a/build/ZLS_CHECK/PKG-00.toc +++ b/build/ZLS_CHECK/PKG-00.toc @@ -39,14 +39,14 @@ ('zls_check', 'C:\\Users\\Sebastian Serfling\\PycharmProjects\\volume_check\\zls_check.py', 'PYSOURCE'), - ('VCRUNTIME140.dll', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', - 'BINARY'), ('python39.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll', 'BINARY'), + ('VCRUNTIME140.dll', + 'C:\\Users\\Sebastian ' + 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll', + 'BINARY'), ('unicodedata.pyd', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd', @@ -79,18 +79,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd', 'EXTENSION'), - ('_queue.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_queue.pyd', - 'EXTENSION'), - ('charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md__mypyc.cp39-win_amd64.pyd', - 'EXTENSION'), - ('charset_normalizer\\md.cp39-win_amd64.pyd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd', - 'EXTENSION'), ('libcrypto-1_1.dll', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll', @@ -102,14 +90,6 @@ ('base_library.zip', 'C:\\Users\\Sebastian ' 'Serfling\\PycharmProjects\\volume_check\\build\\ZLS_CHECK\\base_library.zip', - 'DATA'), - ('certifi\\py.typed', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\py.typed', - 'DATA'), - ('certifi\\cacert.pem', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\cacert.pem', 'DATA')], False, False, diff --git a/build/ZLS_CHECK/PYZ-00.pyz b/build/ZLS_CHECK/PYZ-00.pyz index e565131..7e98bd4 100644 Binary files a/build/ZLS_CHECK/PYZ-00.pyz and b/build/ZLS_CHECK/PYZ-00.pyz differ diff --git a/build/ZLS_CHECK/PYZ-00.toc b/build/ZLS_CHECK/PYZ-00.toc index 2894db0..1d83757 100644 --- a/build/ZLS_CHECK/PYZ-00.toc +++ b/build/ZLS_CHECK/PYZ-00.toc @@ -1,10 +1,6 @@ ('C:\\Users\\Sebastian ' 'Serfling\\PycharmProjects\\volume_check\\build\\ZLS_CHECK\\PYZ-00.pyz', - [('__future__', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\__future__.py', - 'PYMODULE'), - ('_compat_pickle', + [('_compat_pickle', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py', 'PYMODULE'), @@ -48,50 +44,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\calendar.py', 'PYMODULE'), - ('certifi', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\__init__.py', - 'PYMODULE'), - ('certifi.core', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\certifi\\core.py', - 'PYMODULE'), - ('charset_normalizer', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\__init__.py', - 'PYMODULE'), - ('charset_normalizer.api', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\api.py', - 'PYMODULE'), - ('charset_normalizer.assets', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\assets\\__init__.py', - 'PYMODULE'), - ('charset_normalizer.cd', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\cd.py', - 'PYMODULE'), - ('charset_normalizer.constant', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\constant.py', - 'PYMODULE'), - ('charset_normalizer.legacy', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\legacy.py', - 'PYMODULE'), - ('charset_normalizer.models', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\models.py', - 'PYMODULE'), - ('charset_normalizer.utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\utils.py', - 'PYMODULE'), - ('charset_normalizer.version', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\charset_normalizer\\version.py', - 'PYMODULE'), ('configparser', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\configparser.py', @@ -108,10 +60,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py', 'PYMODULE'), - ('create_service', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\create_service.py', - 'PYMODULE'), ('csv', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\csv.py', @@ -232,10 +180,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py', 'PYMODULE'), - ('hmac', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hmac.py', - 'PYMODULE'), ('http', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py', @@ -248,34 +192,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py', 'PYMODULE'), - ('http.cookies', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookies.py', - 'PYMODULE'), - ('idna', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\__init__.py', - 'PYMODULE'), - ('idna.core', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\core.py', - 'PYMODULE'), - ('idna.idnadata', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\idnadata.py', - 'PYMODULE'), - ('idna.intranges', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\intranges.py', - 'PYMODULE'), - ('idna.package_data', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\package_data.py', - 'PYMODULE'), - ('idna.uts46data', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\idna\\uts46data.py', - 'PYMODULE'), ('importlib', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py', @@ -288,10 +204,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap_external.py', 'PYMODULE'), - ('importlib._common', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_common.py', - 'PYMODULE'), ('importlib.abc', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\abc.py', @@ -304,34 +216,10 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\metadata.py', 'PYMODULE'), - ('importlib.resources', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\resources.py', - 'PYMODULE'), ('importlib.util', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py', 'PYMODULE'), - ('ipaddress', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ipaddress.py', - 'PYMODULE'), - ('json', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\__init__.py', - 'PYMODULE'), - ('json.decoder', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\decoder.py', - 'PYMODULE'), - ('json.encoder', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\encoder.py', - 'PYMODULE'), - ('json.scanner', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\scanner.py', - 'PYMODULE'), ('logging', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py', @@ -372,10 +260,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py', 'PYMODULE'), - ('queue', - 'C:\\Users\\Sebastian ' - 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\queue.py', - 'PYMODULE'), ('quopri', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\quopri.py', @@ -384,74 +268,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py', 'PYMODULE'), - ('requests', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\__init__.py', - 'PYMODULE'), - ('requests.__version__', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\__version__.py', - 'PYMODULE'), - ('requests._internal_utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\_internal_utils.py', - 'PYMODULE'), - ('requests.adapters', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\adapters.py', - 'PYMODULE'), - ('requests.api', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\api.py', - 'PYMODULE'), - ('requests.auth', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\auth.py', - 'PYMODULE'), - ('requests.certs', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\certs.py', - 'PYMODULE'), - ('requests.compat', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\compat.py', - 'PYMODULE'), - ('requests.cookies', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\cookies.py', - 'PYMODULE'), - ('requests.exceptions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\exceptions.py', - 'PYMODULE'), - ('requests.hooks', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\hooks.py', - 'PYMODULE'), - ('requests.models', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\models.py', - 'PYMODULE'), - ('requests.packages', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\packages.py', - 'PYMODULE'), - ('requests.sessions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\sessions.py', - 'PYMODULE'), - ('requests.status_codes', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\status_codes.py', - 'PYMODULE'), - ('requests.structures', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\structures.py', - 'PYMODULE'), - ('requests.utils', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\requests\\utils.py', - 'PYMODULE'), ('selectors', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\selectors.py', @@ -516,118 +332,6 @@ 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\typing.py', 'PYMODULE'), - ('urllib3', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\__init__.py', - 'PYMODULE'), - ('urllib3._base_connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_base_connection.py', - 'PYMODULE'), - ('urllib3._collections', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_collections.py', - 'PYMODULE'), - ('urllib3._request_methods', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_request_methods.py', - 'PYMODULE'), - ('urllib3._version', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\_version.py', - 'PYMODULE'), - ('urllib3.connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\connection.py', - 'PYMODULE'), - ('urllib3.connectionpool', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\connectionpool.py', - 'PYMODULE'), - ('urllib3.contrib', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\__init__.py', - 'PYMODULE'), - ('urllib3.contrib.pyopenssl', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\pyopenssl.py', - 'PYMODULE'), - ('urllib3.contrib.socks', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\contrib\\socks.py', - 'PYMODULE'), - ('urllib3.exceptions', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\exceptions.py', - 'PYMODULE'), - ('urllib3.fields', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\fields.py', - 'PYMODULE'), - ('urllib3.filepost', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\filepost.py', - 'PYMODULE'), - ('urllib3.poolmanager', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\poolmanager.py', - 'PYMODULE'), - ('urllib3.response', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\response.py', - 'PYMODULE'), - ('urllib3.util', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\__init__.py', - 'PYMODULE'), - ('urllib3.util.connection', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\connection.py', - 'PYMODULE'), - ('urllib3.util.proxy', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\proxy.py', - 'PYMODULE'), - ('urllib3.util.request', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\request.py', - 'PYMODULE'), - ('urllib3.util.response', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\response.py', - 'PYMODULE'), - ('urllib3.util.retry', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\retry.py', - 'PYMODULE'), - ('urllib3.util.ssl_', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssl_.py', - 'PYMODULE'), - ('urllib3.util.ssl_match_hostname', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssl_match_hostname.py', - 'PYMODULE'), - ('urllib3.util.ssltransport', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\ssltransport.py', - 'PYMODULE'), - ('urllib3.util.timeout', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\timeout.py', - 'PYMODULE'), - ('urllib3.util.url', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\url.py', - 'PYMODULE'), - ('urllib3.util.util', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\util.py', - 'PYMODULE'), - ('urllib3.util.wait', - 'C:\\Users\\Sebastian ' - 'Serfling\\PycharmProjects\\volume_check\\venv\\lib\\site-packages\\urllib3\\util\\wait.py', - 'PYMODULE'), ('uu', 'C:\\Users\\Sebastian ' 'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\uu.py', diff --git a/build/ZLS_CHECK/ZLS_CHECK.pkg b/build/ZLS_CHECK/ZLS_CHECK.pkg index 53671f4..0231ae7 100644 Binary files a/build/ZLS_CHECK/ZLS_CHECK.pkg and b/build/ZLS_CHECK/ZLS_CHECK.pkg differ diff --git a/build/ZLS_CHECK/base_library.zip b/build/ZLS_CHECK/base_library.zip index 4156fb2..69cfc5b 100644 Binary files a/build/ZLS_CHECK/base_library.zip and b/build/ZLS_CHECK/base_library.zip differ diff --git a/build/ZLS_CHECK/warn-ZLS_CHECK.txt b/build/ZLS_CHECK/warn-ZLS_CHECK.txt index 5c7ec0d..f8bf5ea 100644 --- a/build/ZLS_CHECK/warn-ZLS_CHECK.txt +++ b/build/ZLS_CHECK/warn-ZLS_CHECK.txt @@ -14,29 +14,15 @@ Types if import: 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 org - imported by pickle (optional) +missing module named 'org.python' - imported by pickle (optional) +missing module named grp - imported by subprocess (optional), shutil (optional), tarfile (optional), pathlib (delayed, optional) +missing module named pwd - imported by posixpath (delayed, conditional), subprocess (optional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed) +missing module named org - imported by copy (optional) missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional) excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional) missing module named pep517 - imported by importlib.metadata (delayed) missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional) missing module named resource - imported by posix (top-level) -missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional) -missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed) -missing module named 'org.python' - imported by copy (optional) missing module named _scproxy - imported by urllib.request (conditional) missing module named termios - imported by getpass (optional) missing module named _posixsubprocess - imported by subprocess (optional) -missing module named simplejson - imported by requests.compat (conditional, optional) -missing module named dummy_threading - imported by requests.cookies (optional) -missing module named typing_extensions - imported by urllib3.connection (conditional), urllib3.util.timeout (conditional), urllib3._base_connection (conditional), urllib3.util.request (conditional), urllib3._collections (conditional), urllib3.util.ssl_ (conditional), urllib3.util.ssltransport (conditional), urllib3.connectionpool (conditional), urllib3.response (conditional), urllib3.poolmanager (conditional) -missing module named zstandard - imported by urllib3.response (optional), urllib3.util.request (optional) -missing module named brotli - imported by urllib3.response (optional), urllib3.util.request (optional) -missing module named brotlicffi - imported by urllib3.response (optional), urllib3.util.request (optional) -missing module named socks - imported by urllib3.contrib.socks (optional) -missing module named 'typing.io' - imported by importlib.resources (top-level) -missing module named cryptography - imported by urllib3.contrib.pyopenssl (top-level), requests (conditional, optional) -missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl (delayed, conditional) -missing module named 'cryptography.x509' - imported by urllib3.contrib.pyopenssl (delayed, optional) -missing module named OpenSSL - imported by urllib3.contrib.pyopenssl (top-level) -missing module named chardet - imported by requests.compat (optional), requests (optional), requests.packages (optional) -missing module named urllib3_secure_extra - imported by urllib3 (optional) diff --git a/build/ZLS_CHECK/xref-ZLS_CHECK.html b/build/ZLS_CHECK/xref-ZLS_CHECK.html index 30df31c..11bf473 100644 --- a/build/ZLS_CHECK/xref-ZLS_CHECK.html +++ b/build/ZLS_CHECK/xref-ZLS_CHECK.html @@ -26,7 +26,6 @@ imports: • collectionscollections.abccopyreg - • create_servicedatetimeencodingsencodings.aliases @@ -189,93 +188,12 @@ imports: -
- - 'OpenSSL.crypto' -MissingModule
-imported by: - urllib3.contrib.pyopenssl - -
- -
- -
- - 'cryptography.x509' -MissingModule
-imported by: - urllib3.contrib.pyopenssl - -
- -
-
'org.python' MissingModule
imported by: - copy - -
- -
- -
- - 'typing.io' -MissingModule
-imported by: - importlib.resources - -
- -
- -
- - OpenSSL -MissingModule
-imported by: - urllib3.contrib.pyopenssl - -
- -
- -
- - __future__ -SourceModule
-imported by: - urllib3 - • urllib3._base_connection - • urllib3._collections - • urllib3._request_methods - • urllib3._version - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - • urllib3.exceptions - • urllib3.fields - • urllib3.filepost - • urllib3.poolmanager - • urllib3.response - • urllib3.util - • urllib3.util.connection - • urllib3.util.proxy - • urllib3.util.request - • urllib3.util.response - • urllib3.util.retry - • urllib3.util.ssl_ - • urllib3.util.ssl_match_hostname - • urllib3.util.ssltransport - • urllib3.util.timeout - • urllib3.util.url - • urllib3.util.util - • urllib3.util.wait + pickle
@@ -582,7 +500,6 @@ imported by: _hashlib C:\Users\Sebastian Serfling\AppData\Local\Programs\Python\Python39\DLLs\_hashlib.pyd
imported by: hashlib - • hmac
@@ -622,23 +539,6 @@ imported by:
-
- - _json (builtin module)
-imports: - json.decoder - -
-
-imported by: - json.decoder - • json.encoder - • json.scanner - -
- -
-
_locale (builtin module)
@@ -675,8 +575,7 @@ imported by: _multibytecodec (builtin module)
imported by: - charset_normalizer.utils - • encodings.big5 + encodings.big5encodings.big5hkscsencodings.cp932encodings.cp949 @@ -709,8 +608,7 @@ imported by: _operator (builtin module)
imported by: - hmac - • operator + operator
@@ -788,16 +686,6 @@ imported by:
-
- - _queue C:\Users\Sebastian Serfling\AppData\Local\Programs\Python\Python39\DLLs\_queue.pyd
-imported by: - queue - -
- -
-
_random (builtin module)
@@ -1165,10 +1053,8 @@ imported by: • email.base64mimeemail.encodersencodings.base64_codec - • requests.authsslurllib.request - • urllib3.util.request
@@ -1186,8 +1072,6 @@ imported by: • encodings.hex_codecencodings.uu_codecquopri - • urllib3.filepost - • urllib3.util.ssl_uuzipfile @@ -1205,9 +1089,7 @@ imports:
imported by: - idna.core - • idna.intranges - • random + randomstatisticsurllib.request @@ -1215,30 +1097,6 @@ imported by:
-
- - brotli -MissingModule
-imported by: - urllib3.response - • urllib3.util.request - -
- -
- -
- - brotlicffi -MissingModule
-imported by: - urllib3.response - • urllib3.util.request - -
- -
-
builtins (builtin module)
@@ -1301,314 +1159,12 @@ imported by: _strptimeemail._parseaddrhttp.cookiejar - • requests.cookiesssl
-
- - certifi -Package
-imports: - certifi.core - -
-
-imported by: - certifi.core - • requests.certs - -
- -
- -
- - certifi.core -SourceModule
-imports: - certifi - • importlib.resources - • os - • sys - • types - • typing - -
-
-imported by: - certifi - -
- -
- -
- - chardet -MissingModule
-imported by: - requests - • requests.compat - • requests.packages - -
- -
- - - - - -
- - charset_normalizer.assets -Package
-imports: - charset_normalizer - • typing - -
- - -
- - - - - -
- - charset_normalizer.legacy -SourceModule -
-imported by: - charset_normalizer - -
- -
- -
- - charset_normalizer.md C:\Users\Sebastian Serfling\PycharmProjects\volume_check\venv\lib\site-packages\charset_normalizer\md.cp39-win_amd64.pyd
-imports: - charset_normalizer - -
-
-imported by: - charset_normalizer.api - • charset_normalizer.cd - -
- -
- -
- - charset_normalizer.md__mypyc C:\Users\Sebastian Serfling\PycharmProjects\volume_check\venv\lib\site-packages\charset_normalizer\md__mypyc.cp39-win_amd64.pyd
-imports: - charset_normalizer - -
-
-imported by: - charset_normalizer - -
- -
- - - - - -
- - charset_normalizer.version -SourceModule
-imports: - charset_normalizer - -
-
-imported by: - charset_normalizer - -
- -
-
codecs @@ -1623,9 +1179,6 @@ imports: @@ -1779,7 +1329,6 @@ imports:
imported by: _pydecimal - • charset_normalizer.cdcollections.abcconfigparsercontextlib @@ -1787,11 +1336,6 @@ imported by: • functoolsimportlib.metadatapprint - • queue - • requests.compat - • requests.sessions - • requests.structures - • requests.utilsselectorsshlexshutil @@ -1804,8 +1348,6 @@ imported by: • typingurllib.parseurllib.robotparser - • urllib3._collections - • urllib3.responsezls_check.py
@@ -1826,7 +1368,6 @@ imported by: configparserhttp.clientlogging - • requests.compatselectorstracemalloctyping @@ -1877,15 +1418,11 @@ imports: imported by: _threading_localgetpass - • importlib._commonimportlib.metadata - • importlib.resourcesimportlib.util - • requests.utilssubprocesstypingurllib.request - • urllib3.responsezipfile
@@ -1913,8 +1450,8 @@ imported by: copy SourceModule
imports: - 'org.python' - • copyreg + copyreg + • orgtypesweakref @@ -1927,7 +1464,6 @@ imported by: • email.generatorgettexthttp.cookiejar - • requests.cookiestarfileweakref @@ -1950,38 +1486,6 @@ imported by:
-
- - create_service -SourceModule
-imports: - os - • requests - • shutil - • time - • zipfile - -
-
-imported by: - zls_check.py - -
- -
- -
- - cryptography -MissingModule
-imported by: - requests - • urllib3.contrib.pyopenssl - -
- -
-
csv @@ -2019,9 +1523,6 @@ imported by: • calendaremail.utilshttp.cookiejar - • requests.models - • requests.sessions - • urllib3.connectionzls_check.py
@@ -2046,17 +1547,6 @@ imported by:
-
- - dummy_threading -MissingModule
-imported by: - requests.cookies - -
- -
-
email @@ -2092,7 +1582,6 @@ imported by: • email.utilsimportlib.metadataurllib.request - • urllib3.util.retry
@@ -2290,8 +1779,6 @@ imported by: • email.headeremail.headerregistryemail.message - • urllib3.exceptions - • urllib3.util.response
@@ -2523,7 +2010,6 @@ imported by: • email.messageemail.policyurllib.request - • urllib3.fields @@ -2803,10 +2289,7 @@ imports:
imported by: - charset_normalizer.constant - • charset_normalizer.models - • charset_normalizer.utils - • encodings + encodingslocalezls_check.py @@ -3866,7 +3349,6 @@ imports:
imported by: encodings - • requests.modelszls_check.py
@@ -5055,9 +4537,6 @@ imported by: • signalsocketssl - • urllib3._collections - • urllib3.util.request - • urllib3.util.timeoutzls_check.py
@@ -5077,7 +4556,6 @@ imported by: • sslsubprocesstempfile - • urllib3.connectionpool @@ -5166,17 +4644,13 @@ imports:
imported by: - charset_normalizer.cd - • charset_normalizer.utils - • configparser + configparsercontextlibemail._encoded_wordsemail.charsetfnmatch - • importlib._commonimportlib.metadataimportlib.util - • ipaddresslinecachelocaleoperator @@ -5188,8 +4662,6 @@ imported by: • tracemalloctypestyping - • urllib3.poolmanager - • urllib3.util.waitzls_check.py
@@ -5357,12 +4829,8 @@ imports:
imported by: - charset_normalizer.models - • hmac - • random - • requests.auth + randomurllib.request - • urllib3.util.ssl_
@@ -5379,32 +4847,12 @@ imports:
imported by: collections - • queuezls_check.py
-
- - hmac -SourceModule
-imports: - _hashlib - • _operator - • hashlib - • warnings - -
-
-imported by: - urllib3.util.ssl_ - -
- -
-
http @@ -5417,8 +4865,6 @@ imports: imported by: http.clienthttp.cookiejar - • http.cookies - • requests.compat
@@ -5446,10 +4892,6 @@ imports: imported by: http.cookiejarurllib.request - • urllib3.connection - • urllib3.exceptions - • urllib3.response - • urllib3.util.response @@ -5479,148 +4921,7 @@ imports:
imported by: - requests.compat - • urllib.request - -
- - - -
- - http.cookies -SourceModule
-imports: - http - • re - • string - • time - • types - -
-
-imported by: - requests.compat - -
- -
- -
- - idna -Package
-imports: - idna - • idna.core - • idna.idnadata - • idna.intranges - • idna.package_data - -
-
-imported by: - idna - • idna.core - • idna.idnadata - • idna.intranges - • idna.package_data - • idna.uts46data - • requests.models - • urllib3.contrib.pyopenssl - • urllib3.util.url - -
- -
- -
- - idna.core -SourceModule
-imports: - bisect - • idna - • idna.idnadata - • idna.intranges - • idna.uts46data - • re - • typing - • unicodedata - -
-
-imported by: - idna - -
- -
- -
- - idna.idnadata -SourceModule
-imports: - idna - -
-
-imported by: - idna - • idna.core - -
- -
- -
- - idna.intranges -SourceModule
-imports: - bisect - • idna - • typing - -
-
-imported by: - idna - • idna.core - -
- -
- -
- - idna.package_data -SourceModule
-imports: - idna - -
-
-imported by: - idna - -
- -
- -
- - idna.uts46data -SourceModule
-imports: - idna - • typing - -
-
-imported by: - idna.core + urllib.request
@@ -5637,7 +4938,6 @@ imports: • importlibimportlib._bootstrapimportlib._bootstrap_external - • importlib._commonimportlib.machinerysystypes @@ -5646,16 +4946,12 @@ imports:
imported by: - charset_normalizer.cd - • charset_normalizer.utils - • importlib + importlibimportlib._bootstrapimportlib._bootstrap_external - • importlib._commonimportlib.abcimportlib.machineryimportlib.metadata - • importlib.resourcesimportlib.util
@@ -5712,29 +5008,6 @@ imported by: -
- - importlib._common -SourceModule
-imports: - contextlib - • functools - • importlib - • os - • pathlib - • tempfile - • zipfile - -
-
-imported by: - importlib - • importlib.resources - -
- -
-
importlib.abc @@ -5754,7 +5027,6 @@ imports:
imported by: importlib.metadata - • importlib.resourcesimportlib.util
@@ -5816,31 +5088,6 @@ imported by:
-
- - importlib.resources -SourceModule
-imports: - 'typing.io' - • contextlib - • importlib - • importlib._common - • importlib.abc - • io - • os - • pathlib - • types - • typing - -
-
-imported by: - certifi.core - -
- -
-
importlib.util @@ -5894,7 +5141,6 @@ imported by: • http.clienthttp.cookiejarimportlib.metadata - • importlib.resourceslogginglzmaos @@ -5902,9 +5148,6 @@ imported by: • picklepprintquopri - • requests.compat - • requests.models - • requests.utilsshlexsocketsubprocess @@ -5912,11 +5155,6 @@ imported by: • tempfiletokenizeurllib.request - • urllib3.contrib.pyopenssl - • urllib3.filepost - • urllib3.response - • urllib3.util.request - • urllib3.util.ssltransportzipfilezls_check.py @@ -5924,23 +5162,6 @@ imported by:
-
- - ipaddress -SourceModule
-imports: - functools - • re - -
-
-imported by: - urllib3.util.ssl_match_hostname - -
- -
-
itertools (builtin module)
@@ -5958,7 +5179,6 @@ imported by: • threadingtokenizetraceback - • urllib3.util.retryweakrefzipfile @@ -5966,88 +5186,6 @@ imported by:
-
- - json -Package
-imports: - codecs - • json.decoder - • json.encoder - • json.scanner - -
- - -
- -
- - json.decoder -SourceModule
-imports: - _json - • json - • json.scanner - • re - -
-
-imported by: - _json - • json - -
- -
- -
- - json.encoder -SourceModule
-imports: - _json - • json - • re - -
-
-imported by: - json - -
- -
- -
- - json.scanner -SourceModule
-imports: - _json - • json - • re - -
-
-imported by: - json - • json.decoder - -
- -
-
keyword @@ -6135,19 +5273,8 @@ imports:
imported by: - charset_normalizer - • charset_normalizer.api - • charset_normalizer.utils - • hashlib + hashlibhttp.cookiejar - • requests - • urllib3 - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.poolmanager - • urllib3.response - • urllib3.util.retry
@@ -6216,7 +5343,6 @@ imports:
imported by: urllib.request - • urllib3.fields
@@ -6247,7 +5373,6 @@ imports:
imported by: ftplib - • requests.utils
@@ -6304,7 +5429,6 @@ imports: imported by: ospy_compile - • requests.adapterstracemalloc
@@ -6395,7 +5519,7 @@ imported by: org MissingModule
imported by: - pickle + copy
@@ -6424,10 +5548,7 @@ imports: imported by: argparsebz2 - • certifi.core - • charset_normalizer.apiconfigparser - • create_serviceemail.utilsfnmatchgenericpath @@ -6436,9 +5557,7 @@ imported by: • gettextgziphttp.cookiejar - • importlib._commonimportlib.metadata - • importlib.resourceslinecachelocalelogging @@ -6452,9 +5571,6 @@ imported by: • posixpathpy_compilerandom - • requests.auth - • requests.sessions - • requests.utilsshlexshutilsocket @@ -6464,9 +5580,6 @@ imported by: • tempfilethreadingurllib.request - • urllib3.connection - • urllib3.filepost - • urllib3.util.ssl_uuzipfilezls_check.py @@ -6500,9 +5613,7 @@ imports:
imported by: - importlib._common - • importlib.metadata - • importlib.resources + importlib.metadatazls_check.py
@@ -6525,14 +5636,14 @@ imported by: pickle SourceModule
imports: - _compat_pickle + 'org.python' + • _compat_pickle_picklecodecscopyregfunctoolsioitertools - • orgpprintrestruct @@ -6656,27 +5767,6 @@ imported by:
-
- - queue -SourceModule
-imports: - _queue - • collections - • heapq - • threading - • time - • types - -
-
-imported by: - urllib3.connectionpool - -
- -
-
quopri @@ -6722,7 +5812,6 @@ imported by: • email.utilsstatisticstempfile - • urllib3.util.retry
@@ -6749,8 +5838,6 @@ imported by: • _strptimeargparsebase64 - • charset_normalizer.constant - • charset_normalizer.utilsconfigparsercsvemail._encoded_words @@ -6769,22 +5856,13 @@ imported by: • gettexthttp.clienthttp.cookiejar - • http.cookies - • idna.coreimportlib.metadata - • ipaddress - • json.decoder - • json.encoder - • json.scannerlocaleloggingpathlibpickleposixpathpprint - • requests._internal_utils - • requests.auth - • requests.utilsshlexstringtarfile @@ -6793,11 +5871,6 @@ imported by: • typingurllib.parseurllib.request - • urllib3.connection - • urllib3.response - • urllib3.util.retry - • urllib3.util.ssl_match_hostname - • urllib3.util.urlwarningszls_check.py @@ -6825,465 +5898,6 @@ imported by: -
- - requests -Package
-imports: - chardet - • charset_normalizer - • cryptography - • logging - • requests - • requests.__version__ - • requests.api - • requests.certs - • requests.exceptions - • requests.models - • requests.packages - • requests.sessions - • requests.status_codes - • requests.utils - • ssl - • urllib3 - • urllib3.contrib - • urllib3.contrib.pyopenssl - • urllib3.exceptions - • warnings - -
-
-imported by: - create_service - • requests - • requests.__version__ - • requests._internal_utils - • requests.adapters - • requests.api - • requests.auth - • requests.certs - • requests.compat - • requests.cookies - • requests.exceptions - • requests.hooks - • requests.models - • requests.packages - • requests.sessions - • requests.status_codes - • requests.structures - • requests.utils - -
- -
- -
- - requests.__version__ -SourceModule
-imports: - requests - -
-
-imported by: - requests - • requests.utils - -
- -
- -
- - requests._internal_utils -SourceModule
-imports: - re - • requests - • requests.compat - -
-
-imported by: - requests.auth - • requests.cookies - • requests.models - • requests.sessions - • requests.utils - -
- -
- -
- - requests.adapters -SourceModule
-imports: - ntpath - • requests - • requests.auth - • requests.compat - • requests.cookies - • requests.exceptions - • requests.models - • requests.structures - • requests.utils - • socket - • urllib3.contrib.socks - • urllib3.exceptions - • urllib3.poolmanager - • urllib3.util - • urllib3.util.retry - -
-
-imported by: - requests.sessions - -
- -
- -
- - requests.api -SourceModule
-imports: - requests - • requests.sessions - -
-
-imported by: - requests - -
- -
- -
- - requests.auth -SourceModule
-imports: - base64 - • hashlib - • os - • re - • requests - • requests._internal_utils - • requests.compat - • requests.cookies - • requests.utils - • threading - • time - • warnings - -
-
-imported by: - requests.adapters - • requests.models - • requests.sessions - -
- -
- -
- - requests.certs -SourceModule
-imports: - certifi - • requests - -
-
-imported by: - requests - • requests.utils - -
- -
- -
- - requests.compat -SourceModule
-imports: - chardet - • charset_normalizer - • collections - • collections.abc - • http - • http.cookiejar - • http.cookies - • io - • json - • requests - • simplejson - • sys - • urllib.parse - • urllib.request - -
-
-imported by: - requests._internal_utils - • requests.adapters - • requests.auth - • requests.cookies - • requests.exceptions - • requests.models - • requests.sessions - • requests.structures - • requests.utils - -
- -
- -
- - requests.cookies -SourceModule
-imports: - calendar - • copy - • dummy_threading - • requests - • requests._internal_utils - • requests.compat - • threading - • time - -
-
-imported by: - requests.adapters - • requests.auth - • requests.models - • requests.sessions - • requests.utils - -
- -
- -
- - requests.exceptions -SourceModule
-imports: - requests - • requests.compat - • urllib3.exceptions - -
-
-imported by: - requests - • requests.adapters - • requests.models - • requests.sessions - • requests.utils - -
- -
- -
- - requests.hooks -SourceModule
-imports: - requests - -
-
-imported by: - requests.models - • requests.sessions - -
- -
- -
- - requests.models -SourceModule
-imports: - datetime - • encodings.idna - • idna - • io - • requests - • requests._internal_utils - • requests.auth - • requests.compat - • requests.cookies - • requests.exceptions - • requests.hooks - • requests.status_codes - • requests.structures - • requests.utils - • urllib3.exceptions - • urllib3.fields - • urllib3.filepost - • urllib3.util - -
-
-imported by: - requests - • requests.adapters - • requests.sessions - -
- -
- -
- - requests.packages -SourceModule
-imports: - chardet - • charset_normalizer - • requests - • sys - • warnings - -
-
-imported by: - requests - -
- -
- -
- - requests.sessions -SourceModule
-imports: - collections - • datetime - • os - • requests - • requests._internal_utils - • requests.adapters - • requests.auth - • requests.compat - • requests.cookies - • requests.exceptions - • requests.hooks - • requests.models - • requests.status_codes - • requests.structures - • requests.utils - • sys - • time - -
-
-imported by: - requests - • requests.api - -
- -
- -
- - requests.status_codes -SourceModule
-imports: - requests - • requests.structures - -
-
-imported by: - requests - • requests.models - • requests.sessions - -
- -
- -
- - requests.structures -SourceModule
-imports: - collections - • requests - • requests.compat - -
-
-imported by: - requests.adapters - • requests.models - • requests.sessions - • requests.status_codes - • requests.utils - -
- -
- -
- - requests.utils -SourceModule
-imports: - codecs - • collections - • contextlib - • io - • netrc - • os - • re - • requests - • requests.__version__ - • requests._internal_utils - • requests.certs - • requests.compat - • requests.cookies - • requests.exceptions - • requests.structures - • socket - • struct - • sys - • tempfile - • urllib3.util - • warnings - • winreg - • zipfile - -
-
-imported by: - requests - • requests.adapters - • requests.auth - • requests.models - • requests.sessions - -
- -
-
resource @@ -7301,7 +5915,6 @@ imported by: imported by: selectorssubprocess - • urllib3.util.wait
@@ -7375,7 +5988,6 @@ imports:
imported by: argparse - • create_servicetarfiletempfilezipfile @@ -7401,17 +6013,6 @@ imported by:
-
- - simplejson -MissingModule
-imported by: - requests.compat - -
- -
-
socket @@ -7433,32 +6034,8 @@ imported by: • email.utilsftplibhttp.client - • requests.adapters - • requests.utilssslurllib.request - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - • urllib3.exceptions - • urllib3.response - • urllib3.util.connection - • urllib3.util.ssl_ - • urllib3.util.ssltransport - • urllib3.util.timeout - • urllib3.util.wait - -
- - - -
- - socks -MissingModule
-imported by: - urllib3.contrib.socks
@@ -7545,17 +6122,7 @@ imports: imported by: ftplibhttp.client - • requestsurllib.request - • urllib3 - • urllib3._base_connection - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - • urllib3.poolmanager - • urllib3.util.ssl_ - • urllib3.util.ssltransport
@@ -7626,7 +6193,6 @@ imported by: email._encoded_wordsemail._header_value_parseremail.quoprimime - • http.cookiesloggingntpathnturl2path @@ -7666,7 +6232,6 @@ imported by: • gettextgzippickle - • requests.utilstarfilezipfile @@ -7718,7 +6283,6 @@ imported by: • argparsebase64calendar - • certifi.corecodecscollectionsconfigparser @@ -7756,10 +6320,6 @@ imported by: • pprintpy_compilequopri - • requests.compat - • requests.packages - • requests.sessions - • requests.utilsselectorsshlexshutil @@ -7776,10 +6336,6 @@ imported by: • typingurllib.parseurllib.request - • urllib3.connection - • urllib3.connectionpool - • urllib3.response - • urllib3.util.ssl_uuwarningsweakref @@ -7841,9 +6397,7 @@ imports:
imported by: - importlib._common - • requests.utils - • urllib.request + urllib.requesturllib.response
@@ -7902,11 +6456,7 @@ imported by: • bz2http.cookiejarlogging - • queue - • requests.auth - • requests.cookiessubprocess - • urllib3._collectionszipfile @@ -7924,7 +6474,6 @@ imports: imported by: _datetime_strptime - • create_servicedatetimeemail._parseaddremail.generator @@ -7932,22 +6481,15 @@ imported by: • gcgziphttp.cookiejar - • http.cookiesloggingpprint - • queuerandom - • requests.auth - • requests.cookies - • requests.sessionssslsubprocesstarfilethreadingurllib.requesturllib.robotparser - • urllib3.util.retry - • urllib3.util.timeoutzipfilezls_check.py @@ -8052,27 +6594,19 @@ imports:
imported by: _weakrefset - • certifi.corecontextlibcopyemail.headerregistryenumfunctools - • http.cookiesimportlib - • importlib.resourcesimportlib.utilpicklepprint - • queuesubprocesstempfiletypingurllib.parse - • urllib3.connectionpool - • urllib3.poolmanager - • urllib3.util.retry - • urllib3.util.utilzls_check.py
@@ -8097,63 +6631,8 @@ imports:
imported by: - certifi.core - • charset_normalizer.api - • charset_normalizer.assets - • charset_normalizer.cd - • charset_normalizer.constant - • charset_normalizer.legacy - • charset_normalizer.models - • charset_normalizer.utils - • functools - • idna.core - • idna.intranges - • idna.uts46data + functoolsimportlib.abc - • importlib.resources - • urllib3 - • urllib3._base_connection - • urllib3._collections - • urllib3._request_methods - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - • urllib3.exceptions - • urllib3.fields - • urllib3.filepost - • urllib3.poolmanager - • urllib3.response - • urllib3.util.connection - • urllib3.util.proxy - • urllib3.util.request - • urllib3.util.retry - • urllib3.util.ssl_ - • urllib3.util.ssl_match_hostname - • urllib3.util.ssltransport - • urllib3.util.timeout - • urllib3.util.url - • urllib3.util.util - -
- - - -
- - typing_extensions -MissingModule
-imported by: - urllib3._base_connection - • urllib3._collections - • urllib3.connection - • urllib3.connectionpool - • urllib3.poolmanager - • urllib3.response - • urllib3.util.request - • urllib3.util.ssl_ - • urllib3.util.ssltransport - • urllib3.util.timeout
@@ -8163,9 +6642,7 @@ imported by: unicodedata C:\Users\Sebastian Serfling\AppData\Local\Programs\Python\Python39\DLLs\unicodedata.pyd
imported by: - charset_normalizer.utils - • encodings.idna - • idna.core + encodings.idnasre_parsestringprepurllib.parse @@ -8231,11 +6708,8 @@ imported by: • mimetypesnturl2pathpathlib - • requests.compaturllib.requesturllib.robotparser - • urllib3._request_methods - • urllib3.poolmanagerzls_check.py
@@ -8282,7 +6756,6 @@ imports:
imported by: http.cookiejar - • requests.compaturllib.robotparserzls_check.py @@ -8329,871 +6802,6 @@ imported by:
-
- - urllib3 -Package - - -
- -
- - urllib3._base_connection -SourceModule - - -
- -
- - urllib3._collections -SourceModule
-imports: - __future__ - • collections - • enum - • threading - • typing - • typing_extensions - • urllib3 - -
- - -
- -
- - urllib3._request_methods -SourceModule -
-imported by: - urllib3.connectionpool - • urllib3.poolmanager - -
- -
- -
- - urllib3._version -SourceModule
-imports: - __future__ - • urllib3 - -
-
-imported by: - urllib3 - • urllib3.connection - -
- -
- -
- - urllib3.connection -SourceModule - - -
- -
- - urllib3.connectionpool -SourceModule - - -
- -
- - urllib3.contrib -Package
-imports: - urllib3 - • urllib3.contrib.pyopenssl - -
-
-imported by: - requests - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - -
- -
- -
- - urllib3.contrib.pyopenssl -SourceModule
-imports: - 'OpenSSL.crypto' - • 'cryptography.x509' - • OpenSSL - • __future__ - • cryptography - • idna - • io - • logging - • socket - • ssl - • typing - • urllib3 - • urllib3.contrib - • urllib3.util - • warnings - -
-
-imported by: - requests - • urllib3.contrib - -
- -
- -
- - urllib3.contrib.socks -SourceModule -
-imported by: - requests.adapters - -
- -
- -
- - urllib3.exceptions -SourceModule - - -
- -
- - urllib3.fields -SourceModule
-imports: - __future__ - • email.utils - • mimetypes - • typing - • urllib3 - • warnings - -
-
-imported by: - requests.models - • urllib3.filepost - -
- -
- -
- - urllib3.filepost -SourceModule
-imports: - __future__ - • binascii - • codecs - • io - • os - • typing - • urllib3 - • urllib3.fields - -
-
-imported by: - requests.models - • urllib3 - • urllib3._request_methods - -
- -
- -
- - urllib3.poolmanager -SourceModule -
-imported by: - requests.adapters - • urllib3 - • urllib3.contrib.socks - -
- -
- -
- - urllib3.response -SourceModule
-imports: - __future__ - • brotli - • brotlicffi - • collections - • contextlib - • http.client - • io - • json - • logging - • re - • socket - • sys - • typing - • typing_extensions - • urllib3 - • urllib3._base_connection - • urllib3._collections - • urllib3.connection - • urllib3.connectionpool - • urllib3.exceptions - • urllib3.util - • urllib3.util.response - • urllib3.util.retry - • warnings - • zlib - • zstandard - -
- - -
- -
- - urllib3.util -Package - - -
- -
- - urllib3.util.connection -SourceModule - - -
- -
- - urllib3.util.proxy -SourceModule
-imports: - __future__ - • typing - • urllib3.connection - • urllib3.util - • urllib3.util.url - -
-
-imported by: - urllib3.connectionpool - • urllib3.poolmanager - -
- -
- -
- - urllib3.util.request -SourceModule
-imports: - __future__ - • base64 - • brotli - • brotlicffi - • enum - • io - • typing - • typing_extensions - • urllib3.exceptions - • urllib3.util - • urllib3.util.util - • zstandard - -
-
-imported by: - urllib3 - • urllib3.connection - • urllib3.connectionpool - • urllib3.util - -
- -
- -
- - urllib3.util.response -SourceModule
-imports: - __future__ - • email.errors - • http.client - • urllib3.exceptions - • urllib3.util - -
-
-imported by: - urllib3.connection - • urllib3.response - • urllib3.util - -
- -
- -
- - urllib3.util.retry -SourceModule
-imports: - __future__ - • email - • itertools - • logging - • random - • re - • time - • types - • typing - • urllib3.connectionpool - • urllib3.exceptions - • urllib3.response - • urllib3.util - • urllib3.util.util - -
- - -
- -
- - urllib3.util.ssl_ -SourceModule
-imports: - __future__ - • binascii - • hashlib - • hmac - • os - • socket - • ssl - • sys - • typing - • typing_extensions - • urllib3.exceptions - • urllib3.util - • urllib3.util.ssltransport - • urllib3.util.url - • warnings - -
- - -
- -
- - urllib3.util.ssl_match_hostname -SourceModule
-imports: - __future__ - • ipaddress - • re - • typing - • urllib3.util - • urllib3.util.ssl_ - -
-
-imported by: - urllib3.connection - • urllib3.connectionpool - -
- -
- -
- - urllib3.util.ssltransport -SourceModule
-imports: - __future__ - • io - • socket - • ssl - • typing - • typing_extensions - • urllib3.exceptions - • urllib3.util - • urllib3.util.ssl_ - -
-
-imported by: - urllib3.connection - • urllib3.util.ssl_ - -
- -
- -
- - urllib3.util.timeout -SourceModule
-imports: - __future__ - • enum - • socket - • time - • typing - • typing_extensions - • urllib3.exceptions - • urllib3.util - -
- - -
- -
- - urllib3.util.url -SourceModule
-imports: - __future__ - • idna - • re - • typing - • urllib3.exceptions - • urllib3.util - • urllib3.util.util - -
- - -
- -
- - urllib3.util.util -SourceModule
-imports: - __future__ - • types - • typing - • urllib3.util - -
- - -
- -
- - urllib3.util.wait -SourceModule
-imports: - __future__ - • functools - • select - • socket - • urllib3.util - -
-
-imported by: - urllib3.connection - • urllib3.util - -
- -
- -
- - urllib3_secure_extra -MissingModule
-imported by: - urllib3 - -
- -
-
uu @@ -9231,7 +6839,6 @@ imports: imported by: _collections_abcargparse - • charset_normalizer.legacycollectionsconfigparserdatetime @@ -9240,7 +6847,6 @@ imported by: • getpassgettextgzip - • hmachttp.clienthttp.cookiejarimportlib @@ -9250,10 +6856,6 @@ imported by: • loggingosrandom - • requests - • requests.auth - • requests.packages - • requests.utilsshlexsre_parsessl @@ -9261,16 +6863,6 @@ imported by: • tempfileurllib.parseurllib.request - • urllib3 - • urllib3.connection - • urllib3.connectionpool - • urllib3.contrib.pyopenssl - • urllib3.contrib.socks - • urllib3.exceptions - • urllib3.fields - • urllib3.poolmanager - • urllib3.response - • urllib3.util.ssl_zipfilezls_check.py @@ -9300,7 +6892,6 @@ imported by: • functoolsloggingtempfile - • urllib3.connectionpoolzls_check.py
@@ -9313,7 +6904,6 @@ imported by: imported by: importlib._bootstrap_externalmimetypes - • requests.utilsurllib.request
@@ -9348,10 +6938,7 @@ imports:
imported by: - create_service - • importlib._common - • importlib.metadata - • requests.utils + importlib.metadatashutil
@@ -9366,23 +6953,10 @@ imported by: • gzipshutiltarfile - • urllib3.responsezipfile - - -
- - zstandard -MissingModule
-imported by: - urllib3.response - • urllib3.util.request - -
-
diff --git a/dist/ZLS_CHECK.exe b/dist/ZLS_CHECK.exe index 54e18b1..04b6382 100644 Binary files a/dist/ZLS_CHECK.exe and b/dist/ZLS_CHECK.exe differ diff --git a/zls_check.py b/zls_check.py index ac6e493..0a68b8c 100644 --- a/zls_check.py +++ b/zls_check.py @@ -1,15 +1,13 @@ -import create_service import os import subprocess import datetime import time -create_service.addservice("ZLS_CHECK") while True: if not os.path.isdir("Z:"): print("Volume not Found") - subprocess.run("net use Z: \\\\200.1.2.3\lan /user:123") + subprocess.call("net use Z: \\\\200.1.2.3\lan /user:123", shell=True) with open("zls_check.txt", "a") as datei: datei.writelines(f"Volume not Found {datetime.datetime.now()} - User: {os.getlogin()}" + "\n") else: