Metadata-Version: 2.1
Name: simpleobsws
Version: 1.3.1
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
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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


