Skip to main content

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

Project description

Waltz (v.0.1.6) 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

pip install waltz

Example

import waltz

urls = (‘/’, ‘Index’)

app = waltz.setup.dancefloor(urls, globals(), sessions={}, scaffold=True)

class Index:
def GET(self):

return “hello world”

if __name__ == “__main__”:

app.run()

TODO

  • Oauth Integration

  • Payment Processing Modules (consider stripe checkout)

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.6.tar.gz (13.3 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