Skip to main content

Waltz is a web.py framework for designing web apps in 3/4 time.

Project description

Waltz is a pre-built web.py application 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

Installation occurs in 2 steps. First, clone the waltz repository as to a directory + <project-name> of your choosing. Secondly, you will use pip to install all dependent python modules which includes webpy (as the web framework), lazydb (for storing analytics in flatfile format), and nose (for testing with nosetests).

# clones waltz to a directory named <project-name> instead of waltz

git clone git@github.com:mekarpeles/waltz <project-name>

cd <project-name>

pip install -e . # installs dependencies

# cleanup

rm -rf dist

rm -rf waltz.egg-info

Running (waltzing)

cd <project-name>

cd waltz

python main.py <port> #defaults to 8080

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waltz-0.1.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page