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

Uploaded Source

Built Distributions

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.11.4-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.4-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.11.4-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.4-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.11.4-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.4-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.11.4-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.4.tar.gz.

File metadata

  • Download URL: pikepdf-2.11.4.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 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.4.tar.gz
Algorithm Hash digest
SHA256 7352ccda2eba78aab4d0e780de0ea4f7f84df0e6a5889ccc9b33d2aa6df3a54d
MD5 874f13390975710dd568b76cf434f61b
BLAKE2b-256 c496fd573d3e0eaacaf8aa3cd9abbd4a3488ed64c4be9067c8b24858971208f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee5a410c92601d5d1475999197f8ec51e6a316bcac6c70848d7a13724eee69aa
MD5 f4019a04fc77243aaf5214d2ff74893c
BLAKE2b-256 ae9a2e0bf84ff0b524cb4a0248391ea8cf96d657d1bca5b3c793352d21d52193

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ebb9292c4de7ed6cb7512766b625690a772ed3a55f5edbbb0a66dfb46f000f7
MD5 9469c4641cc38a78c4c66502e85b2001
BLAKE2b-256 02f49853d166104e217dcbce0b480b8fbb9dae62a922898a68799659c8f2b8c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2ae7cd77f7477979fb33412a61d77369b2cbf68d212fa243d51a84177e7eacb9
MD5 23a187de33c6ecf08bcc7dcc0cb8d09a
BLAKE2b-256 1ac6a6adc85734e073e2ce0b0b7cec5931244ed9a1e80144449c588805f41cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fd7b7151cbcec45185d91b18a34f05da86ffbd4e429496078cf5439e4c01ab32
MD5 ef3da5acc78acea9f45b166b7f2305c3
BLAKE2b-256 f3c9b40f49c9b68d42702899d36e9aefaeb2cc239e55f046ea435aec455050ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4f5f74d196e4d8d92b1626a85c62b6cf81300c610d73ef822c2bade4d116304b
MD5 2a3d214988b041c665608ee1bdb2ee0c
BLAKE2b-256 4f39b46b9cbb18af12e102b0026be3bfc89244c80580d713bf4372a72c7aa460

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 abdc1856a2e1cc829b8d8e1fff365a7cb0791317bc072d614becbf61b2bd185a
MD5 28bc4178540852f7d9da839b2c573fb2
BLAKE2b-256 a3cd12858f967e92fe092789aa6961cdf407c93a12fdb0ae41481c6f1ff6ba2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ee190087de308923eac821f5d45d0cf92a2fb30841d4979d720908d279b2666
MD5 69f5ec1e26137a593128f544a901c983
BLAKE2b-256 ce423d223d56b7e8ffbf6ae6c130d775833ae9111dfd440c25e0e8307a331d58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 978ac7a3f8e32499353e850593325dc2cf2a40428667e32833ec20b0c97dc6e1
MD5 17234695881b1ad2916256d3bb907365
BLAKE2b-256 9feca1949d9cc78e8233e3824ecd388f18f09275521895767919631b7f514fda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 97c12bede0599eb435299675b7c9ac47d995a83ecebaed12affa6890d31caf4d
MD5 d3de1ff0baf307821d772d03f483e9ff
BLAKE2b-256 ca96c11817657ee93af0a188fc22755e4197105844ee6db9ff283a9cecd2bc07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0e6e96047b720e47495eb6f8d3fad06ba9eb26042f6ca52c4c79e5dbea801933
MD5 02b837f9df1f2a6c76255c53ea7d46b1
BLAKE2b-256 983043b20cf801b5d0cc541c99b65d1ef0fa583316f7b7a826c926fdc387c9f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5b8c16a94c673e5615d48a8303e5b5440f4b15ad1e22b33fd238499ae3d1ee83
MD5 a83137375e3381f8b3cf192a47e1fed6
BLAKE2b-256 f4ee5b9cb895cba0d427a2eff79afe51ad119b1e39d865504aafe92ccdc3f208

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 091d896aee1f98340a51bd94aba0c8505ea4991159f33035a6e043b057db027b
MD5 13aef7c2e50f1d7913bc46089fa08f73
BLAKE2b-256 6dea22eba58f920e0969d66fe7d43f4253cb5dff4d580c58df7bb98043666ceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b7de1a8e051ff3c89a0f7334fa905c036a1f15f362eccd7231cfd76175da7684
MD5 afd8b0803d26005e6939a81e1cd6c3e8
BLAKE2b-256 9d0c94c3dfa366895b60ae6c41c462291dccb1c5f9f8c477774b7a53b63ab0bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d0e9516f1190721511924c4184ea909657f44f538c9bf13fd106d2cffc0f696e
MD5 d135465acae3fddf709d54f2abe26662
BLAKE2b-256 db3554bde29f45d73aa48de534962ac7c3ba5d5a5f3074a51bda4335456fe74a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 748e080fdb91295a139ef9f60d22220bebab2f9eb73ead45932cf73a32d577ec
MD5 9c12a52737833ff859a9302900891ac6
BLAKE2b-256 71c4f7531be8b438d8d994d97c3a77880888bdf0a5321e7cb88e7c241a119066

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 581ba2bd05fd081061fc1aa56480f5101e16e3472c0b43f107177a29d15b32d6
MD5 b8be8af2c7a16cc33b738046dfb73f80
BLAKE2b-256 d0967094f38ba5042f66abdfdaa3edb6986489ef5b4cb189cdaca5a53245c169

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7473c65f860ab52af50bbf54252fac6ba52dad26c127b6b6d98600fec6955087
MD5 2bee48af6188708367c2b4c38ee6a65c
BLAKE2b-256 c89431bfa35388022ac4e54007722d3a8ec806218776828c7f1662d7a7c55df4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8225e8a58548c1cff7c41e04d56e94d8323fc57942f4e9d67304fc241364404d
MD5 233bedbe51c298c158d7fb5632ed4d04
BLAKE2b-256 14141530ad5f53035549b8507d99a7c2607552b82a26db9ee628848bde3950e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ea429e7854496a5ce340c7a5849d920d92e2882cacdf508ec919f3a6d576acd7
MD5 8fbdce3c780aa16eff45ab8cadafc30a
BLAKE2b-256 b538c4ab8e796c5b09e2d0baa24236caacddd5fe05b723013edad8e1672bfe85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 955f5d9395fc73b2bf7fd7d4f78ae25244cefbd1c59988d866c90bccebfb67a8
MD5 1f0a968fa7efabeb45b1719032ae1c10
BLAKE2b-256 811ceeef2e3f08adf5311525b36e7658c8015decc09de3f7c55fcb9aa248d6f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 44e0268dcb3ba7f8fe61d7b19509608fce9836ff5e462fd6aa894b8007928ec7
MD5 ea2b8ad11ab70f10d56ee7868b08fb6a
BLAKE2b-256 0f69b2a78445454a91c30cc7f8dfa638f7336f1c6516a78a80fb6cc663116855

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.4-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/4.0.1 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.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c48368a0c882c796654e09e71391769ed66e8354edd086b2b077af8b825830a
MD5 7181d2c25a46b7ce2ef8acf091c062c9
BLAKE2b-256 ec08f9d02fa5ec188d370eaa116b876c6b1030821ea8db9c28f751cfc66ad364

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