Skip to content

utek/pydesktime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Python module to help with usage of DeskTime API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages