LICENSE
README.md
pyproject.toml
src/sunat_py/__init__.py
src/sunat_py/errors.py
src/sunat_py/py.typed
src/sunat_py.egg-info/PKG-INFO
src/sunat_py.egg-info/SOURCES.txt
src/sunat_py.egg-info/dependency_links.txt
src/sunat_py.egg-info/requires.txt
src/sunat_py.egg-info/top_level.txt
src/sunat_py/catalogs/__init__.py
src/sunat_py/catalogs/credit_reason.py
src/sunat_py/catalogs/debit_reason.py
src/sunat_py/catalogs/document_types.py
src/sunat_py/catalogs/identity_doc.py
src/sunat_py/catalogs/igv_affectation.py
src/sunat_py/catalogs/perception_regime.py
src/sunat_py/catalogs/retention_regime.py
src/sunat_py/catalogs/transport_modality.py
src/sunat_py/catalogs/transport_reason.py
src/sunat_py/security/__init__.py
src/sunat_py/security/cert_loader.py
src/sunat_py/security/log_redactor.py
src/sunat_py/signer/__init__.py
src/sunat_py/signer/xmldsig.py
src/sunat_py/sunat/__init__.py
src/sunat_py/sunat/client.py
src/sunat_py/sunat/gre_client.py
src/sunat_py/sunat/packager.py
src/sunat_py/sunat/wsdl/beta/billService.wsdl
src/sunat_py/sunat/wsdl/beta/billService_ns1.wsdl
src/sunat_py/sunat/wsdl/beta/billService_otroscpe.wsdl
src/sunat_py/sunat/wsdl/beta/billService_xsd2.xsd
src/sunat_py/sunat/wsdl/prod/billService.wsdl
src/sunat_py/sunat/wsdl/prod/billService_ns1.wsdl
src/sunat_py/sunat/wsdl/prod/billService_otroscpe.wsdl
src/sunat_py/sunat/wsdl/prod/billService_xsd2.xsd
src/sunat_py/ubl/__init__.py
src/sunat_py/ubl/builder.py
src/sunat_py/ubl/models.py
src/sunat_py/ubl/templates/creditnote_07.xml.j2
src/sunat_py/ubl/templates/debitnote_08.xml.j2
src/sunat_py/ubl/templates/despatchadvice_09.xml.j2
src/sunat_py/ubl/templates/invoice_01.xml.j2
src/sunat_py/ubl/templates/perception_40.xml.j2
src/sunat_py/ubl/templates/retention_20.xml.j2
src/sunat_py/ubl/templates/summary_RC.xml.j2
src/sunat_py/ubl/templates/voided_RA.xml.j2
src/sunat_py/validators/__init__.py
src/sunat_py/validators/dates.py
src/sunat_py/validators/emisor.py
src/sunat_py/validators/identity_doc.py
src/sunat_py/validators/perception.py
src/sunat_py/validators/retention.py
src/sunat_py/validators/ruc.py
src/sunat_py/validators/totals.py
src/sunat_py/xsd/__init__.py
src/sunat_py/xsd/validator.py
src/sunat_py/xsd/schemas/sunat-1.0/common/CCTS_CCT_SchemaModule-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/CodeList_CurrencyCode_ISO_7_04.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/CodeList_LanguageCode_ISO_7_04.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/CodeList_UnitCode_UNECE_7_04.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-CommonAggregateComponents-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-CommonBasicComponents-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-CommonExtensionComponents-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-CoreComponentParameters-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-ExtensionContentDatatype-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBL-QualifiedDatatypes-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBLPE-SunatAggregateComponents-1.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UBLPE-SunatAggregateComponents-1.1.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/common/xmldsig-core-schema.xsd
src/sunat_py/xsd/schemas/sunat-1.0/maindoc/UBLPE-ApplicationResponse-1.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/maindoc/UBLPE-Perception-1.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/maindoc/UBLPE-Retention-1.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/maindoc/UBLPE-SummaryDocuments-1.0.xsd
src/sunat_py/xsd/schemas/sunat-1.0/maindoc/UBLPE-VoidedDocuments-1.0.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/CCTS_CCT_SchemaModule-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-CommonAggregateComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-CommonBasicComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-CommonExtensionComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-CommonSignatureComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-CoreComponentParameters-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-ExtensionContentDataType-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-QualifiedDataTypes-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-SignatureAggregateComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-SignatureBasicComponents-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-UnqualifiedDataTypes-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-XAdESv132-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-XAdESv141-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/common/UBL-xmldsig-core-schema-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/maindoc/UBL-CreditNote-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/maindoc/UBL-DebitNote-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/maindoc/UBL-DespatchAdvice-2.1.xsd
src/sunat_py/xsd/schemas/ubl-2.1/maindoc/UBL-Invoice-2.1.xsd