GitHub Pages

ercot-lmp-monitor

A small Python monorepo built with Pants for application code, Docker images, shared libraries, and example projects.

Project Areas

  • ercot_lmp/: monitor application and Docker target
  • lib_ercot/: shared utility code
  • infra/: infrastructure assets and database image
  • examples/: sample packages and binaries

Quick Commands

make test
make lint
make fmt
make tailor
make docker-build

Automation

  • CI validates BUILD files, lint, tests, packaging, and Docker integration.
  • Release automation is tag-driven.
  • The Pages site is deployed through GitHub Actions.