pypdf 3.4.1-1 source package in Ubuntu

Changelog

pypdf (3.4.1-1) unstable; urgency=medium

  * New upstream version 3.4.1
  * drop patches already loaded upstream
  * Mark external testts appropriately

 -- Daniel Kahn Gillmor <email address hidden>  Tue, 14 Feb 2023 16:58:00 -0500

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf_3.4.1-1.dsc 1.5 KiB 348fbe0c6e5363829d6f0839a46a64ae87d69c2774ad7a5a7700030fe233782e
pypdf_3.4.1.orig.tar.xz 5.6 MiB 97fba6fca8f51945bc44a7875dec9c21d670a08a4b0f045e1360f2803ec6abc6
pypdf_3.4.1-1.debian.tar.xz 7.9 KiB d048de373c23a89ce6d7c2e839226a4cbc996fef39f34a255db54c0da670e780

Available diffs

No changes file available.

Binary packages built by this source

python3-pypdf: 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.