Metadata-Version: 2.1
Name: velopy
Version: 0.1.3
Summary: Library for simple calculations with respect to road cycling and training
Home-page: https://gitlab.com/ce72/velo
Author: Christoph Ernst
License: BSD New License
Keywords: cycling,training with power,training zones,TSS,PMC,power model
Platform: UNKNOWN
Requires-Python: >3.6
Description-Content-Type: text/markdown

# velo.py

[View it on Gitlab](https://gitlab.com/ce72/velo)

## About
Library for simple calculations with respect to road cycling and training.

Full documentation with lots of examples available in [jupyter notebook](velopy_doc.ipynb).

## Installation
```shell
pip install velopy
```
To use without installing just copy velopy.py to your local directory.

## Usage
Simply import and specify your own FTP which might differ from the default value (290 W). 
```python
import velopy
velopy.FTP = 250

help(velopy)
```



