Metadata-Version: 2.1
Name: realtime-py
Version: 0.1.0
Summary: Python Client for Phoenix Channels
Home-page: https://github.com/lionellloh/realtime-py
Author: Lionell Loh
Author-email: lionellloh@gmail.com
License: MIT license
Keywords: realtime-py
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: websockets (==8.1)

# realtime-py
Python Client Library to interface with the Phoenix Realtime Server 

## Installation 
```
pip3 install -r requirements.txt
```
## Usage 
```
python3 usage.py 
```




