Metadata-Version: 2.1
Name: socket.engine
Version: 1.0.0
Summary: A universal communication engine
Home-page: https://github.com/0xJeremy/socket.engine
Author: Jeremy Kanovsky
Author-email: kanovsky.jeremy@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# socket.engine

## Installation

Python:
```
pip install socket.engine
```

This library requires Python3. It was tested extensively on Python 3.7.5 with Ubuntu 19.04.

## Documentation and Examples

[Hub Connections](https://github.com/0xJeremy/socket.engine/blob/master/python/docs/Hub_Documentation.md)

[Host / Client Connections](https://github.com/0xJeremy/socket.engine/blob/master/python/docs/HostClient_Documentation.md)


