gols

gols


Keywords
garmin, garmin-device, running
License
BSD-3-Clause
Install
pip install gols==0.2.0

Documentation

Overview

docs Documentation Status
tests
package

gols

  • Free software: BSD license

Installation

pip install gols

Documentation

https://gols.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox