Python Client for Google Cloud KMS
Project description
This is a shared codebase for gcloud-rest-kms and gcloud-rest-kms
Installation
$ pip install --upgrade gcloud-{aio,rest}-kms
Usage
We’re still working on more complete documentation, but roughly you can do:
from gcloud.rest.kms import KMS from gcloud.rest.kms import decode from gcloud.rest.kms import encode kms = KMS('my-kms-project', 'my-keyring', 'my-key-name') # encrypt plaintext = 'the-best-animal-is-the-aardvark' ciphertext = await kms.encrypt(encode(plaintext)) # decrypt assert decode(await kms.decrypt(ciphertext)) == plaintext # close the HTTP session # Note that other options include: # * providing your own session: `KMS(.., session=session)` # * using a context manager: `async with KMS(..) as kms:` await kms.close()
Emulators
For testing purposes, you may want to use gcloud-rest-kms along with a local emulator. Setting the $KMS_EMULATOR_HOST environment variable to the address of your emulator should be enough to do the trick.
Contributing
Please see our contributing guide.
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 gcloud_rest_kms-3.3.0-py2.py3-none-any.whl (6.7 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size gcloud-rest-kms-3.3.0.tar.gz (5.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for gcloud_rest_kms-3.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b37073ef98d5c34cdd292e7e475618d7fc77f25a26363b41c1d362275f860b9e |
|
MD5 | d0e7e29acb66e44d074e1942e339e351 |
|
BLAKE2-256 | b8e3167382bd6d6fbec9c2f58c2bd13ffada37a9b9dd8e41a15ed7c8e09a622e |