Project: PythonBox (
dev-bricks/pythonbox)
Path:C:\_Local_DEV\repos\pythonbox
Delegation: See AGENTS.md for Multi-Agent Governance and Letter Hooks.
PythonBox is a desktop IDE and environment for executing, testing, and managing Python scripts with dynamic linter, status indicators, and full accessibility support.
- Run Unit & Integration Tests:
pytest
- Translation Management:
python manage_translations.py
- German Umlaute: All German user interface strings must render native UTF-8 Umlaute (
ä,ö,ü,ß). No replacement substitutions (ae,oe,ue) or corrupt encoding. - UX & Accessibility: Statusbar and linter UI elements must expose proper
AccessibleName,AccessibleDescription, andToolTipproperties with dynamic screenreader updates. - Git & Lock Safety: Check for
LOCK*.txtfiles before modifying code or performing git commits.