Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
47 changes: 47 additions & 0 deletions _landing-page-static/images/icon-lang-php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 33 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>gcloud</title>
<title>google-cloud</title>
<meta name="description" content="Node idiomatic client for Google Cloud services.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico">
Expand All @@ -24,35 +24,41 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
<div class="nav-current">Python</div>
<ul class="menu">
<li>
<a href="https://googlecloudplatform.github.io/gcloud-java/" title="gcloud-java">
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
<li>
<a href="https://googlecloudplatform.github.io/google-cloud-java/" title="google-cloud-java">
<img src="_landing-page-static/images/icon-lang-java-duke.svg" alt="Duke icon" class="menu-icon">
Java
</a>
</li>
<li>
<a href="https://googlecloudplatform.github.io/gcloud-node/" title="gcloud-node">
<a href="https://googlecloudplatform.github.io/google-cloud-node/" title="google-cloud-node">
<img src="_landing-page-static/images/icon-lang-nodejs.svg" alt="Node.js icon" class="menu-icon">
Node.js
</a>
</li>
<li>
<a href="#" title="gcloud-python">
<a href="https://googlecloudplatform.github.io/google-cloud-php/" title="google-cloud-php">
<img src="_landing-page-static/images/icon-lang-php.svg" alt="PHP icon" class="menu-icon">
PHP
</a>
</li>
<li>
<a href="#" title="google-cloud-python">
<img src="_landing-page-static/images/icon-lang-python-white.svg" alt="Python icon" class="menu-icon">
Python
</a>
</li>
<li>
<a href="https://googlecloudplatform.github.io/gcloud-ruby/" title="gcloud-ruby">
<a href="https://googlecloudplatform.github.io/google-cloud-ruby/" title="google-cloud-ruby">
<img src="_landing-page-static/images/icon-lang-ruby.svg" alt="Ruby icon" class="menu-icon" width="24">
Ruby
</a>
</li>
<li>
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
</ul>
</nav>
<!-- end of language-switcher -->
Expand All @@ -62,7 +68,7 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
<section class="hero-banner">
<div class="container clearfix">
<div class="col col-left">
<h1>gcloud</h1>
<h1>google-cloud</h1>
<p>Google Cloud Client Library for Python
- an idiomatic, intuitive, and natural way for Python developers to
integrate with Google Cloud Platform services, like Cloud Datastore
Expand All @@ -71,7 +77,7 @@ <h1>gcloud</h1>

<div class="col col-right">
<h2>One-line install</h2>
<pre>$ pip install --upgrade gcloud</pre>
<pre>$ pip install --upgrade google-cloud</pre>
</div>
</div><!-- end of .container -->
</section><!-- end of .hero-banner -->
Expand All @@ -80,31 +86,31 @@ <h2>One-line install</h2>
<div class="container">
<ul class="featuring-links">
<li>
<a href="stable/" title="gcloud-python docs" class="btn btn-docs">
<a href="stable/" title="google-cloud-python docs" class="btn btn-docs">
<img src="_landing-page-static/images/icon-lang-python.svg" alt="Python icon" />
Read the Docs
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python" title="gcloud-python on GitHub" class="ext-link">
<a href="https://github.com/GoogleCloudPlatform/google-cloud-python" title="google-cloud-python on GitHub" class="ext-link">
<img src="_landing-page-static/images/icon-link-github.svg" alt="GitHub icon" />
GitHub
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="gcloud-python issues on Github" class="ext-link">
<a href="https://github.com/GoogleCloudPlatform/google-cloud-python/issues" title="google-cloud-python issues on Github" class="ext-link">
<img src="_landing-page-static/images/icon-link-github.svg" alt="GitHub icon" />
Issues
</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud-python on StackOverflow" class="ext-link">
<a href="http://stackoverflow.com/questions/tagged/google-cloud-python" title="google-cloud-python on StackOverflow" class="ext-link">
<img src="_landing-page-static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
StackOverflow
</a>
</li>
<li>
<a href="https://pypi.python.org/pypi/gcloud" title="gcloud-python on PyPI" class="ext-link">
<a href="https://pypi.python.org/pypi/google-cloud" title="google-cloud-python on PyPI" class="ext-link">
<img src="_landing-page-static/images/icon-link-package-manager.svg" alt="PyPI icon" />
PyPI
</a>
Expand All @@ -118,7 +124,7 @@ <h2>One-line install</h2>
<div class="col col-left">
<h3 class="block-title">What is it?</h3>

