Metadata-Version: 2.1
Name: pytest-keyring
Version: 1.0.1
Summary: A Pytest plugin to access the system's keyring to provide credentials for tests
Author: Tomás Farías Santana
Author-email: tomas@tomasfarias.dev
Requires-Python: >=3.8
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: keyring (>=24.2)
Requires-Dist: pytest (>=7.1)
Description-Content-Type: text/markdown

# pytest-keyring

Pytest plugin to access any configured keyring using the [`keyring`](https://pypi.org/project/keyring/) package.


## Installation

Install with:

```bash
python -m pip install pytest-keyring
```

Python versions 3.8 to 3.12 are supported.

