Download Latest Version v10.13.0.post1 source code.zip (5.1 MB) Google Add to Preferred Sources
Home / v10.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-05 511 Bytes
v10.4.0 source code.tar.gz 2026-09-05 5.0 MB
v10.4.0 source code.zip 2026-09-05 5.1 MB
Totals: 3 Items   10.1 MB 0
  • Enums are now proper Python enum.Enum/enum.IntFlag types (PEP 435 compliant), migrated from pybind11's deprecated py::enum_ to py::native_enum.
  • Reimplemented the PDFDocEncoding codec in pure Python using the standard library charmap pattern, removing the C++ dependency on qpdf for encoding.
  • Upgraded to qpdf 12.3.2.
  • Fixed incorrect docstrings for StreamDecodeLevel. :issue:708
  • Fixed type stubs: added PEP 570 positional-only markers, and corrected index() signature.
Source: README.md, updated 2026-09-05