googleplay-api/gpapi
Domenico Iezzi 6a9f29c6ce
Device info setup moved inside __init__
Since most of the device data is used only for the checkin procedure,
which is run only after the first login with email and passwd, it
is useless to have functions in GooglePlayAPI to modify them at runtime.

Now if the user wants to specify custom data, this data should be
provided as arguments to the constructor.
2017-11-10 22:25:33 +01:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Updated default values for bacon 2017-11-10 22:12:34 +01:00
device.properties Updated default values for bacon 2017-11-10 22:12:34 +01:00
googleplay_pb2.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay.py Device info setup moved inside __init__ 2017-11-10 22:25:33 +01:00
utils.py Python code linting and cleanup 2017-11-07 14:02:23 +01:00