Search complete for “pylons”. Results are below.
-
FlatAtompub
A little while ago I decided to whip up a small Atompub server to get my head around the Atom Publishing Protocol. I called it FlatAtomPub because it was just storing stuff in flat files. I’m not committing to that name. It was also a chance to kick the tires on WebOb. What [...]
Filed in Programming, Python, Web | 12-Sep-07 | 4 comments -
The Shrinking Python Web Framework World
When I was writing the summary of differences between WebOb and other request objects, to remind myself of web frameworks I might have forgotten I went to the WebFrameworks page on the Python wiki. Looking through that page I’m reminded how many framework options there have been. And I was further reminded of how few [...]
Filed in Programming, Python, Web | 21-Aug-07 | 33 comments -
WebOb
I’ve have it in my head to extract/rewrite parts of Paste lately. Tempita was one example. The request and response functions in Paste grew very organically. I wasn’t trying to create a framework, so I studiously avoided anything that might look like a request or response object. I felt that would be stepping [...]
Filed in Programming, Python, Web | 18-Aug-07 | 15 comments