Metadata-Version: 1.0
Name: scape
Version: 0.9.4
Summary: a framework for raspberry pi developing
Home-page: https://github.com/Plane-walker/scape
Author: Plane-walker
Author-email: a990990@163.com
License: MIT Licence
Description: scape
        =====
        
        Scape is a python framework using several class to describe the behavior of a equipment based on raspberry pi,
        intended to simplify the design and development in raspberry pi.
        
        Quick start
        -----------
        
        * Install scape
        
        ::
        
            pip install scape
        
        * Create a project
        
        ::
        
            python -m scape init <project name>
        
        * Start project
        
        ::
        
            cd <project name>
            python main.py run
        
        The project should print the following words to the screen(the order of words may differ).
        ::
        
            hello world
            goodbye world
            from scape
        
Keywords: pip,raspberry pi
Platform: any
