Metadata-Version: 2.4
Name: bitwarden-keyring2
Version: 0.3.5
Summary: Keyring backend reading password data from Bitwarden
Home-page: https://github.com/jurajkristofik/bitwarden-keyring/
Author: Juraj Kristofik
Author-email: juraj.kristofik@enterprisedb.com
License: Apache Software License
Keywords: bitwarden keyring password
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: keyring
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

```markdown
# Bitwarden Keyring 2

This is a fork of the original [bitwarden-keyring](https://github.com/ewjoachim/bitwarden-keyring) repository.

## Purpose
This fork was created specifically to fix the broken `get_password` function in the original package.

## Installation
You can install this patched version from PyPI:
```bash
pip install bitwarden-keyring2
