Metadata-Version: 2.1
Name: keyring_pass
Version: 0.7.0
Summary: https://www.passwordstore.org/ backend for https://pypi.org/project/keyring/
Home-page: https://github.com/nazarewk/keyring_pass
Author: Krzysztof Nazarewski
Author-email: 3494992+nazarewk@users.noreply.github.com
License: UNKNOWN
Description: # keyring_pass
        
        This is a [`pass`](https://www.passwordstore.org/) backend for [`keyring`](https://pypi.org/project/keyring/)
        
        Install with `pip install keyring-pass` and set the following content in your [`keyringrc.cfg`](https://pypi.org/project/keyring/#config-file-path) file:
        
        ```ini
        [backend]
        default-keyring=keyring_pass.PasswordStoreBackend
        ```
        
        You can modify the default `python-keyring` prefix for `pass`, by:
        - adding following to `keyringrc.cfg`:
          
            ```ini
            [pass]
            key-prefix=alternative/prefix/path
            ```
        
        - (for `keyring` version 23.0.0 or higher) setting environment variable `KEYRING_PROPERTY_PASS_KEY_PREFIX`
        
        You can clear the path (store in root), by setting above to `.` or an empty value.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.3
Description-Content-Type: text/markdown
