An open API service indexing awesome lists of open source software.

https://github.com/arskom/pyubl


https://github.com/arskom/pyubl

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

PyUBL
=====

This is a bunch of scripts that map UBL documents to python objects and vice
versa.

You need lxml and spyne>=2.12.

Run examples/parse_schema.py to see an XMLDSIG document deserialized to a
Python object. The signature verification will probably fail because the document
is not canonical.