https://github.com/arskom/pyubl
https://github.com/arskom/pyubl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arskom/pyubl
- Owner: arskom
- License: bsd-3-clause
- Created: 2014-11-23T14:15:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T13:12:05.000Z (over 9 years ago)
- Last Synced: 2025-04-02T08:48:02.945Z (6 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.