python-odf 1.3.6-2 source package in Ubuntu

Changelog

python-odf (1.3.6-2) unstable; urgency=medium

  * changed the VCS browser link

 -- Georges Khaznadar <email address hidden>  Sun, 14 Jan 2018 14:30:22 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odf_1.3.6-2.dsc 2.3 KiB f3fefcfde85cce4f85dc8c04435943229c0d9572d5d3d0ac27a98c90f3351263
python-odf_1.3.6.orig.tar.gz 9.6 MiB a0019f44911077a5f15021413ce42f505e7a5e121df84547e66dbd3a3e585c7f
python-odf_1.3.6-2.debian.tar.xz 5.9 KiB 7050ba9eaf6d8d0175196fd96a6d8a8b6534ce8608c108a11bbe15538e13bcc0

Available diffs

No changes file available.

Binary packages built by this source

python-odf: No summary available for python-odf in ubuntu cosmic.

No description available for python-odf in ubuntu cosmic.

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: No summary available for python-odf-tools in ubuntu cosmic.

No description available for python-odf-tools in ubuntu cosmic.

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