Object oriented python wrapper for adb protocol
$ python setup.py install
>>> import simpleadb
>>> adb_server = simpleadb.AdbServer()
>>> devices = adb_server.devices()
>>> emulator = devices[0]
>>> emulator
'emulator-5554'
>>> emulator.root()
restarting adbd as root
0
>>> emulator.reboot()- add more adb commads
- imrove existing setup
- improve tests in travis