This repository contains a python client which can be used to programatically access and modify your activity data through an abstraction called tables. The documentation explains this in in more detail.
Generally speaking you would first create your data model in Kes and, publish it, download the Python representation of it and use that in your own Python code by creating a client like this:
config = Config(kes_service_address='localhost:50051')
client = Client(config)
project = client.open_project("Preview Python client example")
Python 3.10 and higher.
Install using pip: pip install kes-RHDHV
You will need a token which you can obtain from the project page in Kes. The example shows how to use the token.
Each project has its own unique tokens for your user account in Kes.
See the examples
See the online documentation
This library is distributed under the MIT license