first commit

This commit is contained in:
2026-05-18 12:53:24 -04:00
commit c7f6f68c40
23693 changed files with 8967 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "garmin"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fitparse>=1.2.0",
"garth>=0.8.0",
"ipykernel>=7.2.0",
"jinja2>=3.1.6",
"matplotlib>=3.10.9",
"pandas>=3.0.3",
]