Triathlon Live Calendar#
Calendar file generator for TriathlonLive upcoming events.
Requirements#
Running#
Starting the web server in development mode:
$ uv run python -m triathlon_live_calendar web --reload --log-level=debug
Generating the .ics file locally:
$ uv run python -m triathlon_live_calendar generate tri-calendar.ics
Showing the contents of a .ics file or URL:
$ uv run python -m triathlon_live_calendar show tri-calendar.ics
$ uv run python -m triathlon_live_calendar show https://triathlon-live-calendar.fly.dev/
Try python -m triathlon_live_calendar --help for more details ; )
Contributing#
Please, write and run tests:
$ uv run pytest