pypdf2 2.12.1-3 source package in Ubuntu

Changelog

pypdf2 (2.12.1-3) unstable; urgency=medium

  * disable two more network tests

 -- Daniel Kahn Gillmor <email address hidden>  Fri, 13 Jan 2023 16:38:55 -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
pypdf2_2.12.1-3.dsc 1.7 KiB 9cc9d38c2fb7c456809236686f73e7f753bb6c37898ec8201eb6b3bb04bea369
pypdf2_2.12.1.orig-sample-files.tar.gz 8.6 MiB 5892980b49fd7eeeae5ef04913f8c89310530cc3e781bf99ac082f29cee81b5f
pypdf2_2.12.1.orig.tar.gz 6.3 MiB 40743764b367c43357546fd10d39f288a3a9c520e043f75eea7a1b78ccc38d3f
pypdf2_2.12.1-3.debian.tar.xz 8.9 KiB 9370697f89bcc12bee074f1b5ac393ffc406f1b828756e418062e79a068ebf1f

Available diffs

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.