| --- |
| title: "404: Page not found" |
| type: page |
| hidden: yes |
| # For gh-pages |
| permalink: /404.html |
| --- |
| |
| <!DOCTYPE html> |
| <html> |
| |
| <head> |
| <meta charset='utf-8' /> |
| <meta http-equiv="X-UA-Compatible" content="chrome=1" /> |
| <meta name="description" content="oauth2client: A Python library for accessing resources protected by OAuth 2.0" /> |
| |
| <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> |
| |
| <title>oauth2client</title> |
| </head> |
| |
| <body> |
| |
| <!-- HEADER --> |
| <div id="header_wrap" class="outer"> |
| <header class="inner"> |
| <a id="forkme_banner" href="https://github.com/google/oauth2client">View on GitHub</a> |
| |
| <h1 id="project_title">oauth2client</h1> |
| <h2 id="project_tagline">A Python library for accessing resources protected by OAuth 2.0</h2> |
| |
| <section id="downloads"> |
| <a class="zip_download_link" href="https://github.com/google/oauth2client/zipball/master">Download this project as a .zip file</a> |
| <a class="tar_download_link" href="https://github.com/google/oauth2client/tarball/master">Download this project as a tar.gz file</a> |
| </section> |
| </header> |
| </div> |
| |
| <div id="main_content_wrap" class="outer"> |
| <section id="main_content" class="inner"> |
| <h3><span class="octicon octicon-link"></span>We've Moved!</h3> |
| <p>Our <a href="https://oauth2client.readthedocs.org/">documentation</a> |
| is now hosted on <code>readthedocs.org</code>. |
| </p> |
| </section> |
| </div> |
| |
| </body> |
| </html> |