From 0adcd0d11bf5e04c2508cef8769d6873d4640eed Mon Sep 17 00:00:00 2001 From: Tonus Date: Fri, 20 Jan 2023 05:27:06 +0000 Subject: python/python3-xdg: Added (Vars defined by XDG Base Directory Spec) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-xdg/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-xdg/README (limited to 'python/python3-xdg/README') diff --git a/python/python3-xdg/README b/python/python3-xdg/README new file mode 100644 index 0000000000..e54ecc56fd --- /dev/null +++ b/python/python3-xdg/README @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3