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
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ API
The keyring lib has a few functions:

* ``get_keyring()``: Return the currently-loaded keyring implementation.
* ``set_keyring(keyring)``: Set the keyring implementation to use.
* ``get_password(service, username)``: Returns the password stored in the
active keyring. If the password does not exist, it will return None.
* ``get_credential(service, username)``: Return a credential object stored
Expand Down
Loading