Metadata-Version: 2.1
Name: websocket-tools
Version: 0.0.12
Summary: A simple module to wrap web socket connection code.
Author-email: sir even <sir_even@icloud.com>
Project-URL: Homepage, https://github.com/sirEven/websocket-tools.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE

# Websocket Tools
- WebsocketLoop
    - This is a simple module to wrap web socket connection code. 
    - install: `pip install websocket-tools`
    - import: `from websocket_tools.websocket_loop import WebsocketLoop`
