48e90c82fb
alter format of __repr__ in Req + Event clients
...
password now defaults to empty string, not None.
2022-12-05 18:18:10 +00:00
cc9b1e2c72
lower min python required version to 3.9
...
python ver test matrix added to hatch config
minor version bump
2022-12-05 16:49:17 +00:00
aaa881ee3b
add defaultkwarg section to readme.
...
fix callback function names in readme.
add logging section to readme
2022-11-17 11:32:03 +00:00
Adem
46369548ed
Pypi badge updated
2022-09-04 14:36:01 +03:00
Adem
3ec77321be
modify readme according to repo name change.
2022-09-04 14:10:34 +03:00
Adem
641a151cfd
updated readme
...
After OBS v28 release, websocket is no longer a requirement as it comes included with the new version.
2022-09-01 22:29:23 +03:00
onyx-and-iris
7c6ebd1dae
add support for python 3.10.
...
update python ver in readme
all tests run and passed for version 3.10
setup.py removed from gitignore.
2022-08-31 20:13:23 +01:00
Adem
35b7c16b6b
update readme
...
ReqClient object initialization should be done as follows
```python
from obsstudio_sdk import reqs
cl = reqs.ReqClient(host, port, password)
```
2022-08-26 13:17:29 +03:00
onyx-and-iris
1302641558
add pypi badge to readme
...
patch bump
2022-08-05 13:30:12 +01:00
onyx-and-iris
7d4f63aa6d
add callback.deregister to readme
2022-07-30 16:47:12 +01:00
onyx-and-iris
064a4aa11d
More request tests added.
...
development dependencies added to setup.py
fix error in __init__
kind parameter for get_input_list in reqclient now optional.
request tests create/destroy test scenes on setup/teardown.
license, isort, black badges added to readme.
2022-07-30 16:37:07 +01:00
onyx-and-iris
051b5898a2
change example in main to use kwargs.
2022-07-28 00:12:45 +01:00
onyx-and-iris
ec048e1aef
md change
2022-07-26 23:09:14 +01:00
onyx-and-iris
35173733bc
md change
2022-07-26 23:08:07 +01:00
onyx-and-iris
0819bb4342
upd import in readme
2022-07-26 22:25:31 +01:00
onyx-and-iris
0819149d09
move link to documentation into its own section
2022-07-26 22:18:32 +01:00
onyx-and-iris
1c24b4bc1e
snake case func name to match changes
2022-07-26 22:06:06 +01:00
onyx-and-iris
59d66d6ede
md change in readme
2022-07-26 22:05:09 +01:00
onyx-and-iris
82ddbacd7d
send event name to callback
...
add requirements to readme.
2022-07-26 03:31:32 +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
aatikturk
5daa4942e8
initial commit including request calls to obswebsocket
2022-06-05 14:40:55 +03:00