Cloud Shell API client library
Project description
Cloud Shell: is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-shell
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-shell
Next Steps
Read the Client Library Documentation for Cloud Shell to see other available methods on the client.
Read the Cloud Shell Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google_cloud_shell-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54d9159db8fb872636e4ab56e5e02d6046311cbf49b57f8443fabc9837276b6b |
|
MD5 | 2957660127976514cbb6b5cf50182e32 |
|
BLAKE2b-256 | 569fb2a8e28c69ffdaa30f727b406c9bfadf57610c5244c4545bff9b33dc7b98 |