Metadata-Version: 2.1
Name: cpfValidationTool
Version: 0.0.2
Summary: Código que valida o CPF através da validação dos últimos dois dígitos
Home-page: https://github.com/rodrigofmfreitas/dio-cursos/tree/main/Geracao-Tech-Unimed/Desafio2
Author: Rodrigo Freitas
Author-email: digofmf@gmail.com
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# cpfValidationTool

The package cpfValidationTool is used to: <br>
&emsp;&emsp;- Validate a CPF using the verification digits of it; <br>
&emsp;&emsp;- Return if given CPF string is either valid or not.

## Installation

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

```bash
pip install cpfValidationTool
```

## Usage

```python
from cpfValidationTool.cpfValidation import cpf
cpf.validateCPF(cpfStr)
```

## Author
Rodrigo Melo

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