# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/allegion.py # Rôle : Connecteur Allegion — workday (tenant allegion.wd5, site careers) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .workday import WorkdayConnector class AllegionConnector(WorkdayConnector): source_id = 'allegion' EMPLOYER = 'Allegion' TENANT = 'allegion' HOST = 'wd5' SITE = 'careers'