<package type="rpm">
	<name>python-xmltodict</name>
	<arch>src</arch>
	<version epoch="0" ver="1.0.4" rel="1"/>
	<checksum type="sha256" pkgid="YES">6dff0cae9ed51613978491fd91e132a8298e02e4380faa8068a175e162f89a30</checksum>
	<summary>Makes working with XML feel like you are working with JSON</summary>
	<description>xmltodict is a Python module that makes working with XML feel like you are
working with JSON.  It's very fast (Expat-based) and has a streaming mode
with a small memory footprint, suitable for big XML dumps like Discogs or
Wikipedia.

    &gt;&gt;&gt; doc = xmltodict.parse(&quot;&quot;&quot;
    ... &lt;mydocument has=&quot;an attribute&quot;&gt;
    ...   &lt;and&gt;
    ...     &lt;many&gt;elements&lt;/many&gt;
    ...     &lt;many&gt;more elements&lt;/many&gt;
    ...   &lt;/and&gt;
    ...   &lt;plus a=&quot;complex&quot;&gt;
    ...     element as well
    ...   &lt;/plus&gt;
    ... &lt;/mydocument&gt;
    ... &quot;&quot;&quot;)
    &gt;&gt;&gt;
    &gt;&gt;&gt; doc['mydocument']['@has']
    u'an attribute'
    &gt;&gt;&gt; doc['mydocument']['and']['many']
    [u'elements', u'more elements']
    &gt;&gt;&gt; doc['mydocument']['plus']['@a']
    u'complex'
    &gt;&gt;&gt; doc['mydocument']['plus']['#text']
    u'element as well'</description>
	<packager>uro &lt;uro@urogaming.co.uk&gt;</packager>
	<url>https://github.com/martinblech/xmltodict</url>
	<time file="1771788246" build="1771788171"/>
	<size package="40944" installed="28217" archive="0"/>
	<location href="python-xmltodict-1.0.4-1.src.rpm"/>
	<format>
		<rpm:license>MIT</rpm:license>
		<rpm:vendor>OpenMandriva</rpm:vendor>
		<rpm:group>Development/Python</rpm:group>
		<rpm:buildhost>ph18-3.openmandriva.org</rpm:buildhost>
		<rpm:sourcerpm></rpm:sourcerpm>
		<rpm:header-range start="5032" end="12568"/>
		<rpm:provides>
			<rpm:entry name="python-xmltodict" flags="EQ" ver="1.0.4" rel="1"/>
		</rpm:provides>
		<rpm:requires>
			<rpm:entry name="pkgconfig"/>
			<rpm:entry name="pkgconfig(python)"/>
			<rpm:entry name="python"/>
			<rpm:entry name="python3.14dist(pip)"/>
			<rpm:entry name="python3.14dist(pip)"/>
			<rpm:entry name="python3.14dist(pytest)"/>
			<rpm:entry name="python3.14dist(setuptools)"/>
			<rpm:entry name="python3.14dist(wheel)"/>
			<rpm:entry name="rpmlib(DynamicBuildRequires)" flags="LE" ver="4.15.0" rel="1"/>
			<rpm:entry name="rpmlib(LargeFiles)" flags="LE" ver="4.12.0" rel="1"/>
		</rpm:requires>
	</format>
</package>
