pymite

Python client for Mite.yo.lk time tracking service


Keywords
mite, pymite, time, tracking, yo, lk
License
MIT
Install
pip install pymite==1.0.1

Documentation

pymite logo

Python wrapper for the Mite API.

travis Coverage Status

Install

pip install pymite

Usage

from pymite import Mite
m = Mite("foo", "fooapikey123")
m.tracker_adapter.show()

backporting

Due to bug 1673007 in python < 3.3 we did not plan to do a backport of pymite.