Metadata-Version: 2.4
Name: password-check
Version: 0.0.1
Summary: Checks whether passwords meet security criteria.
Home-page: https://github.com/LarissaBSantos/password_check
Author: Larissa Batista
Author-email: larissabatista0704@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# password-check

A simple Python package to check if passwords meet security criteria.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name


```bash
pip install password-check
```

## Author
Larissa Batista

## License
[MIT](https://choosealicense.com/licenses/mit/)

