Use TurboGears template plug-ins anywhere WSGI runs
Project description
WSGI middleware that connects TurboGears/Buffet template plug-ins to any WSGI-enabled application.
Usage example:
from wsgiview import view @view('webstring:template.html', format='html') def simple_app(environ, start_response): start_response('200 OK', [('Content-type','text/html')]) return {'test':'Hello world!\n'} if __name__ == '__main__': from wsgiref.simple_server import make_server http = make_server('', 8080, simple_app) http.serve_forever()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
wsgiview-0.2.1.zip
(9.4 kB
view details)
wsgiview-0.2.1.tar.gz
(6.3 kB
view details)
wsgiview-0.2.1.tar.bz2
(6.4 kB
view details)
Built Distributions
wsgiview-0.2.1.win32.exe
(66.2 kB
view details)
wsgiview-0.2.1-py2.5.egg
(4.7 kB
view details)
wsgiview-0.2.1-py2.4.egg
(4.8 kB
view details)
File details
Details for the file wsgiview-0.2.1.zip
.
File metadata
- Download URL: wsgiview-0.2.1.zip
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52a4d660b58d62e04ce770c388963ba991a229f227ca4100e0dd532074d1c281 |
|
MD5 | ab247c6a544d640f6ed1874c667fc5a3 |
|
BLAKE2b-256 | 37c9e996f29f7dc9fa8398edcfabd5940657bfe973e4fc0b5f9e53d3de5a4f87 |
File details
Details for the file wsgiview-0.2.1.tar.gz
.
File metadata
- Download URL: wsgiview-0.2.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68b077678158d405732b0eb78294898e9a8379eecb457b67946c5a0a041dd3be |
|
MD5 | 77b634d4d07c92e5fb3ebcc66492b1fb |
|
BLAKE2b-256 | e78ec9d65ccd685a314f6a44260fc18ad5bb87ec8b0f80a8a833a56ca130d71f |
File details
Details for the file wsgiview-0.2.1.tar.bz2
.
File metadata
- Download URL: wsgiview-0.2.1.tar.bz2
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05917b4ab457dabd8194cb3d58563b9b121990312ba012e81873332c39a02c1 |
|
MD5 | 963d3a602fb5125287c7550f85ff114a |
|
BLAKE2b-256 | ca57fff233500ec5e7e09236a5891ff178bf797908e4084e2d0ca713a2ee5e4d |
File details
Details for the file wsgiview-0.2.1.win32.exe
.
File metadata
- Download URL: wsgiview-0.2.1.win32.exe
- Upload date:
- Size: 66.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d04bb9af0028ff93936454c8b837b28a0fe71e209c112cc7fc2450207059a8b0 |
|
MD5 | 5a913b245a9384d6203322fdf697a10c |
|
BLAKE2b-256 | 0b070347448122e26f510a767f2b610bc6f1dd46000c4a3b7aae458c2b18f0ba |
File details
Details for the file wsgiview-0.2.1-py2.5.egg
.
File metadata
- Download URL: wsgiview-0.2.1-py2.5.egg
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7dac641b3ef7878c93d5df450df7d2986d9845987bca107b4e4a8ae3fe1d5f1 |
|
MD5 | 92fbb279f87e7298cf142063da165bc0 |
|
BLAKE2b-256 | d2923dba33dc2258858200b81a22fbfba9be6722041b452f2f9d2535d81e2141 |
File details
Details for the file wsgiview-0.2.1-py2.4.egg
.
File metadata
- Download URL: wsgiview-0.2.1-py2.4.egg
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6f4da3fca513232a5ad2e0abdb1473ef0a8978f940a4599897f458320953787 |
|
MD5 | 5acdb1f056be62e1eca2ae58a7804be5 |
|
BLAKE2b-256 | bee8bbe48ed1c83f4967fb587e893cccb62a6ec44ab564749eb1d445602c1072 |