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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.11.0-cp312-cp312-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.11.0-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.11.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.11.0-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.11.0-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

pikepdf-8.11.0-cp311-cp311-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.11.0-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.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pikepdf-8.11.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.11.0-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.11.0-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.11.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.11.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.11.0-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.11.0-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.11.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-8.11.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.11.0-cp39-cp39-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-8.11.0-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.11.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.11.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.11.0-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.11.0.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-8.11.0.tar.gz
Algorithm Hash digest
SHA256 1bd8d4f41ebeaddd4290eff9a6a3d510448f0603f839021a13eab0682ab39451
MD5 c804b24003fcaf2e083d6a8737127bf9
BLAKE2b-256 1f23dfb294011db6263a9a7a254377e78e5270cfc86afd1d4b077a66894b6283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 26cb3031b9c2812e6b9d6f6601199c731f61c9c3b964da19b18e61963b6a7e63
MD5 ba64b6dd07dee3d477a996654cb54ff0
BLAKE2b-256 95f885f2f9fbeb3a3e247be799fd09010070dd245163d356d53fec31173bec1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 057c573022fd2bc502c156da466d66d93b590a402e194ed6620ab8e8cff14a78
MD5 660fad4370762ac93b6d6f6d81c3c105
BLAKE2b-256 2191486d5f74a83ddd21134349c5b3251616a209474b683242bad190fe27bdc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f035484a80e5f8f86d7311da502f4ce72fd05cce0ed52acff04d853df8212e61
MD5 782288a69e988b8d2f5dc084db6361e6
BLAKE2b-256 4d6b3e0a6d2b4f205c0f623a96f23c29a20e13df23e1beb323f5427b24a3ef9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 905dea710b0a6bf469b2e8b07f0884b281d41036ca48906f19b41e8bfedfa097
MD5 9fa674c792ca832fbb5e775ed34f4983
BLAKE2b-256 f067adc45908dc66bb9541f805e6d9d2420cb9038dfd9b3c168abbe39e26060a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02588c24362fe9d0e20d9bd155ece7f13933b9c7a0e8e74211dc63693f15ccd7
MD5 0e31428595350d475897a17a314146c0
BLAKE2b-256 1788f4c9f47a53c5d69922642c7fb2772466b3f388652c02ad57df3c0419ff28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 231975a941738cd0d491b29272fefa203e993537bdc4c59dd69dfea48e4df3b8
MD5 ee9f6c867633b6958928fb640f240392
BLAKE2b-256 8f6f5162a1361687f40eace27d4cdee0543b077be978a84442ea889b92bbd35f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b97a6f7e447de631cdae32e74d7d57568904d48967a02a8b7ddcbd391bee427b
MD5 6bcdab71313f1c5be39e55c1a3e4fad6
BLAKE2b-256 61c406e1450591834db1175d43a6e9a72cfcd48211d72bad35d19b1039bb010a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19834a7957266590e50ff22f2d9fb338ca97b748c2e30dec09d00ae8915ea1b3
MD5 0130392865ecf30623806b03b6e64192
BLAKE2b-256 ec8781cdb7a43f42772c87d9265d51dc07e354e68bdd53a23bbe96d311dcfd52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9d67c30efaa9da7d3e1645125e8fb0fd1798d5f726a72d5f39eafb43a8be3f3
MD5 af92e21cbc73a521bd14db26ad7bc789
BLAKE2b-256 ef7408c2764737d91c8e934b1e4c2084bffade6a516d32a99c7a76df1b62e6f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8791ecc4498a3e1b938555168fa699865a7c3098193bf7156c6445b3df2678f5
MD5 4900e79afa9ce5c07945dd58996ea814
BLAKE2b-256 b083ef5f5b296556336c3696cd80f7f0a9c34970783b6bf392558bdbb00d7203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e5dd569d143dd7d2d2090c922a30c1c4183a365e25d96cf34b6c7ca0c159b21
MD5 595b16b412856dc7be1f62d8abb744ff
BLAKE2b-256 c1ff8b055d66c86bdffa1062b12e64edfe554c7ffb43e491906c76331939be9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90fdeaffd7665022ad00a8513566d1279aa6e83518e99ac57da21dac97801ad0
MD5 ac8731cc68cf08a70e3656fcc6544ccc
BLAKE2b-256 cdc3bc86c264b045f37813928bc4b6a8000aa26a9c5a930bee19754ade1ab0ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0f4e1f31bede3a08257abffee3cece1e55061cfa8565139695b04af38ac0183
MD5 13b8b9bc177bdb6f9ac9e542227c18a4
BLAKE2b-256 8bbdc9d4ed1a431401dc1ec364cba5230730bab014ba3d620e5149aec05713c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5109012c80aea32b299c61dbf785880e3f907954f536e72df44acb87c3194e4a
MD5 95212e7dea5f54eabce601ef85576f8f
BLAKE2b-256 ffc6e9fb2b94bc6bae118344b1279ff8d7b5c39db403228f9ade22bba42091dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b08362d0a0b240dc0d1b9daa6e391caf2563566d327cb634f8927ea92385315c
MD5 67da9896f136d9dba5cf16c5e6d8b734
BLAKE2b-256 d206cdbc7cc586a9682155c3b4f3ac0c9b365016c34397ab54ac720110158425

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af5ce2d04cfa6ae5c624f6288a7baa2995dcc3f37db6b122a311b39c1e630bed
MD5 04805859e7cae3d3bd2e628b84791a38
BLAKE2b-256 3aef3a5c7605a4556f99a335af0587dc06ea2828e02513383c9b6bca73d64841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03dbad93b4dc63a2c478a3f4e1e3f31d304eae6141c08d15dda6f39eee980eb0
MD5 20dff183a11bd7e53ed090bd1ec75c71
BLAKE2b-256 4baf345d9aa3b98d942f2c2fef38b6a7737d2193b41bbce5bbc6249327f61e7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55949b162232733618a3f78fddd7570763da17991ea2d4152d4ad175336a6b96
MD5 091f2510dc7715e091d042bff2723e16
BLAKE2b-256 31e8c1e7ba1972d7c21d9197939a840c7cf11abddcd8be414fe031e9206698af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa6c30aca6522156e625213bdf3854612db206cf70f257202a00cbe99377a743
MD5 19f8d02130d7c35804028c387228ad9b
BLAKE2b-256 4db2abce2bdbff9d5d5c8d8ec62de7882d2785ebb7734663217bd73fcab1be50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fbd7f2ea9d8db9480bfe5f3eb9799fd96cb70b8dfc69c4a116638e2dcacf0be
MD5 54fcccc818b059a380b1c100172d2ecd
BLAKE2b-256 15bf9688713291cbc4d1c0a213b3ba57acf4cc4e5b42397f130db82005adc773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 788951f9211d62f7a476288ea376094d863998a891feb0116388c0ae931bb314
MD5 bc3abb5a9eb431784aabaa95f3ea9b08
BLAKE2b-256 ead87aca7981ab5cf20409dd471f69f64d532c84e5c44a280ec1a461d84ab31e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.11.0-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.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 20fae4021d420b21f4cf5177480e633cc48babaad68a55eac0dc104ad6188f1f
MD5 415db9d95c3f0505da4f808fe75098e1
BLAKE2b-256 a84dcdc38aae889aa336500f71dacaac296fe0ed63a8302318768531fc29dc66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcded2e9fba39e01185906874da19a248f34f57c9efaf4a3eccee7b60f9b479c
MD5 8c6f8e9068c6792eec0fd00671ad80b0
BLAKE2b-256 f09bffe45f0b0b53c04ed8549f4c3b8fcfc4f0f70eca3522e52b9655b08bf3a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a3e8ee53f177c9e8a098443291820085129eb8dbb5c062dedc2f67d695544ff
MD5 242b3bfd60c076fce9cb106e6e6ddcfb
BLAKE2b-256 0fcc65f56c9260ebb85ab2bab6ead2674f4e581926d6f240bba7da0c9280575c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cca085d1f58eabb3beffc9d2607d7026cb3d03fd07a951d019336e08b4938908
MD5 f7e8dd2fe23f43a724a0d1df71973b93
BLAKE2b-256 b4884da4779ccf2caebc4ac9b798e51e3848a0d7bdc99e00084ca76a8be7a6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28aad3b3f1a64105194d3230311a3657ee646e3d5871a937ed1ebed70cb1fbf2
MD5 3e520a9a8c5678dd2a1cede1b56a199a
BLAKE2b-256 54f91dd46b1bc6f554f2f6fb2479d8593a33a3b37e1534a8ec75a6b615fdf938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f07e97ee5cfc56018962d5b5ab47f8297044061b7920a523e33641b6b4e708c
MD5 256d1ce3ba76f501da5bda21e25c057c
BLAKE2b-256 ac9a35e1113d572a90c213d3380273d7468d97032509a509ff5220ce710b8ab3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.11.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2fd306059ca94333de87bd7b009b53dac9c7abee1b48c6919f1bc5d0a2c2c0d2
MD5 6a16e09ef961478627b181f3e1a7cce5
BLAKE2b-256 116fc7433933d6581b6289b5679f945bb5db358b950382cce4747a3aa37c9be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1971ab0c538ab6854eca8aeda3ccc936aeeea65d73d2cac9ff9d47a5d470ede
MD5 dae26b39158e72cbcd2963f959d05856
BLAKE2b-256 ab7cf88219bb824307188da8748ee9d8944bc0be57e935edf5857d0f159acb68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fee30ae1b0939252dac8a82691bc39e20793d0de35e3edceb24f5c6b1bdb8759
MD5 f8cafce7849a02bf1f3e6553f62dd6d3
BLAKE2b-256 38a82f9e3f814fc0041761dde1fd55b3096e0c2bc0f95b2975104f6aa6c62c78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.11.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d00e020195e4f8332d74acf104a30e0d9cb8075e05a2fe150fd4ffc23ec7c034
MD5 6e661b1f2b9daf3860fbd0a9e12836c7
BLAKE2b-256 e19279cd5032399faeb07630b280bd2cc4f43699d26ae6324c4d584617fcd0fc

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