This repository is no longer supported, please consider using brutils-python instead.
Brazilian Utils is a library focused on solving problems that we face daily in the development of applications for the Brazilian business.
Using Brazilian Utils is quite simple and you can install it using pip:
pip install brazilian-utils
To use one of our utilities you just need to import the required function as in the example below:
from brazilian_utils import is_valid_cpf
is_valid_cpf("1232454233345") # False
You can check the list containing all utilities here.