Change ssh-tunnel
parent
b15c0110c6
commit
c0c3e65678
|
|
@ -1,44 +1,3 @@
|
||||||
import psutil
|
|
||||||
import platform
|
|
||||||
import math
|
|
||||||
import cpuinfo
|
|
||||||
from Controller import mysql_connect
|
|
||||||
from multiprocessing import freeze_support
|
|
||||||
import Controller.ssh_tunnel as ssh_tunnel
|
|
||||||
|
|
||||||
def get_cpu_info():
|
|
||||||
freeze_support()
|
|
||||||
return cpuinfo.get_cpu_info()['brand_raw']
|
|
||||||
|
|
||||||
def get_cpu_sql():
|
|
||||||
freeze_support()
|
|
||||||
query = f"SELECT `Prozessor-Anzahl` FROM `CPU-Liste` WHERE `CPU-Name`='{cpuinfo.get_cpu_info()['brand_raw']}'"
|
|
||||||
print(query)
|
|
||||||
return mysql_connect.get_cpu(query,"Stines-GmbH",cpuinfo.get_cpu_info()['brand_raw'])
|
|
||||||
|
|
||||||
def get_ram_info():
|
|
||||||
freeze_support()
|
|
||||||
ram_info = psutil.virtual_memory()
|
|
||||||
total_ram = ram_info.total / (1024 ** 3) # In Gigabytes
|
|
||||||
return math.ceil(total_ram)
|
|
||||||
|
|
||||||
def get_hdd_info():
|
|
||||||
freeze_support()
|
|
||||||
total_disk_size = 0
|
|
||||||
disk_partitions = psutil.disk_partitions()
|
|
||||||
for partition in disk_partitions:
|
|
||||||
# Wenn du das Laufwerk C: ignorieren möchtest
|
|
||||||
if partition.device != 'C:\\':
|
|
||||||
partition_info = psutil.disk_usage(partition.mountpoint)
|
|
||||||
total_disk_size += partition_info.total / (1024 ** 3)
|
|
||||||
return math.ceil(total_disk_size)
|
|
||||||
|
|
||||||
# Informationen über die CPU
|
|
||||||
def set_system_info(ipadress):
|
|
||||||
freeze_support()
|
|
||||||
query = f"UPDATE `Kunden-Server` SET RAM={get_ram_info()}, Prozessor={get_cpu_sql()[0]}, CPU='{get_cpu_info()}' WHERE `IP-Adresse`='{ipadress}'"
|
|
||||||
mysql_connect.update_cpu(query,"Stines-GmbH")
|
|
||||||
return print("Fin")
|
|
||||||
|
|
||||||
# ssh_tunnel.server_start()
|
# ssh_tunnel.server_start()
|
||||||
# set_system_info("172.19.1.5")
|
# set_system_info("172.19.1.5")
|
||||||
|
|
|
||||||
|
|
@ -507,10 +507,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\runpy.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\runpy.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('multiprocessing',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('getpass',
|
('getpass',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py',
|
||||||
|
|
@ -539,10 +535,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('_py_abc',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('stringprep',
|
('stringprep',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
||||||
|
|
@ -551,6 +543,118 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('_py_abc',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('multiprocessing',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('cpuinfo',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cpuinfo\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('cpuinfo.cpuinfo',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cpuinfo\\cpuinfo.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'),
|
||||||
|
('glob',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\glob.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('platform',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\platform.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._psaix',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psaix.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._pssunos',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pssunos.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._psbsd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psbsd.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('xml.etree.ElementTree',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementTree.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('xml.etree.cElementTree',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\cElementTree.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('xml.etree.ElementInclude',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementInclude.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('xml.etree.ElementPath',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementPath.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('xml.etree',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._psosx',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psosx.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._pswindows',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pswindows.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._pslinux',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pslinux.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._psposix',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psposix.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._compat',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_compat.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('psutil._common',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_common.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('curses',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\curses\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('curses.has_key',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\curses\\has_key.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('__future__',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\__future__.py',
|
||||||
|
'PYMODULE'),
|
||||||
('subprocess',
|
('subprocess',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\subprocess.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\subprocess.py',
|
||||||
|
|
@ -615,10 +719,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\uuid.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\uuid.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('platform',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\platform.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('mysql',
|
('mysql',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\__init__.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\__init__.py',
|
||||||
|
|
@ -687,114 +787,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\connector\\utils.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\connector\\utils.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('__future__',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\__future__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('mysql.connector.locales.eng',
|
('mysql.connector.locales.eng',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\connector\\locales\\eng\\__init__.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\mysql\\connector\\locales\\eng\\__init__.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('Controller.system_info',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\system_info.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('cpuinfo',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cpuinfo\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('cpuinfo.cpuinfo',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\cpuinfo\\cpuinfo.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'),
|
|
||||||
('glob',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\glob.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._psaix',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psaix.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._pssunos',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pssunos.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._psbsd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psbsd.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('xml.etree.ElementTree',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementTree.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('xml.etree.cElementTree',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\cElementTree.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('xml.etree.ElementInclude',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementInclude.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('xml.etree.ElementPath',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\ElementPath.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('xml.etree',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\etree\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._psosx',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psosx.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._pswindows',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pswindows.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._pslinux',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_pslinux.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._psposix',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psposix.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._compat',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_compat.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('psutil._common',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_common.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('curses',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\curses\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('curses.has_key',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\curses\\has_key.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('Controller.zammad',
|
('Controller.zammad',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\zammad.py',
|
'Serfling\\PycharmProjects\\server-info\\Controller\\zammad.py',
|
||||||
|
|
@ -1627,14 +1623,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\paramiko\\_version.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\paramiko\\_version.py',
|
||||||
'PYMODULE')],
|
'PYMODULE')],
|
||||||
[('python39.dll',
|
[('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -1679,14 +1675,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_uuid.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_elementtree.pyd',
|
('_elementtree.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
||||||
|
|
@ -1695,6 +1683,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_uuid.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
|
|
@ -1727,60 +1723,84 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libssl-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libcrypto-1_1.dll',
|
('libcrypto-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libssl-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('libffi-7.dll',
|
('libffi-7.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libmysql.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
('libmysql.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libcrypto-3-x64.dll',
|
('libcrypto-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
'BINARY'),
|
'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'),
|
||||||
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
|
'BINARY')],
|
||||||
[],
|
[],
|
||||||
[],
|
[],
|
||||||
[('base_library.zip',
|
[('base_library.zip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'C:\\Users\\Sebastian '
|
'c:\\users\\sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('nacl\\py.typed',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'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'),
|
||||||
|
('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',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
|
|
@ -1789,29 +1809,5 @@
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
|
||||||
('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\\LICENSE.BSD',
|
|
||||||
'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\\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\\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\\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\\top_level.txt',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[])
|
[])
|
||||||
|
|
|
||||||
|
|
@ -59,14 +59,14 @@
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('python39.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -111,14 +111,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_uuid.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_elementtree.pyd',
|
('_elementtree.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
||||||
|
|
@ -127,6 +119,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_uuid.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
|
|
@ -159,58 +159,82 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libssl-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libcrypto-1_1.dll',
|
('libcrypto-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libssl-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('libffi-7.dll',
|
('libffi-7.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libmysql.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
('libmysql.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libcrypto-3-x64.dll',
|
('libcrypto-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('VCRUNTIME140_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
('base_library.zip',
|
('base_library.zip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'C:\\Users\\Sebastian '
|
'c:\\users\\sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('nacl\\py.typed',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'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'),
|
||||||
|
('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',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
|
|
@ -219,35 +243,11 @@
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
|
||||||
('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\\LICENSE.BSD',
|
|
||||||
'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\\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\\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\\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\\top_level.txt',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[],
|
[],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
1691749421,
|
1691749992,
|
||||||
[('run.exe',
|
[('run.exe',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,14 @@
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('python39.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -103,14 +103,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_uuid.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_elementtree.pyd',
|
('_elementtree.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_elementtree.pyd',
|
||||||
|
|
@ -119,6 +111,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psutil\\_psutil_windows.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_uuid.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_uuid.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\_mysql_connector.cp39-win_amd64.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
('psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\psycopg2\\_psycopg.cp39-win_amd64.pyd',
|
||||||
|
|
@ -151,58 +151,82 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\_sodium.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libssl-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libcrypto-1_1.dll',
|
('libcrypto-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libssl-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('libffi-7.dll',
|
('libffi-7.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libffi-7.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libmysql.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
('libmysql.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('libcrypto-3-x64.dll',
|
('libcrypto-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('VCRUNTIME140_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
('base_library.zip',
|
('base_library.zip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'C:\\Users\\Sebastian '
|
'c:\\users\\sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('nacl\\py.typed',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'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'),
|
||||||
|
('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',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
|
|
@ -211,30 +235,6 @@
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
|
||||||
('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\\LICENSE.BSD',
|
|
||||||
'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\\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\\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\\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\\top_level.txt',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'DATA')],
|
'DATA')],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -28,10 +28,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\ssh_tunnel.py',
|
'Serfling\\PycharmProjects\\server-info\\Controller\\ssh_tunnel.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('Controller.system_info',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\system_info.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('Controller.zammad',
|
('Controller.zammad',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\zammad.py',
|
'Serfling\\PycharmProjects\\server-info\\Controller\\zammad.py',
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -33,19 +33,14 @@ missing module named multiprocessing.get_context - imported by multiprocessing (
|
||||||
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
|
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
|
||||||
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
||||||
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
||||||
missing module named multiprocessing.freeze_support - imported by multiprocessing (top-level), Controller.system_info (top-level)
|
|
||||||
missing module named multiprocessing.Queue - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
|
||||||
missing module named multiprocessing.Process - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
|
||||||
missing module named _scproxy - imported by urllib.request (conditional)
|
missing module named _scproxy - imported by urllib.request (conditional)
|
||||||
missing module named termios - imported by getpass (optional), psutil._compat (delayed, optional)
|
missing module named termios - imported by getpass (optional), psutil._compat (delayed, optional)
|
||||||
missing module named httplib - imported by mysql.connector.fabric.connection (conditional, optional)
|
missing module named multiprocessing.freeze_support - imported by multiprocessing (top-level), C:\Users\Sebastian Serfling\PycharmProjects\server-info\main.py (top-level)
|
||||||
missing module named urllib2 - imported by mysql.connector.fabric.connection (optional)
|
missing module named multiprocessing.Queue - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
||||||
missing module named xmlrpclib - imported by mysql.connector.fabric.connection (optional)
|
missing module named multiprocessing.Process - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
||||||
|
missing module named _winreg - imported by platform (delayed, optional), cpuinfo.cpuinfo (delayed, optional)
|
||||||
missing module named vms_lib - imported by platform (delayed, optional)
|
missing module named vms_lib - imported by platform (delayed, optional)
|
||||||
missing module named java - imported by platform (delayed)
|
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_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_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_bsd - imported by psutil (top-level), psutil._psbsd (top-level)
|
||||||
|
|
@ -54,6 +49,11 @@ missing module named psutil._psutil_osx - imported by psutil (conditional), psut
|
||||||
missing module named fcntl - imported by paramiko.agent (delayed), psutil._compat (delayed, optional)
|
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 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 _curses - imported by curses (top-level), curses.has_key (top-level)
|
||||||
|
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 Queue - imported by sshtunnel (conditional), mysql.connector.pooling (optional)
|
||||||
|
missing module named ConfigParser - imported by mysql.connector.optionfiles (conditional)
|
||||||
missing module named simplejson - imported by requests.compat (conditional, optional)
|
missing module named simplejson - imported by requests.compat (conditional, 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 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 zstandard - imported by urllib3.response (optional), urllib3.util.request (optional)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ imports:
|
||||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</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="#Controller.zammad">Controller.zammad</a>
|
||||||
• <a href="#_bootlocale">_bootlocale</a>
|
• <a href="#_bootlocale">_bootlocale</a>
|
||||||
• <a href="#_collections_abc">_collections_abc</a>
|
• <a href="#_collections_abc">_collections_abc</a>
|
||||||
|
|
@ -35,6 +34,7 @@ imports:
|
||||||
• <a href="#collections">collections</a>
|
• <a href="#collections">collections</a>
|
||||||
• <a href="#collections.abc">collections.abc</a>
|
• <a href="#collections.abc">collections.abc</a>
|
||||||
• <a href="#copyreg">copyreg</a>
|
• <a href="#copyreg">copyreg</a>
|
||||||
|
• <a href="#cpuinfo">cpuinfo</a>
|
||||||
• <a href="#encodings">encodings</a>
|
• <a href="#encodings">encodings</a>
|
||||||
• <a href="#encodings.aliases">encodings.aliases</a>
|
• <a href="#encodings.aliases">encodings.aliases</a>
|
||||||
• <a href="#encodings.ascii">encodings.ascii</a>
|
• <a href="#encodings.ascii">encodings.ascii</a>
|
||||||
|
|
@ -166,11 +166,16 @@ imports:
|
||||||
• <a href="#keyword">keyword</a>
|
• <a href="#keyword">keyword</a>
|
||||||
• <a href="#linecache">linecache</a>
|
• <a href="#linecache">linecache</a>
|
||||||
• <a href="#locale">locale</a>
|
• <a href="#locale">locale</a>
|
||||||
|
• <a href="#math">math</a>
|
||||||
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
|
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
||||||
• <a href="#ntpath">ntpath</a>
|
• <a href="#ntpath">ntpath</a>
|
||||||
• <a href="#operator">operator</a>
|
• <a href="#operator">operator</a>
|
||||||
• <a href="#os">os</a>
|
• <a href="#os">os</a>
|
||||||
• <a href="#pathlib">pathlib</a>
|
• <a href="#pathlib">pathlib</a>
|
||||||
|
• <a href="#platform">platform</a>
|
||||||
• <a href="#posixpath">posixpath</a>
|
• <a href="#posixpath">posixpath</a>
|
||||||
|
• <a href="#psutil">psutil</a>
|
||||||
• <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
|
• <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_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||||
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
||||||
|
|
@ -339,7 +344,6 @@ imports:
|
||||||
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||||
• <a href="#Controller.system_info">Controller.system_info</a>
|
|
||||||
• <a href="#Controller.zammad">Controller.zammad</a>
|
• <a href="#Controller.zammad">Controller.zammad</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -351,7 +355,6 @@ imported by:
|
||||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</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="#Controller.zammad">Controller.zammad</a>
|
||||||
• <a href="#main.py">main.py</a>
|
• <a href="#main.py">main.py</a>
|
||||||
|
|
||||||
|
|
@ -420,7 +423,6 @@ imported by:
|
||||||
• <a href="#Controller.exchange_export">Controller.exchange_export</a>
|
• <a href="#Controller.exchange_export">Controller.exchange_export</a>
|
||||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||||
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
• <a href="#Controller.smtp_export">Controller.smtp_export</a>
|
||||||
• <a href="#Controller.system_info">Controller.system_info</a>
|
|
||||||
• <a href="#Controller.zammad">Controller.zammad</a>
|
• <a href="#Controller.zammad">Controller.zammad</a>
|
||||||
• <a href="#main.py">main.py</a>
|
• <a href="#main.py">main.py</a>
|
||||||
|
|
||||||
|
|
@ -482,32 +484,6 @@ imports:
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
<a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
||||||
• <a href="#Controller.system_info">Controller.system_info</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>
|
|
||||||
<span class="moduletype">SourceModule</span> <div class="import">
|
|
||||||
imports:
|
|
||||||
<a href="#Controller">Controller</a>
|
|
||||||
• <a href="#Controller.mysql_connect">Controller.mysql_connect</a>
|
|
||||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
|
||||||
• <a href="#cpuinfo">cpuinfo</a>
|
|
||||||
• <a href="#math">math</a>
|
|
||||||
• <a href="#multiprocessing">multiprocessing</a>
|
|
||||||
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
|
||||||
• <a href="#platform">platform</a>
|
|
||||||
• <a href="#psutil">psutil</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="import">
|
|
||||||
imported by:
|
|
||||||
<a href="#Controller">Controller</a>
|
|
||||||
• <a href="#main.py">main.py</a>
|
• <a href="#main.py">main.py</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -2684,8 +2660,8 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
||||||
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
• <a href="#main.py">main.py</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -8998,11 +8974,11 @@ imported by:
|
||||||
<a name="math"></a>
|
<a name="math"></a>
|
||||||
<tt>math</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
|
<tt>math</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#_pydecimal">_pydecimal</a>
|
||||||
• <a href="#_pydecimal">_pydecimal</a>
|
|
||||||
• <a href="#cryptography.hazmat.primitives.asymmetric.rsa">cryptography.hazmat.primitives.asymmetric.rsa</a>
|
• <a href="#cryptography.hazmat.primitives.asymmetric.rsa">cryptography.hazmat.primitives.asymmetric.rsa</a>
|
||||||
• <a href="#datetime">datetime</a>
|
• <a href="#datetime">datetime</a>
|
||||||
• <a href="#fractions">fractions</a>
|
• <a href="#fractions">fractions</a>
|
||||||
|
• <a href="#main.py">main.py</a>
|
||||||
• <a href="#random">random</a>
|
• <a href="#random">random</a>
|
||||||
• <a href="#selectors">selectors</a>
|
• <a href="#selectors">selectors</a>
|
||||||
• <a href="#statistics">statistics</a>
|
• <a href="#statistics">statistics</a>
|
||||||
|
|
@ -9089,8 +9065,8 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
||||||
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
• <a href="#main.py">main.py</a>
|
||||||
• <a href="#multiprocessing">multiprocessing</a>
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
||||||
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
||||||
|
|
@ -9350,7 +9326,7 @@ imported by:
|
||||||
<a target="code" href="" type="text/plain"><tt>multiprocessing.freeze_support</tt></a>
|
<a target="code" href="" type="text/plain"><tt>multiprocessing.freeze_support</tt></a>
|
||||||
<span class="moduletype">MissingModule</span> <div class="import">
|
<span class="moduletype">MissingModule</span> <div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#main.py">main.py</a>
|
||||||
• <a href="#multiprocessing">multiprocessing</a>
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -12888,8 +12864,8 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
||||||
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
• <a href="#main.py">main.py</a>
|
||||||
• <a href="#paramiko.win_pageant">paramiko.win_pageant</a>
|
• <a href="#paramiko.win_pageant">paramiko.win_pageant</a>
|
||||||
• <a href="#psutil._compat">psutil._compat</a>
|
• <a href="#psutil._compat">psutil._compat</a>
|
||||||
• <a href="#uuid">uuid</a>
|
• <a href="#uuid">uuid</a>
|
||||||
|
|
@ -13004,7 +12980,7 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#Controller.system_info">Controller.system_info</a>
|
<a href="#main.py">main.py</a>
|
||||||
• <a href="#psutil">psutil</a>
|
• <a href="#psutil">psutil</a>
|
||||||
• <a href="#psutil._common">psutil._common</a>
|
• <a href="#psutil._common">psutil._common</a>
|
||||||
• <a href="#psutil._compat">psutil._compat</a>
|
• <a href="#psutil._compat">psutil._compat</a>
|
||||||
|
|
|
||||||
Binary file not shown.
48
main.py
48
main.py
|
|
@ -1,16 +1,56 @@
|
||||||
import Controller.ssh_tunnel as ssh_tunnel_self
|
import Controller.ssh_tunnel as ssh_tunnel_self
|
||||||
ssh_tunnel_self.server_start()
|
ssh_tunnel_self.server_start()
|
||||||
import socket
|
import socket
|
||||||
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad, system_info
|
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad
|
||||||
import Controller.mysql_connect as mysql_connect
|
import Controller.mysql_connect as mysql_connect
|
||||||
import random
|
import random
|
||||||
import subprocess
|
import subprocess
|
||||||
import socket
|
import socket
|
||||||
import os
|
import os
|
||||||
|
import psutil
|
||||||
|
import platform
|
||||||
|
import math
|
||||||
|
import cpuinfo
|
||||||
|
from Controller import mysql_connect
|
||||||
|
from multiprocessing import freeze_support
|
||||||
|
import Controller.ssh_tunnel as ssh_tunnel
|
||||||
|
|
||||||
## Gibt Name der Datei zum Debugen aus
|
## Gibt Name der Datei zum Debugen aus
|
||||||
filename = os.path.basename(__file__)
|
filename = os.path.basename(__file__)
|
||||||
|
|
||||||
|
def get_cpu_info():
|
||||||
|
freeze_support()
|
||||||
|
return cpuinfo.get_cpu_info()['brand_raw']
|
||||||
|
|
||||||
|
def get_cpu_sql():
|
||||||
|
freeze_support()
|
||||||
|
query = f"SELECT `Prozessor-Anzahl` FROM `CPU-Liste` WHERE `CPU-Name`='{cpuinfo.get_cpu_info()['brand_raw']}'"
|
||||||
|
print(query)
|
||||||
|
return mysql_connect.get_cpu(query, "Stines-GmbH", cpuinfo.get_cpu_info()['brand_raw'])
|
||||||
|
|
||||||
|
def get_ram_info():
|
||||||
|
freeze_support()
|
||||||
|
ram_info = psutil.virtual_memory()
|
||||||
|
total_ram = ram_info.total / (1024 ** 3) # In Gigabytes
|
||||||
|
return math.ceil(total_ram)
|
||||||
|
|
||||||
|
def get_hdd_info():
|
||||||
|
freeze_support()
|
||||||
|
total_disk_size = 0
|
||||||
|
disk_partitions = psutil.disk_partitions()
|
||||||
|
for partition in disk_partitions:
|
||||||
|
# Wenn du das Laufwerk C: ignorieren möchtest
|
||||||
|
if partition.device != 'C:\\':
|
||||||
|
partition_info = psutil.disk_usage(partition.mountpoint)
|
||||||
|
total_disk_size += partition_info.total / (1024 ** 3)
|
||||||
|
return math.ceil(total_disk_size)
|
||||||
|
|
||||||
|
def set_system_info(ipadress):
|
||||||
|
freeze_support()
|
||||||
|
query = f"UPDATE `Kunden-Server` SET RAM={get_ram_info()}, Prozessor={get_cpu_sql()[0]}, CPU='{get_cpu_info()}' WHERE `IP-Adresse`='{ipadress}'"
|
||||||
|
mysql_connect.update_cpu(query, "Stines-GmbH")
|
||||||
|
return print("Fin")
|
||||||
|
|
||||||
def get_local_ip():
|
def get_local_ip():
|
||||||
try:
|
try:
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||||
|
|
@ -138,7 +178,11 @@ for row in list:
|
||||||
eval(funktion + '("' + ipadress + '","' + name + '")')
|
eval(funktion + '("' + ipadress + '","' + name + '")')
|
||||||
|
|
||||||
# print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
# print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
||||||
system_info.set_system_info(f"{set_ipaddress}")
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
set_system_info(set_ipaddress)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print(f"{filename}-FOR schedule: {ipadress}")
|
print(f"{filename}-FOR schedule: {ipadress}")
|
||||||
task_name = "Reports"
|
task_name = "Reports"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue