Package Contents
__version__ = '0.5.0'
module-attribute
get_cache_root
Create and return the path to the cache for Grayven, supports XDG_CACHE_HOME env.
| RETURNS | DESCRIPTION |
|---|---|
Path
|
The path to the Grayven cache folder. |
Source code in grayven/__init__.py
| Python | |
|---|---|
9 10 11 12 13 14 15 16 17 18 | |