Metadata-Version: 1.1
Name: glow_navigator
Version: 1.15.8
Summary: Tool for navigating Glow object relationships
Home-page: https://github.com/thoughtcroft/glow_navigator
Author: Warren bain
Author-email: warren@thoughtcroft.com
License: MIT
Description: Glow Navigator Project
        ======================
        
        This is a prototype for use with the an app designer tool at my workplace.
        
        The project uses a directed graph approach to map the relationship between different objects such as
        
        - formflows
        - templates (pages and forms)
        - conditions
        - command rules
        - images
        
        The user can interrogate the graph using regex to locate nodes of interest and to then explore the connections (nodes) between the predecessors (parents or callers) and the successors (children or callees) to understand the relationship between the various objects.
        
Keywords: directed-graph
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
