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. We support just about everything x86-64, including PyPy, and Apple Silicon on a best effort basis.

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.7-3.10 [^1] 2.7-3.10 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 codecovpypdf2 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

[^1]: pikepdf 3.x and older support Python 3.6.

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.

  • PDF Arranger 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. Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

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.

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

Uploaded Source

Built Distributions

pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-5.5.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-5.5.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-5.5.0-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-5.5.0-cp310-cp310-win32.whl (2.9 MB view details)

Uploaded CPython 3.10 Windows x86

pikepdf-5.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-5.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pikepdf-5.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-5.5.0-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-5.5.0-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-5.5.0-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-5.5.0-cp39-cp39-win32.whl (2.9 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-5.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-5.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pikepdf-5.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-5.5.0-cp39-cp39-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-5.5.0-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-5.5.0-cp38-cp38-win32.whl (2.9 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-5.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-5.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pikepdf-5.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-5.5.0-cp37-cp37m-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-5.5.0-cp37-cp37m-win32.whl (2.9 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

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

pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pikepdf-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-5.5.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0.tar.gz
Algorithm Hash digest
SHA256 9dd51dbdfa0470135cced6f14ef77ab2d2478f15711b1376984702191ef7625b
MD5 190577d787c12baed61e18b1da96ae69
BLAKE2b-256 b7bd829487d111517ed357ade7da32b31d17cfbc1860eabb8305fc17738737cd

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b530abc08a7b15fb3721f0fdc0189c071fa53f87828fcf8b5e80fc6f9a377f08
MD5 6db3e1f8037d1ced0bf59014f0572496
BLAKE2b-256 572a0a1fc3ca111cc535f31834954c40f8da16672bebcb4ebfb68b8fe755d33f

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88b69bc4b7365e5563afe63b9c25473ef6155ad9b220fdd6110d5abbd44e578d
MD5 3f7a08558bc1baf34a058f63152b8259
BLAKE2b-256 845d46fee1fe17c707b316876376d9ff4ec6110e610e9e089ff28f8b75831f25

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5df4d0dbdda627ea8d4c593a16f7af6c1e3d4f7a34f9ffacecc805e47738c21
MD5 77f013741f49e3ea10006813a86d143e
BLAKE2b-256 b86301ce91c6611027749eeed1ce4d4cb0fd96df66eefccebda3fde9a3f530e5

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd0004901bd253dbe3ebd040fe23430c4a87235f4d55a1d8169b6d9ea7443f69
MD5 88c167a7e30fb76e5e5089594a808302
BLAKE2b-256 d167554a742185a18f1eacf3be4dc9c94e80e601a0fd52fb1da315364727acb8

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4e57f973c7cd50ba0a964aae680f4d1d814c49205b8da018a956260ce3a09d6
MD5 ac3d6027149ec610737020ce1f7fde2e
BLAKE2b-256 361a1eac2fbe8e044e83d4696ecc7b7cc11c0040ce458fe6afff57b356cad5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-5.5.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 693a3dc9b0d3b396aea92c8b3a5a7ed1c6b8eeafe819bb50df6bb9817ad1b79f
MD5 f52c3b0fd17d2b14104a036403d6bbc3
BLAKE2b-256 b92ef9535a2b0767b795473df8dae33b332dc437102b77ca3289f0c90cacd53a

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pikepdf-5.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 53efd1db3cf828cbdb9bc691a118bc7261f99e395f439c92c6f38e5ac7a47093
MD5 00afcfce160e1bf14ad641e21e31071e
BLAKE2b-256 4e2dc364372911c8fdfa90f3a341f35a56e86ee4891e3d10ef12d5bbef8be59d

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pikepdf-5.5.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4ec70c09f94220c1a275baf6973c7ab0f1fb4309ee7a8c000abcc7ea351bd2a2
MD5 359560e980fc6c02fa7c1452effe53a5
BLAKE2b-256 18cf257f9b67750b20b349b6f031f5a3beb3143f8614d81c875696ba54323d4c

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6fa014b9c49e6a8fab37b0ac6a775ad9254df24d8468a554ec9a38f610afd1e
MD5 2c434bc92aaa7d7039c17e505195ae29
BLAKE2b-256 3992fc89b387151e9c250e0270a3461250890ecdbb21b64a926d867548b573c9

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09fd6ad782a93a1f7599771132502c7ca4ac6473527925cd822f61f0740e1401
MD5 f76ef3d8d16ae106a98a57cf2e4562c3
BLAKE2b-256 d6833db1f12502ae031a0dad931d4dd7a9885d65dcdf7aec4e62e5c47141c440

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c94af61eb542289b4411ebcb8d46ccce678eaca1f9dfd1cfe720bd3ea75a4839
MD5 59a71b6867bda540cb6730accf94bc7d
BLAKE2b-256 2f427ca6d4fc3bc51d352a149dff1338db91ddc7976bfec9f5be9d74a3058ac3

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-5.5.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/29.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.6.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1804b039d66f0fe878eddf7c6b7ee0166926f3b66f9c243487c5eb552e8c95f6
MD5 1498d83ca90df61ccb63e992d34599cf
BLAKE2b-256 c7ed159ae401a5233dc00cefd7c6321cff51b458e9d65116189013d9ae69eb22

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cbb53f1d2979a52f4cd2b4a12410e537dc854ab28093b56dab00864dc0090c4
MD5 73419e734cde0fa0bfd07dcb18063472
BLAKE2b-256 e885b72f45b9aef2fd45ba5868c51d96c2c6eb8a82b38ce9153dae78080b813b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f01e0e889769dc9995086faba97d947437cd92284a4ffc743c29e1872ddc9f4b
MD5 db92f8ea300bb4bed84aee71ac1cf6e5
BLAKE2b-256 8f12598ed311a3ce7471b7bc80459292c2a21488f00664bff91682d65ad28f7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1a1c65c3b66370492a4de982fd4ad8f9ced0d7529dc39f03b58d713c8b5bdce1
MD5 036b60c1972287b03fb4b28c427effea
BLAKE2b-256 9ae8ee380bbdab4f17a0445b127402fec4fb597dfc4a39143a7e3f82716ea8a8

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53f253be2df5cd72594dd7518a20bf8c9df391510557ed065f74bf66b09cd9f1
MD5 1e29de826b9848c089d5a01d769eb909
BLAKE2b-256 920317ffae5c2f49379f01e4e068d7dd51fec6cc156e98b0c7bddd171a85b310

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4534efdcde2d5f7a8cad336393c0cb9c5a38d28c91ac4d8e1c5d32d1cf03cb84
MD5 2adda961e1d070b47e303a742ada49aa
BLAKE2b-256 ddc9540aa5352aa80908abc8c68594d4124889473cb9ffbe3b4d9e03dc92e75a

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62dab267b5c37e5ca69864b4125cfd60462567f4120506ec6439a76ca9c50e6f
MD5 fc847c2e8567e288e959b4ed7dc7668c
BLAKE2b-256 0b2657dbf2405ed6c23a98f409b043ab61fb6d7b0059b4329bc7de13f9eb100b

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-5.5.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/29.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.6.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25e651d584e1e347ef76c4e9dbcc3c23539e851abb634ade11260b2632589dd5
MD5 64ae37b935cf4502cbeb28e15369b9ff
BLAKE2b-256 ccc3630223ad0e0c1aa15f670646c82c6e4e3c7107f55791c0dbab7d149c76b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6789a8ff3635f8c830b758468a07fb907b87e0da39684b28d21990fef33f57df
MD5 231da320622454d4f4d3f5067dd92533
BLAKE2b-256 35cdf3e4bc3713afef1e3d84d77b04800234823d2ead5a24502cd886784d3a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c9352a909f7c6cbcb743d1510fdbfdd7f2bf42fdd4f34b0234558d24bdb2f738
MD5 5b9216042aa9b3c098936b054e582a06
BLAKE2b-256 c0760c61dee0d8a62daa4e40c3ce1492a7bbe29b44e216880bb60fe4414bed6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9159798c95c0f25ffb0a1610e26b9d412cd0936f041fb77be8abaab9dc69ed3d
MD5 8874b42a8ce3db6376f1f6a93fe723d1
BLAKE2b-256 621ae4d592e00e8645025ad86e3560fb2896ee5595a5ab7ffb0e498d03fdff72

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3df3e39720b68e78c2690e3c4ca95d586b3ebcb099defe7f3ed92189c1b80c70
MD5 2f2d66ba3ecdc532af85d3064c503427
BLAKE2b-256 f007dd1485d4522923d3650822366f63624b2758e4c131ec8d106cc55b58fbed

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e70a77d7bd41277559af46aa2d7b538fcf79cad15cf9493eee1228dae7b015b
MD5 df8b08ef38ea77239d625c011f08ae35
BLAKE2b-256 1e4593f583f7a61cccb061f96f9befdd2b4c9e23ee201686bc3515d37e4dba3b

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c85c49b0d5462664105d8566070e04a54473951dfc6404d0945cb877b942c562
MD5 92cf993e397c1e7a52dbcfeff13343b8
BLAKE2b-256 d16218f71d5dacde0a18f89a737a3f7458e4db4036afc02720fe173fdd6d363e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 999bf1c23a393a72503bab7241cf2f6e785e6064e9eb20f64a4499a028da477d
MD5 da6e0b65be4876546841431fc011228c
BLAKE2b-256 540c6b44eb329b53dcdcae45ca0ecf4e8e2eed79dda4ce958aedac0e496864ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8d573ac603bc5e081480e9c31d349445c1f9f6558d51c04f98d2661c18d67e70
MD5 24e014fb0f355d8e91f642a364fce7d6
BLAKE2b-256 093e839ac9b5b0ac1897a692aef613493fc5ea33a2e44f5816fc7c074f74e7eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-5.5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7447fe441a8913f984a6a6b2ea4a7776c309d3e82c738daa973e21e764e5b819
MD5 0edfbcbf7ae152ec5ac0ab578c6c065c
BLAKE2b-256 389d797a7f04bb6c7ee4929956c49e4321832cf3bb7d08df610e560a9b1c3448

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8b92effd2de2abf1935f4308f42f6321053f49c0750ac4a4e3dc93fb4ba27f1
MD5 8403eb54ee278efdd7711ca58a250221
BLAKE2b-256 b71b16dd396e52b984ed6673cc5662406331d83b6f3dd92116985805c8ddd982

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c85e79a297c77436c11a09b72ff69f5408ad8d1926c33f5722405c8c70b69af
MD5 d85d5b9433080577a5a8228ec2701aac
BLAKE2b-256 cc2f2649b1bce15451318ecc86e7aed8457c35b91b98048fc02f428c548b3893

See more details on using hashes here.

File details

Details for the file pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c51f53f77dc4d4fb147b3175224e3646922377b9c222b41e513495145291fe7c
MD5 2e7d6e7c8fb954e15bf29100617bf9db
BLAKE2b-256 fb14f526762377130f86d85418a86f94d13f10be4c4c1f59f8f55b4827603e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af1a3488057e3a7f5bc1b81e914b59cea997e2db9d67071f94a1f01588e561a3
MD5 2d0c7ea5d68bae46dfab3ce1e76a7fff
BLAKE2b-256 43c80df8b249bed67423dbde0d54a1daf96ed0d676ee7ce1417aded3c3318d6a

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