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.
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'
Package | Summary | Distribution | Download |
python-xmltodict-0.12.0-2.noarch.html | Makes working with XML feel like you are working with JSON | OpenMandriva Cooker for x86_64 | python-xmltodict-0.12.0-2.noarch.rpm |
python-xmltodict-0.12.0-2.noarch.html | Makes working with XML feel like you are working with JSON | OpenMandriva Cooker for aarch64 | python-xmltodict-0.12.0-2.noarch.rpm |
python-xmltodict-0.12.0-2.noarch.html | Makes working with XML feel like you are working with JSON | OpenMandriva 5.0 for x86_64 | python-xmltodict-0.12.0-2.noarch.rpm |
python-xmltodict-0.12.0-2.noarch.html | Makes working with XML feel like you are working with JSON | OpenMandriva 5.0 for aarch64 | python-xmltodict-0.12.0-2.noarch.rpm |
Generated by rpm2html 1.6