bogdal / training_stats

Tools for analyzing recorded training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training Statistics Build Status Maintainability

My aim in this project is to develop set of useful scripts for analyzing data collected by modern running/cycling watches.

Installation

To use training_stats library in your project you will need Python in version 3.4 or newer. Run pip install training_stats to install package.

Examples

To run examples clone repository.

# git clone https://github.com/salwator/training_stats.git
# cd training_stats

In examples directory you can find some playground using library. To use those scripts you will need requirements installed. You might want to use virtualenv to not polute your system environment.

# pip install -r requirements.txt

Then # cd examples and play 😄

Available tools

Since project is in early phase only one script is in useful state. With half hour test script you can calculate result of 30 minute endurance test. Result is lactate threshold, which is great for determining your heart rate zones. You can calculate your zones here.

About

Tools for analyzing recorded training

License:MIT License


Languages

Language:Python 94.0%Language:Makefile 6.0%