Python Client for Google Cloud Resource Manager =============================================== Python idiomatic client for `Google Cloud Resource Manager`_ .. _Google Cloud Resource Manager: https://cloud.google.com/resource-manager/ |pypi| |versions| - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/resource-manager-api.html Quick Start ----------- .. code-block:: console $ pip install --upgrade google-cloud-resource-manager Authentication -------------- With ``google-cloud-python`` we try to make authentication as painless as possible. Check out the `Authentication section`_ in our documentation to learn more. You may also find the `authentication document`_ shared by all the ``google-cloud-*`` libraries to be helpful. .. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html .. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication Using the API ------------- The Cloud `Resource Manager`_ API (`Resource Manager API docs`_) provides methods that you can use to programmatically manage your projects in the Google Cloud Platform. .. _Resource Manager: https://cloud.google.com/resource-manager/ .. _Resource Manager API docs: https://cloud.google.com/resource-manager/reference/rest/ See the ``google-cloud-python`` API `Resource Manager documentation`_ to learn how to manage projects using this Client Library. .. _Resource Manager documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/resource-manager-api.html .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-resource-manager.svg :target: https://pypi.python.org/pypi/google-cloud-resource-manager .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg :target: https://pypi.python.org/pypi/google-cloud-resource-manager