Metadata-Version: 2.4
Name: barrios
Version: 0.1.1
Summary: A personal package that serves several purposes, especially in Chile.
Home-page: https://cyax.up.railway.app/
Author: Matias Barrios
Author-email: matias.barrios.wow@gmail.com
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# BarriosLib

BarriosLib is a personal Python library where I add functions to make my work easier.  
Anyone can use it, but its mainly for my own convenience.  
More functions will be added over time.

## Current Functions

### RUT Functions
- **rutFormat(rut: str) -> str**  
  Formats a Chilean RUT to the standard format (e.g., `99.999.999-9`).

- **rutUnformat(rut: str) -> str**  
  Removes formatting from a Chilean RUT (e.g., `999999999`).

- **rutValidate(rut: str) -> bool**  
  Checks if a Chilean RUT is valid.
