cli icon indicating copy to clipboard operation
cli copied to clipboard

local CLI cache

Open buschNT opened this issue 3 years ago • 1 comments

We experience some issues because of too many api requests, e.g.: #225 , #164 . These could be tackled my implementing a local cache.

Does anyone has experience with or suggestions for a local file based caching library/approach?

buschNT avatar Jan 28 '22 14:01 buschNT

This project seems to be a neat cache: https://github.com/grantjenks/python-diskcache

Also also does a comparison with other similar projects in its README. I don't have any experience, however :/

SteinRobert avatar Jan 31 '22 08:01 SteinRobert