Skip to content

KonkerLabs/pykonker

Repository files navigation

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.get_applications()
devices = konker.get_all_devices_for_application('default')
data = konker.read_data(guid=devices[0]['guid'])

Change and publish the library on PyPi

make shell 
make pylint  
  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published