obs-ws-rc is a Python 3.5+ library that allows you to establish client connections to the obs-websocket plugin for OBS Studio.
It uses an asyncio-based approach which it inherited from the underlying WebSocket library - websockets
The library is available via PyPi:
pip install obs-ws-rc
GitHub repository: github.com/KirillMysnik/obs-ws-rc/
The docs are hosted at Read the Docs
Sample code is located in the example folder
Available via MIT License