aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xdg-base-dirs/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2023-10-07 08:56:49 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 08:56:49 +0700
commit83932b135486d8de9ce113f97200d2fe69526071 (patch)
treebc138f2791e693b62d0956ae939cfbb70560a6b0 /python/python3-xdg-base-dirs/README
parent1e48f6c62688debae7c91a2c6b74ba3276d94175 (diff)
python/python3-xdg-base-dirs: Added (Python Modules).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xdg-base-dirs/README')
-rw-r--r--python/python3-xdg-base-dirs/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-xdg-base-dirs/README b/python/python3-xdg-base-dirs/README
new file mode 100644
index 0000000000..2831755e8c
--- /dev/null
+++ b/python/python3-xdg-base-dirs/README
@@ -0,0 +1,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.