Currently seems to work only on Python 2.7 due to swagger-codegen
using the reserved keyword async
.
It also needs a patch on six.py
(info here).
One must move the second parameter "unicode_escape"
from the unicoide()
call in six.py:L653 (see on github).