pypdf 4.0.0-1 source package in Ubuntu

Changelog

pypdf (4.0.0-1) unstable; urgency=medium

  * Upload to Unstable
  * Drop d/p/0003-Missing-pytest.mark.samples.patch, residual parts of the
    patch are not needed
  * Update d/copyright

 -- Scott Kitterman <email address hidden>  Tue, 23 Jan 2024 17:01:38 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf_4.0.0-1.dsc 2.2 KiB 99527e4c06eba6391b2db8c1cf5b6d3b072f6e2f62aa40174bf1197eb73d4d19
pypdf_4.0.0.orig.tar.xz 6.5 MiB a0a7d13e5199fa115d0abc9aeeadd1d7317efa578c13cb29b9cd5f86ce6e54ca
pypdf_4.0.0-1.debian.tar.xz 8.3 KiB f6f453eba2484cf378811c62015b0504415bf0376db65c7a7b3b09aaa2e949ed

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.