Skip to main content

A web framework mixed from the best ingredients

Project description

A web framework mixed from the best ingredients (Werkzeug, Jinja2 and maybe SQLAlchemy, Babel, etc.)

It can be minimal like this:

from shake import Shake

app = Shake(__file__)

app.route('/', hello)
def hello(request):
    return 'Hello World!'

if __name__ == "__main__":
    app.run()

Or a full featured (yet configurable if needed) framework.

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

Shake-1.5.2.tar.gz (254.8 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