Skip to main content

Python module for Worksnaps API

Project description

Example:

from datetime import date
from pyworksnaps import Worksnaps

w = Worksnaps('yourtoken')

for project in w.projects():
    print project.name

    for entry in project.entries(start=date(2012, 3, 1), end=date(2012, 3, 8)):
        print '\t', entry.user.first_name, entry.user.last_name
        if entry.user_comment:
            print '\t\tcomment:',entry.user_comment

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyworksnaps-0.1.tar.gz (2.6 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