Metadata-Version: 2.0
Name: easy-socketio
Version: 0.0.8
Summary: A simple wrapper around python-socketio that handles a simple que and threading.
Home-page: https://github.com/tarik56/easy-socketio
Author: Tarik Gün (tarik56)
License: MIT license
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: python-socketio
Requires-Dist: eventlet

socketio.start_server()
socketio.send('Hello clients')

See Github Readme for a more and detailed guide.

