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 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. Binary wheels are available for all common platforms, both x86-64 and ARM64/Apple Silicon.

Commercial support is available.

Features

This library is similar to pypdf (formerly PyPDF2) - 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 pypdf (PyPDF2)
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python
PDF versions supported 1.1 to 1.7 1.1 to 1.7
Save and load password protected (encrypted) PDFs ✔ (except public key) ✔ (except public key)
Creates linearized ("fast web view") PDFs
Test suite coverage codecov codecovpypdf2
Creates PDFs that pass PDF validation tests
Modifies PDF/A without breaking PDF/A compliance
PDF XMP metadata editing read-only
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.

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

Uploaded Source

Built Distributions

pikepdf-7.2.0-pp39-pypy39_pp73-win_amd64.whl (3.3 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-7.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-7.2.0-pp38-pypy38_pp73-win_amd64.whl (3.3 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-7.2.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-7.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-7.2.0-cp311-cp311-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-7.2.0-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86

pikepdf-7.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pikepdf-7.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pikepdf-7.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pikepdf-7.2.0-cp311-cp311-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pikepdf-7.2.0-cp310-cp310-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-7.2.0-cp310-cp310-win32.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86

pikepdf-7.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-7.2.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-7.2.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-7.2.0-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-7.2.0-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-7.2.0-cp39-cp39-win32.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-7.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-7.2.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-7.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-7.2.0-cp38-cp38-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-7.2.0-cp38-cp38-win32.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-7.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-7.2.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-7.2.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-7.2.0-cp38-cp38-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0.tar.gz
Algorithm Hash digest
SHA256 ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
MD5 770eac045206c2de115a2a3480246ab0
BLAKE2b-256 8d0aa964edab0bdb29ceae4ef4309f4448f52e71e8228748760d5edc9c3c0d7e

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0e1607fda03a53a29a4a8e3fbacbde788804c78167ff251e1c1006f89539f306
MD5 39fde576246b575f1d299daaa02fee10
BLAKE2b-256 a2a8662d02305d6bb9eb37db272a553feee0502bf5e2e1334fe85742a5404e4e

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a150160f7ed97769f3c0e60de5cb031bce04e1f6708916ac1c936774a65cc0c
MD5 4b1c501e9ac0c6967c945867b6f8cf45
BLAKE2b-256 b11486b54d21ebcbce1b7cbe7ce3f2a7e1061ee14a2e4e5d3061e080a72b0137

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4559941b359beb0e90b7d0b8016397ab4700f075f7aa11f2561958a7ce0f8ea
MD5 575a1bef5ea67a6dfb1f3bad5f4cbab1
BLAKE2b-256 ac619471f6d7ab8c77f2a44d524c2229de4eb97e9bf601f0a93ab46ecc123a5e

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b24b7520c7f40bba4f437ba5111dca99dbd0cca9d3cab0f0a33afa6150091ee3
MD5 2bde88d50d0e9ac6bead304a1a74bdc7
BLAKE2b-256 15ffcd0341f7c2be30ba5a9a7427c5f6ceb0f696644d617b44b99afae0df12af

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c99838e86c0fc5a215a0588011344477e8f6ec2c5faf48ee3a9da1ba2c2cac5b
MD5 05dfdfc0881534517c4c45e60b6c4c3c
BLAKE2b-256 1483546c61decea33e8d09df17571291b923ea1b6c1d4362dc6594c5eea918ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5155e1127dfe3aacf77a33552f128e9c04e8b61bf585ab2b155d062a524bfd06
MD5 ece2ea836fdbf09ffc6b83795c486b27
BLAKE2b-256 7350569ad87987a63af31d8a6587ecef185b55c8194896cf0b107446c2c791bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc6a653f0f98076a1e86e4fe58fe36dcf403963ae55c65bfcd28aa1d2d9b1b18
MD5 4a6817a71cd8da7969c0cd6bfa972058
BLAKE2b-256 7757496f1676bf2ee728a836004fa89c81e5f4f78d39632b679a4ec5e82b35be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 677f04f02535ac398806970544c43c1e2b120d82b027437c467923a16c81d528
MD5 903a45437137da1e2537a53e4081dc2a
BLAKE2b-256 ae5673b51396f99368f48a040f5304134b2b7241cb072a096a05f33977ec2c66

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pikepdf-7.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26b9bfb99265dfb6deb72574f8cd30e7ffbc2f53237988bb4e167e18d813f510
MD5 510af11f13c56bf9448431c44907364a
BLAKE2b-256 ebb0b6f39b85eecf7c8a498521b5e8a0e73ee54caa8ba369d813735d3b89f13e

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pikepdf-7.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9fadd1a99754dcd925e37721485d4d1259c7ad3c9073c6b3b0ed12c6e2d2234c
MD5 a250efdeb0debee4b5336e92c3d37823
BLAKE2b-256 a2997054808c51e309d44640091bec90945be7ad140884fbada00785029b8197

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7246789dd9071ebcf8c90baebe1eee34ac627e2ea22bf241eff31d32f5ca5df9
MD5 d3a26e7d5b782896927b24716e63f467
BLAKE2b-256 1430b6e0748ffc020c7ebf972452e76b37d1d032233c84451c5614cae9c5b22e

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3c97acce9b66a41b2759dc30ef57de8f38c7239c9b0e7a5febc196b764a2567
MD5 1132245e5b687b7930837bb28120c8af
BLAKE2b-256 29d3379219f2044031a0faf8d4922c3317edb96e4f6c57d481540861fd7177e5

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f27a1aea4cae5484cffe4fc5fa761af11f384ca0fd4b2f9114f9ba9717fe4746
MD5 6e02531ed708f299bf66ee6c3948aa66
BLAKE2b-256 7f6235dc981a35b974743803eb7d9065135e4b36c7b70c98ae935cbb8e9a6af1

See more details on using hashes here.

File details

Details for the file pikepdf-7.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6670efe5b9c1548d60348cdd5ce84ca363a3cde22e9cf695f1ce3b3f818e498d
MD5 fb3c9e00d366687349a47276efd12bef
BLAKE2b-256 93621f741bfd4f8de7ec278b21efd0b87ae0a79e7590eb7be64626de9f530f7f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6790cf10da642d72703cbe887afb923daa2e0f7cb9467a79fe449dbe228f8942
MD5 a1f5ff01b38018f21286a26e3687d467
BLAKE2b-256 e52ac67c036f34d9e6e60e6914c84c3c06ad8d37fca9673b18eaaf716d3e919c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ebc1b30d646ded58721a5594a5ca457e098fedfd9bcab28de79ad79a119e3537
MD5 598b7ff94f2fdeb64893eff69ef4e10a
BLAKE2b-256 27da9ad18704bd8e9392372b1a3a82d5a65437613105a4db85ed5377a5311576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9db8270c940f94d0049420f1a6c05b1f7d326d2abb20493c83f64fde3949404e
MD5 f02eb0ced94044c475269d1261d00a4b
BLAKE2b-256 51be1d89ef99cfda5f375327b70530398286fba657c5ec9ce6315ae87d62aafc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d410028ef3435a459e55de520d29010ee91e4a40872d9eb2dab86e6730a24e9d
MD5 f0b9e8c183d0b60f4958c770418a4da5
BLAKE2b-256 c6c3f445d0cf48862ab8287630e942a0e18b51a07190de6ae30e32ed664eff87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cc8d0be5a62ed9011bb519abc34907b5965b392995043719effc4b6a00e2052
MD5 18de70c1c8e628d28458130e1c3773cd
BLAKE2b-256 55a68b2a98ac75cc2eb3f58211b4ab4331cc590c8dbc793b94d1137673c849d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70f1161dd22ccfcbfd1c460873c95b68b79cf234f0a4e9f37cb565bf436fd85e
MD5 1e4fbea6085392692560589fa66e4c4f
BLAKE2b-256 0db8953fe19b1244d17131206be05e4dfd99bb5c13ddfb69f1c1806c5c818819

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d0698a429948e613f810b487318ce88112bc71a67fd76645be140532130e6c86
MD5 fcd0a12671131a00fc752598aca07b20
BLAKE2b-256 85735a85ce041e942e8ddc8fb3a76f3ba73c4a6d31239520e1671b9fe85329c4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f325af78bfb63e305be7f31a3afea47fd33ba035ccb08e89d608d2e88b367349
MD5 484184815a4f361e0b5bb2642ae2d677
BLAKE2b-256 63b754718aba6563e28e65608e33df4e6436cffb7d99ec322f819dce26a1573f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3efe4dd2cb417f42865b11e6fc9adb1b6252241bd7a8d891afcaeb2191c285c2
MD5 872c7f1708d4161b5a394ab45f1d6a19
BLAKE2b-256 8d22be97eac2384688e717e9fdcbb6c5d3ddf9988b0b1678168fe6f5d73118ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99e483e037f6991be3c4c655454d57324c10ccf41960acd1edd899ebe9a314dd
MD5 715575288738c1871d58e02e3774d5a7
BLAKE2b-256 71ee59d3eca3a79c308c44995a2eff5288e28535e4e546d550b1e74b567a5c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7451f176eb9828d8dd7cb3d4e00d4e0aa7f7d7d00331fe640bc20cf3328deb5
MD5 dd44a8918df6a7bd9d4ec9e27f63c447
BLAKE2b-256 e2ee1b9efffa872da46a65892f702c821fa4062193ab00c3181b77bde25a798b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6dbe2b62e12ff2b47d4e56ebbe16697d0e25bc2c608f4ee5230cf179ebd2a8ab
MD5 9f8a311b2326ef3aacd248261315b1b5
BLAKE2b-256 0428cf4f6587eb3a1a1d0317674b2b6ce2b4bbc42bf54d6838c3c03ba28074a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7a07f73f2aac48af46a546e285360d6e595b499075ab78c3b8ca9f5f13d9e876
MD5 66854a6733d418d43b4c6ca7548926f0
BLAKE2b-256 6701b08811973757a52a33c8a9ada6a0ab4d081e24e8f69d9a5d23f3192cfe8a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f458c4161e76a882a15ade4125a2f92faa7e5ce120d2e6530dd995aa3308971c
MD5 c3d9771fc69c4189ca292ebbf1b1872d
BLAKE2b-256 e77c6aace9cae59b4e590479263d09e063aabde4b8eeb4563315fc1a02f4ef4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 371eb23ac14e6c9947e59e5cea15ea93e61a5714c6b1f99fba948927809605ea
MD5 8657fc7b8ab071691bc15fd3bab3ae93
BLAKE2b-256 9ed1a11d0bfb6fbfae975802e5dbc5ef3d61587b78ba313d93f449e193047175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e21bce4760c6e64c90b17601a8ce000219677adb264a3c038d2522de032169ca
MD5 5d494f5791fd0e84da5848913ab84f61
BLAKE2b-256 35c5c41ce806e6b98c9c0dbfc1037428b21bf66577789653cd76a14b0c1d3457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c30776791fad8d57a43c392d8e190afded857c61e49dac471ab74e9e716c441
MD5 160bd4dbecfd07e00c4bf9fb91091a1d
BLAKE2b-256 d97e267eb9ab1985af1ad53a9a48c1b82c65824eada3c3508c53376abb5512a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-7.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b148959f1ad51d236cf6bbc5343beef72c4c60569151221ec06b1d787909222e
MD5 ffcc61809c4b19a622aa82aaede95ab9
BLAKE2b-256 b3d8d03a7a5ce1217cecb0e10dd703610e864501aa42db855ca3c6e4b0319a79

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