Metadata-Version: 2.1
Name: decode-datastore-client
Version: 0.0.1
Summary: Python client for the DECODE encrypted datastore
Home-page: https://github.com/thingful/decode-datastore-client-py
Maintainer: Sam Mulube
Maintainer-email: sam@thingful.net
License: UNKNOWN
Description: # 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](https://github.com/twitchtv/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](https://grpc.io).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
