Metadata-Version: 2.1
Name: gabriel-client
Version: 0.0.8
Summary: Client for Wearable Cognitive Assistance Applications
Home-page: http://gabriel.cs.cmu.edu
Author: Roger Iyengar
Author-email: ri@rogeriyengar.com
License: Apache
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: gabriel-protocol (==0.0.7)
Requires-Dist: opencv-python (<5,>=3)
Requires-Dist: websockets (==7.0) ; python_version < "3.6"
Requires-Dist: websockets (==8.0) ; python_version >= "3.6"

# Gabriel Python Module

Python module for communicating with a [Gabriel Server](https://github.com/cmusatyalab/gabriel-server-common).

## Installation
Requires Python >= 3.5

Run `pip install gabriel-client`

## Publishing Changes to PyPi

Update the version number in setup.py. Then follow [these instructions](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives).


