No project description provided
Project description
keyring-pybridge
Usage
Install keyring-pybridge
from pypi using pip install keyring-pybridge
, or whatever alternative python package manager you prefer.
Then set environment variables to use the backend:
PYTHON_KEYRING_BACKEND=keyring_pybridge.PyBridgeKeyring
Or use the programmatic API:
import keyring
from keyring_pybridge import PyBridgeKeyring
keyring.set_keyring(PyBridgeKeyring())
WSL
The most useful application of this backend is when you are using keyring in a WSL environment, and would like to connect it to the host machine's Windows Credential Manager.
On the host machine, you need to create a python environment and install keyring in it.
Then, in WSL, configure the environment variable KEYRING_PROPERTY_PYTHON
to point to the python executable with keyring installed:
KEYRING_PROPERTY_PYTHON=C:\path\to\the\right\python.exe
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file keyring_pybridge-0.1.0.tar.gz
.
File metadata
- Download URL: keyring_pybridge-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60fa16bef983ab04b55381979bab4eb51e073458c012fceea8de91eb01cc4386 |
|
MD5 | c955019978ce69a49e1424429672fea8 |
|
BLAKE2b-256 | 8c59a4ae4579f599af21c9c7f4746d42059b29aa59d3aa8f6a0013e23325defc |
File details
Details for the file keyring_pybridge-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: keyring_pybridge-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 421ad2081c7cb330b47f49d94444b86916a4dae01008c10a5b08ae3e752ed606 |
|
MD5 | 2e462df88d595c0f835f2502d13b4fe5 |
|
BLAKE2b-256 | 93f06891eb611c5319a6378ce75902c36227698c0db34479cf86a4fd4e049ef6 |