The cloudops-secret-manager-google package
Project description
cloudops-secret-manager-google
Easily manage your JSON secrets in Google Secret Manager.
Installation
pip install cloudops-secret-manager-google
Usage
from cloudops.secret_manager.google import Secret
secret = Secret("your-project-id", "your-secret")
# Create your secret
secret.create()
# Push a new version of your secret
data = {
"key": "value"
}
secret.push(data)
# Pull dict
secret_data = secret.pull()
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloudops_secret_manager_google-0.1.1.tar.gz.
File metadata
- Download URL: cloudops_secret_manager_google-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1042-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0e18bdecdc786ae97c1ad2332af489a159648202cdcc21abbf4db963a4cbaf5
|
|
| MD5 |
c24e6c142893ed4634af41d2e0dfa923
|
|
| BLAKE2b-256 |
3d02c717417f9ba165f26e834d74b90de6f23f7c6cdbcae69e438b96d8fb5c0b
|
File details
Details for the file cloudops_secret_manager_google-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cloudops_secret_manager_google-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1042-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588bc7c3f6272e8866c8b1fe095b4afd6d4110ba292d501a816016a64ebfafb6
|
|
| MD5 |
6579373b6c0cfa1253bfc2dd8decbd31
|
|
| BLAKE2b-256 |
563853a94f0edb40eae096ce60712f51a48208d3280e331680be53d37b1ad1d6
|