googleplay-api/gpapi
Domenico Iezzi dda3a2f39f Removed caching code + better search() behaviour
The old caching code could cause a query to be cached for ever,
returning always the same set of result for a specific query. This is
not a good behaviour, since search results change continuously. In the
future, this behaviour could be reintroduced with a better logic (for
example, check if the query was in cache longer than some hours or days)

Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
2017-10-08 19:36:36 +02:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Improved python2 compatibility 2017-10-04 13:42:52 +02:00
device.properties Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay_pb2.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay.py Removed caching code + better search() behaviour 2017-10-08 19:36:36 +02:00
utils.py Improved python2 compatibility 2017-10-04 13:42:52 +02:00