Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-xmltodict

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. >>> doc = xmltodict.parse(""" ... <mydocument has="an attribute"> ... <and> ... <many>elements</many> ... <many>more elements</many> ... </and> ... <plus a="complex"> ... element as well ... </plus> ... </mydocument> ... """) >>> >>> doc['mydocument']['@has'] u'an attribute' >>> doc['mydocument']['and']['many'] [u'elements', u'more elements'] >>> doc['mydocument']['plus']['@a'] u'complex' >>> doc['mydocument']['plus']['#text'] u'element as well'

Found 1 sites for python-xmltodict

Found 8 RPM for python-xmltodict

PackageSummaryDistributionDownload
python-xmltodict-0.12.0-2.noarch.htmlMakes working with XML feel like you are working with JSONOpenMandriva Cooker for x86_64python-xmltodict-0.12.0-2.noarch.rpm
python-xmltodict-0.12.0-2.noarch.htmlMakes working with XML feel like you are working with JSONOpenMandriva Cooker for aarch64python-xmltodict-0.12.0-2.noarch.rpm
python-xmltodict-0.12.0-2.noarch.htmlMakes working with XML feel like you are working with JSONOpenMandriva 5.0 for x86_64python-xmltodict-0.12.0-2.noarch.rpm
python-xmltodict-0.12.0-2.noarch.htmlMakes working with XML feel like you are working with JSONOpenMandriva 5.0 for aarch64python-xmltodict-0.12.0-2.noarch.rpm
python-xmltodict-0.9.0-2.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for ppc64lepython-xmltodict-0.9.0-2.el7.noarch.rpm
python-xmltodict-0.9.0-2.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for x86_64python-xmltodict-0.9.0-2.el7.noarch.rpm
python-xmltodict-0.9.0-1.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for aarch64python-xmltodict-0.9.0-1.el7.noarch.rpm
python-xmltodict-0.9.0-1.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for ppc64python-xmltodict-0.9.0-1.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet