Metadata-Version: 2.1
Name: validatorPCT
Version: 0.0.1
Summary: pacote para validar campos - nome, cpf e telefone
Home-page: UNKNOWN
Author: David Pereira, Carlos Daniel
Author-email: davidpereirax19@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

validatorPCT
============

#### Esse é um pacote que faz a validação de três campos comuns vistos em formulários de cadastro ou de login.


## Instalação:

    pip install validatorPCT

## Uso:

    import validatorPCT as vt
    obj = vt()
    a = obj.cpf(06565436398)
    print(a)


