Metadata-Version: 1.0
Name: simple-engine-core
Version: 2.0
Summary: Reads in HTML, reads out JSON
Home-page: https://github.com/apizzimenti/simple-engine-core.git
Author: Anthony Pizzimenti
Author-email: pizzimentianthony@gmail.com
License: MIT
Description: # simple-engine
        
        **For updated documentation, visit [the simple-engine wiki.](https://github.com/apizzimenti/simple-engine-ui/wiki)
        
        `simple-engine` reads in an html file and generates a JSON map corresponding to the html.
        
        ## installation
        
        `$ pip install simple-engine-core`
        
        ## usage
        
        put a `engine.json` file in a place that makes it convenient to type the source and destination paths out (a root
        directory will do)
        
        ex. `engine.json`
        
            {
                "src": "app/index.html",
                "dest": "output.js",
                "toplevelid": "start"
            }
        
        then run `engine` from the command line.
        
        
        
Platform: UNKNOWN
