[Python-modules-commits] [python-odf] 71/118: New long description

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit 1d180efcbe83574aa38e99580ba0d4a56d9615fb
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Fri Dec 18 10:41:22 2009 +0000

    New long description
---
 setup.py | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/setup.py b/setup.py
index 25304b2..494ed43 100644
--- a/setup.py
+++ b/setup.py
@@ -60,18 +60,15 @@ setup(name='odfpy',
       description='Python API and tools to manipulate OpenDocument files',
       long_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.
+Odfpy is a library to read and write OpenDocument v. 1.1 files.
+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.
+handle all ODF constructions.
 
 In addition to the API, there are a few scripts:
 
@@ -87,7 +84,7 @@ In addition to the API, there are a few scripts:
 - odfuserfield - List or change the user-field declarations in an ODF file
 - xml2odf - Create OD? package from OpenDocument in XML form
 
-Take also a look at the contrib folder."""
+Visit http://odfpy.forge.osor.eu/ for documentation and examples."""
 ),
       author='Soren Roug',
       author_email='soren.roug at eea.europa.eu',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list