# Kodi Workspace — Entwicklungs-Abhängigkeiten # # Für lokale Entwicklung/test von Kodi-Addons (zip-packaging, linting) # # Installation: # pip install -r requirements.txt # Addon-Packaging zip>=0.0.1 # Python-Linting (für Addon-Codequalität) flake8>=7.0.0 pylint>=3.0.0 # Kodi-spezifische Syntax-Hilfe (optional) # xbmcstub für lokale Tests von Kodi-Addon-Python-Code xbmcstub>=0.0.0