=====
Waltz
=====

Waltz (v.0.1.65) 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
    $ waltz init
    $ python main.py <port>
