Metadata-Version: 1.2
Name: keyrings.passwordstore
Version: 0.1.0
Summary: A keyring backend for password-store
Home-page: https://github.com/stv0g/keyrings.passwordstore
Author: Steffen Vogel
Author-email: post@steffenvogel.de
License: UNKNOWN
Description: # Keyring backend for Password-store
        
        This is a backend for the Python [`keyring`](https://pypi.org/project/keyring/) package using the [standard UNIX password-store](https://www.passwordstore.org/).
        
        ## Installation
        
        ```bash
        pip install keyrings.passwordstore
        ```
        
        ### Author
        
        - Steffen Vogel (@stv0g)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
