12 month ago
deusx : Repoze - "Want the maturity of Zope now with the flexibility of the WSGI future? Repoze integrates Zope technologies with WSGI and reusable Python middleware."
# copy
16 month ago
Simon Willison : mod_wsgi 1.0 Release Candiate Available - mod_wsgi 1.0 Release Candiate Available. mod_wsgi is shaping up to be an excellent alternative to mod_python.
jcgregorio : Hex dump: mod_wsgi 1.0 Release Candiate Available - mod_wsgi
# copy
17 month ago
deusx : jsonstore - Google Code - "This package contains a WSGI app implementing an Atom store accessible through a JSON syntax."
# copy
18 month ago
Simon Willison : Wait For It - Wait For It. Neat WSGI middleware from Ian Bicking that launches a thread for every incoming request and watches for slow responses; if something is taking too long it returns a “please wait” page to the user and polls for completion. [via]
deusx : Wait For It - "If the response doesn't come back before the time limit, the user is given a response page that asks them to wait. The response page contains Javascript that will re-check the status of the page"
# copy
19 month ago
jcgregorio : Joe Gregorio | BitWorking | WSGIDispatcher
wearehugh : Joe Gregorio | BitWorking | WSGIDispatcher - Features: "It has unit tests." "It does not use setuptools."
# copy
19 month ago
deusx : RIP - Rest in Python - "RIP is a WSGI-based Web programming framework for busy Web developers who have to build and maintain numerous applications and services. RIP is for those who don't want a lot of magic because they have been burned before"
# copy
20 month ago
jcgregorio : modwsgi - Google Code
deusx : modwsgi - Google Code - "The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache."
Simon Willison : modwsgi - modwsgi. Apache module (written in C) for hosting Python WSGI applications, no mod_python required. Includes Django integration instructions. Has anyone tried this out?
# copy
21 month ago
jcgregorio : flup: random Python WSGI stuff - Trac
deusx : flup: random Python WSGI stuff - Trac - "This Python package is a random collection of WSGI modules I've written."
# copy
23 month ago
wearehugh : hello, world. meet scarlet. - "First rule of ecdysis: Stop whining. You don't have to use it."
# copy
24 month ago
deusx : Middleware and Utilities - WSGI Wiki - "These can generally be used to augment WSGI applications, or create web frameworks."
# copy
26 month ago
jcgregorio : XML.com: Introducing WSGI: Python's Secret Web Weapon, Part Two - Another cool WSGI middleware, an interactive Python debugger *in the browser*.
# copy
26 month ago
jcgregorio : Google Video : Ben Bangert explains WSGI, Paste, Pylons, etc.
# copy27 month ago
jcgregorio : Why so many Python web frameworks? | 2006-09-01 | BitWorking
deusx : Why so many Python web frameworks? | 2006-09-05 | BitWorking - "Robaccia was built in three hours and a total of 60 lines of Python code."
# copy
28 month ago
deusx : PylonsHQ - "Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework."
joshua : Pylons Python Web Framework - supposedly minimalistic
jimray : Pylons Python Web Framework - Yet another Python framework, I'm gonna have to get over my whitespace thing
# copy
28 month ago
Simon Willison : WPHP - Run PHP under your Python WSGI app. Not nearly as crazy as it sounds.
deusx : WPHP - "This means that PHP applications can be embedded in Python systems. This may not seem that exciting, until you have interesting WSGI middleware."
# copy
29 month ago
jcgregorio : static - Serve Static (or Mixed) Content from WSGI Applications - More WSGI from Luke Arno.
# copy
30 month ago
jcgregorio : The WSGI Reference Library (Documentation)
# copy
30 month ago
jcgregorio : WSGI Overlay - Kinda like server-side includes, but for WSGI.
# copy
31 month ago
jcgregorio : Adding wsgiref to the Python 2.5 Standard Library - I need to give wsgiref a spin. Some sort of WSGI library needs to be added to Python core.
# copy
31 month ago
jcgregorio : List of WSGI Implementations - Python Wiki
# copy
31 month ago
jcgregorio : Ingredients to the Pylons Python Web Framework
# copy
31 month ago
jcgregorio : WSGI and WSGI Middleware is Easy - Ben Bangert on WSGI
# copy
31 month ago
jcgregorio : PEP 333 -- Python Web Server Gateway Interface v1.0 - Important stuff. I should rewrite Disptach based on this. Wish it didn't have the support for write() which makes writing intermediaries more complex. Wish Python's documentation was splattered like a rorschach test all over the internets.
# copy
32 month ago
Simon Willison : selector - WSGI Delegation - Neat URL dispatching system, similar to Django's.
deusx : selector - WSGI Delegation - "This distribution provides WSGI middleware for "RESTful" mapping of URL paths to WSGI applications."
jcgregorio : selector - WSGI Delegation - It's Routes but built specifically for WSGI. Saves me the trouble of rewriting Dispatch for WSGI.
# copy
40 month ago
deusx : XML.com: Should Python and XML Coexist? - "Leslie Michael Orchard announced a module xslfilter.py for WSGI--Python Web Server Gateway Interface."
# copy