LICENSE
README.md
pyproject.toml
src/sriRide/__init__.py
src/sriRide/cli.py
src/sriRide/contexto_sri_router.py
src/sriRide/help.txt
src/sriRide/help_ia_payload.json
src/sriRide/help_ia_payload_library.json
src/sriRide/core/__init__.py
src/sriRide/core/xml_utils.py
src/sriRide/factura/__init__.py
src/sriRide/factura/anexos.py
src/sriRide/factura/cliente.py
src/sriRide/factura/doc.py
src/sriRide/factura/emisor.py
src/sriRide/factura/exportador.py
src/sriRide/factura/index.py
src/sriRide/factura/producto.py
src/sriRide/factura/reembolso.py
src/sriRide/factura/remision.py
src/sriRide/factura/repetibles.py
src/sriRide/factura/totales.py
src/sriRide/factura/xml_utils.py
src/sriRide/guia_remision/__init__.py
src/sriRide/guia_remision/destinatario.py
src/sriRide/guia_remision/doc.py
src/sriRide/guia_remision/emisor.py
src/sriRide/guia_remision/index.py
src/sriRide/guia_remision/producto.py
src/sriRide/guia_remision/repetibles.py
src/sriRide/guia_remision/transportista.py
src/sriRide/guia_remision/xml_utils.py
src/sriRide/nota_credito/__init__.py
src/sriRide/nota_credito/cliente.py
src/sriRide/nota_credito/comprobante.py
src/sriRide/nota_credito/doc.py
src/sriRide/nota_credito/emisor.py
src/sriRide/nota_credito/index.py
src/sriRide/nota_credito/producto.py
src/sriRide/nota_credito/repetibles.py
src/sriRide/nota_credito/totales.py
src/sriRide/nota_credito/xml_utils.py
src/sriRide/nota_debito/__init__.py
src/sriRide/nota_debito/cliente.py
src/sriRide/nota_debito/comprobante.py
src/sriRide/nota_debito/doc.py
src/sriRide/nota_debito/emisor.py
src/sriRide/nota_debito/index.py
src/sriRide/nota_debito/producto.py
src/sriRide/nota_debito/repetibles.py
src/sriRide/nota_debito/totales.py
src/sriRide/nota_debito/xml_utils.py
src/sriRide/preproceso/__init__.py
src/sriRide/preproceso/barcode_sri.py
src/sriRide/preproceso/logo.py
src/sriRide/preproceso/preproceso_sri.py
src/sriRide/render/__init__.py
src/sriRide/render/html_renderer.py
src/sriRide/render/pdf_layout.py
src/sriRide/render/pdf_renderer.py
src/sriRide/render/pipeline_factura.py
src/sriRide/retencion/__init__.py
src/sriRide/retencion/doc.py
src/sriRide/retencion/documento.py
src/sriRide/retencion/emisor.py
src/sriRide/retencion/index.py
src/sriRide/retencion/info_adicional.py
src/sriRide/retencion/sujeto_retenido.py
src/sriRide/retencion/xml_utils.py
src/sriRide/template/factura/anexo_exportador.html
src/sriRide/template/factura/anexo_reembolso.html
src/sriRide/template/factura/anexo_remision.html
src/sriRide/template/factura/factura.html
src/sriRide/template/fonts/IBMPlexMono-Bold.ttf
src/sriRide/template/fonts/IBMPlexMono-Bold.woff2
src/sriRide/template/fonts/IBMPlexMono-Medium.ttf
src/sriRide/template/fonts/IBMPlexMono-Medium.woff2
src/sriRide/template/fonts/IBMPlexMono-Regular.ttf
src/sriRide/template/fonts/IBMPlexMono-Regular.woff2
src/sriRide/template/fonts/IBMPlexMono-SemiBold.ttf
src/sriRide/template/fonts/IBMPlexMono-SemiBold.woff2
src/sriRide/template/guia-remision/guia-remision.html
src/sriRide/template/nota-credito/nota-credito.html
src/sriRide/template/nota_debito/nota-debito.html
src/sriRide/template/retencion/retencion.html
src/sri_ride.egg-info/PKG-INFO
src/sri_ride.egg-info/SOURCES.txt
src/sri_ride.egg-info/dependency_links.txt
src/sri_ride.egg-info/entry_points.txt
src/sri_ride.egg-info/requires.txt
src/sri_ride.egg-info/top_level.txt
tests/test_html_outputs.py