dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.61k stars 344 forks source link

Support for Python 3 #270

Closed rbrasga closed 4 years ago

rbrasga commented 4 years ago

Just noticed the py2to3 branch. I'll check it out.

Maybe I'll make the entire thing python2 & python3 friendly and then you can make that the master branch.

dtmilano commented 4 years ago

I have recently created CulebraTester2-public which is going to be a new and much more powerful backend for AndroidViewClient/culebra.

As it is defined as an OpenAPI 3.0 spec client code for python 2 and 3 can be autogenerated and integrated.

All operations will be HTTP-based and ADB would be eventually used only to start the server, simplifying the migration to python 3.