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.

Commercial support is available.

Features

This library is similar to PyPDF2 and pdfrw - 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 PyPDF2 pdfrw
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python Python
PDF versions supported 1.1 to 1.7 1.3? 1.7
Python versions supported 3.7-3.10 [^1] 2.7-3.10 2.6-3.6
Save and load password protected (encrypted) PDFs ✔ (except public key) ✘ (Only obsolete RC4) ✘ (not at all)
Save and load PDF compressed object streams (PDF 1.5)
Creates linearized ("fast web view") PDFs
Actively maintained pikepdf commit activity PyPDF2 commit activity pdfrw commit activity
Test suite coverage codecov codecovpypdf2 unknown
Creates PDFs that pass PDF validation tests ?
Modifies PDF/A without breaking PDF/A compliance ?
Automatically repairs PDFs with internal errors
PDF XMP metadata editing read-only
Documentation
Integrates with Jupyter and IPython notebooks for rapid development

[^1]: pikepdf 3.x and older support Python 3.6.

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 provided under the Mozilla Public License 2.0 license (MPL) 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. Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

Informally, MPL 2.0 is a not a "viral" license. It may be combined with other work, including commercial software. However, you must disclose your modifications to pikepdf in source code form. In other works, fork this repository on GitHub or elsewhere and commit your contributions there, and you've satisfied your obligations. MPL 2.0 is compatible with the GPL and LGPL - see the guidelines for notes on use in GPL.

Project details


Release history Release notifications | RSS feed

This version

6.2.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pikepdf-6.2.2.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-6.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-6.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pikepdf-6.2.2-cp311-cp311-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pikepdf-6.2.2-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-6.2.2-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86

