cli
cli copied to clipboard
local CLI cache
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?
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 :/