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 python36-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 python36-xmltodict

Found 2 RPM for python36-xmltodict

PackageSummaryDistributionDownload
python36-xmltodict-0.9.0-2.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for ppc64lepython36-xmltodict-0.9.0-2.el7.noarch.rpm
python36-xmltodict-0.9.0-2.el7.noarch.htmlMakes working with XML feel like you are working with JSONEPEL 7 for x86_64python36-xmltodict-0.9.0-2.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet