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

https://github.com/sesh/activity


https://github.com/sesh/activity

Last synced: about 1 month ago
JSON representation

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
```