MANIFEST.in
README.md
setup.py
src/atom/__init__.py
src/atom/auth.py
src/atom/client.py
src/atom/core.py
src/atom/data.py
src/atom/http.py
src/atom/http_core.py
src/atom/http_interface.py
src/atom/mock_http.py
src/atom/mock_http_core.py
src/atom/mock_service.py
src/atom/service.py
src/atom/token_store.py
src/atom/url.py
src/gdata/__init__.py
src/gdata/apps_property.py
src/gdata/auth.py
src/gdata/client.py
src/gdata/core.py
src/gdata/data.py
src/gdata/gauth.py
src/gdata/sample_util.py
src/gdata/service.py
src/gdata/test_config.py
src/gdata/test_data.py
src/gdata/urlfetch.py
src/gdata/acl/__init__.py
src/gdata/acl/data.py
src/gdata/alt/__init__.py
src/gdata/alt/app_engine.py
src/gdata/alt/appengine.py
src/gdata/analytics/__init__.py
src/gdata/analytics/client.py
src/gdata/analytics/data.py
src/gdata/analytics/service.py
src/gdata/apps/__init__.py
src/gdata/apps/apps_property_entry.py
src/gdata/apps/client.py
src/gdata/apps/data.py
src/gdata/apps/service.py
src/gdata/apps/adminsettings/__init__.py
src/gdata/apps/adminsettings/service.py
src/gdata/apps/audit/__init__.py
src/gdata/apps/audit/service.py
src/gdata/apps/emailsettings/__init__.py
src/gdata/apps/emailsettings/client.py
src/gdata/apps/emailsettings/data.py
src/gdata/apps/emailsettings/service.py
src/gdata/apps/groups/__init__.py
src/gdata/apps/groups/client.py
src/gdata/apps/groups/data.py
src/gdata/apps/groups/service.py
src/gdata/apps/migration/__init__.py
src/gdata/apps/migration/service.py
src/gdata/apps/multidomain/__init__.py
src/gdata/apps/multidomain/client.py
src/gdata/apps/multidomain/data.py
src/gdata/apps/organization/__init__.py
src/gdata/apps/organization/client.py
src/gdata/apps/organization/data.py
src/gdata/apps/organization/service.py
src/gdata/blogger/__init__.py
src/gdata/blogger/client.py
src/gdata/blogger/data.py
src/gdata/blogger/service.py
src/gdata/calendar/__init__.py
src/gdata/calendar/client.py
src/gdata/calendar/data.py
src/gdata/calendar/service.py
src/gdata/calendar_resource/__init__.py
src/gdata/calendar_resource/client.py
src/gdata/calendar_resource/data.py
src/gdata/codesearch/__init__.py
src/gdata/codesearch/service.py
src/gdata/contacts/__init__.py
src/gdata/contacts/client.py
src/gdata/contacts/data.py
src/gdata/contacts/service.py
src/gdata/contentforshopping/__init__.py
src/gdata/contentforshopping/client.py
src/gdata/contentforshopping/data.py
src/gdata/docs/__init__.py
src/gdata/docs/client.py
src/gdata/docs/data.py
src/gdata/docs/service.py
src/gdata/dublincore/__init__.py
src/gdata/dublincore/data.py
src/gdata/exif/__init__.py
src/gdata/geo/__init__.py
src/gdata/geo/data.py
src/gdata/marketplace/__init__.py
src/gdata/marketplace/client.py
src/gdata/marketplace/data.py
src/gdata/media/__init__.py
src/gdata/media/data.py
src/gdata/oauth/CHANGES.txt
src/gdata/oauth/__init__.py
src/gdata/oauth/rsa.py
src/gdata/opensearch/__init__.py
src/gdata/opensearch/data.py
src/gdata/photos/__init__.py
src/gdata/photos/service.py
src/gdata/projecthosting/__init__.py
src/gdata/projecthosting/client.py
src/gdata/projecthosting/data.py
src/gdata/sites/__init__.py
src/gdata/sites/client.py
src/gdata/sites/data.py
src/gdata/spreadsheet/__init__.py
src/gdata/spreadsheet/service.py
src/gdata/spreadsheet/text_db.py
src/gdata/spreadsheets/__init__.py
src/gdata/spreadsheets/client.py
src/gdata/spreadsheets/data.py
src/gdata/webmastertools/__init__.py
src/gdata/webmastertools/data.py
src/gdata/webmastertools/service.py
src/gdata/youtube/__init__.py
src/gdata/youtube/client.py
src/gdata/youtube/data.py
src/gdata/youtube/service.py
src/gdata_python3.egg-info/PKG-INFO
src/gdata_python3.egg-info/SOURCES.txt
src/gdata_python3.egg-info/dependency_links.txt
src/gdata_python3.egg-info/requires.txt
src/gdata_python3.egg-info/top_level.txt
tests/__init__.py
tests/all_tests.py
tests/all_tests_cached.py
tests/all_tests_clear_cache.py
tests/all_tests_coverage.py
tests/all_tests_local.py
tests/atom_test.py
tests/coverage.py
tests/gdata_test.py
tests/module_test_runner.py
tests/run_all_tests.py
tests/run_data_tests.py
tests/run_service_tests.py
tests/testimage.jpg
tests/atom_tests/__init__.py
tests/atom_tests/auth_test.py
tests/atom_tests/client_test.py
tests/atom_tests/core_test.py
tests/atom_tests/data_test.py
tests/atom_tests/http_core_test.py
tests/atom_tests/http_interface_test.py
tests/atom_tests/mock_client_test.py
tests/atom_tests/mock_http_core_test.py
tests/atom_tests/mock_http_test.py
tests/atom_tests/mock_server_test.py
tests/atom_tests/service_test.py
tests/atom_tests/token_store_test.py
tests/atom_tests/url_test.py
tests/files/testimage.jpg
tests/gdata_tests/__init__.py
tests/gdata_tests/apps_test.py
tests/gdata_tests/auth_test.py
tests/gdata_tests/blogger_test.py
tests/gdata_tests/calendar_test.py
tests/gdata_tests/client_smoke_test.py
tests/gdata_tests/client_test.py
tests/gdata_tests/codesearch_test.py
tests/gdata_tests/contacts_test.py
tests/gdata_tests/contentforshopping_test.py
tests/gdata_tests/core_test.py
tests/gdata_tests/data_smoke_test.py
tests/gdata_tests/data_test.py
tests/gdata_tests/docs_test.py
tests/gdata_tests/gauth_test.py
tests/gdata_tests/live_client_test.py
tests/gdata_tests/photos_test.py
tests/gdata_tests/resumable_upload_test.py
tests/gdata_tests/sample_util_test.py
tests/gdata_tests/service_test.py
tests/gdata_tests/spreadsheet_test.py
tests/gdata_tests/webmastertools_test.py
tests/gdata_tests/youtube_test.py
tests/gdata_tests/analytics/__init__.py
tests/gdata_tests/analytics/data_test.py
tests/gdata_tests/analytics/live_client_test.py
tests/gdata_tests/analytics/query_test.py
tests/gdata_tests/apps/AppsServiceTestForGetGeneratorForAllEmailLists.pickle
tests/gdata_tests/apps/AppsServiceTestForGetGeneratorForAllNicknames.pickle
tests/gdata_tests/apps/AppsServiceTestForGetGeneratorForAllRecipients.pickle
tests/gdata_tests/apps/AppsServiceTestForGetGeneratorForAllUsers.pickle
tests/gdata_tests/apps/TestDataForGeneratorTest.p
tests/gdata_tests/apps/__init__.py
tests/gdata_tests/apps/data_test.py
tests/gdata_tests/apps/live_client_test.py
tests/gdata_tests/apps/service_test.py
tests/gdata_tests/apps/service_test_using_mock.py
tests/gdata_tests/apps/emailsettings/__init__.py
tests/gdata_tests/apps/emailsettings/data_test.py
tests/gdata_tests/apps/emailsettings/live_client_test.py
tests/gdata_tests/apps/emailsettings/service_test.py
tests/gdata_tests/apps/groups/__init__.py
tests/gdata_tests/apps/groups/data_test.py
tests/gdata_tests/apps/groups/live_client_test.py
tests/gdata_tests/apps/groups/service_test.py
tests/gdata_tests/apps/migration/__init__.py
tests/gdata_tests/apps/migration/service_test.py
tests/gdata_tests/apps/multidomain/__init__.py
tests/gdata_tests/apps/multidomain/data_test.py
tests/gdata_tests/apps/multidomain/live_client_test.py
tests/gdata_tests/apps/organization/__init__.py
tests/gdata_tests/apps/organization/data_test.py
tests/gdata_tests/apps/organization/live_client_test.py
tests/gdata_tests/apps/organization/service_test.py
tests/gdata_tests/blogger/__init__.py
tests/gdata_tests/blogger/data_test.py
tests/gdata_tests/blogger/live_client_test.py
tests/gdata_tests/blogger/service_test.py
tests/gdata_tests/calendar/__init__.py
tests/gdata_tests/calendar/calendar_acl_test.py
tests/gdata_tests/calendar/service_test.py
tests/gdata_tests/calendar_resource/__init__.py
tests/gdata_tests/calendar_resource/data_test.py
tests/gdata_tests/calendar_resource/live_client_test.py
tests/gdata_tests/contacts/__init__.py
tests/gdata_tests/contacts/live_client_test.py
tests/gdata_tests/contacts/service_test.py
tests/gdata_tests/contacts/profiles/__init__.py
tests/gdata_tests/contacts/profiles/live_client_test.py
tests/gdata_tests/contacts/profiles/service_test.py
tests/gdata_tests/docs/__init__.py
tests/gdata_tests/docs/data_test.py
tests/gdata_tests/docs/live_client_test.py
tests/gdata_tests/docs/service_test.py
tests/gdata_tests/docs/data/test.0.bin
tests/gdata_tests/docs/data/test.0.csv
tests/gdata_tests/docs/data/test.0.doc
tests/gdata_tests/docs/data/test.0.pdf
tests/gdata_tests/docs/data/test.0.ppt
tests/gdata_tests/docs/data/test.0.wmf
tests/gdata_tests/docs/data/test.1.bin
tests/gdata_tests/docs/data/test.1.csv
tests/gdata_tests/docs/data/test.1.doc
tests/gdata_tests/docs/data/test.1.pdf
tests/gdata_tests/docs/data/test.1.ppt
tests/gdata_tests/docs/data/test.1.wmf
tests/gdata_tests/marketplace/__init__.py
tests/gdata_tests/marketplace/live_client_test.py
tests/gdata_tests/oauth/__init__.py
tests/gdata_tests/oauth/data_test.py
tests/gdata_tests/photos/__init__.py
tests/gdata_tests/photos/service_test.py
tests/gdata_tests/projecthosting/__init__.py
tests/gdata_tests/projecthosting/data_test.py
tests/gdata_tests/projecthosting/live_client_test.py
tests/gdata_tests/sites/__init__.py
tests/gdata_tests/sites/data_test.py
tests/gdata_tests/sites/live_client_test.py
tests/gdata_tests/spreadsheet/__init__.py
tests/gdata_tests/spreadsheet/service_test.py
tests/gdata_tests/spreadsheet/text_db_test.py
tests/gdata_tests/spreadsheets/__init__.py
tests/gdata_tests/spreadsheets/data_test.py
tests/gdata_tests/spreadsheets/live_client_test.py
tests/gdata_tests/youtube/__init__.py
tests/gdata_tests/youtube/live_client_test.py
tests/gdata_tests/youtube/service_test.py