Package python-module-odfpy: Information

    Binary package: python-module-odfpy
    Version: 1.4.0-alt1
    Architecture: noarch
    Build time:  Jun 21, 2019, 12:33 PM in the task #232790
    Source package: odfpy
    Report package bug
    License: GPLv2+
    Summary: Python library for manipulating OpenDocument files
    Description: 
    Odfpy aims to be a complete API for OpenDocument in Python. Unlike
    other more convenient APIs, this one is essentially an abstraction
    layer just above the XML format. The main focus has been to prevent
    the programmer from creating invalid documents. It has checks that
    raise an exception if the programmer adds an invalid element, adds an
    attribute unknown to the grammar, forgets to add a required attribute
    or adds text to an element that doesn't allow it.
    
    These checks and the API itself were generated from the RelaxNG
    schema, and then hand-edited. Therefore the API is complete and can
    handle all ODF constructions, but could be improved in its
    understanding of data types.

    Maintainer: George V. Kouryachy


    Last changed


    June 20, 2019 George V. Kouryachy 1.4.0-alt1
    - Autobuild version bump to 1.4.0
    Feb. 20, 2018 George V. Kouryachy 1.3.6-alt1
    - Autobuild version bump to 1.3.6
    Aug. 14, 2017 George V. Kouryachy 1.3.5-alt1
    - Autobuild version bump to 1.3.5
    - Introduce python3 module
    - Separate binary module