Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.12 KB

No Maintenance Intended

Deprecated

This repository is no longer supported, please consider using brutils-python instead.

🇧🇷 Brazilian Utils

Utils library for Brazilian-specific businesses.

Getting Started

Brazilian Utils is a library focused on solving problems that we face daily in the development of applications for the Brazilian business.

Installation

Using Brazilian Utils is quite simple and you can install it using pip:

pip install brazilian-utils

Usage

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.