.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
NEWS.rst
README.rst
SECURITY.md
conftest.py
hook-keyring.backend.py
mypy.ini
pyproject.toml
pytest.ini
ruff.toml
tea.yaml
towncrier.toml
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
keyring/__init__.py
keyring/__main__.py
keyring/backend.py
keyring/backend_complete.bash
keyring/backend_complete.zsh
keyring/cli.py
keyring/completion.py
keyring/core.py
keyring/credentials.py
keyring/devpi_client.py
keyring/errors.py
keyring/http.py
keyring/py.typed
keyring.egg-info/PKG-INFO
keyring.egg-info/SOURCES.txt
keyring.egg-info/dependency_links.txt
keyring.egg-info/entry_points.txt
keyring.egg-info/requires.txt
keyring.egg-info/top_level.txt
keyring/backends/SecretService.py
keyring/backends/Windows.py
keyring/backends/__init__.py
keyring/backends/chainer.py
keyring/backends/fail.py
keyring/backends/kwallet.py
keyring/backends/libsecret.py
keyring/backends/null.py
keyring/backends/macOS/__init__.py
keyring/backends/macOS/api.py
keyring/compat/__init__.py
keyring/compat/properties.py
keyring/compat/py312.py
keyring/testing/__init__.py
keyring/testing/backend.py
keyring/testing/util.py
keyring/util/__init__.py
keyring/util/platform_.py
tests/test_cli.py
tests/test_core.py
tests/test_errors.py
tests/test_integration.py
tests/test_multiprocess.py
tests/test_packaging.py
tests/backends/test_SecretService.py
tests/backends/test_Windows.py
tests/backends/test_chainer.py
tests/backends/test_kwallet.py
tests/backends/test_libsecret.py
tests/backends/test_macOS.py
tests/util/test_platform.py