Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ The basic usage of keyring is pretty simple: just call
>>> keyring.get_password("system", "username")
'password'

The ``system`` argument is any string that identifies the context for the
credential. It might be a hostname (``"example.com"``), a URL
(``"https://the.web.site/"``), the name of a service (``"PyPI"``,
``"GitHub"``), or any other label that makes the credential easy to look
up later. The ``username`` argument is the account name within that
context.

Command-line Utility
--------------------

Expand Down