Metadata-Version: 2.4
Name: simpleobsws
Version: 1.4.3
Summary: A simple obs-websocket library in async Python for people who just want JSON output.
Home-page: https://github.com/IRLToolkit/simpleobsws
Author: tt2468
Author-email: tt2468@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets>=14.0
Requires-Dist: msgpack
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# simpleobsws
A simple obs-websocket library in Python for people who just want JSON output.

## Please Note
simpleobsws >= v1.0.0 is **only** for versions of obs-websocket that are 5.0.0 or higher. If you are using obs-websocket pre-5.0.0, use a pre v1.0.0 version of simpleobsws.

Click [here](https://github.com/IRLToolkit/simpleobsws/tree/simpleobsws-4.x) to go to the pre-5.0.0 branch.

## Installing:
`pip install simpleobsws` [PyPi Link](https://pypi.org/project/simpleobsws/)

## Docs:
- Library docs: [the sort-of docs](/usage.md)
- obs-websocket docs: https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md

## Samples:
Samples are located in the samples folder [here.](/samples)

## IRLTookit Links

- Please go to the [obs-websocket Discord](https://discord.gg/WBaSQ3A) for support.
- https://twitter.com/IRLToolkit
- https://irltoolkit.com
