mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
0adcd0d11b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
311 B
Text
6 lines
311 B
Text
xdg 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.
|