[Python-modules-commits] [python-keyring] 01/04: Add a manpage for /usr/bin/keyring.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Dec 15 22:17:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository python-keyring.

commit f0a86a3d76ddf3a2b037139248158507335d992f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Dec 16 01:12:37 2017 +0300

    Add a manpage for /usr/bin/keyring.
---
 debian/keyring.1 | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/debian/keyring.1 b/debian/keyring.1
new file mode 100644
index 0000000..48600ce
--- /dev/null
+++ b/debian/keyring.1
@@ -0,0 +1,36 @@
+.TH KEYRING "1"
+
+.SH NAME
+keyring \- Python\-Keyring command\-line utility
+
+.SH SYNOPSIS
+\fBkeyring\fR [\fI\,get|set|del\/\fR] \fI\,SERVICE USERNAME\/\fR
+
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show the help message and exit.
+.TP
+\fB\-p\fR KEYRING_PATH, \fB\-\-keyring\-path\fR=\fI\,KEYRING_PATH\/\fR
+Specify path to the keyring backend to use.
+.TP
+\fB\-b\fR KEYRING_BACKEND, \fB\-\-keyring\-backend\fR=\fI\,KEYRING_BACKEND\/\fR
+Specify name of the keyring backend to use.
+.TP
+\fB\-\-list\-backends\fR
+List the available keyring backends and exit.
+
+.SH DESCRIPTION
+\fBkeyring\fR provides a way to store, lookup and delete passwords in various
+backends supported by Python\-Keyring.
+
+Usage example:
+
+.nf
+.ft C
+$ keyring set system username
+Password for \(aqusername\(aq in \(aqsystem\(aq:
+$ keyring get system username
+password
+.ft
+.fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git



More information about the Python-modules-commits mailing list