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 PyPy Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads codecov

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.6-3.9 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 codecov 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

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

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.

  • PDFStitcher is a utility for stitching PDF pages into a single document (i.e. N-up or page imposition).

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-2.11.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

pikepdf-2.11.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.11.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.11.0-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.11.0-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.11.0-cp39-cp39-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.11.0-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.11.0-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.11.0-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.11.0-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.11.0-cp38-cp38-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.11.0-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.11.0-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.11.0-cp37-cp37m-win32.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.11.0-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.11.0-cp37-cp37m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.11.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.11.0-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.11.0-cp36-cp36m-win32.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.11.0-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.11.0-cp36-cp36m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.11.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.11.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0.tar.gz
Algorithm Hash digest
SHA256 53bf432be00fcb2f2a56c44b64c1b75e4c8f9fe0dcc97721319c53939fed8047
MD5 eaae4152656e8965ea95dd09acbc8fc4
BLAKE2b-256 02aaa242ced37e42ca84fbb910e626c185c476f26c460638605f18cabc8e970e

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.11.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d015a61ed30041d730ec13bb4b2f97790b0f4ecc513f70b37548701e05de4342
MD5 0cb4024931c3137cf9803f849f8aac96
BLAKE2b-256 8da7a21dd9f08cbb9c772ef36fb0ebe928fa33cfc1c7298d5da512db40e661f8

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5c7063cd8130529688ef4c6c166f3cda9da9e7733a5de9474ff36ea79512d58
MD5 d2765260ae20e72f12dc27ed3cf3e240
BLAKE2b-256 4f7805aaf058b95a4b09f556e78dc3df64d0806e8b395fbbcd29e9ced1bb8210

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.11.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 436a7f22b634a9656e58c843bd40e79f003dac24564fb11b6540303a2397d767
MD5 9c4efeb35e6729ce082a02fb15cfb38c
BLAKE2b-256 8fb0d35127bcd71c7d886fb047629f6ef09eb1d284f65f00d7937569389d0a88

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-2.11.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 209e9dfefe91c85557ca18ee948ee5a2eb9e3fc1115c170d34872e4a0ed6e1b8
MD5 3c972fa85b91d004f34c0a0fe1c08a4b
BLAKE2b-256 5c0afc5069d80752132dffec1759f1dc7024b09c9ba31c72db8f28a37e17adc8

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.11.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 04d4087e34a93ed54f2bff67a25c6af86180f4e3b3ec4dd58c1feec2ed5bc80c
MD5 d13f31d808d2eff9f33a65534ec3f611
BLAKE2b-256 792dd90bada5519cebf0170869ed867435a0562063a37515f177d38cafa72c55

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.11.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8b6015778bc9c184ace7596ee40ca90f66b9a0277cbf6da7b1b47719d32e6cd0
MD5 caf1f44a9d9159248bf6e1c2e307fb3e
BLAKE2b-256 91b2fac9d9b023f0b0e4f01e683b73375bd3afecd5f547b530049c48783fef65

See more details on using hashes here.

File details

