Metadata-Version: 2.4
Name: obs-automation
Version: 0.1.0
Summary: A clean interface library for automating OBS streaming via obsws-python
Author-email: Anshul Nigam <anshul.nigam@loco.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/obs-automation
Project-URL: Repository, https://github.com/yourusername/obs-automation
Project-URL: Issues, https://github.com/yourusername/obs-automation/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: obsws-python>=1.7.0

# obs-automation

A simple Python library that provides a clean interface to automate OBS streaming using the `obsws-python` WebSocket client.

## Installation
```bash
pip install obs-automation
