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. For information on the latest changes, see the release notes.

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 licensed under the Mozilla Public License 2.0 license (MPL-2.0) 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. MPL 2.0 permits you to combine the software with other work, including commercial and closed source software, but asks you to publish source-level modifications you make to pikepdf itself.

Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

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

Uploaded Source

Built Distributions

pikepdf-8.6.0-pp39-pypy39_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.6.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-8.6.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.6.0-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pikepdf-8.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pikepdf-8.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pikepdf-8.6.0-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.6.0-cp312-cp312-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pikepdf-8.6.0-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pikepdf-8.6.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-8.6.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-8.6.0-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.6.0-cp311-cp311-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pikepdf-8.6.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-8.6.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-8.6.0-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.6.0-cp310-cp310-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.6.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pikepdf-8.6.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-8.6.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-8.6.0-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.6.0-cp39-cp39-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.6.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-8.6.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-8.6.0-cp38-cp38-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-8.6.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0.tar.gz
Algorithm Hash digest
SHA256 777e611e28cfa208ab61685df493fd695e9d180cf34cd97792e1a69decd8c533
MD5 d74d4a906aa92ccca05cb909c88a76fb
BLAKE2b-256 87085c3b053232554a568e8e075de69c27d09a9b88abe624d44918ab12e251a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f527e8a9884ce976c235dbbb43f29a46612a1a49faf3332c98b19af31d483706
MD5 d936416ebf2c631a2d3edc6d3fb3b6a4
BLAKE2b-256 9265df6ad124bc224be221b596daf59b4974a117bd74101243dafd03255a1cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16342d26942dbd50b1fa70e7db3c50e52d4bb4b2bf26d56420633079f328f711
MD5 5cf2601c9e110bab5562ef367674dad2
BLAKE2b-256 88df495e06bb90f82081fca5ee3bd9a6d95892fc5bae68937c4079ac99d3cd62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5525b3f7d1b5e93da6ac95191718e4e4b3e741c7ff9e9f2756d74fa67897e602
MD5 5bd2b2b8f5816138038d8905f29f8d8c
BLAKE2b-256 158719d52513bec59a269fa47c66943e6b5838d63f02860c750ba0c020bc1fd4

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 957784340e613a3e3ada1fa91eb456f35fe8bc5c7de33cce9aef7b349e96cd6d
MD5 8b48baa1bd6dd31269708d4b079fdf9a
BLAKE2b-256 3e161bc2c0202fadd7c5855fb2bf271fbba8d12b18834075da776d224f21b82c

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be9b0366e5d2e2b04cbe3c7e26328d13d1939357d579f7ee4510a6bf63d4a7d0
MD5 6418d379913d5cb450ca5b171aa2b97d
BLAKE2b-256 528717d5ca032d44f2c76bac265a640d5322fc28fe047051ff268acc70a41c11

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c278fe85efa3fd17fad615ea650c0009281ae0ffa4763e4ed7f9c233ac54925
MD5 77f8e8e0ca9c90174ba62a077e6775fc
BLAKE2b-256 f9aa614801e2bad474d3f4fb804768c9e742a4d9e979db3c7742e5c5c0e4bf46

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d11c5b5953b60be64702e1440415d8d9bc1ada0db345120fb94d645a084dd678
MD5 b016c059186f92bd2f2a16bc4d6cdfa9
BLAKE2b-256 f94d56c401958e4142d547daf711abe3fbd2797052b30d24322d5387834ab179

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7d62a05376994bf73dbbbfdd397f8231ac2acb840feba5f1bd515bb926f2af9
MD5 09cd2b54246e84e6e98a56b9ced1356a
BLAKE2b-256 a349342d88039519e31846526c2cd8a3039353ccacacdea91f65b350641ae346

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d566a59491ba65fb1f010069cca3a8c3712dcfd8f1293f8052a6a4960b01987
MD5 3dc47686ca732bc884c748d06269654a
BLAKE2b-256 298a75f659b4e97324f703a771ddb92edbbb6f735b347e84f495d98f53c9cabb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0153415027912800cbf53b66091f554c92e478dc73607d3dec745228524bf02c
MD5 2c5386812a3bb37f570da5ef685a4981
BLAKE2b-256 8fc52288ce5edff7a586bd2058e387c6d868631f6f029c54a7b51128ba002e0a

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f26fea40d4d04d82643080d24ca8096686730d5c3429df446d1acaed08c34fb5
MD5 f0f2f994a9706a63f10e2e87690ae137
BLAKE2b-256 2df61112b4633aae768e689e12f3fd0914f0459ad909e5a2836691e329708024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da3b59cd66113d973ff311e2c990c1148dd796b10bb75abde392b06d13f6e93e
MD5 feaeee8e273f6fc4006a6a8b0526268c
BLAKE2b-256 5024ec6cd85aa6b4180df47b239162a6333d85f6ec8f66596bd1a238ebe84030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2a93e44aa94669fa521a2e863ef585b129db654f89e5f9474256c24bfcfd54f
MD5 e4d4b4df1c4a6baf9ec08f5e324001ee
BLAKE2b-256 47737b8f1e01a51964ef7ad1f54e68760ee79156db1830310696fe2a36bcce13

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61d69ff425829eb4f06da97f368f8db42734057899e3e16e6f0b0add6afaf2e7
MD5 ea644b19883b69ce573b02e06ee07494
BLAKE2b-256 1a16a7fb002f69d3da9c20d2fe5384775a36d8e1cc616deceac35b8006575617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 565706f3deb1bdfb98b989149147c6ae52f96417fbc9d6c3f9d9af512c413986
MD5 67ff8604df90271e57bcdaf8aca6e8b2
BLAKE2b-256 34ddb28892b6552444d42e89b84adcd9c12b6fa243667eddbaa2f35dc5aaf903

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d2887dc7045208dfceb9186cc712ce212f44978480bb7ba36ee2443b626f50cb
MD5 2e1dc643e3b40acd596e9a65cf3bf416
BLAKE2b-256 6ce9403d36f49e53af41b914ab7d9383678b7ea64800bbcafa2ba694214433a3

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 402b5e99f6885ce8573227f8d446bf53646f47a2d32a90f02853bc664e4d8393
MD5 3145299303c0037aec89deaaeae91228
BLAKE2b-256 2fe337654d0eb5f9aa849032d41c4c821d30a2d736afd360744465ed7abf944d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49722ac578a9b855c8e783be6b91d21e6877f0a931b1df00130e347c9c33d274
MD5 7d8f8dc77305d312e1826e23f1125073
BLAKE2b-256 165bb98ba6c20912e1f1d1ba7add1317029bc7b44f689c7b66c73aa491499fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96db077556ea662026a6b8ddaff8c32bda6ec3332802e97527e1e35a3537e842
MD5 8f9507450988cf11b9d60596809387e1
BLAKE2b-256 cf9e103aa8935a8509a0ba1a7863238b5fe0decf2a178975ca6b60c07d5edc1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08d59b1e8d1caf82dc6438c3ccc9c5eacf06803703802bbede1db5db79d078fb
MD5 df6f3d8061cc6f893d7692dcb6a277de
BLAKE2b-256 0084d2e0e76f7c8408658afc905a9401461e3ed4b232b357cee1fe58afa05159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3543689a7be14d0d3f037f6248547a05a96b783c06085e9125cc7e252f73b36
MD5 9ca813d2af2be3ce7603fe1ef7d0b8f3
BLAKE2b-256 c9ab2461f877e7158a5583f0adb22121f1997bf72236f61cd890d25e8f82a0c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c99bd14b555fe44aff11e68241e496a917fc40e6f7faa8f801f60c09204cb4c8
MD5 414697615cd36c07bfca6edbc8bee807
BLAKE2b-256 3b74b16013a78e3ee65d4abe93eeee466fde45d2d17edf5024a227a67e895e0e

