v0.4.0 - Observability & Scale 🚀

The CI/CD Pipeline
You Actually Own

A lightweight, proprietary-grade deployment system built for developers who want complete control. No vendor lock-in. No complex YAML. Just pure performance.

$ pip install eeveon
eeveon.json
{
  "project": "backend-api",
  "deploy_to": "/var/www/api",
  "health_check": {
    "url": "http://localhost:8000/health",
    "retries": 3
  },
  "notifications": {
    "slack": "https://hooks.slack.com/..."
  }
}