Commit Graph

9 Commits

Author SHA1 Message Date
onyx-and-iris
5b2bc6e13a update version in hotkey example.
add hotkey 0
2022-07-27 23:54:46 +01:00
onyx-and-iris
20851c3880 request and event data now returned as dataclasses
unit tests updated accordingly
2022-07-27 22:44:40 +01:00
onyx-and-iris
b1c281e8a1 fix event client name in example 2022-07-27 19:43:34 +01:00
onyx-and-iris
2a3a86c277 EventsClient renamed to EventClient
remove getter, setter for send.

add persistend data unit test

add hotkey example

default event sub now 0. explicitly define subs in event class.
now subs can be set as kwarg
2022-07-27 19:39:33 +01:00
onyx-and-iris
362ec22257 no longer sending event name to callback
update tests accordingly
2022-07-26 21:47:41 +01:00
onyx-and-iris
c8f2b6419d add subs intenum to baseclient
expand events example
2022-07-26 04:36:55 +01:00
onyx-and-iris
d37cda9976 refreshed ignored files 2022-07-26 01:03:57 +01:00
onyx-and-iris
5399b66e45 upd gitignore 2022-07-26 00:56:07 +01:00
onyx-and-iris
b5b69de218 add support for toml config.
subject module added, supports callbacks.

events module added. Provides an event listener and callback trigger.

import isorted, code run through black.

toml section added to readme.

added a couple of examples.
2022-07-25 23:51:30 +01:00