--------------------------
Shake
--------------------------
A web framework mixed from the best ingredients.
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 you need it) framework.
---------------------------------------
© 2010 by [Lúcuma] (http://lucumalabs.com).
See `AUTHORS.md` for more details.
License: [MIT License] (http://www.opensource.org/licenses/mit-license.php).
Portions of code and/or inspiration taken from:
* Werkzeug <werkzeug.pocoo.org> Copyright 2010, the Werkzeug Team.
* Flask <flask.pocoo.org> Copyright 2010, Armin Ronacher.
Used under the modified BSD license. See LEGAL.md for more details
Shake
--------------------------
A web framework mixed from the best ingredients.
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 you need it) framework.
---------------------------------------
© 2010 by [Lúcuma] (http://lucumalabs.com).
See `AUTHORS.md` for more details.
License: [MIT License] (http://www.opensource.org/licenses/mit-license.php).
Portions of code and/or inspiration taken from:
* Werkzeug <werkzeug.pocoo.org> Copyright 2010, the Werkzeug Team.
* Flask <flask.pocoo.org> Copyright 2010, Armin Ronacher.
Used under the modified BSD license. See LEGAL.md for more 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.6.4.tar.gz
(111.2 kB
view details)
File details
Details for the file Shake-1.6.4.tar.gz.
File metadata
- Download URL: Shake-1.6.4.tar.gz
- Upload date:
- Size: 111.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de65505679c337263b5d2a7aff73f5fb2299d37de08e3f9427c57a4872a14056
|
|
| MD5 |
9f9f1ff6f1dcfb57d3cfd3704edaacdb
|
|
| BLAKE2b-256 |
ca76d7a42092cf0e3f81333e4b7ba56fb1fb03709f93f2a69d24b8a239d3f5fe
|