pypdf2 1.26.0-3 source package in Ubuntu

Changelog

pypdf2 (1.26.0-3) unstable; urgency=medium

  * Remove Python 2 bindings (closes: #937505).
  * Update debhelper level to 12 .
  * Update Standards-Version to 4.4.1 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 15 Dec 2019 10:35:51 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_1.26.0-3.dsc 1.7 KiB c2376e9a8a50657d3e5dbd0a0e5520b1e703d40b05ca67ba5433e37d00878404
pypdf2_1.26.0.orig.tar.gz 194.9 KiB 140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469
pypdf2_1.26.0-3.debian.tar.xz 3.3 KiB 5d52d6ef6e69dde6a905648b41502613907a390c7b72daaabbf91a764584b9a4

No changes file available.

Binary packages built by this source

python3-pypdf2: Pure-Python library built as a PDF toolkit (Python 3)

 A Pure-Python library built as a PDF toolkit. It is capable of:
   - extracting document information (title, author, ...),
   - splitting documents page by page,
   - merging documents page by page,
   - cropping pages,
   - merging multiple pages into a single page,
   - encrypting and decrypting PDF files.
 .
 By being Pure-Python, it should run on any Python platform without any
 dependencies on external libraries. It can also work entirely on StringIO
 objects rather than file streams, allowing for PDF manipulation in memory.
 It is therefore a useful tool for websites that manage or manipulate PDFs.
 .
 This is the Python 3 version of the package.