Fri, 29 Mar 2024 13:09:42 UTC | login

Information for RPM python-xmltodict-0.9.0-1.el7.src.rpm

ID50903
Namepython-xmltodict
Version0.9.0
Release1.el7
Epoch
Archsrc
SummaryMakes working with XML feel like you are working with JSON
Descriptionxmltodict 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'
Build Time2016-03-02 20:57:11 GMT
Size41.70 KB
ce20bf1c2da009e2d163eb2accbccec0
LicenseMIT
Buildrootatomic7-adb-common-el7-build-12578-17592
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python-nose
python2-devel
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
python-xmltodict.spec4.83 KB
xmltodict-0.9.0.tar.gz36.21 KB
Component of No Buildroots