Triathlon Live Calendar

Calendar file generator for triathlonlive.tv upcoming events.

Install

Requires Python 3.9.7 and Poetry.

$ poetry install

Running

$ poetry run uvicorn triathlon_live_calendar:app --reload --log-level=debug

Contributing

$ poetry run black .
$ poetry run mypy .
$ poetry run flake8 **/*.py --ignore=E501

GitHub

View Github