diff --git a/describe.py b/describe.py
index fd8c89d..ff2ec1f 100644
--- a/describe.py
+++ b/describe.py
@@ -22,7 +22,7 @@ import re
import sys
import httplib2
-from apiclient.anyjson import simplejson
+from oauth2client.anyjson import simplejson
from apiclient.discovery import build
BASE = 'docs/dyn'
diff --git a/docs/apiclient.contrib.html b/docs/apiclient.contrib.html
index fbf5bf5..e5af4a7 100644
--- a/docs/apiclient.contrib.html
+++ b/docs/apiclient.contrib.html
@@ -8,7 +8,7 @@
apiclient.contrib | index /home/jcgregorio/projects/apiclient-release/apiclient/contrib/__init__.py |
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/__init__.py
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/latitude/__init__.py
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/moderator/__init__.py
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/discovery.py
Client for discovery based APIs
A client library for Google's discovery based APIs.
@@ -27,7 +27,7 @@ A client library for Google's discovery based 
os
random
re
-simplejson
+json
| uritemplate
urllib
urlparse
diff --git a/docs/apiclient.errors.html b/docs/apiclient.errors.html
index e95faf3..d1f9ef2 100644
--- a/docs/apiclient.errors.html
+++ b/docs/apiclient.errors.html
@@ -8,7 +8,7 @@
|
apiclient.errors | index /home/jcgregorio/projects/apiclient-release/apiclient/errors.py |
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/errors.py
Errors for the library.
All exceptions defined by the library
@@ -20,7 +20,7 @@ should be defined in this file.
Modules
| | |
-
@@ -35,9 +35,13 @@ should be defined in this file.
Error
+- HttpError
+
-
+
- BatchError
-
- HttpError
-
- InvalidJsonError
+
+
+- InvalidJsonError
- MediaUploadSizeError
- ResumableUploadError
- UnacceptableMimeTypeError
@@ -54,27 +58,32 @@ should be defined in this file.
-class BatchError(Error) |
+class BatchError(HttpError)
| |
Error occured during batch operations. |
| |
- Method resolution order:
- BatchError
+- HttpError
- Error
- exceptions.Exception
- exceptions.BaseException
- __builtin__.object
+
+Methods defined here:
+- __init__(self, reason, resp=None, content=None)
+
+- __repr__(self)
+
+- __str__ = __repr__(self)
+
Data descriptors inherited from Error:
- __weakref__
- list of weak references to the object (if defined)
-
-Methods inherited from exceptions.Exception:
-- __init__(...)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
Data and other attributes inherited from exceptions.Exception:
- __new__ = <built-in method __new__ of type object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
@@ -93,14 +102,10 @@ Use of negative indices is not supported.- __reduce__(...)
-- __repr__(...)
- x.__repr__() <==> repr(x)
-
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __setstate__(...)
-- __str__(...)
- x.__str__() <==> str(x)
-
- __unicode__(...)
diff --git a/docs/apiclient.ext.appengine.html b/docs/apiclient.ext.appengine.html
index 1166495..9a59842 100644
--- a/docs/apiclient.ext.appengine.html
+++ b/docs/apiclient.ext.appengine.html
@@ -8,7 +8,7 @@
|
apiclient.ext.appengine | index /home/jcgregorio/projects/apiclient-release/apiclient/ext/appengine.py |
+>index /usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/appengine.py
Utilities for Google App Engine
Utilities for making it easier to use the
@@ -116,20 +116,6 @@ the arguments to this class and what they&nbs
Returns:
Default value as provided by __init__(default).
- - get_updated_value_for_datastore(self, model_instance)
- Determine new value for auto-updated property.
-
-Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
-value on every put(). This call must return the new desired value for such
-properties. For all other properties, this call must return
-AUTO_UPDATE_UNCHANGED.
-
-Args:
- model_instance: Instance to get new value for.
-
-Returns:
- Datastore representation of the new model value in a form that is
- appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
-
Data descriptors inherited from google.appengine.ext.db.Property:
- __dict__
@@ -214,20 +200,6 @@ the arguments to this class and what they&nbs
Returns:
Default value as provided by __init__(default).
-- get_updated_value_for_datastore(self, model_instance)
- Determine new value for auto-updated property.
-
-Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
-value on every put(). This call must return the new desired value for such
-properties. For all other properties, this call must return
-AUTO_UPDATE_UNCHANGED.
-
-Args:
- model_instance: Instance to get new value for.
-
-Returns:
- Datastore representation of the new model value in a form that is
- appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
-
Data descriptors inherited from google.appengine.ext.db.Property:
- __dict__
diff --git a/docs/apiclient.ext.authtools.html b/docs/apiclient.ext.authtools.html
index 397da01..ceeb801 100644
--- a/docs/apiclient.ext.authtools.html
+++ b/docs/apiclient.ext.authtools.html
@@ -8,7 +8,7 @@
apiclient.ext.authtools | index /home/jcgregorio/projects/apiclient-release/apiclient/ext/authtools.py |
|
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/authtools.py
Command-line tools for authenticating via OAuth 1.0
Do the OAuth 1.0 Three Legged Dance for
diff --git a/docs/apiclient.ext.django_orm.html b/docs/apiclient.ext.django_orm.html
index e07dec5..e242bd7 100644
--- a/docs/apiclient.ext.django_orm.html
+++ b/docs/apiclient.ext.django_orm.html
@@ -8,7 +8,7 @@
apiclient.ext.django_orm | index /home/jcgregorio/projects/apiclient-release/apiclient/ext/django_orm.py |
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/django_orm.py
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -65,9 +65,13 @@
Methods defined here:
- contribute_to_class(self, cls, name)
-- db_type(self)
+- db_type = inner(*args, **kwargs)
-- get_db_prep_value(self, value)
+- get_db_prep_lookup = inner(*args, **kwargs)
+
+- get_db_prep_save = inner(*args, **kwargs)
+
+- get_db_prep_value = inner(*args, **kwargs)
- to_python(self, value)
@@ -82,10 +86,14 @@ Methods inherited from django.db.mo
- __deepcopy__(self, memodict)
-- __init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
+- __init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
- bind(self, fieldmapping, original, bound_field_class)
+- clean(self, value, model_instance)
- Convert the value's type and run validation. Validation errors from to_python
+and validate are propagated. The correct value is returned if no error is
+raised.
+
- formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
- Returns a django.forms.Field instance for this database Field.
- get_attname(self)
@@ -99,26 +107,31 @@ as SelectField choices for this field.
- get_choices_default(self)
-- get_db_prep_lookup(self, lookup_type, value)
- Returns field's value prepared for database lookup.
-
-- get_db_prep_save(self, value)
- Returns field's value prepared for saving into a database.
-
- get_default(self)
- Returns the default value for this field.
- get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
- Returns flattened choices with a default blank choice included.
- get_internal_type(self)
+- get_prep_lookup(self, lookup_type, value)
- Perform preliminary non-db specific lookup checks and conversions
+
+- get_prep_value(self, value)
- Perform preliminary non-db specific value checks and conversions.
+
- get_validator_unique_lookup_type(self)
- has_default(self)
- Returns a boolean of whether this field has a default value.
- pre_save(self, model_instance, add)
- Returns field's value just before saving.
+- run_validators(self, value)
+
- save_form_data(self, instance, data)
- set_attributes_from_name(self, name)
+- validate(self, value, model_instance)
- Validates value and throws ValidationError. Subclasses should override
+this to provide validation logic.
+
- value_from_object(self, obj)
- Returns the value of this field in the given model instance.
- value_to_string(self, obj)
- Returns a string value of this field from the passed obj.
@@ -134,6 +147,8 @@ Data descriptors inherited from dja
- choices
+- description
+
- flatchoices
- Flattened version of choices tuple.
@@ -145,6 +160,10 @@ Data and other attributes inherited from
- contribute_to_class(self, cls, name)
-- db_type(self)
+- db_type = inner(*args, **kwargs)
-- get_db_prep_value(self, value)
+- get_db_prep_lookup = inner(*args, **kwargs)
+
+- get_db_prep_save = inner(*args, **kwargs)
+
+- get_db_prep_value = inner(*args, **kwargs)
- to_python(self, value)
@@ -180,10 +203,14 @@ Methods inherited from django.db.mo
- __deepcopy__(self, memodict)
-- __init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
+- __init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
- bind(self, fieldmapping, original, bound_field_class)
+- clean(self, value, model_instance)
- Convert the value's type and run validation. Validation errors from to_python
+and validate are propagated. The correct value is returned if no error is
+raised.
+
- formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
- Returns a django.forms.Field instance for this database Field.
- get_attname(self)
@@ -197,26 +224,31 @@ as SelectField choices for this field.
- get_choices_default(self)
-- get_db_prep_lookup(self, lookup_type, value)
- Returns field's value prepared for database lookup.
-
-- get_db_prep_save(self, value)
- Returns field's value prepared for saving into a database.
-
- get_default(self)
- Returns the default value for this field.
- get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
- Returns flattened choices with a default blank choice included.
- get_internal_type(self)
+- get_prep_lookup(self, lookup_type, value)
- Perform preliminary non-db specific lookup checks and conversions
+
+- get_prep_value(self, value)
- Perform preliminary non-db specific value checks and conversions.
+
- get_validator_unique_lookup_type(self)
- has_default(self)
- Returns a boolean of whether this field has a default value.
- pre_save(self, model_instance, add)
- Returns field's value just before saving.
+- run_validators(self, value)
+
- save_form_data(self, instance, data)
- set_attributes_from_name(self, name)
+- validate(self, value, model_instance)
- Validates value and throws ValidationError. Subclasses should override
+this to provide validation logic.
+
- value_from_object(self, obj)
- Returns the value of this field in the given model instance.
- value_to_string(self, obj)
- Returns a string value of this field from the passed obj.
@@ -232,6 +264,8 @@ Data descriptors inherited from dja
- choices
+- description
+
- flatchoices
- Flattened version of choices tuple.
@@ -243,6 +277,10 @@ Data and other attributes inherited from
apiclient.ext.fileindex /home/jcgregorio/projects/apiclient-release/apiclient/ext/file.py |
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/file.py
Utilities for OAuth.
Utilities for making it easier to work with OAuth 1.0 credentials.
@@ -29,7 +29,7 @@ Utilities for making it easier to work with&n
| | |
-- apiclient.oauth.Storage(__builtin__.object)
+
- oauth2client.client.Storage(__builtin__.object)
-
- Storage
@@ -40,14 +40,14 @@ Utilities for making it easier to work with&n
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/__init__.py |
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/__init__.py
@@ -17,15 +17,14 @@
Package Contents
| | |
-
+schema
+ | |