Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Release 0.1.0#4

Merged
glarrain merged 5 commits intomasterfrom
develop
Jan 24, 2019
Merged

Release 0.1.0#4
glarrain merged 5 commits intomasterfrom
develop

Conversation

@glarrain
Copy link
Copy Markdown
Contributor

No description provided.

- '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.
@glarrain glarrain added the task label Jan 24, 2019
@glarrain glarrain self-assigned this Jan 24, 2019
@glarrain glarrain merged commit 3a8357c into master Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant