The Wayback Machine - https://web.archive.org/web/20200917205107/https://github.com/topics/validation-library
Skip to content
#

validation-library

Here are 236 public repositories matching this topic...

alvarofpp
alvarofpp commented Sep 15, 2019

Validar uma lista de tuplas de documentos.

A seguir, consta um jeito de como essa funcionalidade deve funcionar:

from validate_docbr as docbr


# Documentos
documentos = [
    (docbr.CPF, "012.345.678-90"),
    (docbr.CNPJ, "01.234.567/8901-23"),
    (docbr.CPF, "01234567891"),
]

# Validar documentos
validacoes = docbr.validate_docs( documentos )
# Output
# [True, Fals

Improve this page

Add a description, image, and links to the validation-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the validation-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.