2025-10-26 17:03:34 +00:00
|
|
|
{
|
2025-10-26 18:19:37 +00:00
|
|
|
"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",
|
2025-10-26 17:03:34 +00:00
|
|
|
"scripts": {
|
2025-10-26 18:19:37 +00:00
|
|
|
"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"
|
2025-10-26 17:03:34 +00:00
|
|
|
},
|
2025-10-26 18:19:37 +00:00
|
|
|
"keywords": ["scada", "opc-ua", "modbus", "wastewater", "pump-control", "safety", "security", "industrial-automation"],
|
|
|
|
|
"author": "Calejo Control Team",
|
2025-10-26 17:03:34 +00:00
|
|
|
"license": "MIT"
|
|
|
|
|
}
|