python-odf 1.4.0-3 source package in Ubuntu

Changelog

python-odf (1.4.0-3) unstable; urgency=medium

  * removed the build-dependency on doxypy
  * added a patch to use doxypypy, before this program becomes a debian package

 -- Georges Khaznadar <email address hidden>  Sun, 01 Dec 2019 20:37:01 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odf_1.4.0-3.dsc 2.2 KiB 032893c8d13db70b64854f937d1c9dafc5c5c70f7fadfe942442b47124e091e7
python-odf_1.4.0.orig.tar.gz 9.6 MiB 3752c12c193428141099eb64e22b4ef0845f69d64611de774705b5cccf4f0303
python-odf_1.4.0-3.debian.tar.xz 15.1 KiB 627174de643f940def28ce584328812e2016171a73255bb6e03fbedbc13fcfcf

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