Package python-module-odfpy: Information

    Binary package: python-module-odfpy
    Version: 0.9.2-alt1
    Architecture: noarch
    Build time:  Feb 2, 2010, 07:38 AM
    Source package: python-module-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: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    Feb. 2, 2010 Vitaly Lipatov 0.9.2-alt1
    - initial build for ALT Linux Sisyphus
    July 25, 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
    April 20, 2009 Ian Weller <ianweller@gmail.com> - 0.9-1
    - Update upstream