Metadata-Version: 1.0
Name: waltz
Version: 0.1.64
Summary: Waltz is a web.py framework for designing web apps in 3/4 time.
Home-page: http://github.com/mekarpeles/waltz
Author: mek
Author-email: michael.karpeles@gmail.com
License: LICENSE
Description: =====
        Waltz
        =====
        
        Waltz (v.0.1.64) is a web.py based web framework for rapidly designing
        web apps in 3/4 time. Waltz comes pre-configured, ready to run, and
        includes features like out-of-the-box support for analytics
        tracking. Waltz and never miss a beat.
        
        Installation
        ============
        
        You may wish to install with the --upgrade flag since updates pushed are frequently.
        
            $ pip install waltz
        
        Running
        =======
        
            $ mkidir project
            $ cd project
            $ walt init
            $ python main.py <port>
        
Platform: any
