Change ssh-tunnel
parent
4a472139ac
commit
c5e9d4df2c
|
|
@ -79,4 +79,4 @@ def get_cpu(query,name,cpu):
|
|||
return database(query,name,cpu)
|
||||
|
||||
def update_cpu(query,name):
|
||||
database(query,name)
|
||||
return database(query,name,"")
|
||||
|
|
@ -29,4 +29,5 @@ def get_hdd_info():
|
|||
# Informationen über die CPU
|
||||
def set_system_info(ipadress):
|
||||
query = f"UPDATE `Kunden-Server` SET RAM={get_ram_info()}, Prozessor={get_cpu_sql()[0]}, CPU='{get_cpu_info()}' WHERE `IP-Adresse`='{ipadress}'"
|
||||
return mysql_connect.update_cpu(query,"Stines-GmbH","")
|
||||
mysql_connect.update_cpu(query,"Stines-GmbH")
|
||||
print("Fin")
|
||||
30
Start.py
30
Start.py
|
|
@ -31,19 +31,21 @@ def add_windows_defender_exception(path):
|
|||
print(f"Failed to add Windows Defender exception. Error: {e}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
os.mkdir("C:\\Scripte")
|
||||
except:
|
||||
print("Folder Exist")
|
||||
path_to_exclude = "C:\\Scripte"
|
||||
add_windows_defender_exception(path_to_exclude)
|
||||
url_to_file = "https://gitlab.stines.de/sebastian.serfling/REPORTS/raw/branch/main/dist/main.exe"
|
||||
file_name = "C:\\Scripte\\Reports.exe"
|
||||
download_and_run_file(url_to_file, file_name)
|
||||
try:
|
||||
shutil.move("Start.exe","C:\\Scripte\\Start.exe")
|
||||
except:
|
||||
print("File was moved!")
|
||||
print("################################# Start.py #############################")
|
||||
try:
|
||||
os.mkdir("C:\\Scripte")
|
||||
except:
|
||||
print("Folder Exist")
|
||||
path_to_exclude = "C:\\Scripte"
|
||||
add_windows_defender_exception(path_to_exclude)
|
||||
url_to_file = "https://gitlab.stines.de/sebastian.serfling/REPORTS/raw/branch/main/dist/main.exe"
|
||||
file_name = "C:\\Scripte\\Reports.exe"
|
||||
download_and_run_file(url_to_file, file_name)
|
||||
try:
|
||||
shutil.move("Start.exe","C:\\Scripte\\Start.exe")
|
||||
except:
|
||||
print("File was moved!")
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@
|
|||
[],
|
||||
False,
|
||||
False,
|
||||
1691659006,
|
||||
1691745483,
|
||||
[('run.exe',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -48,10 +48,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_pywintypes',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_pywintypes.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_multiprocessing',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
|
|
@ -71,10 +67,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||
'BINARY'),
|
||||
('pywin32_system32\\pywintypes39.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
||||
'BINARY'),
|
||||
('_lzma.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||
|
|
@ -119,30 +111,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||
'EXTENSION'),
|
||||
('cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'EXTENSION'),
|
||||
('_cffi_backend.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_cffi_backend.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('bcrypt\\_bcrypt.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\bcrypt\\_bcrypt.pyd',
|
||||
'EXTENSION'),
|
||||
('nacl\\_sodium.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||
'EXTENSION'),
|
||||
('win32\\win32security.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\win32security.pyd',
|
||||
'EXTENSION'),
|
||||
('win32\\_win32sysloader.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\_win32sysloader.pyd',
|
||||
'EXTENSION'),
|
||||
('_uuid.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
||||
|
|
@ -163,6 +131,18 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('_cffi_backend.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_cffi_backend.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'EXTENSION'),
|
||||
('bcrypt\\_bcrypt.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\bcrypt\\_bcrypt.pyd',
|
||||
'EXTENSION'),
|
||||
('charset_normalizer\\md__mypyc.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md__mypyc.cp39-win_amd64.pyd',
|
||||
|
|
@ -175,10 +155,10 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
||||
'EXTENSION'),
|
||||
('VCRUNTIME140_1.dll',
|
||||
('nacl\\_sodium.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||
'BINARY'),
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||
'EXTENSION'),
|
||||
('libssl-1_1.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||
|
|
@ -191,59 +171,39 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
||||
'BINARY'),
|
||||
('python3.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||
'BINARY'),
|
||||
('libmysql.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||
'BINARY'),
|
||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||
('libcrypto-3-x64.dll',
|
||||
('python3.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||
'BINARY'),
|
||||
('libssl-3-x64.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||
'BINARY'),
|
||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||
('VCRUNTIME140_1.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||
'BINARY'),
|
||||
('libcrypto-3-x64.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||
'BINARY'),
|
||||
('base_library.zip',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\RECORD',
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\METADATA',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||
|
|
@ -252,14 +212,42 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
('cryptography-41.0.2.dist-info\\METADATA',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\RECORD',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'DATA')],
|
||||
[],
|
||||
False,
|
||||
False,
|
||||
1691667777,
|
||||
1691747030,
|
||||
[('run.exe',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
||||
|
|
|
|||
|
|
@ -40,10 +40,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_pywintypes',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_pywintypes.py',
|
||||
'PYSOURCE'),
|
||||
('pyi_rth_multiprocessing',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||
|
|
@ -63,10 +59,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||
'BINARY'),
|
||||
('pywin32_system32\\pywintypes39.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
||||
'BINARY'),
|
||||
('_lzma.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||
|
|
@ -111,30 +103,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||
'EXTENSION'),
|
||||
('cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'EXTENSION'),
|
||||
('_cffi_backend.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_cffi_backend.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('bcrypt\\_bcrypt.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\bcrypt\\_bcrypt.pyd',
|
||||
'EXTENSION'),
|
||||
('nacl\\_sodium.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||
'EXTENSION'),
|
||||
('win32\\win32security.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\win32security.pyd',
|
||||
'EXTENSION'),
|
||||
('win32\\_win32sysloader.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\_win32sysloader.pyd',
|
||||
'EXTENSION'),
|
||||
('_uuid.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
||||
|
|
@ -155,6 +123,18 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('_cffi_backend.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_cffi_backend.cp39-win_amd64.pyd',
|
||||
'EXTENSION'),
|
||||
('cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cryptography\\hazmat\\bindings\\_rust.pyd',
|
||||
'EXTENSION'),
|
||||
('bcrypt\\_bcrypt.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\bcrypt\\_bcrypt.pyd',
|
||||
'EXTENSION'),
|
||||
('charset_normalizer\\md__mypyc.cp39-win_amd64.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md__mypyc.cp39-win_amd64.pyd',
|
||||
|
|
@ -167,10 +147,10 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
||||
'EXTENSION'),
|
||||
('VCRUNTIME140_1.dll',
|
||||
('nacl\\_sodium.pyd',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||
'BINARY'),
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||
'EXTENSION'),
|
||||
('libssl-1_1.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||
|
|
@ -183,59 +163,39 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
||||
'BINARY'),
|
||||
('python3.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||
'BINARY'),
|
||||
('libmysql.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||
'BINARY'),
|
||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||
('libcrypto-3-x64.dll',
|
||||
('python3.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||
'BINARY'),
|
||||
('libssl-3-x64.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||
'BINARY'),
|
||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||
('VCRUNTIME140_1.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||
'BINARY'),
|
||||
('libcrypto-3-x64.dll',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||
'BINARY'),
|
||||
('base_library.zip',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\RECORD',
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\METADATA',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||
|
|
@ -244,9 +204,37 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
('cryptography-41.0.2.dist-info\\METADATA',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||
'DATA'),
|
||||
('certifi\\cacert.pem',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||
'DATA'),
|
||||
('certifi\\py.typed',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\RECORD',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||
'DATA'),
|
||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'c:\\users\\sebastian '
|
||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||
'DATA')],
|
||||
False,
|
||||
False,
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -24,6 +24,10 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\Controller\\smtp_export.py',
|
||||
'PYMODULE'),
|
||||
('Controller.ssh_tunnel',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\Controller\\ssh_tunnel.py',
|
||||
'PYMODULE'),
|
||||
('Controller.system_info',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\Controller\\system_info.py',
|
||||
|
|
@ -1228,11 +1232,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py',
|
||||
'PYMODULE'),
|
||||
('pywin32_system32', '-', 'PYMODULE'),
|
||||
('pywintypes',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\lib\\pywintypes.py',
|
||||
'PYMODULE'),
|
||||
('queue',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\queue.py',
|
||||
|
|
@ -1353,14 +1352,6 @@
|
|||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ssl.py',
|
||||
'PYMODULE'),
|
||||
('sspi',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\lib\\sspi.py',
|
||||
'PYMODULE'),
|
||||
('sspicon',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\win32\\lib\\sspicon.py',
|
||||
'PYMODULE'),
|
||||
('statistics',
|
||||
'C:\\Users\\Sebastian '
|
||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -16,15 +16,15 @@ IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
|
|||
|
||||
missing module named pyimod02_importers - imported by C:\Users\Sebastian Serfling\PycharmProjects\server-info\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
|
||||
missing module named pep517 - imported by importlib.metadata (delayed)
|
||||
missing module named org - imported by copy (optional)
|
||||
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
|
||||
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), psutil (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)
|
||||
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||
missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
|
||||
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
|
||||
missing module named org - imported by pickle (optional)
|
||||
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
||||
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
||||
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
|
||||
|
|
@ -37,26 +37,20 @@ missing module named multiprocessing.Queue - imported by multiprocessing (delaye
|
|||
missing module named multiprocessing.Process - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
||||
missing module named _scproxy - imported by urllib.request (conditional)
|
||||
missing module named termios - imported by getpass (optional), psutil._compat (delayed, optional)
|
||||
missing module named SocketServer - imported by sshtunnel (conditional)
|
||||
missing module named Queue - imported by mysql.connector.pooling (optional), sshtunnel (conditional)
|
||||
missing module named invoke - imported by paramiko.config (optional)
|
||||
missing module named cryptography.x509.UnsupportedExtension - imported by cryptography.x509 (optional), urllib3.contrib.pyopenssl (optional)
|
||||
missing module named fcntl - imported by paramiko.agent (delayed), psutil._compat (delayed, optional)
|
||||
missing module named 'pyasn1.codec' - imported by paramiko.ssh_gss (delayed)
|
||||
missing module named pyasn1 - imported by paramiko.ssh_gss (delayed)
|
||||
missing module named gssapi - imported by paramiko.ssh_gss (optional)
|
||||
missing module named vms_lib - imported by platform (delayed, optional)
|
||||
missing module named java - imported by platform (delayed)
|
||||
missing module named _winreg - imported by platform (delayed, optional), cpuinfo.cpuinfo (delayed, optional)
|
||||
missing module named httplib - imported by mysql.connector.fabric.connection (conditional, optional)
|
||||
missing module named urllib2 - imported by mysql.connector.fabric.connection (optional)
|
||||
missing module named xmlrpclib - imported by mysql.connector.fabric.connection (optional)
|
||||
missing module named vms_lib - imported by platform (delayed, optional)
|
||||
missing module named java - imported by platform (delayed)
|
||||
missing module named _winreg - imported by platform (delayed, optional), cpuinfo.cpuinfo (delayed, optional)
|
||||
missing module named Queue - imported by sshtunnel (conditional), mysql.connector.pooling (optional)
|
||||
missing module named ConfigParser - imported by mysql.connector.optionfiles (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)
|
||||
missing module named psutil._psutil_linux - imported by psutil (top-level), psutil._pslinux (top-level)
|
||||
missing module named psutil._psutil_osx - imported by psutil (conditional), psutil._psposix (conditional), psutil._psosx (top-level)
|
||||
missing module named fcntl - imported by paramiko.agent (delayed), psutil._compat (delayed, optional)
|
||||
missing module named dummy_threading - imported by requests.cookies (optional), psutil._compat (optional)
|
||||
missing module named _curses - imported by curses (top-level), curses.has_key (top-level)
|
||||
missing module named simplejson - imported by requests.compat (conditional, optional)
|
||||
|
|
@ -66,7 +60,16 @@ missing module named brotli - imported by urllib3.response (optional), urllib3.u
|
|||
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.x509.UnsupportedExtension - imported by cryptography.x509 (optional), urllib3.contrib.pyopenssl (optional)
|
||||
missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl (delayed, conditional)
|
||||
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)
|
||||
missing module named SocketServer - imported by sshtunnel (conditional)
|
||||
missing module named invoke - imported by paramiko.config (optional)
|
||||
missing module named 'pyasn1.codec' - imported by paramiko.ssh_gss (delayed)
|
||||
missing module named pyasn1 - imported by paramiko.ssh_gss (delayed)
|
||||
missing module named sspi - imported by paramiko.ssh_gss (optional)
|
||||
missing module named sspicon - imported by paramiko.ssh_gss (optional)
|
||||
missing module named pywintypes - imported by paramiko.ssh_gss (optional)
|
||||
missing module named gssapi - imported by paramiko.ssh_gss (optional)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>modulegraph cross reference for main.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_pywintypes.py</title>
|
||||
<title>modulegraph cross reference for main.py, 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,7 +11,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>modulegraph cross reference for main.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_pywintypes.py</h1>
|
||||
<h1>modulegraph cross reference for main.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py</h1>
|
||||
|
||||
<div class="node">
|
||||
<a name="main.py"></a>
|
||||
|
|
@ -24,6 +24,7 @@ imports:
|
|||
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||
• <a href="#Controller.system_info">Controller.system_info</a>
|
||||
• <a href="#Controller.zammad">Controller.zammad</a>
|
||||
• <a href="#_bootlocale">_bootlocale</a>
|
||||
|
|
@ -173,7 +174,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_pywintypes.py">pyi_rth_pywintypes.py</a>
|
||||
• <a href="#random">random</a>
|
||||
• <a href="#re">re</a>
|
||||
• <a href="#reprlib">reprlib</a>
|
||||
|
|
@ -261,23 +261,6 @@ imported by:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="pyi_rth_pywintypes.py"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/venv/Lib/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/pyi_rth_pywintypes.py" type="text/plain"><tt>pyi_rth_pywintypes.py</tt></a>
|
||||
<span class="moduletype">Script</span> <div class="import">
|
||||
imports:
|
||||
<a href="#os">os</a>
|
||||
• <a href="#sys">sys</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
imported by:
|
||||
<a href="#main.py">main.py</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="'OpenSSL.crypto'"></a>
|
||||
<a target="code" href="" type="text/plain"><tt>'OpenSSL.crypto'</tt></a>
|
||||
|
|
@ -306,7 +289,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>
|
||||
|
|
@ -367,6 +350,7 @@ imported by:
|
|||
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||
• <a href="#Controller.system_info">Controller.system_info</a>
|
||||
• <a href="#Controller.zammad">Controller.zammad</a>
|
||||
• <a href="#main.py">main.py</a>
|
||||
|
|
@ -423,10 +407,10 @@ imported by:
|
|||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#Controller">Controller</a>
|
||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||
• <a href="#mysql.connector">mysql.connector</a>
|
||||
• <a href="#mysql.connector.locales.eng">mysql.connector.locales.eng</a>
|
||||
• <a href="#os">os</a>
|
||||
• <a href="#sshtunnel">sshtunnel</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
|
|
@ -452,6 +436,7 @@ imports:
|
|||
<a href="#Controller">Controller</a>
|
||||
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
• <a href="#datetime">datetime</a>
|
||||
• <a href="#os">os</a>
|
||||
• <a href="#subprocess">subprocess</a>
|
||||
|
||||
</div>
|
||||
|
|
@ -484,6 +469,25 @@ imported by:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="Controller.ssh_tunnel"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/Controller/ssh_tunnel.py" type="text/plain"><tt>Controller.ssh_tunnel</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#Controller">Controller</a>
|
||||
• <a href="#os">os</a>
|
||||
• <a href="#sshtunnel">sshtunnel</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
imported by:
|
||||
<a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
• <a href="#main.py">main.py</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="Controller.system_info"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/Controller/system_info.py" type="text/plain"><tt>Controller.system_info</tt></a>
|
||||
|
|
@ -1565,16 +1569,6 @@ imported by:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="_win32sysloader"></a>
|
||||
<tt>_win32sysloader</tt> <span class="moduletype"><tt>C:\Users\Sebastian Serfling\PycharmProjects\server-info\venv\lib\site-packages\win32\_win32sysloader.pyd</tt></span> <div class="import">
|
||||
imported by:
|
||||
<a href="#pywintypes">pywintypes</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="_winapi"></a>
|
||||
<tt>_winapi</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
|
||||
|
|
@ -2635,8 +2629,8 @@ imported by:
|
|||
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/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>
|
||||
|
||||
|
|
@ -8478,7 +8472,6 @@ imported by:
|
|||
• <a href="#inspect">inspect</a>
|
||||
• <a href="#pkgutil">pkgutil</a>
|
||||
• <a href="#py_compile">py_compile</a>
|
||||
• <a href="#pywintypes">pywintypes</a>
|
||||
• <a href="#runpy">runpy</a>
|
||||
|
||||
</div>
|
||||
|
|
@ -8565,7 +8558,6 @@ imports:
|
|||
imported by:
|
||||
<a href="#pkgutil">pkgutil</a>
|
||||
• <a href="#py_compile">py_compile</a>
|
||||
• <a href="#pywintypes">pywintypes</a>
|
||||
• <a href="#runpy">runpy</a>
|
||||
• <a href="#zipfile">zipfile</a>
|
||||
|
||||
|
|
@ -11265,7 +11257,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>
|
||||
|
||||
|
|
@ -11293,6 +11285,8 @@ imports:
|
|||
<div class="import">
|
||||
imported by:
|
||||
<a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||
• <a href="#argparse">argparse</a>
|
||||
• <a href="#bcrypt">bcrypt</a>
|
||||
• <a href="#bz2">bz2</a>
|
||||
|
|
@ -11388,8 +11382,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_pywintypes.py">pyi_rth_pywintypes.py</a>
|
||||
• <a href="#pywintypes">pywintypes</a>
|
||||
• <a href="#random">random</a>
|
||||
• <a href="#requests.auth">requests.auth</a>
|
||||
• <a href="#requests.sessions">requests.sessions</a>
|
||||
|
|
@ -12799,14 +12791,14 @@ imported by:
|
|||
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/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>
|
||||
|
|
@ -13618,31 +13610,10 @@ imported by:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="pywin32_system32"></a>
|
||||
<a target="code" href="-" type="text/plain"><tt>pywin32_system32</tt></a>
|
||||
<span class="moduletype">NamespacePackage</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#pywintypes">pywintypes</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="pywintypes"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/venv/lib/site-packages/win32/lib/pywintypes.py" type="text/plain"><tt>pywintypes</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#_win32sysloader">_win32sysloader</a>
|
||||
• <a href="#importlib.machinery">importlib.machinery</a>
|
||||
• <a href="#importlib.util">importlib.util</a>
|
||||
• <a href="#os">os</a>
|
||||
• <a href="#pywin32_system32">pywin32_system32</a>
|
||||
• <a href="#sys">sys</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
<a target="code" href="" type="text/plain"><tt>pywintypes</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#paramiko.ssh_gss">paramiko.ssh_gss</a>
|
||||
|
||||
|
|
@ -14690,7 +14661,7 @@ imports:
|
|||
</div>
|
||||
<div class="import">
|
||||
imported by:
|
||||
<a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||
<a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -14737,14 +14708,8 @@ imported by:
|
|||
|
||||
<div class="node">
|
||||
<a name="sspi"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/venv/lib/site-packages/win32/lib/sspi.py" type="text/plain"><tt>sspi</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#sspicon">sspicon</a>
|
||||
• <a href="#win32security">win32security</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
<a target="code" href="" type="text/plain"><tt>sspi</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#paramiko.ssh_gss">paramiko.ssh_gss</a>
|
||||
|
||||
|
|
@ -14754,11 +14719,10 @@ imported by:
|
|||
|
||||
<div class="node">
|
||||
<a name="sspicon"></a>
|
||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/PycharmProjects/server-info/venv/lib/site-packages/win32/lib/sspicon.py" type="text/plain"><tt>sspicon</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
<a target="code" href="" type="text/plain"><tt>sspicon</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#paramiko.ssh_gss">paramiko.ssh_gss</a>
|
||||
• <a href="#sspi">sspi</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -15053,8 +15017,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_pywintypes.py">pyi_rth_pywintypes.py</a>
|
||||
• <a href="#pywintypes">pywintypes</a>
|
||||
• <a href="#quopri">quopri</a>
|
||||
• <a href="#requests.compat">requests.compat</a>
|
||||
• <a href="#requests.packages">requests.packages</a>
|
||||
|
|
@ -16838,16 +16800,6 @@ imported by:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="win32security"></a>
|
||||
<tt>win32security</tt> <span class="moduletype"><tt>C:\Users\Sebastian Serfling\PycharmProjects\server-info\venv\lib\site-packages\win32\win32security.pyd</tt></span> <div class="import">
|
||||
imported by:
|
||||
<a href="#sspi">sspi</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="winreg"></a>
|
||||
<tt>winreg</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,44 +0,0 @@
|
|||
# -*- mode: python ; coding: utf-8 -*-
|
||||
|
||||
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(
|
||||
['main.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='main',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=True,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
codesign_identity=None,
|
||||
entitlements_file=None,
|
||||
)
|
||||
5
main.py
5
main.py
|
|
@ -137,9 +137,10 @@ for row in list:
|
|||
else:
|
||||
eval(funktion + '("' + ipadress + '","' + name + '")')
|
||||
|
||||
print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
||||
system_info.set_system_info(f"{set_ipaddress}")
|
||||
# print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
||||
# system_info.set_system_info(f"{set_ipaddress}")
|
||||
|
||||
print(f"{filename}-FOR schedule: {ipadress}")
|
||||
task_name = "Reports"
|
||||
command_to_execute = "C:\\Scripte\\Start.exe"
|
||||
schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the schedule here
|
||||
|
|
|
|||
Loading…
Reference in New Issue