pikepdf-6.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pikepdf-6.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-6.2.2-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-6.2.2-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-6.2.2-cp39-cp39-win32.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-6.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pikepdf-6.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-6.2.2-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-6.2.2-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-6.2.2-cp38-cp38-win32.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-6.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pikepdf-6.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-6.2.2-cp38-cp38-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-6.2.2-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-6.2.2-cp37-cp37m-win32.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pikepdf-6.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-6.2.2.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2.tar.gz
Algorithm Hash digest
SHA256 ae5aa1fd18373fd96b8ea6610d78d1c12a43e105291e45ceaaa54637e76a6929
MD5 62d5f38e3365cfa3646d16a8900a2c22
BLAKE2b-256 b5e14c083a1f42f5b2b8c486a052731deb292b8822a9d430a1ee19f52aa9f0d2

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5233f8f1dee1bed95379c1b67af926725fe6d8ba210c587406f51a6bae651132
MD5 0fa87f1fcfad1f650d9981b9cb676b97
BLAKE2b-256 4c2f45a0c81ac270402ee4c02aaa5fd418d4b6007b799751ccd7f60a825faefc

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa397d5ee36f357f1ba60103004c32befc9aa7e3143ef3a9fbf6e3686b2fed99
MD5 86198d01d5bc2235d0a5f9facba4cc82
BLAKE2b-256 1a48a62f360a58ca7690c118bccb7960a73bf7975820b740881b2dca4b921ffc

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52fda5f8b730489a10cc492249465d52b4f190f7eb9b6c0cf80e49d5be3d8652
MD5 0f423e1558b3d75f5a2ac08f4fa2d836
BLAKE2b-256 12842e274ba5c608b7914dcfbd2246be0577e8c6f70e0a5270f86d2fbc63cfe1

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0ff1e4bfbafbeea902a0bfc23e8017443a3be485d02c92cd7dab9c16d50543c
MD5 80962f431de48e4a43d646d30b4cde95
BLAKE2b-256 17f79f4294c7c736a08c64489febb97a6c55c5f6ab6456c84e776095516bfa0d

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ba102fe535677c54c2e6cca65c9e3742ff7abb03934590a06c77a17c9e86827
MD5 029b0305db1a69fbc7e8a8daf2008d05
BLAKE2b-256 ec2ed1a20dafbed249dbfa2d0db154b2afdcd4c8cb07e45471b63a9514b72bac

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e089f720703d5e8c419634b08fad466d540d081005e41b6382afd7728d327029
MD5 18163f99fb199de9da55db9f7bffde47
BLAKE2b-256 3329b1ec2a814fffa98f66365138be471e2bffeefe24e20a4709b7e55348df1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 972c6a21c9e49fc53a36b9550616b9240fc3291e07990db0e93d2ea4bfd7f5cd
MD5 4b49abda51dae0c7788566e69ee4c4e2
BLAKE2b-256 ab65fc910fb11cf3d03789274e5f6455974b26536c87370f969b349d5f3eeac5

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9c46bcae66c8ea181aa3fd961e98b46bc656e40cc33df9794c63a0c84d719b2
MD5 0e167341a37feac95421b358622cdcbc
BLAKE2b-256 c808497884d3bff0c4eef275e3ae3d399f3427e595067b9558953e0de4b8debf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b9037377d9ca2b91c47b50ef9edb2fd295b0bf963ba14ee732da52006600677
MD5 1a09b54299a686e977950b2d6cc86f69
BLAKE2b-256 383a6ce9b0d3d61cd97df774b814155b08316f54692b4cb6e1781024eb7dcee4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8338786c9912703dee8a501c1dd3b5e1065c22628cc4f781a548e378ae0f9f0c
MD5 78d6f20b6b2ebdb1b294854a86d4b0aa
BLAKE2b-256 128cedcbf06d0533f457df06429dae7e02f2c826db1f351e36f7538fb779d5c6

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pikepdf-6.2.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c892bfd06b69ab26732daa53c2d85f864bff0a9422b0c03004cfb58797406b2a
MD5 0c41cf94c8beca2b412e4d12e86c67b8
BLAKE2b-256 9957a1449a05176c23e60c2070ae1d5d484877435978ca7ddff1a1a4c4d8a3f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 475ef831d47e0aacd1bbfc366090c645bdc881bfdcf682f2a789860f645a1bf1
MD5 5d30c3307a5f8dcdc032e2513e07a32d
BLAKE2b-256 bc324ffbbdc3ffe5094a9e8263ed2e05e8c5d36cc51545ae21e7aa684127e8ba

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7e6f4ac418092a48dbd1809905edd5c6640f271c49981558a1c3da3753c0524
MD5 d295279f2d38d9440b77f8e199d1a241
BLAKE2b-256 52388c4af850eddeb3a6cd669584c96308d176246c61bbc6ddbc99a04088426a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b94b0bb3adf6be2407aaca8693bb1589fa5021c019ac05b1a87db299feefebe
MD5 3f97bca14129fd35b65d1f27ae96ef2d
BLAKE2b-256 90d7d17353c6c6d9837edfeec0829510e1205109d4d06219da6847a9747ae1a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bed47afb90c78e2262e5b2e0d4722245b50c28bdaa317bdd39c4ef125d59a2c
MD5 abf3f7e03dca37660d58f1978469c89f
BLAKE2b-256 82945cdc11e8f716f3f68098c3b375ae5d11945749e28b428a95e513d345e8c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cff08868ee479ffbaa64fb425260ddce14bffbc21bdd2a3b3de941589abab741
MD5 07992c995a97e6a88c5069268704f155
BLAKE2b-256 b166bc800d57884ccb3d014041d68257fe474a2cdbb768a0534bb45626a717c5

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-6.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9b403d7b24a09a090ebeb7760890c5386c515b86a6cc6d4f9c7b36eefe94b52f
MD5 8f746c2f23d90ddd7aff89c6ae5cd6b4
BLAKE2b-256 daad806d4973d37c580fe044a6fda011120a4be7d8a606eaff7ca1acc93fc756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4539bc4a586ec8dce7ceba474be726ca64135c48ad61c47dfba98139a7aebfb
MD5 f2f470b8521319aac680d418d3ab5b29
BLAKE2b-256 51d2da7335d066266cdf6488ceaff353c4fd8cacc3c3d95368ac1918c8422422

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f02c4f10a645f43bcde681b31d90f6313d8edce3480729cc6d78c5411f3e9772
MD5 77e5a1ee1ca1e22c2d1fe1f0f5d78575
BLAKE2b-256 353c57fc57a3e725a11905274d808f36663dcb04246e12ab21be4503b95bb117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e7ef427346a8324c32e9e2dbd6d10b0c9acaeb30d646223418206ff33594d7e
MD5 79d88cf410cc5f40deb28d4e4ebb7e52
BLAKE2b-256 50badca621bd09650742020e8da1dda98d1f0798832b4cf048a458d35812f666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba4db2e76fe4292c3ea47e39acb72f417e7b31f4fc594c91426b88e6e01d4940
MD5 04dce1261ac5399695cf8d28412f5745
BLAKE2b-256 f315682eb03757f7a67dba4b4325cd447315d738eeba2080d1727a189a6e0b20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.2.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 91faf319bae1f7a9a0665b1622680296e6ec351497e8b3da1f7b83c8c2fbbc9c
MD5 34dd6dbea4cb36418f3c3db1f11fe544
BLAKE2b-256 e6bbf0ffad4865cdaa58c0b299dc0f97f17d70649e038a32878459403e562cb2

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pikepdf-6.2.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 93450025948474b656a6bef0f64c91f5d2f18b4234d7470c4bb8b77e8eb36dc4
MD5 f657defbeaf0d0f0c6498e2e52740d8a
BLAKE2b-256 441c3a15faa3606547f98cc98e4434b92713baa4918cf66a4cd02027aba180db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf5b505b4ac50332eb550ae61cf64854f774f5ddb10339f5dd8b20cfa44fa8e9
MD5 39ab95963a136441234f3594cc04379f
BLAKE2b-256 71b85a1bc378725eb04ff62773bfd6a6a806218e97e5dffac5fd75df08be23ab

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 053911bc19fbc987ff32e8e2836693480bef4c400785f700e8645729aecc7dae
MD5 c9b66200f45aac3a983bb2ea4eab6d49
BLAKE2b-256 8d75ebe50652ffdcced21bfd5803de568f4cbb5b6603e119c3b0056126ff084b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b10914b14667b7de19c9b27437cd798afee82690e16763965c7f7a2ab4da90a
MD5 406c3dda64d34ec2d3a667e0eeda8aaa
BLAKE2b-256 81cdb1e3640278bb068d011b820ea2a9eb624177ce74d3a72cb8761e0afb2ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dba7ad05626a0768708c1dfa11b28b8461c6750994159a06f2ac58e0045a9685
MD5 e0688ed8a53dc8583ed714c9f7c8b470
BLAKE2b-256 2b5372d8c72c04d203b17675b3d78b8d64adeb4df5017ae31f4f39faf43bff4a

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-6.2.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bb7d56298d74e307f0ace8d8e02eb9cd2a1421993542566eb605367aa4886d58
MD5 6c8bb00cfd398c12f7994d34d1675011
BLAKE2b-256 a84d81774a08a77f0e0f92a0fd5a6a6323b1e003dff0fbd8cf9bfb428fdd5936

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pikepdf-6.2.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6129a5277f850ae6cdfd2cfff7e2c4a0b24618aee942a99763c84791dfbbd067
MD5 8c06e81d36c2ebb5b6b1dd0bc107e968
BLAKE2b-256 bdc6d0393e5e8c41dcb8b10ce71ad2fef8f2657dfee0a03a63f67dee12788ad5

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6066f3bcdef27e255be8f3b6e299ec4c04b50688872f6cabe8e27908574563c
MD5 f5619cc3e286039d5916fcf176160e0f
BLAKE2b-256 b8d7ac915d8fde00b08b6f89418600e4c045081dadfc7e50d5bee8cd7703c8a2

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e51db2d246d277e3b11f3341b42c737deea60a49c3d8666388bff466fe1c4d0
MD5 4b8dfaf107e184c08059ea9e98742416
BLAKE2b-256 deb8138a3f11d3d29a436615143de57f6d49f2b4ed542781f4df664f69bfce85

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0645e34902fe51205048e982f30e78e2b1fe767203988dd4b1395f6326cc4d9
MD5 8bea5112b2e009c1db5b02c4b0bd9823
BLAKE2b-256 83bbb3e392dd8171194c5388824b46560015a22b5231fcf0c6255cf3498b978b

See more details on using hashes here.

File details

Details for the file pikepdf-6.2.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73281beedc1c234d50fe11f8beb55cc5ea2d43625ad7aa88dcdea54ef019939c
MD5 d2ae3a1a0a5df759e6d19c0f2553cd26
BLAKE2b-256 0c1d624c94d6c01a56f893729f0c5149b739c4b802e9bfd18e6f1610290ea9a2

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