Python 3 module which allows applications to cache function values based on the function name and arguments, especially for their application. It is only dependent on internal Python modules (it can utilize pyxdg, but does not require it).
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Stupp 3b7dfdc181
Check if data is not None before caching
3 years ago
jsoncache Check if data is not None before caching 3 years ago
.drone.yml drone: renamed pylint to pylint check 3 years ago
.gitignore First commit 3 years ago
setup.py First commit 3 years ago