/sunpy-dashboard

A dashboard and chatbot for SunPy Coordinated packages

Primary LanguagePythonApache License 2.0Apache-2.0

A CI status dashboard for sunpy

This repo uses fastapi to generate a simple dashboard showing the CI status for all the sunpy repos.

To run it you will almost certainly need to set the GITHUB_PERSONAL_ACCESS_TOKEN variable, then do fastapi dev sunpy_dashboard/main.py.