Projects
OpenSource projects I'm currently working on:
- Rietveld - Code Review Tool
- I'm regulary contributing to Rietveld, the App Engine based code review application written by Guido van Rossum. An instance of this application is running on http://codereview.appspot.com. The source code is available on the project page.
- hgsvn
- Since June 2009 I maintain hgsvn, a set of scripts to work locally on Subversion checkouts using Mercurial. hgsvn was originally written by Antoine Pitrou. Some documentation is hosted on PyPI, sources are available on BitBucket.
- CrunchyFrog
- CrunchyFrog is database client mainly (but not solely) for the GNOME desktop. It provides a SQL editor and schema browser for various database servers (PostreSQL, MySQL, SQLite, Oracle, SQLServer, Firebird, Informix, MaxDB). http://crunchyfrog.googlecode.com
- python-sqlparse
- sqlparse is a non-validation SQL parser for Python. Originally it was part of CrunchyFrog's SQL editor, but at some point I made this a project on it's own. A live demo is running on App Engine. http://python-sqlparse.googlecode.com
- django-gae2django
- django-gae2django is a Django helper application that let's you run App Engine applications on plain Django. Actually it provides an implementation of Google's App Engine APIs using Django. A slightly modified version of Rietveld is included as an example for this helper application. http://django-gae2django.googlecode.com