pydesktime

Module to communicate with Desktime API


Keywords
api
License
Other
Install
pip install pydesktime==0.1.3

Documentation

PyDeskTime

Module used to simplify usage of DeskTime API

Installation

From PyPI:

pip install pydesktime

Usage

from pydesktime import DeskTime

desktime = DeskTime(app_key=<your app key>, username=<your username>,
                    password=<your password>)

# data is dictionary with data for all employees
# on every work day (except Saturday and Sunday)
# in provided year, month
data = desktime.getMonth(2015, 1)