Package: wnpp Severity: wishlist Owner: Thomas Goirand <z...@debian.org>
* Package name : sixer Version : 1.6 Upstream Author : Victor Stinner <victor.stin...@gmail.com> * URL : https://github.com/haypo/sixer * License : Apache-2.0 Programming Lang: Python Description : add Python 3 support to Python 2 applications using six Sixer is a tool adding Python 3 support to a Python 2 project. It was written to produces patches to port OpenStack to Python 3. It is focused on supporting Python 2.7 and 3.4. . It uses basic regular expressions to find code which needs to be modified. It emits warnings when code was not patched or looks suspicious.