11< section class ="hero-banner ">
22 < div class ="container clearfix ">
33 < div class ="quote-box ">
4- < h1 > gcloud</ h1 >
4+ < h1 > gcloud-python </ h1 >
55 < p > Google Cloud Client Library for Python
66 - an idiomatic, intuitive, and natural way for Python developers to
77 integrate with Google Cloud Platform services, like Cloud Datastore
@@ -60,7 +60,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
6060 < div class ="quote-box ">
6161 < h3 class ="block-title "> What is it?</ h3 >
6262
63- < p > < code > gcloud</ code > is a client library for accessing Google
63+ < p > < code > gcloud-python </ code > is a client library for accessing Google
6464 Cloud Platform services that significantly reduces the boilerplate
6565 code you have to write. The library provides high-level API
6666 abstractions so they're easier to understand. It embraces
@@ -69,7 +69,7 @@ <h3 class="block-title">What is it?</h3>
6969 All this means you spend more time creating code that matters
7070 to you.</ p >
7171
72- < p > < code > gcloud</ code > is configured to access Google Cloud Platform
72+ < p > < code > gcloud-python </ code > is configured to access Google Cloud Platform
7373 services and authorize (OAuth 2.0) automatically on your behalf.
7474 With a one-line install and a private key, you are up and ready
7575 to go. Better yet, if you are running on a Google Compute Engine
@@ -107,22 +107,22 @@ <h3 class="block-title">Examples</h3>
107107 < div class ="container clearfix ">
108108 < h3 class ="block-title "> FAQ</ h3 >
109109
110- < h4 > What is the relationship between the < code > gcloud</ code > package
110+ < h4 > What is the relationship between the < code > gcloud-python </ code > package
111111 and the < code > gcloud</ code > command-line tool?</ h4 >
112112 < p > Both the < code > gcloud</ code > command-line tool and
113- < code > gcloud</ code > package are a part of the Google Cloud SDK: a collection
113+ < code > gcloud-python </ code > package are a part of the Google Cloud SDK: a collection
114114 of tools and libraries that enable you to easily create and manage
115115 resources on the Google Cloud Platform. The < code > gcloud</ code > command-line
116116 tool can be used to manage both your development workflow and your
117- Google Cloud Platform resources while the < code > gcloud</ code > package is the
117+ Google Cloud Platform resources while the < code > gcloud-python </ code > package is the
118118 Google Cloud Client Library for Python.</ p >
119119
120- < h4 > What is the relationship between < code > gcloud</ code >
120+ < h4 > What is the relationship between < code > gcloud-python </ code >
121121 and the Google APIs Python Client?</ h4 >
122122 < p > The < a href ="https://github.com/google/google-api-python-client ">
123123 Google APIs Python Client</ a > is a client library for
124124 using the broad set of Google APIs.
125- < code > gcloud</ code > is built specifically for the Google Cloud Platform
125+ < code > gcloud-python </ code > is built specifically for the Google Cloud Platform
126126 and is the recommended way to integrate Google Cloud APIs into your
127127 Python applications. If your application requires both Google Cloud Platform and
128128 other Google APIs, the 2 libraries may be used by your application.</ p >
0 commit comments