Metadata-Version: 1.0
Name: waltz
Version: 0.1.71
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
        
        ![Build Status](https://travis-ci.org/mekarpeles/waltz.png)
        
        Waltz 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
        
            # Installing the latest stable build from pypi
            $ pip install waltz
        
        You may wish to pip install using the --upgrade flag since updates are pushed frequently.
        
            # Upgrading your waltz package using pypi
            $ pip install waltz --upgrade
            
        To build from source:
        
            # Build latest from github
            $ git clone http://github.com/mekarpeles/waltz
            $ cd waltz
            $ pip install . --upgrade    
        
        ## Running
        
            $ mkidir project
            $ cd project
            $ waltz init
            $ python main.py <port>
        
        ## Docs
        
        The documentation is currently out of date and will be synced up for the 0.1.70 release: https://github.com/mekarpeles/waltz/wiki
        
        ## Tests
        
        You can run the waltz test by invoking 'nosetests' from the top level waltz directory.
        
Platform: any
