digitaldomain / QtPyConvert

An automatic Python Qt binding transpiler to the Qt.py abstraction layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate how black is doing their AST transformations

Ahuge opened this issue · comments

black has a really really high quality replacement system.

Ideally we should investigate their tokenizing system and see if we can remove our redbaron dependency.

Might have to reimplement parts of lib2to3 to add py2.7 support.

It's mostly based on pgen2