Student Robotics Competition Score Entry Application
Project description
A web UI to edit scores from SRComp score files.
Deployment
For using the scorer at an event:
script/install.sh
The install script prints instructions regarding the setup of the corresponding compstate as well as how to run the resulting instance. Currently this is aimed at install on a user’s own machine rather than being hosted externally.
Publishing Scores
Scores are expected to be published using the SRComp CLI deploy command.
Typically this is arranged by having SSHD running on the machine at the score-entry desk, allowing the person who deploys the scores to pull them onto their own machine before both deploying them to the various compboxes and pushing them to archival storage (typically GitHub).
From the perspective of the person deploying the scores these steps might look like:
git pull $SCORER_MACHINE master
git push
srcomp deploy .
ssh $SCORER_MACHINE 'cd compstate && git pull --ff-only'
This setup enables the person deploying the scores to optionally act as a reviewer, perhaps by running the scorer on their own machine in order to view the scores without relying on physical proximity to the score-entry desk.
Development
Install:
pip install -e .
Run: python -m sr.comp.scorer (see the --help) for details.
Developers may wish to use the SRComp Dev repo to setup a dev instance.
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
Built Distribution
File details
Details for the file sr_comp_scorer-1.8.0.tar.gz
.
File metadata
- Download URL: sr_comp_scorer-1.8.0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
de199ac6e7094d8211092602556a72c101b49e03edc47c1e4aaf1b1c691e2c2a
|
|
MD5 |
8596a8fc1072eda20858f5550cd4179a
|
|
BLAKE2b-256 |
930a47e2b13da1d36adca780d75b271592324446acae5dabc8ff7e5268c517f0
|
File details
Details for the file sr_comp_scorer-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: sr_comp_scorer-1.8.0-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
13116d0033e1b9bb9b839f2a14855342ca1f8c788707408c3905a4b8ab8e18b6
|
|
MD5 |
8ef74f93569980a284e4bc8882726561
|
|
BLAKE2b-256 |
43ebecc7344f1baa57bb6b5554210bb9368f9978aa1c1e3a4e4a26cb6f19a1fa
|