jaraco / keyring

MIT License
1.24k stars 152 forks source link

Documentation page refers to non-existent backend `keyring.backends.OS_X.Keyring` #637

Closed marvingreenberg closed 1 year ago

marvingreenberg commented 1 year ago

Describe the bug Issue #487: Removed keyring.backends.OS_X module. But https://github.com/jaraco/keyring/blob/main/README.rst#config-file-content still say to use keyring.backends.OS_X.Keyring to configure the backend. With the new annoying warning #635 trying to configure following docs will be hard.

To Reproduce Steps to reproduce the behavior: Documentation bug

Expected behavior The docs list the correct backend keyring.backends.macOS.Keyring

Environment

$ pip list | grep keyring
...
$ keyring --list-backends
...

Additional context Add any other context about the problem here.