Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ascii"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | <head> |
| 6 | <title>Module Hierarchy</title> |
| 7 | <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | <script type="text/javascript" src="epydoc.js"></script> |
| 9 | </head> |
| 10 | |
| 11 | <body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | alink="#204080"> |
| 13 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 14 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 15 | bgcolor="#a0c0ff" cellspacing="0"> |
| 16 | <tr valign="middle"> |
| 17 | |
| 18 | <!-- Tree link --> |
| 19 | <th bgcolor="#70b0f0" class="navbar-select" |
| 20 | > Trees </th> |
| 21 | |
| 22 | <!-- Index link --> |
| 23 | <th> <a |
| 24 | href="identifier-index.html">Indices</a> </th> |
| 25 | |
| 26 | <!-- Help link --> |
| 27 | <th> <a |
| 28 | href="help.html">Help</a> </th> |
| 29 | |
| 30 | <th class="navbar" width="100%"></th> |
| 31 | </tr> |
| 32 | </table> |
| 33 | <table width="100%" cellpadding="0" cellspacing="0"> |
| 34 | <tr valign="top"> |
| 35 | <td width="100%"> </td> |
| 36 | <td> |
| 37 | <table cellpadding="0" cellspacing="0"> |
| 38 | <!-- hide/show private --> |
| 39 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 40 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 41 | <tr><td align="right"><span class="options" |
| 42 | >[<a href="frames.html" target="_top">frames</a |
| 43 | >] | <a href="module-tree.html" |
| 44 | target="_top">no frames</a>]</span></td></tr> |
| 45 | </table> |
| 46 | </td> |
| 47 | </tr> |
| 48 | </table> |
| 49 | <center><b> |
| 50 | [ <a href="module-tree.html">Module Hierarchy</a> |
| 51 | | <a href="class-tree.html">Class Hierarchy</a> ] |
| 52 | </b></center><br /> |
| 53 | <h1 class="epydoc">Module Hierarchy</h1> |
| 54 | <ul class="nomargin-top"> |
| 55 | <li> <strong class="uidlink"><a href="apiclient-module.html">apiclient</a></strong> |
| 56 | <ul> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 57 | <li> <strong class="uidlink"><a href="apiclient.discovery-module.html">apiclient.discovery</a></strong>: <em class="summary">Client for discovery based APIs</em> </li> |
| 58 | <li> <strong class="uidlink"><a href="apiclient.errors-module.html">apiclient.errors</a></strong>: <em class="summary">Errors for the library.</em> </li> |
| 59 | <li> <strong class="uidlink"><a href="apiclient.ext-module.html">apiclient.ext</a></strong> </li> |
| 60 | <li> <strong class="uidlink"><a href="apiclient.http-module.html">apiclient.http</a></strong>: <em class="summary">Classes to encapsulate a single HTTP request.</em> </li> |
| 61 | <li> <strong class="uidlink"><a href="apiclient.mimeparse-module.html">apiclient.mimeparse</a></strong>: <em class="summary">MIME-Type Parser</em> </li> |
| 62 | <li> <strong class="uidlink"><a href="apiclient.model-module.html">apiclient.model</a></strong>: <em class="summary">Model objects for requests and responses.</em> </li> |
| 63 | <li> <strong class="uidlink"><a href="apiclient.schema-module.html">apiclient.schema</a></strong>: <em class="summary">Schema processing for discovery based APIs</em> </li> |
| 64 | </ul> |
| 65 | </li> |
| 66 | <li> <strong class="uidlink"><a href="oauth2client-module.html">oauth2client</a></strong> |
| 67 | <ul> |
| 68 | <li> <strong class="uidlink"><a href="oauth2client.anyjson-module.html">oauth2client.anyjson</a></strong>: <em class="summary">Utility module to import a JSON module</em> </li> |
| 69 | <li> <strong class="uidlink"><a href="oauth2client.appengine-module.html">oauth2client.appengine</a></strong>: <em class="summary">Utilities for Google App Engine</em> </li> |
| 70 | <li> <strong class="uidlink"><a href="oauth2client.client-module.html">oauth2client.client</a></strong>: <em class="summary">An OAuth 2.0 client.</em> </li> |
| 71 | <li> <strong class="uidlink"><a href="oauth2client.clientsecrets-module.html">oauth2client.clientsecrets</a></strong>: <em class="summary">Utilities for reading OAuth 2.0 client secret files.</em> </li> |
| 72 | <li> <strong class="uidlink"><a href="oauth2client.crypt-module.html">oauth2client.crypt</a></strong> </li> |
| 73 | <li> <strong class="uidlink"><a href="oauth2client.django_orm-module.html">oauth2client.django_orm</a></strong>: <em class="summary">OAuth 2.0 utilities for Django.</em> </li> |
| 74 | <li> <strong class="uidlink"><a href="oauth2client.file-module.html">oauth2client.file</a></strong>: <em class="summary">Utilities for OAuth.</em> </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 75 | <li> <strong class="uidlink"><a href="oauth2client.gce-module.html">oauth2client.gce</a></strong>: <em class="summary">Utilities for Google Compute Engine</em> </li> |
Joe Gregorio | ad8013f | 2012-08-03 08:44:02 -0400 | [diff] [blame] | 76 | <li> <strong class="uidlink"><a href="oauth2client.keyring_storage-module.html">oauth2client.keyring_storage</a></strong>: <em class="summary">A keyring based Storage.</em> </li> |
Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 77 | <li> <strong class="uidlink"><a href="oauth2client.locked_file-module.html">oauth2client.locked_file</a></strong>: <em class="summary">Locked file interface that should work on Unix and Windows pythons.</em> </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 78 | <li> <strong class="uidlink"><a href="oauth2client.multistore_file-module.html">oauth2client.multistore_file</a></strong>: <em class="summary">Multi-credential file store with lock support.</em> </li> |
| 79 | <li> <strong class="uidlink"><a href="oauth2client.tools-module.html">oauth2client.tools</a></strong>: <em class="summary">Command-line tools for authenticating via OAuth 2.0</em> </li> |
Joe Gregorio | ad8013f | 2012-08-03 08:44:02 -0400 | [diff] [blame] | 80 | <li> <strong class="uidlink"><a href="oauth2client.util-module.html">oauth2client.util</a></strong>: <em class="summary">Common utility library.</em> </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 81 | <li> <strong class="uidlink"><a href="oauth2client.xsrfutil-module.html">oauth2client.xsrfutil</a></strong>: <em class="summary">Helper methods for creating & verifying XSRF tokens.</em> </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 82 | </ul> |
| 83 | </li> |
| 84 | </ul> |
| 85 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 86 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 87 | bgcolor="#a0c0ff" cellspacing="0"> |
| 88 | <tr valign="middle"> |
| 89 | |
| 90 | <!-- Tree link --> |
| 91 | <th bgcolor="#70b0f0" class="navbar-select" |
| 92 | > Trees </th> |
| 93 | |
| 94 | <!-- Index link --> |
| 95 | <th> <a |
| 96 | href="identifier-index.html">Indices</a> </th> |
| 97 | |
| 98 | <!-- Help link --> |
| 99 | <th> <a |
| 100 | href="help.html">Help</a> </th> |
| 101 | |
| 102 | <th class="navbar" width="100%"></th> |
| 103 | </tr> |
| 104 | </table> |
| 105 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 106 | <tr> |
| 107 | <td align="left" class="footer"> |
Joe Gregorio | f4839b0 | 2012-09-06 13:47:24 -0400 | [diff] [blame] | 108 | Generated by Epydoc 3.0.1 on Thu Sep 6 13:36:11 2012 |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 109 | </td> |
| 110 | <td align="right" class="footer"> |
| 111 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 112 | >http://epydoc.sourceforge.net</a> |
| 113 | </td> |
| 114 | </tr> |
| 115 | </table> |
| 116 | |
| 117 | <script type="text/javascript"> |
| 118 | <!-- |
| 119 | // Private objects are initially displayed (because if |
| 120 | // javascript is turned off then we want them to be |
| 121 | // visible); but by default, we want to hide them. So hide |
| 122 | // them unless we have a cookie that says to show them. |
| 123 | checkCookie(); |
| 124 | // --> |
| 125 | </script> |
| 126 | </body> |
| 127 | </html> |