aboutsummaryrefslogtreecommitdiff
path: root/python/python3-keyring/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2023-12-21 22:20:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-21 22:31:56 +0700
commitf0510c0b9a3dceb981892e6a243969eba94925ea (patch)
tree9597090cac29e1f9f9edbb40283f3176ef054a36 /python/python3-keyring/README
parent946150dbc54a3cc5410277dfd5dfca809f78f504 (diff)
python/python3-keyring: Added (python keyring).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-keyring/README')
-rw-r--r--python/python3-keyring/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-keyring/README b/python/python3-keyring/README
new file mode 100644
index 0000000000..66cf220f9e
--- /dev/null
+++ b/python/python3-keyring/README
@@ -0,0 +1,3 @@
+The Python keyring lib provides a easy way to access the
+system keyring service from python. It can be used in any
+application that needs safe password storage.