Metadata-Version: 2.1
Name: gabriel-server
Version: 0.0.7
Summary: Server for Wearable Cognitive Assistance Applications
Home-page: https://github.com/cmusatyalab/gabriel-server-common
Author: Roger Iyengar
Author-email: ri@rogeriyengar.com
License: Apache
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: gabriel-protocol (==0.0.2)
Requires-Dist: websockets (==8.0.2)
Requires-Dist: zmq (>=0.0.0)

# Gabriel Server

The cognitive_engine module can be used to process incoming data.

The local_engine runs the websocket server within the same Python program as the
Websocket Server.

The network_engine module contains engine_server_shuttle which runs just the
Websocket Server. The engine_runner in network_engine runs just a cognitive
engine. The engine_server_shuttle and network_engine communicate with each other
using zmq.

## Installation
Requires Python >= 3.6 

Run `pip install gabriel-server`

## 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).


