Google Cloud OS Login API client library
Project description
Google Cloud OS Login API: Manages OS login configuration for Google account users.
Quick Start
In order to use this library, you first need to go through the following steps:
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Google Cloud OS Login API.
- Setup Authentication.
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.
Supported Python Versions
Python >= 3.5
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-os-login
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-os-login
Next Steps
- Read the Client Library Documentation for Google Cloud OS Login API to see other available methods on the client.
- Read the Product documentation to learn more about the product and see How-to Guides.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size google_cloud_os_login-0.2.0-py2.py3-none-any.whl (27.0 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Filename, size google-cloud-os-login-0.2.0.tar.gz (21.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Hashes for google_cloud_os_login-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e1f74704bf3bea142880fb015664d9e3e6d5b8fc6312893caf55089684b3c59 |
|
MD5 | a5dad675ad8a2729ee0170a6b2d49a5b |
|
BLAKE2-256 | 3a3052bd1ac6ee096af96234b311fcf6b9b73e8f8703ad6687570c0725b24890 |
Hashes for google-cloud-os-login-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 500c940baffe20e40dfe0c6458b3010e8212ee7132a5c448f1a8c3e8e7d447df |
|
MD5 | 5493f70fcde047be79b68f3d40c4ceef |
|
BLAKE2-256 | 5bebd3061aab3590723a9f1f5411b3b6ff13f4a0f39a68219f713547e3d73223 |