google / python-adb

Python ADB + Fastboot implementation
Apache License 2.0
1.8k stars 357 forks source link

Add documentation, Makefile, and linting #170

Open JeffLIrion opened 5 years ago

JeffLIrion commented 5 years ago

There shouldn't be any breaking changes here, but this will create merge conflicts with most (if not all) outstanding pull requests.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+6.02%) to 49.735% when pulling ab99e77ef3c1a58f19597b0c34c93bd6dc56a1f3 on JeffLIrion:documentation into f4e597fe55900651a8a91fccc1e09061fd96b5e9 on google:master.

JeffLIrion commented 5 years ago

I know that this pull request is pretty extensive and difficult to review. To help with this, I created two branches on my fork:

Here is a pull request from the latter to the former: https://github.com/JeffLIrion/python-adb/pull/7/files

If you look through the changes, you'll see that there are no breaking changes.