Metadata-Version: 2.1
Name: simpleobsws
Version: 0.0.5
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
Description: # simpleobsws
        A simple obs-websocket library in Python for people who just want JSON output. Core code inspired by [obs-websocket-py](https://github.com/Elektordi/obs-websocket-py)
        
        ## Installing:
        `pip install obs-ws-py-simple` [PyPi Link](https://pypi.org/project/simpleobsws/)
        
        ## Docs:
        - Library docs: Not yet
        - obs-websocket docs: https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md
        
        ## Samples:
        Samples are located in the samples folder [here.](/samples)
        
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.6
Description-Content-Type: text/markdown
