Skip to content

Commit

Permalink
Add alpha and beta references to README.rst. (#2821)
Browse files Browse the repository at this point in the history
* Add alpha and beta references to README.rst.

* Clean up spacing.

* Remove redundant labeling.

* Move Pub/Sub to Alpha section.

* Clarifying Alpha/Beta label.

* Removing stray edit.

* Jon Wayne comments.
  • Loading branch information
daspecster authored and dhermes committed Dec 8, 2016
1 parent 6b93d40 commit 4a0225d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,23 @@ Google Cloud Python Client
.. _API Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/
.. _Read The Docs Documentation: https://google-cloud-python.readthedocs.io/en/latest/

This client supports the following Google Cloud Platform services:
This client library has **beta** support for the following Google
Cloud Platform services:

- `Google BigQuery`_ (`BigQuery README`_)
- `Google Cloud Datastore`_ (`Datastore README`_)
- `Stackdriver Logging`_ (`Logging README`_)
- `Google Cloud Storage`_ (`Storage README`_)

**Beta** indicates that the client library for a particular service is
mostly stable and is being prepared for release. Issues and requests
against beta libraries are addressed with a higher priority.

This client library has **alpha** support for the following Google
Cloud Platform services:

- `Google Cloud Pub/Sub`_ (`Pub/Sub README`_)
- `Google BigQuery`_ (`BigQuery README`_)
- `Google Cloud Resource Manager`_ (`Resource Manager README`_)
- `Stackdriver Logging`_ (`Logging README`_)
- `Stackdriver Monitoring`_ (`Monitoring README`_)
- `Google Cloud Bigtable`_ (`Bigtable README`_)
- `Google Cloud DNS`_ (`DNS README`_)
Expand All @@ -33,6 +42,10 @@ This client supports the following Google Cloud Platform services:
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)

**Alpha** indicates that the client library for a particular service is
still a work-in-progress and is more likely to get backwards-incompatible
updates. See `versioning`_ for more details.

.. _Google Cloud Datastore: https://pypi.python.org/pypi/google-cloud-datastore
.. _Datastore README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
.. _Google Cloud Storage: https://pypi.python.org/pypi/google-cloud-storage
Expand Down Expand Up @@ -63,6 +76,7 @@ This client supports the following Google Cloud Platform services:
.. _HappyBase README: https://github.com/GoogleCloudPlatform/google-cloud-python-happybase
.. _Google Cloud Runtime Configuration: https://cloud.google.com/deployment-manager/runtime-configurator/
.. _Runtime Config README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/runtimeconfig
.. _versioning: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/CONTRIBUTING.rst#versioning

If you need support for other Google APIs, check out the
`Google APIs Python Client library`_.
Expand Down

0 comments on commit 4a0225d

Please sign in to comment.