File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ Una biblioteca Python para validar y formatear RUTs (Rol Único Tributario) chil
19
19
Puedes instalar la librería utilizando pip:
20
20
21
21
``` python
22
- # !pip install chile_rut
23
- # POR DEFINIR
22
+ ! pip install *****
24
23
```
25
24
26
25
## Uso
27
26
28
27
### Importar la clase Rut
29
28
30
29
``` python
31
- from chile_rut import Rut
30
+ from ***** import Rut
32
31
```
33
32
34
33
## Crear Un Objeto
@@ -45,7 +44,7 @@ La validación del RUT se realiza automáticamente al crear un objeto `Rut`. Si
45
44
## Calcular el Dígito Verificador de un RUT
46
45
47
46
``` python
48
- from chile_rut import RutDigitoVerificador
47
+ from ***** import RutDigitoVerificador
49
48
50
49
digito_verificador = RutDigitoVerificador(' 12345678' ).digito_verificador
51
50
print (digito_verificador) # Salida: 5
You can’t perform that action at this time.
0 commit comments