provides a simple interface to connect, send and receive information from Konker REST API
Project description
Objective
This library creates a python wrapper over Konker API to allow easier usage and integration with Konker REST API
Sample Usage
from pykonker.main.api import Client
konker = Client() konker.login(username='', password='') applications = konker.getApplications() devices = konker.getAllDevicesForApplication('default') data = konker.readData(guid=devices[0]['guid'])
Change and publish the library on PyPi
make shell make pylint module
- NOTE: solve problems identified by lint process .. after that it will generate the module to be published make upload
after that, the module will be available on pip
pip install pykonker
or
pip install --upgrade pykonker
References
https://www.konkerlabs.com/developers/developers-en.html https://konker.atlassian.net/wiki/spaces/DEV/pages/28180518/Guia+de+Uso+da+Plataforma+Konker https://api.demo.konkerlabs.net/v1/swagger-ui.html
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pykonker-1.3.0.tar.gz.
File metadata
- Download URL: pykonker-1.3.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aff61ac8e10238c6d70e5ace5095ad37510ef4c13d1fea9c21a211d8cc88098
|
|
| MD5 |
6768680d298bcd65ca48a82e428d7336
|
|
| BLAKE2b-256 |
a58ba513be3a86a1306626e3cc1ded892d2041c969c1b01dd53ef86cff19d6d6
|