Metadata-Version: 2.1
Name: keyrings.unixpass
Version: 0.0.1
Summary: Keyring plugin for the pass password manager
Author-email: Alessandro Cerruti <whisper@chrooti.org>
License: MIT
Project-URL: Homepage, https://gitlab.com/chrooti/keyrings.unixpass
Keywords: pass,keyring
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# keyring.unixpass

This plugin for the keyring library adds support for pass, the standard unix passowrd manager.

## Usage

```bash
pip install keyring keyrings.unixpass
```

## Development

The `./tasks.sh` file should be self explanatory.
