pyworksnaps

Python module for Worksnaps API
Download

pyworksnaps Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • LetoLab Ltd
  • Publisher web site:
  • http://letolab.com

pyworksnaps Tags


pyworksnaps Description

pyworksnaps is a Python library for the Worksnaps API.Example:from datetime import datefrom pyworksnaps import Worksnapsw = 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_commentProduct's homepage


pyworksnaps Related Software