Metadata-Version: 1.2
Name: gabrieltool
Version: 0.0.9
Summary: Tools for Making Wearable Cognitive Assitants
Home-page: https://github.com/junjuew/gabriel-tool
Author: Junjue Wang
Author-email: junjuew@cs.cmu.edu
License: Apache Software License 2.0
Description: ============================
        OpenWorkflow
        ============================
        .. image:: https://img.shields.io/pypi/v/gabrieltool.svg
                :target: https://pypi.python.org/pypi/gabrieltool
        .. image:: https://github.com/cmusatyalab/openworkflow/workflows/gabrieltool-build/badge.svg
                :target: https://github.com/cmusatyalab/OpenWorkflow/actions
        .. image:: https://readthedocs.org/projects/openworkflow/badge/?version=latest
                :target: https://openworkflow.readthedocs.io/en/latest/
                :alt: Documentation Status
        
        A suite of tools for creating wearable cognitive assistants.
        
        * Documentation: https://openworkflow.readthedocs.io.
        * Free software: Apache Software License 2.0
        
        What's in here?
        ----------------------
        
        * `gabrieltool.statemachine`_: A Python library to create and persist wearable cognitive assistants, modeled as a finite state machine. 
        * `Examples`_: Examples showing the usage of gabrieltool.statemachine Python package.
        * `State Machine Web Editor`_: A browser-based GUI to view and modify state machines. Give it a try at https://cmusatyalab.github.io/OpenWorkflow/
        
        Credits
        -------
        
        This repo was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`gabrieltool.statemachine`: gabrieltool/statemachine
        .. _`Examples`: examples
        .. _`State Machine Web Editor`: gabrieltool/statemachine-editor-react
        
        
        
        =======
        History
        =======
        
        0.0.1 (2018-11-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: gabrieltool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, <3.8
