mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d2161a96ba
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. WWW: http://opendocumentfellowship.com/development/projects/odfpy PR: ports/125038 Submitted by: Wen Heping <wenheping at gmail.com>
9 lines
526 B
Plaintext
9 lines
526 B
Plaintext
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.
|
|
|
|
WWW: http://opendocumentfellowship.com/development/projects/odfpy
|