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

Uploaded Source

Built Distributions

pikepdf-8.13.0-pp310-pypy310_pp73-win_amd64.whl (3.5 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.13.0-pp310-pypy310_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.13.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.13.0-pp39-pypy39_pp73-win_amd64.whl (3.5 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.13.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.13.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.13.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.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pikepdf-8.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pikepdf-8.13.0-cp312-cp312-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.13.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.13.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.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.13.0-cp311-cp311-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pikepdf-8.13.0-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.13.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.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-8.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.13.0-cp310-cp310-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.13.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.13.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.13.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.13.0-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.13.0-cp39-cp39-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-8.13.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.13.0-cp38-cp38-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0.tar.gz
Algorithm Hash digest
SHA256 3bbd79c7cd6630361d83e75132aeaf3a64ceb837f82870bafdc210a31e3d917a
MD5 5a4efa90dc186e716c4239c863d9da97
BLAKE2b-256 f48a23f62747cf7ea02cad56d82ca881c3aeba8a2beaf85c209017a18ab6865f

See more details on using hashes here.

File details

Details for the file pikepdf-8.13.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 76cc1941d0df4f70e41db5548d557be9131161bd29833b86158e7ba725e592c1
MD5 a453362dec4d111483c462f3663b4b75
BLAKE2b-256 9bef320cc6545a00387858c5273600a0ab3844597cd8adfbf15eb6b17d3ccb4f

See more details on using hashes here.

File details

Details for the file pikepdf-8.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44cb27be26883d604193c49219185d2488cb2c270e61f785091bcebd887785d3
MD5 0f90c84ac06cbe8b64737aaf5c8d9ada
BLAKE2b-256 b546a973757b85ad8fb24384a5045c797d0258956c6e9a99f7db391abcf5c85c

See more details on using hashes here.

File details

Details for the file pikepdf-8.13.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88f354c4495dff95f99af284d00af4aa12060bc5db334946deb969ee99a4f9a6
MD5 94afe215ed5b6913c2aa8f96fa51f6de
BLAKE2b-256 6f1fc496888c53ed05674ba5b481e729ca5688e04821dc9bab8025a8acaf52f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 80eb3fa37bc18d8481bc41840cfb7dcf2aa588d648205cc4b539796d7bd5a543
MD5 37e08263f89b1f464cd03180bc065cb2
BLAKE2b-256 b6220640101ddb911706dfa34d76cbc9b918e0083665a5f73cdba32082655f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f342b02f03bc18e0fd24be90be8d54801d1cff8178be214620d8220e6a17e59
MD5 cf4825e6573f6cae16a4042d8fbb47df
BLAKE2b-256 7af1a85b2fdb9060ca555dfdca07d5817d92644dcdb5c5f6bb636f22f1a85545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c24e413b7e9cc16d219c7892fed067894fc296c4408222f2fe015d04256bc10
MD5 643b29a75050b18d27295ac37f39035b
BLAKE2b-256 c883faa71c6012dc3fc15e71bed4fefa49b1fded421ff5537c664aa5d69a003a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e83d4c4d1a537a77537db471f718a18901e58830638878e329848f2c796717af
MD5 7817fdc1ccc31e6c083184d6b5bf78d2
BLAKE2b-256 4ff94beda44e045933f960e48af22cd073c50107d1150f0c2d4774c6f38bbe97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22ce91e8fbb3ab7eb066a560db407215abe1f486a07843ff8e84e1585236aa85
MD5 d0040afd2fb29ef4bc42a375df63a157
BLAKE2b-256 1b540e7743eda400a34025375b762afc5a245d5fb7e0e4ea8bd326161e8ff6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f933dc6343c8a2aa01a8ed61f9961428e1958ada13c828418010c0b3e763663c
MD5 817057109c8132d6f29729e889586aa1
BLAKE2b-256 a6cc26f99928b0db57fee1cd6c6fd64a018800bb9bb3d514c19c89c1bae2a5d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee3f79165fea8e443609925b457fc1eec438e7cac317a57e5c1d7409e2db92a3
MD5 9aaeb35bf4e976f5a063a8a347f147fc
BLAKE2b-256 da0efd6b97c40b78759080b412ad79b268cf27766a673d684d64f354db18fa28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3344d99381ea75cb6b5cff5a7c6544f5d3bfac6ea784b4c493467b3577449ad1
MD5 5265c2f57851b715ebab75170fe89f01
BLAKE2b-256 1a9d28863e30845aa7fbec0455715480f032fe11ca086b7deb3d9a17fcf6d37a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3e1454a8346a98b8296a7e91cf23cb8f0947bcc1ff50ec6c086ec31225cfb46
MD5 0db69c6858d2c5ba659b1aa4c5837ca7
BLAKE2b-256 44e5156defebb3fcb9d4f5bddc494cb951154774e8d19312a4a967594bd79555

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4c70b6f864f8b2a8cc248c395e7420a338fffd39a5fbd72f4497edc80958100e
MD5 1be911b994ad3ab3e850422f03f57cbd
BLAKE2b-256 83c54130512958c28535d3398679be96ba23768c07695b554eb23f189cda0d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26378e4a9d61bf00d839b637957e16d187f1207c23fa2ed1e2873f6d2d0e9d58
MD5 c406a69fbcd387b5a4fb3ed2df265126
BLAKE2b-256 43dbdb2b6d0321a0178aefe9389178aaaa1741e5fbd69374e0f73c05c4549bea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3aab6e35819a8242ee81c4e62d1b39cfa085ace533ab921f45865fb02bed3c8
MD5 cdbbca60ad090802b59575d3cb396692
BLAKE2b-256 154d799833af4e8cf11dfc8fb4fb37efdbc39d88a082888e995529958d84a500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 157ecf18c43a8448bfbe4736d3e337f270e7deabf024497cbd087cccf06daf8f
MD5 07c6b864327299a0ce532d8941ae1032
BLAKE2b-256 e57de324bc83503478c017aff822997c669c70ba699e9a83c0faf67bfae4ea5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cad56309f0ca9702682be2bb2403e34d02edbb08a669c5a655622d40bb8ca0a
MD5 69f297ee9572021aa0b2c4f8dd837daf
BLAKE2b-256 bf8206832a307ea9ff404951fadd4928133025c00150d52464d3b92561969e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8cc9bbcd13d99a3cd59a58c4f40f601124e62ada32914be89d4aa96b36475779
MD5 92c137d090223a0f7f54636031df3150
BLAKE2b-256 fe9fe4c30daa46dbf89d324644b4a8a1dde077ffac5e520ac7bc3f2f202c7f9e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65d89d269c4e43e00d4de1db7313cb6813a0c88ce89a4b60d84c414cb8cd17d2
MD5 8004a04a9807af526f6401eb9e79c213
BLAKE2b-256 903fff4c52d3bf0032b77cfa4ac67ff76186ddd81f97a869a3259625f7357da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c40f5ab91151fe29020d0ad9ceabe194fea35276276c6ee7ee73038d55b2af77
MD5 38245ffd84e17ec4a962f9a38efb2931
BLAKE2b-256 4765ea2333fe85a656f0e1eb5e1d4cdb7bb06f13750c3a9172e271c47d7e1dff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61fd4c2204836ae04dbc1b1439a47083fe4b31c6e29622cc5b84f57426dd4a57
MD5 46fde1b4e95946ab666dc80c9cfc63ac
BLAKE2b-256 30ad4fb8571f0efeaa797626b2f8a7f090f6b7f80ac14781337f3832faa2c2ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d3741bc7f325a445045894379a6450535eb906ccdb2875671318832a98f4792
MD5 c7d907b9a405f51b4edf83c73e238a0b
BLAKE2b-256 4d5785ee23dca4e8ab5caa6f885c6d9d86c05ae2765dc4d1730a4709761bc943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99e99d638466258e97de4cac07ab7f624fbf9b06b52dda23829e2aea07e449f3
MD5 fe770d3d96ab00529b645ef3fdd3208e
BLAKE2b-256 e79ec1a4ce62351bfde4685dd1a0cfb1904981e87796c35cb40f6a93501010a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ac4d03a0f7f7b982169af828ab702914a5f6fd947ead1cb400c9091c384c2c2
MD5 52eb68e868c069732f582fac10773f98
BLAKE2b-256 e13d08be3b13c87d7049c6c7aa4d52c2fc024840dc7f841252ce480033d28e32

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c8a21a0f96e0071651de90bf5c751513c88b6d77bc5a097a3eefa3ad5283d5ee
MD5 6c778061c7d4c3affdbb9000cc5199c7
BLAKE2b-256 2f5e2dd62c95199c8ab6d4a6aa13467036949d706532d1cf6dd1060e6c944ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf07f10682d1636a55230c01e1a7f8d6ab3ad189df1341fd5554fc978c219f0e
MD5 d2d7e395f135e4d137928fda7fb6fdc0
BLAKE2b-256 53e47f761d6163f7190dd40682b27eaedd94a3868533a261d0386a60ceef69eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a4c22fe09b39c58fc0669794e4ea27fabe1470db2fdffd62ed9fbedf9bb4ad0
MD5 d6f4f39297970e4fc05f302290b2e247
BLAKE2b-256 26cebd0a3fdb81759a34877dcf83a4ba38e1b1e3797d9de57f4b9acfff2f78a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55e0c6f5fdd2cb5ca9dc0ada5064a02404bc03ff504b70a0686aedd74ee41d41
MD5 60a035df362677990818cba0a3d5c2cb
BLAKE2b-256 5ea6b7dcfe4105a7f81ff21be183845104d08c1aadd677960c020821e40750fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bd4435bfc757c515dc6932900d5d2cce7d911d034eff797440c3d78fa36fe46
MD5 8d5ec954b08068be1e439acd2bec7cb6
BLAKE2b-256 b7a88718dd95e23359a5252e3b5bfcdec810d338f03b37dde4dab58c2c0765a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a54f2e40054ae8d6931552b41f721909b6c2efbc9f04e09ba549f65374919d57
MD5 0b267ffdb74f95897e47875adbffd16d
BLAKE2b-256 ee4c1def135f2dc976f2aaf1c89fcb36a4746bf1d04afb1c75deb8156cfc4955

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-8.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6504db23601710ab7e80b5ade84d97440532c156ce0f8bdbfafcbb0a806018df
MD5 135d1ff88e2302c8807bc0b3837ff914
BLAKE2b-256 ff861a8af76e5107c2452ccbd5e5a1dc5665c43ee4f2dcfb81311fcc71a8ac72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bde6a1ad51b82edd2e627e50a83caf3b8e280cfdfa4f35ffc740eaad76f66772
MD5 2c61f660dea32ff3046c3ff23d915794
BLAKE2b-256 c1952da5276a41717de7aa0a585a3029861cb0bc1649a8b95fd3a4bdcf3f33d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32ad5105e84a8b5798bb41a05fb4dee033f10e31a074d6b1d095a5ca5985d05b
MD5 2cd05da50509e5f440b0b2da8cd56d84
BLAKE2b-256 0e176adc18539a00f71a9b3b567d7a7a0a18ceb2bdd2b838e93f491711d43694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.13.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32c4ba17e4792d2505ae21bd27d99b728eba2c6ad16a1a9cfc0b77b52f9b413d
MD5 5b51fa7757fa6a3774527672c8d6ef3c
BLAKE2b-256 f508d52ac7478103dcd2128419a6e377cddfbb58a4ede06b95d986a0bb65ec64

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