On Fri, Jan 16, 2009 at 3:03 PM, Jelmer Vernooij <jelmer@xxxxxxxxx> wrote: >> >> BTW I find it a bit distressing that more and more projects crop up doing >> substantial and valuable work around Git, but without even bothering to >> mention it on this list. There might have been a good chance, too, to >> avoid having _three_ Python libraries for exactly the same task. > I wasn't aware of PyGit (and its homepage doesn't seem to work), but > Python-Git is just a wrapper around the git command line tools, it > doesn't parse/write the file formats itself. > > Cheers, > > Jelmer > > -- > Jelmer Vernooij <jelmer@xxxxxxxxx> - http://samba.org/~jelmer/ > Jabber: jelmer@xxxxxxxxxxxxxxx > Hello This sounds like a great project. I've talked with the authors of GitPython in the past and I believe the reason it was never mentioned here was that they were probably too shy or intimidated (you guys are pretty hardcore ;-) ). Anyways, as you said, GitPython is purely a wrapper around git commands. BTW, git is bloody fast so it's actually not that bad and works pretty well. GitPython's license is the New BSD license and thus it can't use git code nor could it use libgit2. I think the best route for a useful Python module would be to wrap something like libgit2 which aims to be a true library for git. If that's the goals for Dulwich then all the better. If not (and it instead aims to be a pure-Python implementation) then that's cool too, but for performance reasons I think the community would best be served by pursuing a core git library with various language bindings built on top of it. In any case, this sounds like a neat development and it does seem like the goals are slightly different then the existing GitPython module. GitPython was basically a port of the Ruby Grit library, which also just wraps git commands. I'll keep my eye on this and see if there's anywhere I can help. -- David -- 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