Skip to main content

SUNAT - sign and verify xml

Project description

SignXML Sunat is an implementation of the W3C XML Signature standard in Python. SignXML Sunat implements all of the required components of the standard, and most recommended ones. Its features are:

  • Well-supported, portable, reliable dependencies: lxml, xmlsec

  • Simple interface with useful defaults

  • Compactness, readability, and extensibility

Installation

pip install signxml_sunat

Note: SignXML SUNAT depends on lxml and xmlsec

OS

Python

Command

Ubuntu 16.04, 18.04

Python 3

pip install lxml xmlsec

Note: In windows you need install a binary for lxml and xmlsec https://www.lfd.uci.edu/~gohlke/pythonlibs

Synopsis

SignXML SUNAT uses the ElementTree API (also supported by lxml) to work with XML data.

from signxml_sunat import XMLSigner, XMLVerifier

signed_root = XMLSigner().sign('doc.xml', key_data='rsakey.pem', cert_data='rsacert.pem')
# if you need password
# signed_root = XMLSigner().sign('doc.xml', key_data='rsakey.pem', cert_data='rsacert.pem', password='p4ssw0rd')
verified = XMLVerifier().verify('signed_doc.xml', key_data='rsakey.pem')
# if you need password
# verified_data = XMLVerifier().verify('signed_doc.xml', key_data='rsakey.pem', password='p4ssw0rd')

Authors

  • Danilo Britto Nuñez

Bugs

Please report bugs, issues, feature requests, etc. on GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

signxml_sunat-1.0.3.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file signxml_sunat-1.0.3.tar.gz.

File metadata

  • Download URL: signxml_sunat-1.0.3.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for signxml_sunat-1.0.3.tar.gz
Algorithm Hash digest
SHA256 ed0c27d6c5ee43811243a20c7f11cb43f04d868da51a8e0bd4428a3c2299074c
MD5 9b3b366c69d130787f8ead6f51079fdb
BLAKE2b-256 f10206402b044a2fe6bbeecde7a0af96c3b84a2b9bab7558f9c0c3ea0c81e852

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page