11Google Cloud Python Client
22==========================
33
4- Python idiomatic client for `Google Cloud Platform `_ services.
4+ Python idiomatic clients for `Google Cloud Platform `_ services.
55
66.. _Google Cloud Platform : https://cloud.google.com/
77
8- |circleci | |appveyor | |coverage |
9-
108- `Homepage `_
119- `API Documentation `_
1210- `Read The Docs Documentation `_
@@ -20,15 +18,34 @@ Google Cloud Python Client
2018.. _Python 3 runtime : https://cloud.google.com/appengine/docs/standard/python3
2119.. _Python 2 runtime : https://cloud.google.com/appengine/docs/standard/python
2220
21+ General Availability
22+ --------------------
23+
24+ **GA ** (general availability) indicates that the client library for a
25+ particular service is stable, and that the code surface will not change in
26+ backwards-incompatible ways unless either absolutely necessary (e.g. because
27+ of critical security issues) or with an extensive deprecation period.
28+ Issues and requests against GA libraries are addressed with the highest
29+ priority.
30+
31+ .. note ::
32+
33+ Sub-components of GA libraries explicitly marked as beta in the
34+ import path (e.g. ``google.cloud.language_v1beta2 ``) should be considered
35+ to be beta.
36+
2337The following client libraries have **GA ** support:
2438
39+ - `Google BigQuery `_ (`BigQuery README `_)
2540- `Google Cloud Datastore `_ (`Datastore README `_)
2641- `Google Cloud Natural Language `_ (`Natural Language README `_)
2742- `Google Cloud Spanner `_ (`Spanner README `_)
2843- `Google Cloud Storage `_ (`Storage README `_)
2944- `Google Cloud Translation `_ (`Translation README `_)
3045- `Stackdriver Logging `_ (`Logging README `_)
3146
47+ .. _Google BigQuery : https://pypi.org/project/google-cloud-bigquery/
48+ .. _BigQuery README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery
3249.. _Google Cloud Datastore : https://pypi.org/project/google-cloud-datastore/
3350.. _Datastore README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
3451.. _Google Cloud Natural Language : https://pypi.org/project/google-cloud-language/
@@ -42,35 +59,22 @@ The following client libraries have **GA** support:
4259.. _Stackdriver Logging : https://pypi.org/project/google-cloud-logging/
4360.. _Logging README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/logging
4461
45- **GA ** (general availability) indicates that the client library for a
46- particular service is stable, and that the code surface will not change in
47- backwards-incompatible ways unless either absolutely necessary (e.g. because
48- of critical security issues) or with an extensive deprecation period.
49- Issues and requests against GA libraries are addressed with the highest
50- priority.
51-
52- .. note ::
62+ Beta Support
63+ ------------
5364
54- Sub-components of GA libraries explicitly marked as beta in the
55- import path (e.g. `` google.cloud.language_v1beta2 ``) should be considered
56- to be beta .
65+ ** Beta ** indicates that the client library for a particular service is
66+ mostly stable and is being prepared for release. Issues and requests
67+ against beta libraries are addressed with a higher priority .
5768
5869The following client libraries have **beta ** support:
5970
60- - `Google BigQuery `_ (`BigQuery README `_)
6171- `Google Cloud Bigtable `_ (`Bigtable README `_)
6272- `Google Cloud Firestore `_ (`Firestore README `_)
6373- `Google Cloud Pub/Sub `_ (`Pub/Sub README `_)
6474- `Google Cloud Speech `_ (`Speech README `_)
6575- `Google Cloud Video Intelligence `_ (`Video Intelligence README `_)
6676- `Google Cloud Vision `_ (`Vision README `_)
6777
68- **Beta ** indicates that the client library for a particular service is
69- mostly stable and is being prepared for release. Issues and requests
70- against beta libraries are addressed with a higher priority.
71-
72- .. _Google BigQuery : https://pypi.org/project/google-cloud-bigquery/
73- .. _BigQuery README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery
7478.. _Google Cloud Bigtable : https://pypi.org/project/google-cloud-bigtable/
7579.. _Bigtable README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigtable
7680.. _Google Cloud Firestore : https://pypi.org/project/google-cloud-firestore/
@@ -84,8 +88,17 @@ against beta libraries are addressed with a higher priority.
8488.. _Google Cloud Vision : https://pypi.org/project/google-cloud-vision/
8589.. _Vision README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/vision
8690
91+
92+ Alpha Support
93+ -------------
94+
95+ **Alpha ** indicates that the client library for a particular service is
96+ still a work-in-progress and is more likely to get backwards-incompatible
97+ updates. See `versioning `_ for more details.
98+
8799The following client libraries have **alpha ** support:
88100
101+ - `Google Cloud Asset `_ (`Asset README `_)
89102- `Google Cloud AutoML `_ (`AutoML README `_)
90103- `Google BigQuery Data Transfer `_ (`BigQuery Data Transfer README `_)
91104- `Google Cloud Bigtable - HappyBase `_ (`HappyBase README `_)
@@ -105,10 +118,8 @@ The following client libraries have **alpha** support:
105118- `Stackdriver Error Reporting `_ (`Error Reporting README `_)
106119- `Stackdriver Monitoring `_ (`Monitoring README `_)
107120
108- **Alpha ** indicates that the client library for a particular service is
109- still a work-in-progress and is more likely to get backwards-incompatible
110- updates. See `versioning `_ for more details.
111-
121+ .. _Google Cloud Asset : https://pypi.org/project/google-cloud-asset/
122+ .. _Asset README : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/asset
112123.. _Google Cloud AutoML : https://pypi.org/project/google-cloud-automl/
113124.. _AutoML README : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/automl
114125.. _Google BigQuery Data Transfer : https://pypi.org/project/google-cloud-bigquery-datatransfer/
@@ -164,6 +175,7 @@ Example Applications
164175.. _tutorial : https://cloud.google.com/python
165176.. _google-cloud-python-expenses-demo : https://github.com/GoogleCloudPlatform/google-cloud-python-expenses-demo
166177
178+
167179Authentication
168180--------------
169181
@@ -184,26 +196,20 @@ See the `CONTRIBUTING doc`_ for more information on how to get started.
184196
185197.. _CONTRIBUTING doc : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst
186198
199+
187200Community
188201---------
189202
190203Google Cloud Platform Python developers hang out in `Slack `_ in the ``#python ``
191204channel, click here to `get an invitation `_.
192205
193-
194206.. _Slack : https://googlecloud-community.slack.com
195207.. _get an invitation : https://gcp-slack.appspot.com/
196208
209+
197210License
198211-------
199212
200213Apache 2.0 - See `the LICENSE `_ for more information.
201214
202215.. _the LICENSE : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/LICENSE
203-
204- .. |circleci | image :: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python.svg?style=shield
205- :target: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python
206- .. |appveyor | image :: https://ci.appveyor.com/api/projects/status/github/googlecloudplatform/google-cloud-python?branch=master&svg=true
207- :target: https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python
208- .. |coverage | image :: https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-python/badge.svg?branch=master
209- :target: https://coveralls.io/r/GoogleCloudPlatform/google-cloud-python?branch=master
0 commit comments