Installation ============ **Devtools is undergoing active development.** This is of course a joke, the maintainer is unmotivated and is therefore dragging his feet (considering the topography, literally). As of yet, there is no official release nor an easy way to get an easy-to-use installation package. I know, I'm making you jump through hoops just to emphasize how awesomely wonder devtools is. In order to download Devtools, you will need to checkout the SVN repository located at `http://lab.cs2d.org/devtools `_ via the following command: svn checkout http://lab.cs2d.org/devtools You may also browse the entire source-code online at `http://lab.cs2d.org/ `_. .. Note:: Since devtools is undergoing "active development", the concept of nightly builds is rather abstract and will not be called as such. For example PyObject *t; t = PyTuple_New(3); PyTuple_SetItem(t, 0, PyInt_FromLong(1L)); PyTuple_SetItem(t, 1, PyInt_FromLong(2L)); PyTuple_SetItem(t, 2, PyString_FromString("three")); .. toctree::