Given that SQLSoup and SQLalchemy are all Python 3 compatible, the next step is to find the potential points of issues directly in cruzdb. In particular: - [ ] Figure out how the bundled SQLSoup is different than the stock one - [ ] Track issues that `2to3` can't fix (strings vs bytes etc) - [ ] Move to a library like `six` to keep everything compatible with a single codebase (optional?)