KES python client
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kes_rhdhv-1.dev14.tar.gz.
File metadata
- Download URL: kes_rhdhv-1.dev14.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2194b4836244ec75a584e2a6ea2efa2296069af6bb7ecca8d5b1fb1fa0277f2
|
|
| MD5 |
3f864ed58258542db78344edfaaf17dd
|
|
| BLAKE2b-256 |
c789c8298c18e78528ddf762fab89969976a7d834378cfe471db12cc61b96e99
|
File details
Details for the file kes_RHDHV-1.dev14-py3-none-any.whl.
File metadata
- Download URL: kes_RHDHV-1.dev14-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e96d8b771ff8362c54588b7e3167f51b27fde57977b3b9638dc6c100af10cf
|
|
| MD5 |
329682d3922e1a04ad86b8cade3a8218
|
|
| BLAKE2b-256 |
a6453848cabe0df78536204bfb0d8edcf46f7b1f087eb1c3d78cc5cd905adf09
|