Real-time water level dashboard. Built with Python and Plotly, using the Environment Agency Flood Monitoring API. Automatically deployed via GitLab Pages.
uv syncriver-flow/
├── src/ # Source code
├── tests/ # Unit tests
├── pyproject.toml # Project metadata and build configuration
└── README.md # This file
from template_project import main
main.run()pytestMIT