Skip to content

RoyalHaskoningDHV/kes-python-client

Repository files navigation

Kes Python Client

Description

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")

Requirements

Python 3.10 and higher.

Installation

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.

Examples

See the examples

Documentation

See the online documentation

License

This library is distributed under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages