mapio / gdata-python-scripts

A few examples of GData usage in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GData python scripts

This projects collects some simple scripts and examples using the Google Spreadsheets Data APIs and Google Calendar Data APIs client libraries for Python.

The main goal is to collect and publish small snippets of code that, if not completely general and ready to use, remain simple enoguh (and hopefully well documented) to be adapted to you own needs.

The code in this project is based on

  • Python version 2.6.1
  • gdata-python-client version 1.3
  • python-dateutil 1.4.1 (for the calendar part) and has been tested on Mac OS X 10.5.6.

About

A few examples of GData usage in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%