The Artima Developer Community
Sponsored Link

Python Buzz Forum
Releases Releases Releases

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Releases Releases Releases Posted: Oct 10, 2005 6:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Releases Releases Releases
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

Lots of releases this weekend. I'm tired of them, but glad to get them off my back.

So I released: SQLObject 0.7, Paste 0.3, Paste Script 0.3, Paste Deploy 0.3, Paste WebKit 0.3, and Wareweb 0.1. I'd link them, but I'm tired of linking. See http://sqlobject.org and http://pythonpaste.org.

I redesigned all the sites while I was at it, using Pudge. It works pretty well, you can just throw it at a package and it comes up with something passable, and you can tweak from there. I made a little contribution to Kid while I was at it, to generate non-HTML/XHTML. I feel like I'm all over the place with my development now -- I've been using Cheetah in Paste (Script) lately, ZPT at work an in my web apps, and now Kid for this stuff. And that's just one piece, I'm finding myself touching a wide set of projects now. But it's okay.

I'm looking forward to spending less time Maintaining, and more time Developing. But I still have lots of docs to write, lots of stuff to clean up. My toolset is improving, but it's still tiring. SQLObject 0.7 was a big hump to get over; I'm sure an 0.7.1 version will come out before too long, but it's in pretty good shape all considered. Lots of new features, but it's been so long since I've used 0.6.1 that I can't hardly remember what they are. I've had some plans for changing the way the metaclasses and magic attributes (columns and joins) work for a while, and I'm kind of excited about actually trying them out now -- I didn't want to do it before 0.7, because it's a big refactoring.

But it's good... people are using a lot of these packages, and that's cool. FormEncode lingered for a long time, but with Subway, TurboGears, and another Myghty project using it, I'm glad to see it coming back again. SQLObject has been doing well too; 270 people on the mailing list, and again lots of projects... really FormEncode has ridden on SQLObject's coat tails, since it's all the same projects. But there's also lots of apps out there using SQLObject, and a lot of people who seem to use it with no trouble, so I don't hear much from them. Which is good too.

Paste is still the big challenge for me. If anything its users have dwindled, and the development has been confused, and I know it's been confusing for people from the outside. But now that I'm using Eggs for the infrastructure it all feels much more defined to me. Now, if people can just understand what it is, I think it'd do okay. It doesn't have any competitors, except for some ad hoc tools built into various frameworks, which are typically there simply because they have to be, not because anyone gives them any love. Deployment and development isn't the stuff that excites me the most either, but I wrote this stuff because the tools generally sucked (regardless of framework).

Anyway... I just hope I don't get totally burned out before too long.

Read: Releases Releases Releases

Topic: MochiKit 0.90 released Previous Topic   Next Topic Topic: Little Apps Instead of Little Frameworks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use