Metadata-Version: 2.1
Name: gabriel-client
Version: 0.0.9
Summary: Client for Wearable Cognitive Assistance Applications
Home-page: http://gabriel.cs.cmu.edu
Author: Roger Iyengar
Author-email: ri@rogeriyengar.com
License: Apache
Description: # 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).
        
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
