aboutsummaryrefslogtreecommitdiff
path: root/python/BUILD.bazel
AgeCommit message (Collapse)Author
2020-03-26Add a Bazel build for Python.kste
Adds the build files to build Tink Python with Bazel and execute the tests with Bazel. PiperOrigin-RevId: 303099643
2020-03-23Refactor Python code to a separate package.kste
PiperOrigin-RevId: 302379276
2020-03-03Add separate WORKSPACE for Python.kste
PiperOrigin-RevId: 298547627
2019-12-17Merge Gerrit change 28420 Patch Set 5Copybara-Service
PiperOrigin-RevId: 285953461 Change-Id: I4aca8dab6ad99c04a316998e6e5335e8098e4f57
2019-12-17Add skeleton client for GCP support in python.Stefan Kölbl
A basic GCP client is added to support functionalities inline with the C++ integration. Updates the Bazel workspace to support pip package dependencies and adds basic Bazel build files to run tests for the GCP client. Change-Id: I4aca8dab6ad99c04a316998e6e5335e8098e4f57