This repository was archived by the owner on May 20, 2022. It is now read-only.
Conversation
- 'cryptography': "package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your 'cryptographic standard library'." https://cryptography.io https://github.com/pyca/cryptography - 'requests' "HTTP for Humans". http://docs.python-requests.org https://github.com/requests/requests - 'google-auth' "google-auth is the Google authentication library for Python. This library provides the ability to authenticate to Google APIs using various methods. It also provides integration with several HTTP libraries." https://google-auth.readthedocs.io https://github.com/googleapis/google-auth-library-python - 'google-api-python-client' "The official Python client library for Google's discovery based APIs." https://developers.google.com/api-client-library/python/ https://github.com/googleapis/google-api-python-client
Fyndata's library of Google Cloud Platform (GCP) utils although, for the moment, it is mostly for GCP KMS and auth. Some of the included KMS-related functions: - Several to compose the resource name of key rings, crypto keys and crypto key versions. - Create key ring; create crypto key. - Encrypt/decrypt binary data. Most of the test cases are just stubs. However, all the included functions have been tried out in a GCE environment.
Create lib 'fd_gcp'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.