Skip to content

Commit

Permalink
Move keyring_jeepney to the bottom of the list and mention limitation.
Browse files Browse the repository at this point in the history
…Closes #646.
  • Loading branch information
jaraco committed Nov 12, 2023
1 parent 9056f4a commit b85781e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ use cases. Simply install them to make them available:

- `keyrings.cryptfile <https://pypi.org/project/keyrings.cryptfile>`_
- Encrypted text file storage.
- `keyring_jeepney <https://pypi.org/project/keyring_jeepney>`__ - a
pure Python backend using the secret service DBus API for desktop
Linux.
- `keyrings.alt <https://pypi.org/project/keyrings.alt>`_ - "alternate",
possibly-insecure backends, originally part of the core package, but
available for opt-in.
Expand All @@ -197,6 +194,9 @@ use cases. Simply install them to make them available:
- OSX keychain key-management, for private, public, and symmetric keys.
- `keyring_pass.PasswordStoreBackend <https://github.com/nazarewk/keyring_pass>`_
- Password Store (pass) backend for python's keyring
- `keyring_jeepney <https://pypi.org/project/keyring_jeepney>`__ - a
pure Python backend using the secret service DBus API for desktop
Linux (requires ``keyring<24``).


Write your own keyring backend
Expand Down

0 comments on commit b85781e

Please sign in to comment.