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 details)

Uploaded Source

File details

Details for the file pyworksnaps-0.1.tar.gz.

File metadata

  • Download URL: pyworksnaps-0.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyworksnaps-0.1.tar.gz
Algorithm Hash digest
SHA256 0ef70eed3b85cc4d4767c28a2abc5a61571bd81b7cde4de8030b796cee03ab78
MD5 95fa1ccc5771276993b95c466c473800
BLAKE2b-256 c677015b81866a55359439a1535119e3af7f302f2759eee5c7a18c7d8f92c558

See more details on using hashes here.

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