Hi, It is very fun, because I started my own project ten days ago with similar goals: making python bindings for git. Since I didn't have much imagination at that time, I called it "pygit", eventually renaming it later with a better name. While being quite similar to git-python at first glance, its primary goal is to feel as pythonic as possible, and to be suitable for porcelainish scripts (in such, it is quite low-level wrt the operations it allows, and has repository writing at the top of its todo list)... Despite it seems a bit older than gitpython if you look at the commit history, it seems less mature, probably because it's written mostly from scratch and not a raw port of the ruby bindings. For instance, docs are still missing, which is why I didn't announce it to this list yet. It seems it is roughly on par with git-python feature-wise, though. I hope you'll like this one too ;-) Ah, I forgot: here it is: http://code.istique.net/?p=pygit.git (If you get an error, try reloading the page, the server gets crappy sometimes) PS. Comments welcome. On Mon, May 12, 2008 at 8:17 PM, Asheesh Laroia <asheesh@xxxxxxxxxxx> wrote: > On Fri, 9 May 2008, Dill wrote: > > > > Also check out: http://gitorious.org/projects/git-python/ > > > > That looks very friendly and object-oriented. It doesn't seem to have > write support, based on a quick look - is that right? Is write support a > feature you're considering adding? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html