An open API service indexing awesome lists of open source software.

https://github.com/jenkoian/brian-wilson-invitational


https://github.com/jenkoian/brian-wilson-invitational

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# Brian Wilson Invitational (Music League) Stats

Impress your music league friends by generating some tables and charts

## Requirements

* Python 3.12+
* uv

## Setup

* Checkout the repo

`git clone https://github.com/jenkoian/brian-wilson-invitational.git`

`cd brian-wilson-invitational`

* Install dependencies

`uv sync`

* Download the data and copy the zip file to the project root

`cp ~/Downloads/export.zip export.zip`

* Build the database

`./builddb.sh`

## Run

`./streamlit.sh`

## UI for testing queries

`./db_ui.sh`