neue Datei für neue Version angelegt
This commit is contained in:
22
src/restart.py
Normal file
22
src/restart.py
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
########################################
|
||||||
|
# -- Python Script für UCS Import -- #
|
||||||
|
# -- by Patrick vom Hagen 2024 -- #
|
||||||
|
########################################
|
||||||
|
|
||||||
|
# IMPORT - standard Python imports für benötigte Bibliotheken #
|
||||||
|
|
||||||
|
import pandas as pd # pandas für Datenmanagement
|
||||||
|
import chardet # chardet erkennt Formatierung - Umwandlung des erkannten Formats in UTF-8
|
||||||
|
import csv # zur Verarbeitung von .csv Dateien
|
||||||
|
import uuid # zur Generierung von neuen UUIDs
|
||||||
|
|
||||||
|
# Flags / globale Variablen #
|
||||||
|
|
||||||
|
del_zeros = False # Boolean, ob führende Nullen bei Klassen entfernt werden sollen
|
||||||
|
get_typos = False # Boolean, ob geringe Unterschiede zwischen den Listen ausgegeben werden sollen
|
||||||
|
|
||||||
|
ox_context = 0 # OX Context pro Schule
|
||||||
|
mail_quota_lul = 2048 # MailUserQuota LuL
|
||||||
|
ox_quota_lul = 20480 # oxUserQuota LuL
|
||||||
|
mail_quota_sus = 1024 # MailUserQuota SuS
|
||||||
|
ox_quota_sus = 5120 # oxUserQuota LuL
|
||||||
Reference in New Issue
Block a user