LICENSE
README.md
pyproject.toml
src/garita/__init__.py
src/garita/cli.py
src/garita/config.py
src/garita/fuentes.py
src/garita/historial.py
src/garita/linea_base.py
src/garita/nucleo.py
src/garita/reporte.py
src/garita/reporte_html.py
src/garita/sarif.py
src/garita.egg-info/PKG-INFO
src/garita.egg-info/SOURCES.txt
src/garita.egg-info/dependency_links.txt
src/garita.egg-info/entry_points.txt
src/garita.egg-info/top_level.txt
src/garita/detectores/__init__.py
src/garita/detectores/secretos.py
src/garita/detectores/paises/__init__.py
src/garita/detectores/paises/_comun.py
src/garita/detectores/paises/_mx_ladas.py
src/garita/detectores/paises/ar.py
src/garita/detectores/paises/br.py
src/garita/detectores/paises/cl.py
src/garita/detectores/paises/co.py
src/garita/detectores/paises/es.py
src/garita/detectores/paises/mx.py
src/garita/detectores/paises/pe.py
tests/test_garita.py