.gitattributes
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
tox.ini
.github/dependabot.yaml
.github/workflows/main.yml
.github/workflows/test.yml
arrendatools/__init__.py
arrendatools.plantillas.egg-info/PKG-INFO
arrendatools.plantillas.egg-info/SOURCES.txt
arrendatools.plantillas.egg-info/dependency_links.txt
arrendatools.plantillas.egg-info/requires.txt
arrendatools.plantillas.egg-info/top_level.txt
arrendatools/plantillas/__init__.py
arrendatools/plantillas/plantilla.py
arrendatools/plantillas/filters/__init__.py
arrendatools/plantillas/filters/fechas.py
arrendatools/plantillas/filters/numeros.py
test/test_fechas.py
test/test_numeros.py