pdfrw 0.2-2 source package in Ubuntu

Changelog

pdfrw (0.2-2) unstable; urgency=medium

  * QA upload
  * Don’t run testsuite at build time (closes: #808678):
    They rely on an external library containing data without any documented
    copyright

 -- David Prévot <email address hidden>  Mon, 28 Dec 2015 22:05:28 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfrw_0.2-2.dsc 1.6 KiB ec6ae04a5b0e6872fec159e1f24b59a749375a8eb463a0d01c1cb65e28b2f530
pdfrw_0.2.orig.tar.gz 54.7 KiB fce304d0ce1ec3f3b8612da000eb4657c124740719e2a4d78c63399f5ebb78a4
pdfrw_0.2-2.debian.tar.xz 2.7 KiB a468e9dd03feacff8268a73d23c9d4f95dd7f002db8dba05e30b2e80a28769de

Available diffs

No changes file available.

Binary packages built by this source

python-pdfrw: PDF file manipulation library (Python 2)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This package installs the library for Python 2.

python-pdfrw-doc: PDF file manipulation library (documentation)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This is the common documentation package.

python3-pdfrw: PDF file manipulation library (Python 3)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This package installs the library for Python 3.