2017-04-02 20:12:15 +02:00
|
|
|
# mpwo
|
|
|
|
|
2017-08-20 19:54:29 +02:00
|
|
|
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/45d64b31e37e4890a239b8298e66a011)](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger)
|
|
|
|
|
2017-04-02 20:27:25 +02:00
|
|
|
Self hosted workout/activity tracker written in Python.
|
2017-04-02 20:12:15 +02:00
|
|
|
![dashboard](docs/img/snapshot.png)
|
2017-04-02 20:27:25 +02:00
|
|
|
|
|
|
|
Based on :
|
|
|
|
- [Flask](http://flask.pocoo.org)
|
|
|
|
- [Leaflet.js](http://leafletjs.com/) and [leaflet-gpx](https://github.com/mpetazzoni/leaflet-gpx) plugin
|
|
|
|
- [Bootstrap](https://startbootstrap.com/) and [SB Admin v2](https://startbootstrap.com/template-overviews/sb-admin-2/) theme
|
2017-04-02 20:12:15 +02:00
|
|
|
|
|
|
|
|
2017-04-02 20:27:25 +02:00
|
|
|
## Prerequisites
|
|
|
|
- Python 3 (tested with 3.6 (on Manjaro))
|
|
|
|
- Flask
|
|
|
|
- [PyYAML](http://pyyaml.org)
|
|
|
|
- [gpxpy](https://github.com/tkrajina/gpxpy) -- GPX file parser
|
|
|
|
|
|
|
|
_!! work in progress !!_
|