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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pikepdf-8.10.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.10.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.10.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pikepdf-8.10.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.10.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.10.1-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.10.1-cp312-cp312-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.10.1-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pikepdf-8.10.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.10.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.10.1-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.10.1-cp311-cp311-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.10.1-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pikepdf-8.10.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.10.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.10.1-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.10.1-cp310-cp310-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.10.1-cp39-cp39-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pikepdf-8.10.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.10.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.10.1-cp39-cp39-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.10.1-cp39-cp39-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.10.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.10.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.10.1-cp38-cp38-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-8.10.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.7

File hashes

Hashes for pikepdf-8.10.1.tar.gz
Algorithm Hash digest
SHA256 0ed9c0f2908e05e8fdeab14ad73d25924da90f57d3485f3a01acfac6078396af
MD5 e1df23a1e4aa976a324a3ef788fe19d2
BLAKE2b-256 5b1e522532f009bd0ef8948b2b5e059dca57ea884b5a77651cc7e5fb16439087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2991e509d8d960e7f66bbfec7fee2025024a09282485e8f925f154e03957b6e0
MD5 9f593956ecc23e7fb0ad3c3da82e3cb1
BLAKE2b-256 6b7660a7a8c717cfc670b345b67e3abc8d941b3759ee5f0de394a6f10ceee4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31ac851bcec64162f1e2b2f8ab5418ee7e0c9c6bd993cf70999e13a75479f265
MD5 c963a272cc1790a30a7448bda599d906
BLAKE2b-256 56a5658a34cf313297f578a3720429f4fe7be9f7e2e5eab0e1926ff8c92077e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c5206fd985047a21e4201d4647b5b0960657397e6e611de01da85523b90259a
MD5 a9fa0f24b3580b6df0447d42cb1eaea5
BLAKE2b-256 0100b61d7f15e11e1bd36c792ac52184c9b7c65874d4e45d003fa07fb3811b02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.10.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.7

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11362e7ee8b713e0e4eeece1e5548f201eaeb4a545694bd79f677c9f65e42edf
MD5 365aec5f9ba2cb791bdd54e5ea80d47a
BLAKE2b-256 726a10e4bc73ed91bf856e5ab611bef056a4bc946d50255214297ac231ef47af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8519d3871643b7d287e976b3567c36cf5b01f010e7dc19fa37496f8e1f6f01ec
MD5 47c601f0845c21b0245c54e8817a1d0e
BLAKE2b-256 fd6648a06e7359f37e03f5047f7dcbd56a2c8e9c07b2e4bce7ba9e1fca9c4be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a74e32dfef4bacc2cb0f82f68be3881f94f34cc8cd0f1b00845fcfebc071512
MD5 59703ad56e38b9c4c26190930870fdaf
BLAKE2b-256 050e65b587b72fb402e1b5a6ad61e54526ed68121c6d0d217f5f3dc6b4fd81ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1e344de5abdb1d873203083e318dd492d66431feb8994ac0d185e3563694331
MD5 f23df8a8d30839989937e4ad2b16d5b6
BLAKE2b-256 37775dd932c59388388123166d8532a3c7f6ce40cdc45333b408a1478b23d3d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebd3471be2bf585fd3a3fe5fd940dc3439f680a8dfbd8e4393f16b296d95f19e
MD5 3c8a24ddd5c1baf3fb9f0be71dd9613c
BLAKE2b-256 988a9ba40a26e98007db72d99b520fbe8305932f723beef1808ceed5dc52a62b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c002273070553a6547012c9ab55bace154edcd92fbdacbb4499c8725e3d7d92a
MD5 e2af769600195cbcd91e242c4242627a
BLAKE2b-256 ab5bc4747a037700cb877e1dc29092bc54534c28b49ed94a9a06b21bfd9a860d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.10.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.7

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5d3c0ab403f7130e4dffce08f468cd385989795026e4caccb98aa4304e048c0d
MD5 618514b43f3d52f0048e4946b73c0a38
BLAKE2b-256 a6f9bf30e41139ac93ff36d2a49949f8bec0bfd4374e41ccf7c026c0f09c420a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cc8129189e79f994bf1ca4d3da16575f267f7cac6ffd8df0e04d5309be2c154
MD5 f1b0077eef23b257b99156e34ec053fe
BLAKE2b-256 192a59c7010a99a3097d60a53ee2390880727657c3ff98fd0e4a64ec81315c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0054d2d762c74461d9d63f19a9a7e04d31ca321a442b068d72411320190d8535
MD5 bfa4a4db6c3692b0257898e5e6451a88
BLAKE2b-256 f8b1cba8942d0a83ee40f8e1361b78f9a7a09fd70891f334a8bfe3c2e6d1867b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc64e0823a32b0d4cb4fd25d6bbc9dd932352e9b5735773d220b705998d5efce
MD5 89f595f31222180c33e3729b4e26feb4
BLAKE2b-256 faf5df06892a34fe11f34aae3e44b132d9760adf00cec8db8832e1331edd58b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 704c22ba8c976dafebd58c24701aa9729777b52c1b021198e7201b25c0f1372f
MD5 ab3dc77dccd133181727e53cf84c0554
BLAKE2b-256 19a36cfb0d42d65cc4d3ea670d87a4f950e66e48a709c89b9af5361df0337ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e228ce237fe511cb1b24b7a661f14e1b6c1af9255dbc40afcd28bab32da8ea09
MD5 93f4e7d9ce5f1fe1c1585dd928a770e9
BLAKE2b-256 fd40153822f8dd3e4a7b696f3be8ab8841543ebf2ad3d5ea11fee2b55ff3fd7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.10.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.7

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1855eda39e1fa51109acfff2d6b0536cad126b7326ec42f768edf56fcc8cb09a
MD5 7e1004e3801c1b28928f882a1e076050
BLAKE2b-256 42f3a819fa4a43eac5a678f7966904fd2128f11e3cd5bd215e3d41fc2ce1cd5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c061cbbd0d70322c8cd40132d1a595b962659f1cdf74c31ae209f8afa6cc85b
MD5 c98fa06a545ac800a9365e3ff2e1e177
BLAKE2b-256 6edb8532ef0541b353f36379568282f09f1997a38355c4771edd4be92d0c76ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6763982e6092db85a36d30ae1b66f4c664abbd37f2eca58b1d06f5cf4607a86a
MD5 920d59fa2059754fada30b753074e785
BLAKE2b-256 5218c736653560a1bb4f047c40c1bac00978b9ab985825246bbcabb0217807cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9346c3baa64ae72e017175b74615952f9fc5f8a22fe51764852cdf2d2419c89e
MD5 aed622475b4ad5282fb7b12b9dc25019
BLAKE2b-256 ec4f2217b5f05b662cc6cebb34fa14a1367b9442f0250a997555a04eb0a459fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbc37d36c4e5fe502028525f77766a2e82ef1957a333b32765341be1a20c50a9
MD5 3b7d031c8d60cf44e28e142ffbdbf0cb
BLAKE2b-256 4dcdb37e58b1ae3990bb1c25454a8d0e19cb20b039bba38270c1e715998ea5c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b1fc398f95fcce7e0aa6b0786bd092cab805afd01dc6a79c9c59e080c5c8801
MD5 b3e17106f5ae8b7411272c938df28c31
BLAKE2b-256 ddda0edfb471f1ccc525970f63e31d81b09199afa089b158e5c9c3985dd88547

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2c40c140f8ab96320de2ed2317b6d88891581161c1d3caa24642ae7e4da0d472
MD5 c1f62e725d7395d324e68b1006e1a514
BLAKE2b-256 b9383c0240f8993ed2d02213dd8a04fcff9e41258308e08cdbe89c126f2b3976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d92c35d4b890a58a877ca3865b0e6ca9be23f48e01d0a309ae75af4e702e8a68
MD5 0e54d24987f9feaf4f47404bc7301d08
BLAKE2b-256 0ab4f565974fd2c0e96e02ce2e7b091974f1a286a235a4f83562d60fba6291ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ff213799f7326a01faa7d0b940aa7d19693ff0eb3785bb7dfe81243ebcf9235
MD5 99be5e116004931205bb028e65066240
BLAKE2b-256 f20b56c8d787beacc2b9c3a21e623ec040bb807ce78ea7451fb38ccf848e57ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc1c12c0567af7e7c56e01d7015f87489ea5a093d1e58177f5ca5a82981015b6
MD5 99183c02d7220eb85fdd6edb31edc53a
BLAKE2b-256 8f6d852285beb428f131367fc33b2405c2b53c68dca97be238c7d6bb95534e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7145a023d3dec50043a3649086a07824b09c92351aa1e9ff669513811fc942f2
MD5 7f2ff2566fb5d963713456d22bbdaa1e
BLAKE2b-256 ecdcd98a9077829a63ffbafba2a1d26153d59319a69e0cff5d00ab615d7d33bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c336bc08b8ce97c33733d6e048e207b4b8cca27cce2f9c28b084937c5a335cba
MD5 8da1ee97072726fbf560e0d71ff6dab1
BLAKE2b-256 e484a803d662852f3fa532233a5455fb5555049c00d9a53ffd65c9ffa47cdac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.10.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.7

