GitXplorerGitXplorer
p

gdata-python-client

public
1 stars
0 forks
196 issues

Commits

List of commits on branch master.
Unverified
ee7ad51b262b66850a73af1c75b3af79ee21d075

Adding missing name XML attribute to gdata.contentforshopping.data.Group.

committed 13 years ago
Unverified
031a354dd42e92175b9609d98516e58d7d03976c

Renaming classes for inventory feed of Content API. (Issue 6296085)

committed 13 years ago
Unverified
520fbb906c1cce456311c7ef5746fc6917ba93cc

Updating offline URI for OAuth2 and explicity specifying approval_prompt as a kw arg. (Issue 6296072)

committed 13 years ago
Unverified
cde0bdcf23f19ae6ad1110f05aa57e97ed7a6628

Added individual get for ManagedAccounts, functionality for paging and changed to correct endpoint. (issue 6304076)

committed 13 years ago
Unverified
ad4ed791a6cecb474252a6810770239466df6241

Adding support for Local Products feed in Content API. (Issue 6305091)

committed 13 years ago
Unverified
1f62b6e00eb9af8cb63ae9f4ae2dbde44d97bb37

Adding support for wrong open search version hack on other ContentAPI Feed classes. (Issue 6296071)

committed 13 years ago

README

The README file for this repository.

Copyright (C) 2006-2010 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

For more information on the GData Python client library, please see the 

project on code.google.com's hosting service here: http://code.google.com/p/gdata-python-client/

Dependency Modules

ElementTree - For XML parsing, download here: http://effbot.org/zone/element-index.htm

httplib - Part of the core Python library since version 2.0, so it should already be present.

urllib - For URL creation and URL encoding, should already be present in current versions of Python.