Details for the file pikepdf-2.11.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.11.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6139fe529a43a92e6c8dc7a88092365fe6c738353abbd5fc45297f8ee6cc12b5
MD5 d733cbaa41b9e5e06c75e3cc2f830a3c
BLAKE2b-256 304a6d70700ff799c477a4dd64d597d9dcbd613f1c8e0922b82a71ae4af98574

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8d7076d64f2f16ea01c95ae4b39f2279d95a8317de302e4aee9d8cc8f4c71a53
MD5 b68ec3394b55556466741ae0438f2e71
BLAKE2b-256 33d5cb738c9359326c9543018c3a152c33e4c949a39f0db22fb26428c7707ccc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b5217ab71d5f6d9d041bf61823623f4d636d918bfeb9688641b4e587e0baf28f
MD5 c70c2cda4e8b5520b1d82f2354c0b751
BLAKE2b-256 12606c0fb37902c9c9f9200939f4f2e138b4c5dd2328586573022abf057eaced

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ed6fb3cc7b26bf9e1f1f38b62bfbceeb612264b26c8a36b576d4e5a454b63030
MD5 2bbf138e0b85b01424d63f26543b6973
BLAKE2b-256 864f32e1203656df7e30b78731a124c13861c7899c793021405c1bce1c62550d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3b91abe907f790e9eac9cd16c77325fed068c4b13e3ed612eb747949991e89a6
MD5 0087487d3512dc5a696cabd188e1cfae
BLAKE2b-256 e0fc8494d696bf851c680fff990a5f5359e84001e55c01919326f48bb9e5b952

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d04a0f504d840a8ec803c70621f963b5259ecb8703e656ea23aab16007862264
MD5 3d04a81800088476a71a46323d8012ca
BLAKE2b-256 4f181c9867f8539ec90c50e1e0644a5a597a0f59a9a8062e11cf02f324b46c84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9f2b4ccc94297c7110638877f06c34209e778d471b7664edb3924004787eb144
MD5 cf132d5f3e1294f7d7475d734c499baa
BLAKE2b-256 aecc23130c1c06444b64cd69a3937434fab99965d8d03b484e44ba5566c51e3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4a539d272578566f3b0f2283f067eb6e9e1bfce46bf165a4bba6f43886f34c47
MD5 2f16f7842544fd165a30631ad8e577cc
BLAKE2b-256 3ff80ce15ccbec1bf02380cd9beb2fdb201bc8d648ce65189670568d57002568

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2ff36accb7c3d1c3e5594f33dc08f1fb8c5ecc9b53adf9741a6ac06b0d35cf2c
MD5 8c155546d806a0d9f25bd3c70dee1f8f
BLAKE2b-256 0aeaa09f537aa7e028eef0861d49ac17a13113128b91d457c631a4d70620be79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e1d661a917857c1290c5525f1362f5827cda9a44cf0ea6f1fbe451227c816916
MD5 d2077a873d1d5e8cc1d729fe3adb7922
BLAKE2b-256 6b12e98ca7b70fdbb953ad897759789e06446201fc5fa2f44e9ef3c89cf39b53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b355c5149b71d8186031e4b7f6d16e0e89681a26b3d070e886aa11500872f86b
MD5 89aa0ce87eb706d27d05b6b67ef84b8b
BLAKE2b-256 6eb4c6f5020918987b90c5584e7535d3ee435ab96e80349a6149930c5b45f28f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 658b6d280fba492a8c6f5a6f9874fa9d4fa3ff211995b2efad0ccafce6dcc451
MD5 474ec4054f6623af3531fc9777314dd0
BLAKE2b-256 e069702a53c49d5864216d0214fcbbc29017b0883a7291d4dde7e26986da57db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ac37e43211d57b89350da7e89cd971b50645107edd81363c3f7f805ad23acd4f
MD5 39c477741700655948dd344b0dc8b16f
BLAKE2b-256 a171ce594337506edd2df98f8def281e690592461eec84eb2130312f42a78839

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8e65de2d29949b074404cbb9ee65d037d46b52156e8e3de7a668c9f5a7768008
MD5 13d1f1df3a5a6916ef9bec2650d992e1
BLAKE2b-256 60ee880f5af44d2ce2932930fe554e6b30349c8d27e5b84b7e5f046e8fe56984

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 869b1ee8c9c0365801a489f2cc6953954cc8e181e6ec0c97a1bd3229b96e3941
MD5 96b20401b5c59550086fbfda371c62f7
BLAKE2b-256 39ce6240a899c76a8e7f2ae22a5bb20ac31e6b371070e4d1e0f78f0ef922a7c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cd069453edbc7b46286b64b37c4dfe9582c197129ed9e0e46a970456d91a54f
MD5 ae491822df4ed4def84c07aa87ee007e
BLAKE2b-256 82d9333565c79782da2203620398dd891f7d199771c60ea85fba0de053145146

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