Skip to main content

Timing and result application for road cycling events

Project description

metarace-roadmeet

Timing and result application for UCI Part 2 Road Races, UCI Part 5 Cyclo-Cross, criterium, road handicap and ad-hoc time trial events.

roadmeet screenshot

Usage

Create a new meet and open it:

$ roadmeet

Open an existing road meet:

$ roadmeet PATH

Edit default configuration:

$ roadmeet --edit-default

Requirements

  • Python >= 3.9
  • Gtk >= 3.0
  • metarace >= 2.1.1
  • tex-gyre fonts (optional, recommended)
  • evince (optional, recommended)
  • mosquitto (optional)

Installation

Download the debian installer script and run:

$ sh install_deb.sh

Alternatively perform the steps listed below.

Debian 11+

Install system requirements for roadmeet and metarace with apt:

$ sudo apt install python3-venv python3-pip python3-cairo python3-gi python3-gi-cairo
$ sudo apt install gir1.2-gtk-3.0 gir1.2-rsvg-2.0 gir1.2-pango-1.0 tex-gyre
$ sudo apt install python3-serial python3-paho-mqtt python3-dateutil python3-xlwt

Optionally add PDF viewer and MQTT broker:

$ sudo apt install evince mosquitto

If not already created, add a virtualenv for metarace packages:

$ mkdir -p ~/Documents/metarace
$ python3 -m venv --system-site-packages ~/Documents/metarace/venv

Activate the virtualenv and install roadmeet with pip:

$ source ~/Documents/metarace/venv/bin/activate
(venv) $ pip3 install metarace-roadmeet

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metarace-roadmeet-1.13.2.tar.gz (108.8 kB view hashes)

Uploaded Source

Built Distribution

metarace_roadmeet-1.13.2-py3-none-any.whl (115.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page