Skip to main content

Read and write PDFs with Python, powered by qpdf

Project description

pikepdf

pikepdf is a Python library for reading and writing PDF files.

Build Status PyPI PyPI - Python Version

pikepdf is based on QPDF, a powerful PDF manipulation and repair library.

Python + QPDF = "py" + "qpdf" = "pyqpdf", which looks like a dyslexia test. Say it out loud, and it sounds like "pikepdf".

# Elegant, Pythonic API
with pikepdf.open('input.pdf') as pdf:
    num_pages = len(pdf.pages)
    del pdf.pages[-1]
    pdf.save('output.pdf')

To install:

pip install pikepdf

For users who want to build from source, see installation.

pikepdf is documented and actively maintained. Commercial support is available.

Features

This library is similar to PyPDF2 and pdfrw - it provides low level access to PDF features and allows editing and content transformation of existing PDFs. Some knowledge of the PDF specification may be helpful. It does not have the capability to render a PDF to image.

Feature pikepdf PyPDF2 pdfrw
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python Python
PDF versions supported 1.1 to 1.7 1.3? 1.7
Python versions supported 3.5-3.8 2.6-3.6 2.6-3.6
Save and load password protected (encrypted) PDFs ✔ (except public key) ✘ (Only obsolete RC4) ✘ (not at all)
Save and load PDF compressed object streams (PDF 1.5)
Creates linearized ("fast web view") PDFs
Actively maintained pikepdf commit activity PyPDF2 commit activity pdfrw commit activity
Test suite coverage ~89% very low unknown
Creates PDFs that pass PDF validation tests ?
Modifies PDF/A without breaking PDF/A compliance ?
Automatically repairs PDFs with internal errors
PDF XMP metadata editing read-only
Documentation
Integrates with Jupyter and IPython notebooks for rapid development

In Production

  • OCRmyPDF uses pikepdf to graft OCR text layers onto existing PDFs, to examine the contents of input PDFs, and to optimize PDFs.

  • pdfarranger is a small Python application that provides a graphical user interface to rotate, crop and rearrange PDFs.

License

pikepdf is provided under the Mozilla Public License 2.0 license (MPL) that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Informally, MPL 2.0 is a not a "viral" license. It may be combined with other work, including commercial software. However, you must disclose your modifications to pikepdf in source code form. In other works, fork this repository on GitHub or elsewhere and commit your contributions there, and you've satisfied your obligations. MPL 2.0 is compatible with the GPL and LGPL - see the guidelines for notes on use in GPL.

The debian/copyright file describes licensing terms for the test suite and the provenance of test resources.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pikepdf-1.11.2.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

