python-odf 1.4.1-1 source package in Ubuntu

Changelog

python-odf (1.4.1-1) unstable; urgency=medium

  * New upstream version 1.4.1

 -- Georges Khaznadar <email address hidden>  Fri, 13 Mar 2020 17:58:57 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odf_1.4.1-1.dsc 2.2 KiB 6fd9cd497e309f25c1037c815373fa54be43a0f16fc810953d9f70204d2543b3
python-odf_1.4.1.orig.tar.gz 9.6 MiB 9f97e4c808f656ce22739eec43a7c1741f645b7decef37d4fb048edb33e8caad
python-odf_1.4.1-1.debian.tar.xz 15.1 KiB 5dc844815254e418ba7cc08f7acb812b68c82c7f89b089d51808e2ef9c5c8399

Available diffs

No changes file available.

Binary packages built by this source

python-odf-doc: documentation and examples for python-odf and python3-odf

 Odfpy is a library to read and write OpenDocument v. 1.1 files.

python-odf-tools: Python tools to manipulate OpenDocument files

 Simple tool collection to manipulate ODF files, like converting CSV to
 spreadsheet, e-mails to text files, text files to HTML, including images
 given by URLs, filling user fields with data tables, and so on.

python3-odf: Python3 API to manipulate OpenDocument files

 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.
 .
 In addition to the API, there are a few scripts:
 .
  - csv2ods - Create OpenDocument spreadsheet from comma separated values
  - mailodf - Email ODF file as HTML archive
  - odf2xhtml - Convert ODF to (X)HTML
  - odf2mht - Convert ODF to HTML archive
  - odf2xml - Create OpenDocument XML file from OD? package
  - odfimgimport - Import external images
  - odflint - Check ODF file for problems
  - odfmeta - List or change the metadata of an ODF file
  - odfoutline - Show outline of OpenDocument
  - odfuserfield - List or change the user-field declarations in an ODF file
  - xml2odf - Create OD? package from OpenDocument in XML form