
keyring 25.7.0
0
Store and access your passwords safely.
Contents
Store and access your passwords safely.
Stars: 1415, Watchers: 1415, Forks: 181, Open Issues: 88The jaraco/keyring repo was created 10 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 1415 github stars!
How to Install keyring
You can install keyring using pip
pip install keyring
or add it to a project with poetry
poetry add keyring
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/keyring/
- GitHub Repo:
- https://github.com/jaraco/keyring
Classifiers
Related Packages
Errors
A list of common keyring errors.
Code Examples
Here are some keyring code examples and snippets.
GitHub Issues
The keyring package has 88 open issues on GitHub
- Document
set_keyringfunction in API section of README.rst - add support for KDE Wallet 6
- Testing fails when there is no
keyrings.altinstalled - KeyringBackend set_password() keyword argument renamed by wrapper
- ChainerBackend not deleting password from lower priority backend
- Proper WSL support
- Proposal: add WSL backend via windows executable
- WSL2+Debian: keyring.errors.NoKeyringError: No recommended backend was available.
pythonfix