bnekolny / mapmyfitness-python

A Python wrapper for the MapMyFitness API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapmyfitness-python

Build Status Coverage Status

A Python wrapper for the MapMyFitness API

Status

This is a work in progress:

We're tracking tasks over at HuBoard

* not currently implemented

Installation

Install via pip:

pip install mapmyfitness

or from local sources:

python setup.py install

Dependencies

  • Python >= 2.7, <= 3.3
  • Requests takes care of our HTTP chatting, and is automatically installed when using the steps above.

Usage

# TODO: this

Validation

PEP8 validation (--ignore==E501, line length) is strictly enforced

Testing

You'll need some additional things to run tests, so:

pip install -r test_requirements.txt

Run the tests:

nosetests

You can get coverage too:

nosetests --with-coverage --cover-package mapmyfitness

View coverage:

coverage html

About

A Python wrapper for the MapMyFitness API

License:MIT License


Languages

Language:Python 100.0%