xdg-cache

$XDG_CACHE_HOME read/write files


Keywords
xgd, cache, python
License
Unlicense
Install
pip install xdg-cache==2020.12.3

Documentation

Installation

$ [sudo] pip install xdg-cache

Examples

>>> import xdg_cache
>>> xdg_cache.write("key",'value')
>>> xdg_cache.read("key")
'value'
>>> xdg_cache.path("key")
'~/.cache/key'
>>> xdg_cache.exists("key")
True
>>> xdg_cache.rm("key")

readme42.com