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 Language grade: Python Language grade: C/C++ 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.1.0

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

Uploaded Source

Built Distributions

pikepdf-6.1.0-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.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.1.0-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.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.1.0-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.1.0-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.1.0-cp311-cp311-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pikepdf-6.1.0-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.1.0-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.1.0-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.1.0-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-6.1.0-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.1.0-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.1.0-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.1.0-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-6.1.0-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.1.0-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.1.0-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.1.0-cp38-cp38-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-6.1.0-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.1.0-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.1.0-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.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0.tar.gz
Algorithm Hash digest
SHA256 d140fa7c6ef4b8c91fa1ee360628110cd3e636d0f85717da22f2d772d509a3ed
MD5 c3011c078a3cefe73d437c7fff26691e
BLAKE2b-256 a2e7e52fe97fff88d002d054b4e31198d1e5de52b33508e594fa2dc2d067510d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89d9fe04669a61205d556e4442b4986c444554f732afda72a854c46ee12f275b
MD5 c158595be2413e35d278f82d5f1050d7
BLAKE2b-256 63a164d0584b270121395717e1c69e8bf28a52faf79dbd6de31cc713186b3bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af75bc33d6e77c4cda4069fed90d2e531519273dd4b361bb36c50d3fd80999cc
MD5 d93037bbe0b77fb058581ebc5d6d3ec0
BLAKE2b-256 4570a624f497a98f6b147929f236a271a20607615b7d2749df00e9f788e6f59c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55a0c575ca9e15af08561b43485fb9e89166fd2ea2cc8d8826da3a015ca43fa4
MD5 80a24521f0794f33e9de368fc2ff61cc
BLAKE2b-256 4dc49016c2556067e1fb4d1e324f16cf344b0ba761643cb8e514f28f7c07eda8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae4cd91e41b882562d6b1e933cb8f6da42a2aca084e511b8b3a8d076d52b7460
MD5 69c72066e10c7ca9179873dab1b0c779
BLAKE2b-256 02950ba97a3cea5ef5bee6e380170bc902223bb45988ae7cdcc7d2481ed7396b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce86721df8b503813c92f76449ec237c9880b5e0d777ef842797f77ed73c1063
MD5 d43d639b816981505cb2bd189e1ea2ba
BLAKE2b-256 a04b52bed120eccf331029e0f5455e66eed2933b5f5d13fc127881794f627f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3f3c07f4d96b927be1c366a3f265aa02c0f429a575cf03e7257ae73d6a3f42f
MD5 7ebdeb26c116b06b34864abde5dd4e7a
BLAKE2b-256 01701391429e7d1a540011a5e8b05c4abe422c1bbf07b5028050c89b927a6854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91ae1f6b28b525142034c46466242db10305e081b4cca8833fbef4528792429b
MD5 92281012264de1bbad7d5b431a425e37
BLAKE2b-256 f4c02110cf5a212ff1f6ff001fe8bdb95106400e90a44ac248d4010a79e83cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20e3449d4fbdf9c62b415feb37b0474615c0dedb10a5e10f2048989e7a90ceb2
MD5 e7763fa5331ee04d4f7abaff897e2d08
BLAKE2b-256 8cb35d04490fc1d2d6840f0a8161ec490746f207b445fe0d33029922374abdbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68cfb09729393c9340355d8d90870115c8925f922b90192d221ae33a07fd7344
MD5 4471f537fdfeea430ef5af127e3e6b4a
BLAKE2b-256 f56fee4bbd13f5d7e2bafbc5c7c5e67c2321582a54a513ff390a9c072d14c9bb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88c4c18cdc973b92067caaeb8ee25aed24f99e4db2abbfea6eb0bc92bd840f20
MD5 58d4deff71f4bb61d7b448773d40d0f2
BLAKE2b-256 9e6c2dd5e8bd07263205844bbd6aa5e7632157979fea5b4c88f3e65205646f89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02a5914a764a99d0255ddcfb52ddaeb9a9cff1ce981219a007707b2981ea369b
MD5 ffdb6112ab90d99c91601cfba81f60c0
BLAKE2b-256 b3d1c0b4c478a3deaf34197e1c76c9767882d645a7e218398404d51a9ebd3d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aee4ac2a08c68d36b200e2f329277f4c3ee1070b301cefd395ef4a910c3d9c0c
MD5 df4e069eb7f47b5f236bc618652294bb
BLAKE2b-256 ff9a8c1066e6b50f8bfc7495b66f99b0e5d9577dbcbae61352c019dc00c6b556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0fb52e693ee98872dd17f71df3277ee85bb0d64a5fd2fbb41e2bf81c11da5158
MD5 abb15bafc04c55110c2e7b0b7b8fd605
BLAKE2b-256 7664b112969a621ade4349994879090d182cfbf300bd3134262668622e999465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e668e28fd0c252e262c3b4d8b48fa1507cf8058296926b7353b7bdd1c328017
MD5 afba327962343623a93efb8fc19062a8
BLAKE2b-256 8ed6c55ad7810acf07ee21752ede80a5a9cab09eb1cfd08bb828460888bf68c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95d2693b47b028eeabe114a5d5b6d07623e5c0776f5235cb1862ada34d406da9
MD5 56710c9c0cb4cac9b1b5391779734a0d
BLAKE2b-256 28dcbc3ffc4d81e894fd52ff9b5b89bb85d614163e3865f4fe4d8faf54c53291

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 908577b829a6d381557eceb29ddcd986040e42fc8c0bd9fc65c849c5cd2ad3dc
MD5 6f61a97d84373ade743bdacd762b7037
BLAKE2b-256 ee357791d13ea1e85588301a19208cdafac91d863ecaebd5f45ed70296ac80b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 21a1d2befe21221a4a772f18ed498c94f7e2f7431737d5c4f62eb4ebcfa1c567
MD5 637d94075697d4e903c1ae63f3bfa35b
BLAKE2b-256 25538ffad64bf5d9cdd9d5ca7188ba7b16992cbf19e2d74a32466e16922bbcba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ea035502c22318aa111fa962ba8b07b10bead7f716e9f8d03be2717e0862c6a
MD5 5066142b324a32d11eb6fd46ebf7fd7d
BLAKE2b-256 18ba4581e50a8797cf2ca498df0970e96530d628f44734cfd9df3a4fd66a5ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb4db50b6e046b886e5434903e63ff8798dc890a153a1ac627292a0490be938d
MD5 f84c66866bd5926cf8d2177583f79a70
BLAKE2b-256 e89ce892f1aa42e7ad2b5499d4df79d972d87b233bf559b21eed6872fd4c4775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac52b5404daf6c212f2b4338e6795a93f7c1171f299b0b544258ae79725bb0c1
MD5 294203c6165bb7465fa7a0b5a3d76c31
BLAKE2b-256 b44cf2593dfe1a523534591f6ce2ef24244421c61881f655f4ecfefe322e80ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 baa54cb7ae323fdaf9288246d20f7e7f274024400c6d212eb955c26f7bee891f
MD5 e5acf5b197a1969cf78e30be0a91b4ab
BLAKE2b-256 ef32c5ecea04ade836ef0dd77d912df488eb5804a5c2a2ba1bea75688b4ea425

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 924f15c3de14cdca19d85417cf35dbacd98aa7ee3489af682a8921d93f8015c6
MD5 b1aca762fb80673d8cb15ab47f54513e
BLAKE2b-256 743a2e5c4ea714f188488057f5d9e5d9e7f23b4f16e0bfbd952e0c1b46271443

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 17e5694798cd35879523ca88541ec5ee447ba13e29fb9aa4ed31799e87ffc784
MD5 6b71474337c3724de75b27b054414912
BLAKE2b-256 6bff3ee1c126148d6ae8c80b6f8fe5904038301cf36f6eb2165726ed2299359a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2045fa3c8fc6f8762ea5f03d014b0c6441a819c297059a8a52e69e92003165b4
MD5 03b609583438be637545dd7f16d7d3b3
BLAKE2b-256 7e47ebfc64282e84d4780740f85cd0437afa1f58d5e420be1b0bbe836e8fdbd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 204df3d24e901be9c8031870907968c525773b2c509c7dffd81925d509180660
MD5 e14e0d5bbde4da3f22611a5586bba740
BLAKE2b-256 038305add6502a975c191a643e7045eb1fae606d1e8e1baf9b7905c69dfb4c0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6e2135f01f50e1ee09cae9dc330d38346aab067a94f57d2c51390b95a70464c
MD5 8fad14dc8e99656c65769fb76a403205
BLAKE2b-256 86ea1300f1d4294e44596a13ee774b3d4fcbf7ab2b87ce9a6116f88651d1c0ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84a2924bfcc881a0b229d4100a8d498f323be1647f2ecbfe9faa79332045af04
MD5 3cc20a185b6196eb9800fe230c6d776e
BLAKE2b-256 46c0dd7b0b88be762910ab9c51021b0e0c18d4f82704ce39aedbd61b6abb7db1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7f3e7cf6dc335fb7c239e613ed5cc4651442caac88944e9ed0afce89721a03e5
MD5 ba9697ee955296494540b1007dce0d8a
BLAKE2b-256 b07055e8213c5a1ab679f626ed1ea0372e871be8c6c81d5c8650ea2dc953fc10

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 21e08d3b69c920c84c1b843d467e7a1e94e90f10f2a35ecaf9be40b9fe8650ad
MD5 08f8b5cf88636495bb3b367b11a17889
BLAKE2b-256 c5101722aeb01faa1a085c7c90a6c8ef8b61d5ce5ba89a44e6cec59396495446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c3d59dc6e8be8984081798eb233aa39f62f225b375f0fe28c8691fdb8ddaec6
MD5 7d707f172f743a658fe7c6acca8da86a
BLAKE2b-256 8540a163282b751eeceb414d4384395de8298c6309baa46eaaa84268636fc62a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a65671e31b032123845199c88fb4463feb799b8372cd7e49d0248390f81d0d3
MD5 681d0df62c22c92274a18656e4fb01c4
BLAKE2b-256 4bc6dd061c3800e671341f0df7def41113aa570c7626ef6e0c483e55a7527934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e67e42ba8cef0d6bc8d7a17840afc13390ee97c15c66fc21ac43905933336c72
MD5 b885f5070f542297af0a7be084a0670f
BLAKE2b-256 efb391bf2525fddb8233fd1c2bc324e684642c0f270fbd14ad8700dee0487374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6340b985b87658fbc121056cfe68b6518370366c7c7e308ba7cefb71541cb8f
MD5 f0e7a2763a3189aab965d1bf7dc76754
BLAKE2b-256 148a0416a13eed8cecdf9389583b8022a796c780e738dc8dad44bc857c67070e

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