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. Commercial support is available. We support just about everything x86-64, including PyPy, and Apple Silicon on a best effort basis.

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.6-3.6 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 very low 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 basic
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.

  • pdfarranger 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.

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.

The debian/copyright file describes licensing terms for the test suite and the provenance of test resources.

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

Uploaded Source

Built Distributions

pikepdf-4.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-4.3.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-4.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-4.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-4.3.0-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-4.3.0-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

pikepdf-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-4.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pikepdf-4.3.0-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-4.3.0-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-4.3.0-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-4.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pikepdf-4.3.0-cp39-cp39-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-4.3.0-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-4.3.0-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-4.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pikepdf-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-4.3.0-cp37-cp37m-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-4.3.0-cp37-cp37m-win32.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-4.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

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

pikepdf-4.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pikepdf-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-4.3.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0.tar.gz
Algorithm Hash digest
SHA256 ed90aa8569a3fc5a23f2f021f729fa71df5bc0903881295ae82342933fc4343c
MD5 8b8cedf6ef8f42cdfb91cdd6f1909b6a
BLAKE2b-256 ea10683710185925cf65b585951cdc7539b8d8dc0f4440b0ce18fa3554c2536c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27fdede6d7db459b98ef78fc3b6d9344e56fbd023b6c520bb77426559c5d60ac
MD5 69e404877288d3b3d251c0228cdbaac1
BLAKE2b-256 629e53eade09c037e85a5c3ef08722824aec8f59c7ae30278a8979daae70b695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc5cf875339507f61af14f9e6f5abdf5161006cfe9935d9059c0855d094d0b6b
MD5 95b469715b8c67f5dc75acf07f17bcc0
BLAKE2b-256 582489d9032cb05e49ace8a507b46796b3a4b334a155410a4b36800bb3b44c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c88a2ca5331b8242679ada850786bc68f0482ff4c751023652bd15b106eb9539
MD5 d075835d5d86423922d8a479c69119dd
BLAKE2b-256 45991fd8d787dd1a61d81775545206ede70b790007c4f0bf9424b27478594cf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14a746e206c3e7f85e2ab7a7935075408ecc48a1b04bbf79c5195d4f521311a1
MD5 7717cc7193b5a19c96b1f74b98744dad
BLAKE2b-256 9c7325b95843120a99e8121d8e2e13838d3c8af30bb5151632d3102edd730740

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 48f742aff2cc35f10aad04f9f4a80cdcaed1fd8c1c108f6fc56ee1cada4eb997
MD5 be3513a36fc0b5c48a264ce3ad5efb9c
BLAKE2b-256 4ffba314e0443d089b6e5dde2d950f359bbd1666efda5bd19ee5ad19ed50abb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2a3e3f3449aa0d06a01fa9dc6393fad841d53da7b6988b2d4cccad448e1fb04b
MD5 6deab5174ac621851e04d3c4a8267bb6
BLAKE2b-256 3eedd1acf3c7136d8c58512fbc52d20be5108d8a6d14d2e488b4dc92b8db092b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48607bf7a301ea160d07cbdb95fbd6b19961bcfc7af7a8170648d364d603dd51
MD5 292d0e4ca2c0cede5d5452f01184a4c4
BLAKE2b-256 3664dab43ed54a991a07772f40c4fabae5ed1bd0d64f951eea972c8a85bc438a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a67257827586bf1cc3e4b04d8de75e2a34a409e518caf03453d62b859e4f05e8
MD5 5bf116aeb8cc9c2aba75a135d6a961a4
BLAKE2b-256 e8f67c3ca772f747bdb5d04671579efd321474e9a10db77cd942f30e2b75b3ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5136526f3c1888a70eac3e157bc7c907e472846b995cf85617c752b18d322ef
MD5 f076ce4fd50e3661acf233715701a069
BLAKE2b-256 2317f625257c1d6163713e3384e59a3587bcebf1af602d98c96c3e262cda0540

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d22106d6e0a3bb31e5fe3e85c7e401c9dd4ba56db285fea88e3b26ebde7a664
MD5 a20ab33408dad8f59ffdc437c99be3df
BLAKE2b-256 55c9cf162ca92948146e28e9bd2142e4799f92c9f68d75e942b14e138d781a0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 30b5b07a8b05bbeb0c0a7433951e25023c57e20ce1d9dd9fb0fd5b418b07a09b
MD5 f245cc3293b86c258c34c9478a1eac33
BLAKE2b-256 8c476c94e92ccce9910ae915da8a2f3dc299411167d40a2d1cbe7a71f5735661

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 68912c46864e496fb8f41bd5ebb7bee4a19429d0ad96950fda1d502507ee287a
MD5 47e3b3617f6119e3e62c10bac9a8902f
BLAKE2b-256 5bd04a3ee967c9fc546355021e6693e477b87e5a2e20bb9641a711d85e6aa18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71552c2adba42b5d391c6689b8c59be1001f48f7139e4e3e19971ace204c662b
MD5 e412f48ab0f2031a87369061478a775a
BLAKE2b-256 1e8854e34d763ff8c27692e1967e8d78f641cb9325818cb7c39d7d9acd2acc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ac589665d5e6f16167bbc3ff9a0911a7a21502c91f934e9cff99c56b0381bf5
MD5 b28d3eb423dd3fc729887d5b381663b4
BLAKE2b-256 5259a908f321d121f949a9c691359b47cdd9c540fb9eed46c9bfa0d56f7f71b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b439085f4c6edda85ee9347e64793618e7f6c57d93582265eee76c9b934d0eab
MD5 c1c94bb2f4c2ab76c779dacf1f3bad43
BLAKE2b-256 cf485e5787772582b912b03d7470fc2c75d01de12ebd31fa471180c6b8811a46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ddbfbd24b4d4bfa526f6756afd06dd959deedd70239d8e2117550868970f48d
MD5 77f510a201e4146a21d2ab351ec0a921
BLAKE2b-256 76000aafe7bdad11f70883060c5876c793d71650c8beabfb5a4d8433ccae92a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 db027dfb370fb59ee364b2c79135f828005ddaff60a896699a9369c59e95c5e0
MD5 4c92052b694225651ec860aa2a8f1f3f
BLAKE2b-256 3d7f9f5ec33a86c5881c84f34f7acf9629cf893b45fd858f4a96906738d11d61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fd5cd6ddf39170f8258056e813eb18cbb06dd6ad4ccdfbe5055a508818fbc67b
MD5 1baccb3e778d63ae5311c136793db7f9
BLAKE2b-256 29a2adcc61c54575853d464e2952b1a2e8434bd08ff23ed57d7a9a05a0ebec56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b5ffb68c4d2667ed0d5ca87d24e1dc5b4926bf6d1c404fc1f6b35687a62099c
MD5 95164cd4aa4326b67498ff2fe30bd44d
BLAKE2b-256 4399ae8d79a8b4d561d113160d4a7b4ae3a40a8c2bce76cb5b4f6dbb5dcefbed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ea12685861f545bf0d7bbf0a2710e8a9eac85b9d01d5191b99b41e2c569b992
MD5 652bac1615bfdb460078993e61b91bce
BLAKE2b-256 77d14389223f5aeeb18e3880aef42b2425a585114516ab0726ea429dd06348da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e631c1c5d8eb6c48999c15b7f6b08f1373e4ea1d11dbd49264ff15be9eaa1cd9
MD5 4b102c9df8870e0344617b0e350365c1
BLAKE2b-256 c2e0c8d3ed65788b386c02093e41b7e75a27b895028f201ebc2fae306c703f0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ed07b972c01d2c64f9838d54c2713ba8c4c40527832305cb87c1098e51a55096
MD5 9573e4228e11e5c51f338aa95f4ef491
BLAKE2b-256 61e44581c38853f3c24384f50f7d01345b128a3ed19e6d50230fb9ec47535ea0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 aede7be6cdd849640777714ceb32786ec1847f13f2185db0b01cbb1df0628fac
MD5 258cec5cddf79bc48123870f9f777864
BLAKE2b-256 bd069b98de5bdbdd953ed32eb055d180045d8876eec0ba611bb743b0b5ab4da3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80bde1a69db91fc399b10a6195a62ba4da7612ff1eb75c6a352c61359040cbe0
MD5 b828c476238fcf28227194b29d66f3e5
BLAKE2b-256 a376a8ac23bbaf63ae32d301378f50ad8cd484831d1be168e04748abb912fbb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-4.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6eed1a08cd82f8bcc61ff3c5b0900910dda0acf5d67bae5a6e5e1cd5a861ea7
MD5 1e07907f7b888f30c188d4e8f63582b9
BLAKE2b-256 4c3410b13d22c392decda90fe550edd9d12c3c5581d2bea773393ae779a67011

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pikepdf-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53391c9aa2d107500d289843f6e03f39645a1c9406cda27fca1ab1ee00dbb44a
MD5 5079a6c7b79ae449233a9780ebd92fb7
BLAKE2b-256 f2c453807b51b0a58efa69909aa64acba6eef1f440db06e71c5a874cd16e17e2

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