Fedora Packages

python3-sieve Subpackage of python-sieve

XML Comparison Utils

Ripped from FormEncode and strainer just to support Pythons 2 and 3. Intended for use in your webapp test suites. Example usage:: >>> from sieve.operators import eq_xml, in_xml >>> a = "<foo><bar>Value</bar></foo>" >>> b = """ ... <foo> ... <bar> ... Value ... </bar> ... </foo> ... """ >>> eq_xml(a, b) True >>> c = "<html><body><foo><bar>Value</bar></foo></body></html" >>> in_xml(a, c) # 'needle' in a 'haystack' True

Releases Overview

Release Stable Testing
Fedora Rawhide 0.1.9-32.fc40 -
Fedora 40 0.1.9-32.fc40 -
Fedora 39 0.1.9-30.fc39 -
Fedora 38 0.1.9-28.fc38 -
EPEL 9 0.1.9-28.el9 -
EPEL 8 0.1.9-17.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-sieve dash maintainers at fedoraproject dot org.



Sources on Pagure