Skip to main content

Module to communicate with Desktime API

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydesktime-0.1.3.zip (7.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page