summaryrefslogtreecommitdiff
path: root/libraries/gdata/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gdata/README')
-rw-r--r--libraries/gdata/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/gdata/README b/libraries/gdata/README
new file mode 100644
index 0000000000..3a34e40eb8
--- /dev/null
+++ b/libraries/gdata/README
@@ -0,0 +1,18 @@
+The GData (Google data) APIs provide a simple protocol for reading
+and writing data on the web. Each of the following Google services
+provides a Google data API:
+
+ * Base
+ * Blogger
+ * Calendar
+ * Code Search
+ * Contacts
+ * Document List
+ * Google Apps Provisioning
+ * Notebook
+ * Picasa Web Albums
+ * Spreadsheets
+ * YouTube
+
+The Google data Python client library provides a library and source
+code that make it easy to access data through Google data APIs.