Awesome. I really liked WebPy, I must say, until I needed a better ORM, or a better this or a better that. In the end I just ended rewriting my entire app in Paste, with Genshi for templating and FormEncode for form handling, and SQLAlchemy for ORM. Here is to hoping that WebObj can bridge some of the ease-of-use between WebPy and Paste. Cheers!
On Wed, Jun 25, 2008 at 1:08 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: > Jon Nelson wrote: >> >> How close to 1.0 is WebOb? I know what no API guarantees are made >> until 1.0, but I've got an upcoming project that I'm thinking about >> using WebOb for. I've been a long-time fan of Paste, so using WebOb >> should only make me a bigger Ian Bicking fanboi. > > I don't plan any API changes before 1.0. (Usually that's my intention with > an 0.9 version.) -- Jon _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
