xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

Add ability to query libxml version number #289

Closed jonathangreen closed 8 months ago

jonathangreen commented 8 months ago

Add a new function: xmlsec.get_libxml_version() that returns a tuple[int, int, int] giving the version of libxml2 that xmlsec is using. Helpful when trying debug issues with xmlsec and lxml.