Skip to main content

A web framework mixed from the best ingredients

Project description

::

from shake import Shake, Rule

def hello(request):

return ‘Hello World!’

urls = [Rule(‘/’, hello),]

app = Shake(urls)

if __name__ == “__main__”:

app.run()

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.1.13.tar.gz (247.0 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