Files
deb-python-pecan/README
Jonathan LaCour 21ad8ea6f2 Removing requirement for simplejson and using Python 2.6 built-in JSON
if available, otherwise we fallback to simplejson.

Improved the default jsonification rule for datetime and date objects.
2010-09-29 00:05:04 -04:00

9 lines
233 B
Plaintext

A WSGI object-dispatching web framework, in the spirit of TurboGears, only
much much smaller, with many fewer dependancies.
TODO
====
* Switch "hooks" over to Context Managers.
* JSONify dates as isoformat strings by default.