This is a python wrapper over the (famous) Cassowary incremental constraint solver.
It uses the c++ implementation (0.6) as backend.
The original c++ code is somewhat refactored to remove memory leaks
by using reference counting, and is usable alone.
The refactoring was done somewhen in 2002, and the code is not touched much since then.
Last changes are workarounding recent template-things in new (gcc-4.x) c++ compilers.
The Finite-domain part (using GTL graph library) is not tried/tested; it might or might not work.
repository: svn co https://dbcook.svn.sf.net/svnroot/dbcook/cassowarypy
how to compile/install ...