Skip to content

A Python client library for the Jerakia server API

Notifications You must be signed in to change notification settings

jerakia/python-jerakia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-jerakia

A Python client library for Jerakia server (https://jerakia.io)

Usage example

With a Jerakia server running on localhost, do

python
import jerakia
token = 'dev:ac4093fec97c6d52f3b419db9b744d214d7428b0e0f75f2d98b8016df5b79dd819743583c047f47f'
client = jerakia.Client(token=token)
client.lookup(key='test',namespace='common')

About

A Python client library for the Jerakia server API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages