googleplay-api/gpapi
Domenico Iezzi 23937e6cb8
Improved file delivery + minor changes
* Updated user agent string with data taken from play-store-api
* *download* and *delivery* functions will now return a python generator
rather than raw bytes, to prevent app loading entire files in memory.
This generator can be iterated to get chunk of bytes to write, as
discussed in issue #35.
* as a consequence of the previous point, there is no more progress bar
feature for downloading. It should be implemented by developers using
the API.
2018-01-26 18:24:19 +01:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Improved file delivery + minor changes 2018-01-26 18:24:19 +01:00
device.properties Updated device info for bullhead and hammerhead 2018-01-25 12:11:54 +01:00
googleplay_pb2.py Updated pbuf definitions with protobuf 3.5.0 2017-12-09 11:37:38 +01:00
googleplay.py Improved file delivery + minor changes 2018-01-26 18:24:19 +01:00
utils.py Improvements to helper functions 2017-12-09 10:58:00 +01:00