summaryrefslogtreecommitdiffstats
path: root/python/python-keyring/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-09-17 17:35:55 +0200
committer Willy Sudiarto Raharjo2015-09-17 17:35:55 +0200
commit68fbd7b4155fbe43f05260b5dbc566d19cddb07d (patch)
tree4dc9046ef92670b0d5b44e3f9d7f29e696c2b0af /python/python-keyring/README
parentc3b41e59b5b4483f77cfde3309b953656977f216 (diff)
downloadslackbuilds-68fbd7b4155fbe43f05260b5dbc566d19cddb07d.tar.gz
python/python-keyring: Added (Python keyring library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-keyring/README')
-rw-r--r--python/python-keyring/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-keyring/README b/python/python-keyring/README
new file mode 100644
index 0000000000..5935c016f6
--- /dev/null
+++ b/python/python-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.