decode-datastore-client

Python client for the DECODE encrypted datastore


License
Apache-2.0
Install
pip install decode-datastore-client==0.2.0

Documentation

decode-datastore-client

This library contains a minimal client library developed as part of the DECODE project in order to provide a Python client for the encrypted datastore component.

The purpose of this library is to enable a Python based client application to easily read from and write to the datastore.

The datastore API is implemented using a simple RPC framework called Twirp. This framework uses protocol buffers as a transport layer, and provides a suite of tools for generating server stubs as well as client bindings in a number of programming languages and can be thought of as being akin to a simpler version of GRPC.

Documentation

Documentation for this library has been published to: https://decode-datastore-client.readthedocs.io/en/latest/

Please have a look there for some more detailed installation instructions and usage examples.