{ "name": "calejo-control-adapter", "version": "2.0.0", "description": "Multi-protocol integration adapter for municipal wastewater pump stations with comprehensive safety and security framework", "main": "src/main.py", "scripts": { "dev": "python -m src.main", "test": "pytest tests/", "lint": "flake8 src/ tests/", "type-check": "mypy src/", "docker-build": "docker build -t calejo-control-adapter .", "docker-run": "docker run -p 8080:8080 calejo-control-adapter" }, "keywords": ["scada", "opc-ua", "modbus", "wastewater", "pump-control", "safety", "security", "industrial-automation"], "author": "Calejo Control Team", "license": "MIT" }