pikepdf-1.11.2-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.11.2-cp38-cp38-win32.whl (899.2 kB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-1.11.2-cp38-cp38-manylinux2010_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-1.11.2-cp38-cp38-manylinux2010_i686.whl (9.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.11.2-cp38-cp38-macosx_10_9_x86_64.whl (987.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.11.2-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.11.2-cp37-cp37m-win32.whl (902.9 kB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-1.11.2-cp37-cp37m-manylinux2010_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pikepdf-1.11.2-cp37-cp37m-manylinux2010_i686.whl (10.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.11.2-cp37-cp37m-macosx_10_9_x86_64.whl (971.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-1.11.2-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.11.2-cp36-cp36m-win32.whl (902.7 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.11.2-cp36-cp36m-manylinux2010_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pikepdf-1.11.2-cp36-cp36m-manylinux2010_i686.whl (10.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.11.2-cp36-cp36m-macosx_10_9_x86_64.whl (971.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pikepdf-1.11.2-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.11.2-cp35-cp35m-win32.whl (902.7 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.11.2-cp35-cp35m-manylinux2010_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

pikepdf-1.11.2-cp35-cp35m-manylinux2010_i686.whl (10.0 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.11.2-cp35-cp35m-macosx_10_9_x86_64.whl (974.2 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

Details for the file pikepdf-1.11.2.tar.gz.

File metadata

  • Download URL: pikepdf-1.11.2.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2.tar.gz
Algorithm Hash digest
SHA256 26a2ebb95055fc5d66fe3d451e6005abbd4d6c05ef113086983a9b8fe7ecc60f
MD5 e6e40980143f650b70e08b78f9071e19
BLAKE2b-256 57910e791509575e070998529ad7f2f4d68753f56c076a0df3d53f3ba3657370

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5c33d030137f9fe1a84a49dc1f0a0c07c4266987cc064f1f28dd2f8d69487714
MD5 354dffde0c3106fa3629f0bff7e65a98
BLAKE2b-256 8c9c93b490c9be51845bd08cfbb50cfeb164491454e5f47958cefbef1d73cd57

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 899.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4c0345425a57c4825b11b7c4e232e629d869d82a218894d6aa6fbd93defcadc4
MD5 2d3bd1bedfac9e1d94c82b59a7475a0d
BLAKE2b-256 8e8e3aa3031c4b71db6c0d2fd238160b5a1fd6495760da14bc19591541e4a3eb

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2f38746f26cfbb5db692a40a7cb1af16439bcb1805e925bc01890f4322c5d6e
MD5 7f0d3779dfe900b1d513ad82aaa0d414
BLAKE2b-256 29fc083b7c08c702bc55f14fd0c186674261dcdad8e946a1db29179e5251eea3

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 967cc00d9c01a09676e993aaeefa3c8bafdec974caca3ffc9ea7c2b65cc0e991
MD5 1bb9842263556e598605995cef8b462b
BLAKE2b-256 517e1ce00b9f0e093b0ba22930cc348ac9bd1f59e62e9c99fdef6e4da3a7e62a

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 987.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc9e6874e7822ddde3d636a148f6f0cd44410bc7cd035f9d4254d259dfd6060c
MD5 c8413de306dc7686955e3ca3f63adce7
BLAKE2b-256 285feb063d985b456f5f49f684ae493421658df99022100f36fad226fbffcfe3

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c1c4de57d97f1709992501ff038203c746285ffd69047473fb0eceaebb8086d4
MD5 ae2a556242f3c1bbfd451fe6e66588f4
BLAKE2b-256 7ffab1dd9dbe0590dd280c6f28437f20ef9c05333767985616fee2d4155be04b

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 902.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bff68f8fe8b3731883e05de7bd9637a77e6b43268f25e659abe6f46aecd63ea4
MD5 a63e5e3c086dfff454c5f1f78bfb627d
BLAKE2b-256 f88fa699dc1690cffa353d7c881e3997a0ebd27143f533c6e87478dd9204552b

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 98d4d4fcb0e6fdeaf67566b93ecfd8a6fc799e74d0c81a714626cae8a46f8ce2
MD5 7263d489b44e63e1d6daaea0a12739b2
BLAKE2b-256 a6bb9450234c199dc7dc31d414be9ea71a74ba17d47973304be19af2d7b70bb2

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e190c3552b8d7d720478750363900cb3934ee9382f422f79f198e7e7c11f05be
MD5 be47e6ea4e4611b1e1f00c5b0c47e18f
BLAKE2b-256 a2fe387b78776a6b9ef22e5dbb32bbcfea685ecfea12788b5ed00502a92ae827

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 971.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7c9aa68184fc6d3ba92fbc04f2b89faf148f4a9b78bd62fb8cfb8105b4b34e1
MD5 b8537fbb64c56c277880b955dd35ec87
BLAKE2b-256 27c46a020509c29c8999e5abb9a9e23fbfb514082efc1baa8f34fd110f9e9d52

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 410c8aa6b3f1f10836743b534f314b31409febec359ca2480f55eb4e58b667ec
MD5 ac6aa37925c0ab50bc4e054ada4c9903
BLAKE2b-256 8427352a955e6a7e8207979915d1fdbdcae8358406bf1f76e68563459471786a

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 902.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a01e2f3cfe9e86de177e400cfb7b24375b9b0e0eab65274cf19925867b74e6fc
MD5 63938ce2f4de0670bfe0e08a61e6624f
BLAKE2b-256 90328c75e15782c13af8679b4f8c304d361619b8e3a5e3e5bb3134d7fa706a4e

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c5785fa714312bc57af423619acca1e6a8b304607879d06a94aaa04f1ebad994
MD5 a89731ccbb9b740a3fcf7fbe15696567
BLAKE2b-256 148c04279e52792a5aea96e4bc6f0fbafa0b959a450067951e4d3f82076c852b

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 29bbd3c02a0a39769a43e7f4270d3876b742d4f02a12e5363144ba4137cef563
MD5 d34a62e0b217a7d907443f4fbf28dd3b
BLAKE2b-256 113b64229de9165d60985ddfb95c74a713ee7fdbcd9dd04c6226e2946adf8a0a

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 971.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5e2f0f8be4173edbf2a6c5acf5f38296ccdd217543b757c738421497486ca7d
MD5 5c74c1eaec9e77c110ce6c689e8bc87b
BLAKE2b-256 5c4d4a87f962eac375c23bebc7ab22f2f93fd5fb5e0d5d58fe96cf1f13172c61

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 3e8fe1d2cea62117923e7cbd3aafaa8c4e505f6ffc87248d7dc24d8d194ee1e7
MD5 f66b730482728b1f25c3aee2b5948e72
BLAKE2b-256 5352cde3a6b71ee25145eef9565e1a2215ac17b071eb1fb9a3ef9c94c069f3d7

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 902.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3d617e96a0bf53fb259e0bc13f6b6969deca9e8a63275e597a3f231213127cf7
MD5 b4994f76de6affa59b8501e1b0accf43
BLAKE2b-256 bc65a521baf168869e219ddf8caa2a132555acbf9f96080cfb09910601c55b1f

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 86667a04373b6ede05218d1eb8d583dc5f79e11a32e6b98e209791ad79d920c0
MD5 c743a84d34f12c23c42290ebfa8683fa
BLAKE2b-256 a9e3e498c77beedaaaede1ad1e55bd48daa5fbb920a81e83d9a28627ba4d982c

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 63295eff2ad692a9bfece6dcf701cb71faa7b393e36050e45dca44803c3b50d5
MD5 f1671d234c37473fd73bdfcf54e4e4bd
BLAKE2b-256 3bff676bbfc52d6f5d8bf7da127cdd942a6d6d809f0c91bd8532aedbd0583f7e

See more details on using hashes here.

File details

Details for the file pikepdf-1.11.2-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.11.2-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 974.2 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.2-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b37b0d49f5739cc08a2d66801793d50a66363a32856d9468187535d0f4cd9b72
MD5 77d3eff71e29d06c1b97d73e2f687192
BLAKE2b-256 beae3a85daf69d7f900478bb7b129be134f1c55d428f6d2d3cd9aec0900110dd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page