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

python-xmltodict-0.9.0-2.el7 RPM for noarch

From EPEL 7 for ppc64le / Packages / p

Name: python-xmltodict Distribution: Fedora Project
Version: 0.9.0 Vendor: Fedora Project
Release: 2.el7 Build date: Mon May 11 16:45:41 2020
Group: Development/Libraries Build host: buildvm-12.phx2.fedoraproject.org
Size: 31359 Source RPM: python-xmltodict-0.9.0-2.el7.src.rpm
Packager: Fedora Project
Url: https://github.com/martinblech/xmltodict
Summary: Makes working with XML feel like you are working with JSON
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'

Provides

Requires

License

MIT

Changelog

* Mon May 11 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 0.9.0-2
  - add Python 3 subpackage
* Thu Oct 02 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.0-1
  - Update spec file according guidelines 
  - Update to upstream release 0.9.0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 04 2013 Ralph Bean <rbean@redhat.com> - 0.4.2-1
  - Latest upstream
  - Included README and LICENSE
  - Running tests now
  - https://github.com/martinblech/xmltodict/pull/11
  - Added Requires python3 to the python3 subpackage.
* Fri Jan 04 2013 Ralph Bean <rbean@redhat.com> - 0.4.1-1
  - Initial packaging for Fedora

Files

/usr/lib/python2.7/site-packages/xmltodict-0.9.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/xmltodict-0.9.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/xmltodict-0.9.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/xmltodict-0.9.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/xmltodict-0.9.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/xmltodict.py
/usr/lib/python2.7/site-packages/xmltodict.pyc
/usr/lib/python2.7/site-packages/xmltodict.pyo
/usr/share/doc/python-xmltodict-0.9.0
/usr/share/doc/python-xmltodict-0.9.0/PKG-INFO
/usr/share/doc/python-xmltodict-0.9.0/README.md
/usr/share/licenses/python-xmltodict-0.9.0
/usr/share/licenses/python-xmltodict-0.9.0/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 28 03:35:33 2024