SYMBOL INDEX (29 symbols across 2 files) FILE: app/import_db.py function _remove_non_alphanum_char (line 13) | def _remove_non_alphanum_char(string): function _translate_numbers (line 16) | def _translate_numbers(current, new, string): function normalize_string (line 20) | def normalize_string(serial_number, fixed_size=30): function get_database_connection (line 46) | def get_database_connection(): function import_database_from_excel (line 54) | def import_database_from_excel(filepath): function db_check (line 196) | def db_check(): FILE: app/main.py function allowed_file (line 53) | def allowed_file(filename): class User (line 61) | class User(UserMixin): method __init__ (line 63) | def __init__(self, id): method __repr__ (line 66) | def __repr__(self): function db_status (line 75) | def db_status(): function home (line 120) | def home(): function login (line 187) | def login(): function check_one_serial_api (line 205) | def check_one_serial_api(serial): function check_one_serial (line 217) | def check_one_serial(): function logout (line 228) | def logout(): function unauthorized (line 237) | def unauthorized(error): function load_user (line 245) | def load_user(userid): function health_check (line 250) | def health_check(): function get_database_connection (line 256) | def get_database_connection(): function send_sms (line 265) | def send_sms(receptor, message): function _remove_non_alphanum_char (line 273) | def _remove_non_alphanum_char(string): function _translate_numbers (line 277) | def _translate_numbers(current, new, string): function normalize_string (line 281) | def normalize_string(serial_number, fixed_size=30): function check_serial (line 305) | def check_serial(serial): function process (line 361) | def process(): function log_new_sms (line 385) | def log_new_sms(status, sender, message, answer, cur): function page_not_found (line 392) | def page_not_found(error): function create_sms_table (line 398) | def create_sms_table():