Metadata-Version: 2.1
Name: obswebsocket-trio
Version: 0.1.0
Summary: Python library to communicate with an obs-websocket server, trio async version. Fork of obs-websocket-py<https://github.com/Elektordi/obs-websocket-py>
License: MIT
Author: Michael D. M. Dryden
Author-email: mk.dryden@utoronto.ca
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: single-source (>=0.2.0,<0.3.0)
Requires-Dist: six (>=1.16.0,<2.0.0)
Requires-Dist: trio (>=0.19.0,<0.20.0)
Requires-Dist: trio-websocket (>=0.9.2,<0.10.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
