https://github.com/sesh/activity
https://github.com/sesh/activity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sesh/activity
- Owner: sesh
- License: mit
- Created: 2025-10-13T21:17:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T08:23:20.000Z (about 2 months ago)
- Last Synced: 2026-05-18T10:34:16.921Z (about 2 months ago)
- Language: Python
- Size: 2.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# activity
`activity` is a Python module for working with .fit and .gpx files, particularly ones that contain running workouts.
## Development
Running tests:
```
uv run python -m unittest discover
```