Secret Manager API API client library
Project description
Secret Manager API: Stores, manages, and secures access to application secrets.
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 Secret Manager 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.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-secret-manager
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-secret-manager
Next Steps
- Read the Client Library Documentation for Secret Manager API API to see other available methods on the client.
- Read the Secret Manager API Product documentation to learn more about the product and see How-to Guides.
- View this repository’s main README to see the full list of Cloud APIs that we cover.
Project details
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_secret_manager-0.1.0-py2.py3-none-any.whl (35.8 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size google-cloud-secret-manager-0.1.0.tar.gz (31.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for google_cloud_secret_manager-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48bb77ea22bae3c72a3709ac8ed50aa768e09e283239b2dda0ba5d6002d1e49e |
|
MD5 | 006dd5ad7727307eee79ba356ca17b8c |
|
BLAKE2-256 | 644e7ea4610c5cd09e0581adb5ade7a4a8979ef768715c533d5d726bcc020f48 |
Close
Hashes for google-cloud-secret-manager-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4304293608cb059e348a5b3b621b541d9904e2832cdac4ec89751abbbe4d612f |
|
MD5 | 0397a6a59afce23e3fcea8fb986a92e3 |
|
BLAKE2-256 | 1a6ad9ffc5452d99eb53c5e85214439dae631ee685e2caf554eb7630c761ae88 |