Rename project to bikeslop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-27 10:07:00 -04:00
parent f2788d9e1d
commit a26b7d1f67
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
# gpxport
# bikeslop
A local web app for visualising Garmin cycling GPX files with AI coaching insights powered by a local LLM.
![screenshot placeholder](https://placehold.co/900x500/0f1117/4f8ef7?text=gpxport)
![screenshot placeholder](https://placehold.co/900x500/0f1117/4f8ef7?text=bikeslop)
## Features
@@ -23,8 +23,8 @@ A local web app for visualising Garmin cycling GPX files with AI coaching insigh
```bash
# 1. Clone and install dependencies
git clone https://github.com/yourname/gpxport
cd gpxport
git clone https://git.torrtle.co/ryan/bikeslop
cd bikeslop
uv sync
# 2. Drop your GPX files into garmin_gpx_exports/
+1 -1
View File
@@ -20,7 +20,7 @@ logging.basicConfig(
format="%(asctime)s %(levelname)s %(name)s: %(message)s",
datefmt="%H:%M:%S",
)
log = logging.getLogger("gpxport")
log = logging.getLogger("bikeslop")
GPX_DIR = Path(__file__).parent / "garmin_gpx_exports"
INSIGHTS_FILE = Path(__file__).parent / "insights.json"
+1 -1
View File
@@ -1,5 +1,5 @@
[project]
name = "gpxport"
name = "bikeslop"
version = "0.1.0"
description = "GPX ride viewer with Leaflet maps, Chart.js profiles, and local-LLM coaching insights"
readme = "README.md"