Name: | python3-sieve |
---|---|
Version: | 0.1.9 |
Release: | 34.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 42216 |
License: | MIT |
RPM: | python3-sieve-0.1.9-34.el10_0.noarch.rpm |
Source RPM: | python-sieve-0.1.9-34.el10_0.src.rpm |
Build Date: | Fri Jan 03 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/sieve |
Summary: | XML Comparison Utils |
Description: | 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 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Remove check, because there is support only for deprecated nose package