See more details on using hashes here.

File details

Details for the file pikepdf-8.6.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5cb2a8a5b1bfb5afbc1fd25f41431685c35e0c25b4400d9160e7bb2a93d178b
MD5 dcef7cdae9b494ceb488a19f13c453d9
BLAKE2b-256 32aa8d6576b88da55db94b95c8d95201ebb174ae8557164a57e4ee38305e356c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5aecf2b558143f11aea2a2c5415d797e449108868807bc4af41eb4aed9512d9d
MD5 2daa331420d3fefbe897128a5f050e27
BLAKE2b-256 9ff93c4addd61896ac0105492b3160d90e371fee2d2848fe7252ad9b8d2ea421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73b4369469eb58e73c354ee2d5974684e2e53c279d37f4d71d7597af6655dc1f
MD5 6dff33d94e8cd441ee96c20a328e0a81
BLAKE2b-256 0ccab2a576217b1e8c8ef4d1b751419ce953548b04cf6c82f353ba1374465b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74b039e0d9a080902e2e8c2b8c0685e4051ab3a945c6c3f40f984910eb11215f
MD5 b6dd8a92962d558839f5a21063a9c015
BLAKE2b-256 fb2d45b61a2e6983d8782a021fc6b9b9b35af43b91edcde4ec3c8bbcdd30e33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 493746addddc6d41e8466ea76c874b94e3f3da297077a9a2131e4593dfb368de
MD5 34283f0b2d96c1587d07d3689c75e87f
BLAKE2b-256 736f7bc39c1765f6b90badb29f58101c7fb98a9238084b310325ae197f216c3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pikepdf-8.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fa9f0ca5337a7f1ce306f3badcae1257d2ca8d70f2e3b89c1955385736097541
MD5 e01ecb4dd3123ed2e0f91f45bebe9846
BLAKE2b-256 e700dc167101c375063b0373452c6767109280ff3ab09f25fbc0d6b50d8756c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 120b2d0e80a543cdc631c0f4d58f4d605863824db96b7f11d01988822fe70be7
MD5 28de3318d16faae5c3686a0f3de769cd
BLAKE2b-256 c4245afb0b1e255701b2afd841de21c7bff3a842b444afec01b112f6e9c601a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aeee36f266af4ca541275d66a11a210f9c17436770252ba3f2e8e99d1d286e60
MD5 7eb5c895be2854950754ebc24d2b2d32
BLAKE2b-256 d9c3f4023632e1fff8b881782b94e390d64e36c30013c170402f314e92b1de59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7054485d29666df6cef27ba85949cba8482096c0fd046559443c9c5e1db422c2
MD5 498c6de8f6cb8ccfeae4c96f834e62df
BLAKE2b-256 d2ebfe20b0174143ef5ede612a70cf276f66c7dc29f54c8c100994109d0eab69

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