<p><code>gcloud</code> is a client library for accessing Google
<p><code>google-cloud</code> is a client library for accessing Google
Cloud Platform services that significantly reduces the boilerplate
code you have to write. The library provides high-level API
abstractions so they're easier to understand. It embraces
Expand All @@ -127,7 +133,7 @@ <h3 class="block-title">What is it?</h3>
All this means you spend more time creating code that matters
to you.</p>

<p><code>gcloud</code> is configured to access Google Cloud Platform
<p><code>google-cloud</code> is configured to access Google Cloud Platform
services and authorize (OAuth 2.0) automatically on your behalf.
With a one-line install and a private key, you are up and ready
to go. Better yet, if you are running on a Google Compute Engine
Expand All @@ -138,7 +144,7 @@ <h3 class="block-title">What is it?</h3>
<div class="col col-right">
<h4>Retrieve Datastore Entities</h4>

<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">gcloud</span> <span class="kn">import</span> <span class="n">datastore</span>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">google.cloud</span> <span class="kn">import</span> <span class="n">datastore</span>

<span class="n">client</span> <span class="o">=</span> <span class="n">datastore</span><span class="o">.</span><span class="n">Client</span><span class="p">()</span>
<span class="n">product_key</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">key</span><span class="p">(</span><span class="s">'Product'</span><span class="p">,</span> <span class="mi">123</span><span class="p">)</span>
Expand All @@ -156,7 +162,7 @@ <h3 class="block-title">Examples</h3>

<ul>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python-expenses-demo"><code>gcloud-python-expenses-demo</code></a> - Use gcloud-python with the Datastore and Cloud Storage to manage expenses
<a href="https://github.com/GoogleCloudPlatform/gcloud-python-expenses-demo"><code>gcloud-python-expenses-demo</code></a> - Use google-cloud-python with the Datastore and Cloud Storage to manage expenses
</li>
</ul>
</div>
Expand All @@ -166,22 +172,22 @@ <h3 class="block-title">Examples</h3>
<div class="container clearfix">
<h3 class="block-title">FAQ</h3>

<h4>What is the relationship between the <code>gcloud</code> package
<h4>What is the relationship between the <code>google-cloud</code> package
and the <code>gcloud</code> command-line tool?</h4>
<p>Both the <code>gcloud</code> command-line tool and
<code>gcloud</code> package are a part of the Google Cloud SDK: a collection
<code>google-cloud</code> package are a part of the Google Cloud SDK: a collection
of tools and libraries that enable you to easily create and manage
resources on the Google Cloud Platform. The <code>gcloud</code> command-line
tool can be used to manage both your development workflow and your
Google Cloud Platform resources while the <code>gcloud</code> package is the
Google Cloud Platform resources while the <code>google-cloud</code> package is the
Google Cloud Client Library for Python.</p>

<h4>What is the relationship between <code>gcloud</code>
<h4>What is the relationship between <code>google-cloud</code>
and the Google APIs Python Client?</h4>
<p>The <a href="https://github.com/google/google-api-python-client">
Google APIs Python Client</a> is a client library for
using the broad set of Google APIs.
<code>gcloud</code> is built specifically for the Google Cloud Platform
<code>google-cloud</code> is built specifically for the Google Cloud Platform
and is the recommended way to integrate Google Cloud APIs into your
Python applications. If your application requires both Google Cloud Platform and
other Google APIs, the 2 libraries may be used by your application.</p>
Expand Down
2 changes: 1 addition & 1 deletion latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c47f8a026362260bbd4b30e616d24b42
config: b1abedd30578a89bbd7f5f0c1adf0729
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading