mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2024-11-21 15:00:48 +00:00
add poetry badge to readme
This commit is contained in:
parent
7d7704dd28
commit
7bea4453fa
@ -1,5 +1,6 @@
|
|||||||
[![PyPI version](https://badge.fury.io/py/streamlabsio.svg)](https://badge.fury.io/py/streamlabsio)
|
[![PyPI version](https://badge.fury.io/py/streamlabsio.svg)](https://badge.fury.io/py/streamlabsio)
|
||||||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/onyx-and-iris/streamlabs-socketio-py/blob/dev/LICENSE)
|
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/onyx-and-iris/streamlabs-socketio-py/blob/dev/LICENSE)
|
||||||
|
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
|
||||||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
||||||
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
|
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
|
||||||
|
|
||||||
@ -70,6 +71,10 @@ The following keyword arguments may be passed:
|
|||||||
- `token`: str Streamlabs SocketIO api token.
|
- `token`: str Streamlabs SocketIO api token.
|
||||||
- `raw`: boolean=False Receive raw data messages as json objects.
|
- `raw`: boolean=False Receive raw data messages as json objects.
|
||||||
|
|
||||||
|
The following attribute is available:
|
||||||
|
|
||||||
|
- `raw`: boolean Toggle raw mode at runtime.
|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
|
|
||||||
For event data you may inspect the available attributes using `attrs()`.
|
For event data you may inspect the available attributes using `attrs()`.
|
||||||
|
Loading…
Reference in New Issue
Block a user