Metadata-Version: 2.4
Name: pypassguard
Version: 0.1.0
Summary: Password utilities
Author: PyLib Contributors
License: MIT
Keywords: utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pypassguard

Password utilities

## Installation

```bash
pip install pypassguard
```

## Usage

```python
from pypassguard import check_strength

# Usage example
```

## License

MIT
