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

This version

8.5.1

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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.5.1-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.5.1-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.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.5.1-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.5.1-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.5.1-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.5.1.tar.gz.

File metadata

  • Download URL: pikepdf-8.5.1.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.5.1.tar.gz
Algorithm Hash digest
SHA256 f1a1de1a241912f96cb202b7ac28b4bc229d66c8bdf08d8dc25144f155adf653
MD5 f28002f96e9f21308298548fd3788b1f
BLAKE2b-256 104427ab858d600b2196b6699dd854f2439826348fa62c305d83bb799b929bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 14950ec24130738fbdaa5d2d5505d55e2a4b7e17022c8da8619569dbe4a4c636
MD5 e54609b19c2811e3bbed531dd4729057
BLAKE2b-256 1ab0c2a10daf52284fb61dff45dd892c50a2f0653fc5e010266681b9a41b03bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 911d34e08f48509267ed6811f6232c05648a0c5f8a5978e00e6966309f3eaf34
MD5 bbdba3fcd19f6b53956b3a71f881366e
BLAKE2b-256 73b874012da68448dfee849171beaace9385d75fc66a3e1a72923914f3314857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7b8223693737d2885bd57a218f93ec2390cc9a8949b2fb1ecb40a74708e3030
MD5 e8e442ea8f971469b6e29a70d9cd082b
BLAKE2b-256 2abd8ed55f3f1c3ebcfc496c3ff82b83c4f3aa3f66233c9d9778b709d663c3a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.1-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.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ab4f27efb3f5adcebc357cc0fd203c20188d97a2b570079ccce71a906a79d247
MD5 e88216e5ed9bd43ce5e7cef1ea34a05c
BLAKE2b-256 e4661dce3c73f24aa9238d71fee53149fd7ad1f21147e870da475e091a5d3d7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 045a6adbd87f3513d2f4e668c05ea82dd82669c66b9c5c13df1c2349686fa9ec
MD5 d972c464933a6fded312021dc27b6f3b
BLAKE2b-256 18e83b82a9c9ee92309f95a98b1596c77dfc62bc91a3e77c8aa642c51871c3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1817fa322658e570bb04f7a3e77cdfe2896c0eed5e830b2425637e896e4fc7e
MD5 75072b2ea34c55c5925c7dd29ea5b31c
BLAKE2b-256 da7ef891d411bf985e764f0e9d322ebab0fa1621aca7a8356e9127a6abebf714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 648d79cafb152b202a4b772c3b7525a2d6a802b85aff856dd00126f72216e863
MD5 69b78170406d041cd293063a006f4216
BLAKE2b-256 50fc64b2179503988570518659c534b9776bd2abf55927cdf96544630f229905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a96cd597f51fe21e47e770c139e260c6b1d88918c9967cf1361d39b6fb68f8e0
MD5 060ca7f6df653a6dd9df81863b639548
BLAKE2b-256 59995a476d5bb4f64d0449176bd781240db84af6ff3852db2960f069705cc7d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2fb7565a9b4d9f2a7fa6fc47b0ede4adb38cce659c0fe85a0777b47c20e482d
MD5 18d0abd31ec513f2ffc3d8d35ce6b199
BLAKE2b-256 6f4b30e8cebcf66d31a0402f91f7a261890265c09cebade6b21847868b1e9482

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.1-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.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d6a62a29a03e3f634d5b59fd77704e301880a01e8a99b1b3bb84e5dd81ea8b9f
MD5 3c97873eab2781b51b3f0a9f33f5100d
BLAKE2b-256 135fb2f6c32b6f979ddbabce29e6646898392740c6d5243aa8a66a4ed1fa1c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b87958b77b27c7673a0bfe90799767b28efe1d642d28109f237482a46edc0b3
MD5 5e505527c864e9dd3e2c6fa59df202d4
BLAKE2b-256 ababbcf3d7ad6a45499a22d3b21048cd1b0009dbdc5e28f895a0071667b08fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51405194f94c9f2b3c2374de3ee3b4017fe1b7220c1c8219b5cc253a1d632511
MD5 566f587514cd51c88f4efef323d274a7
BLAKE2b-256 6adc86cc32ce77588fbee2c02f108041f2b40aeb9049613f7abc05afad44b25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67cb11bafd4a10679b2ea639282540da0e4d6992425a99ab1a321be221215dae
MD5 c995175e8fe3da0f2fece4e62ceafd5e
BLAKE2b-256 00efa2ef4b235ad2cc7de3516e121992caf2859be067e718cd3d2c603b1af241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f3ce001b391392c941082f0620603968d253556da7f2ff9d8d10e0dcb078c35
MD5 270432fa70f23b216ed35403f438bf2d
BLAKE2b-256 7b346c604e1421ecb58eef3758aec4dd2d32f8f4a86f3c2c82d73538460abad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e3d6c7aae0e3a5a5c693a8e923f2573a1dd564452fab80f692288e16bed1e5b
MD5 9e209a4681b3104481ead1a0d0ff738c
BLAKE2b-256 13cefb80d71ceff2ac7d300eb9b8d0fe8a5e9d259e4bcb1c2e73cda74ad07d39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.1-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.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 08fdd6b8ba3eddfd386fa1ddeb7de1557ddd4e18cf7be1edc91d53ee56e1ab65
MD5 5ca5e359f25cbd3aa256301311fcef1c
BLAKE2b-256 00f672518f6d34b24bab38881b037d1a72f42d29ed53862bc4e02811a84cd27b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30e02ee7a485d23ebff0eb31e685a6ac867726c8eebe3e6aeb5d1270af383ff6
MD5 b37c8207a14599d9de6adb1ba39a0bcd
BLAKE2b-256 f100a7dc0742c2c7c2df09e91778409316ed07b34b3108df2cb68413e84feba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 908df81d967ee39e895e8fb24d17d28d497049b3eebd59a52ea359735024c9c5
MD5 53e3b82daa02189c631a0363ddd6360e
BLAKE2b-256 a2b53055e69d62c80db1d1cdd5758a9ea08eea2f8b8af8c0f65904a6a583d889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51a7249a42ebaf49f8054440403f1af29eac96e7c0854d51b1b3040444b469d9
MD5 97d1cea6dd3e3e70ef043149e4b8c974
BLAKE2b-256 71e458e35b95fe0749d7499963aeaef1620aa256f9c30816dcf0307850a2324a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9617d910829fba67e516750e384c66c95d9d313cf0b25ade94bd651d43529584
MD5 2d95ce8c091a9c4ddcd784f211a59825
BLAKE2b-256 711215a0b910a67314ce7f2b02992d4d170317cb625ca297fc9c3ff5544ac0f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5756fd3c1416efb98a331c9d57eaed9cb9f9cf3cc21fe0210c916e56426b6ce5
MD5 adb70737e4f47ac4c38583c82b0c8ffe
BLAKE2b-256 e674b91ce9302ad2cd9d0518313b2da631693d2ffce7796fc76220d5200bbfad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.1-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.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 21aa18174ea066653cf29f9a31e777bdd1e96ea2d7275759a85cc1041931611a
MD5 0b86ff19f192a0a19009142a443b20d6
BLAKE2b-256 3ff0eed0cca0b4e50e9e035cecbe1a2c51e18f1d3fbbd97b55da78b8e5e3ba5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1124e4397ca9d6226ce74124bed30b408ea9f47faf1583c48ec72397edcc15f
MD5 c2c3f40a738bdbbf3ed3694b98721d97
BLAKE2b-256 841fd7c725fda07f4c7572e3d0becfd05a0f5dc3d0d7fd7b063c2c75321d9d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acc83532bbb7d96ede99d6b5fb82d28d773e84632b59a98ad0f193767a9f856b
MD5 58a2b63fbbb88bfc1faaafed0d1fac60
BLAKE2b-256 a156a26922d3a56d21ccfe5a3129fe542d179c484a6e1bb5135cdf20ba2129f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b9bdcbac01dac6b8045279a9b233393c3ebd57e5a7949d083501f941b064540
MD5 1f521d82b4839e8eb37ea066469fd96e
BLAKE2b-256 968d683487a8f6e5606651351bc17b97f5616b8fd9d1bf0a0d468c1e679adba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f152de4876e6f21663d70cc795ad8a92dc28674ee5d4ee3f91af527fb0d8832
MD5 b1c29c1233bd124f726283ca238406c0
BLAKE2b-256 8365f8e583994493323153d870b0b919b305bebda0d2d9332a9984f90bfae8b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b69f2b5ab73da281203612f2e2adec22176150f1288a3db482ddc212cd90fab
MD5 f77d7e32bf2b0dd139b82d360a1d444a
BLAKE2b-256 06a6fd684108f2880e90e92b9433cf9c35ad8700a7b902f8add99f61911ae539

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.5.1-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.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fc1cd75abdb2af46fd231bd5542f0a1286a38cf1ebac06e0dc23dcbab334d07
MD5 2ec37be845ec404f06af1403aefbec1d
BLAKE2b-256 0b46cad46b031c6413fdaed2089dfa855ee813316d4567cc1a26df1db2be7b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 738e71ce853f00a54e26a53bdb7f62c0e3b290fef708f0fa1f91b90db2471872
MD5 68869ad2b9918b69e804b27ee60eccd9
BLAKE2b-256 4bf9b02328d996bc91b376f8fd549fecb6cc40c340d9c9f2867644daea27b0cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8355c42749255c6c7ecfa52b28af5a59df2c609d81f42faeeba0931a44ddb8e9
MD5 65e833f763bfe7040beeab0e45e1682a
BLAKE2b-256 c512307f62c31f140077e40d7d7f4bd57e543bdad2734d1e26804a10f3403ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0fe632677af514511b0d4f2691e1449c969ee5bd3985fbbc897aab71db608ca
MD5 ee6730d0cedebcc9891c9ba6c1272f8d
BLAKE2b-256 c7f5689ffafa8de113090af32c50d4a24a7c04a2988f77c75aa10e82840f955c

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