File hashes

Hashes for pikepdf-8.10.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3be9e0e78aa7d32960e4b317e1f63a0e58f87cbd9b14faeb45632d40b735ae53
MD5 5a9ecc5369a08d26b68db53f00403ca2
BLAKE2b-256 f02cde0d53a3373d67b3185d836b981e8f5dff7119fbf3a7f5dfcbd4e639f319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 650fba70cbafb1c14b94e76de31bb42b9f14263517f32b19e8305ffac35383e6
MD5 f5292075061410ffa2c0ca93bd9744ee
BLAKE2b-256 4afa0d7434c6186c1e0e28f5075c6f1923b06a8ae5db12205cb999d5b7ea8df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f23073e09738b2252191fbaf58f2b5485c2c7c0467f2637bd74252f60809d53f
MD5 00edb12ee6a3429463fd307d21f6b8ba
BLAKE2b-256 a0e01cb3d8a46df151f538e83ff35d202e86d4ebad3dba0c596ef92e657f2b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.10.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55c017d49c6fe48b99d1e8d6cbcaa9fbdb33e3f6fe515d5d0a7a02fbec336821
MD5 22186aad0b0f504a685bf7babe3f1836
BLAKE2b-256 2ac01727ae13873260860f4d9b2ff1a6f80d3ca6b2a343f09f174be5a04a2060

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