summaryrefslogtreecommitdiffstats
path: root/python/python3-xdg-base-dirs/README
blob: 2831755e8cd65c05b94756f6149949bdc58ca2f8 (plain)
1
2
3
4
5
6
xdg-base-dir is a Python module that provides functions to
return paths to the directories defined by the XDG Base
Directory Specification, to save you from duplicating the
same snippet of logic in every Python utility you write that
deals with user cache, configuration, or data files. It has
no external dependencies.