https://github.com/jerakia/python-jerakia
A Python client library for the Jerakia server API
https://github.com/jerakia/python-jerakia
Last synced: about 1 year ago
JSON representation
A Python client library for the Jerakia server API
- Host: GitHub
- URL: https://github.com/jerakia/python-jerakia
- Owner: jerakia
- Created: 2018-10-05T12:06:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T11:16:08.000Z (over 7 years ago)
- Last Synced: 2025-04-03T16:52:14.172Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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')
```