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

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.

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.6-3.9 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 ~89% 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
Integrates with Jupyter and IPython notebooks for rapid development

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.

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

Uploaded Source

Built Distributions

pikepdf-2.1.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.1.0-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.1.0-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.1.0-cp39-cp39-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl (982.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.1.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.1.0-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.1.0-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.1.0-cp38-cp38-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl (982.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.1.0-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.1.0-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.1.0-cp37-cp37m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (970.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.1.0-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.1.0-cp36-cp36m-win32.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pikepdf-2.1.0-cp36-cp36m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (970.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.1.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0.tar.gz
Algorithm Hash digest
SHA256 68649d96e6448e50f060c7e4efd7b068d3e370baab6a1a347ca7255819fcee7a
MD5 edeb8b39820b6e49eb2cbcc203e9869d
BLAKE2b-256 6c98e0dbd59f3a758fc6ead34173afdf9ba94b176a2f763670ea940c06a93451

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f17becf6f223940c9aef6bf5d78ca5060405e336fd1361fdd1b289ad368baad3
MD5 74f2b254786f16c1250b9a18ae1ab81c
BLAKE2b-256 6187a39c64c6b9e8a57c15ee68b4f0ec05e52e2189ce5857e77ca4de8245c932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fc7dfa9e19f5330d2d646417c1e314aa192089d85ae11a63f084d2186f754ced
MD5 3b6331dfd9fa8d9425635be31886fba8
BLAKE2b-256 0c11d27962eca8d5ae57f01162a29c8b7b031d2eb0bad7d419694b79a79b4977

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3456aa780dcc834b0fb1b1da9f71340704aa45c1ceb18258a17745fc8e6890e3
MD5 af98459d0d3b072fd12373193456a060
BLAKE2b-256 5a8abdc8f968b6cbf03fbca0806b0dde4ef6ae97c505b85cf601ce92961a480d

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a6ed01a66340d334a0a24ca90ad3c64951c887febf4889173cab8b325a5f6161
MD5 56e8dd7b075e5d0d7ac46d4b36da37aa
BLAKE2b-256 be2a38708c97d35cede023731513fb8db503f7902576fe2a752eea08c6d14455

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 982.4 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 032d1cf5ff3542f38b93408499f11295a781e53fe0ab72542d6cbc711af99e4a
MD5 8a86bd16a3a8414a73f106e130e77a06
BLAKE2b-256 91ed3b9936af034d5229d891f156477cbbcee7e183ce8a9e3d8e9d752ef1e68f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 adba1f75e216d59c0dee4b16ba26ab2ec9db00f65a648735afa891aa8be8e526
MD5 ed0ded4e5efedab48633190889c1648e
BLAKE2b-256 a52ea5e4d27c7404fecc0bb30953ed367e1c20c6611ec032ba00d2c0c778ba25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7dd68214c8b9548093304302aaec7b1f768f8ab0b1ad48a2c2640a3c10cb2eed
MD5 8b82082ab8e6fad5cc680d2526d00920
BLAKE2b-256 b7d1ae7d6975c17e581ee867a297c3281d9b949748787b350db105e2170aecec

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 44531eddd84de63303099151268f1c7d1e86008cc357fdbb2680b5b1e0d821fd
MD5 ad0beaa0128c68d250224f1628407be6
BLAKE2b-256 06741201fbb67d709ebfeca109dbd8a247252b7cd0325709a6caaa6fe86fb18c

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6892466d3d8ac0df63625e9873401f97fdd212af3bbd63a0aca6e39a0ad50ef5
MD5 4148a913ba0e3554b4331edd3adf014a
BLAKE2b-256 64a3fdca217af6deae44aebff6c46c08f1dbe803f67e4c1bf889213c2921ff0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 982.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1ff485fb0a963a318ea6e2e64a6fcbf7fb9126f91e9b00c226a020a011908b7
MD5 5d1515509b28dd004e4be9bd9036992f
BLAKE2b-256 f2e4f029fb98e9f80a930ceaa72dcbdabf50b95e5d5ce7a645f9fbb32845dfe9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e567ca430801671eb50c39a76c1a2f5a1e504e6ac9abb457bd603518c64b3d75
MD5 0edb83acfd787e7abb4c288e59a07d83
BLAKE2b-256 3739b5e5fc2bf2d50f7c40e60a3469a4c173c6be829f6ce3f4f40c3452d80efe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dbaf71ab7c54666f8fda324330dee1adddd664404e301e580863fbbff4508b24
MD5 e6c3876ebfa15636c28384ea3bd964e2
BLAKE2b-256 2c9354f86a8b09a6e60be69d0c9b899bd29830fa6876c82bc8049d67a1146849

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d0d9f9069b6255c726263e4c06021045b9e61ee3bfac049b7bf01aa868b651ce
MD5 2a8ae410668202b197c1659abb09812c
BLAKE2b-256 2a8e01d83cc6da6c38fa92bbcb53c017c250748a2d86f19a5a8a328b0959b240

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3f87127d430d283430d0aa75bbddc47af03b33c523d96ab93195e9ecc1876d4b
MD5 dd7e9d8c7ac974562534ee29b50eeed0
BLAKE2b-256 fe99d02416b1619c9dc9f0aa5cebd8fbee20bd5b68412fd6b13ea1ca271fc319

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 970.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8035cb1b85a9e3eb3b3d56656f11e3b58c6757750ef7560eb1d66f4add611041
MD5 d0f45962faaf78c79c8a62c5e6f28b27
BLAKE2b-256 8a4f0922138091d38947d19edd5986f50d33f0284fa7933390dea6c11d07c3ce

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 361cc382d0886ed8bbaa126d04052fc8ae9564125d8c5e753059d86486b5fbd2
MD5 48554c29c54f69e9a3d422bb575b4a2a
BLAKE2b-256 e2e48c53fa8c5f727e43da12bc6207a0cc56bedbe44a8e32611047ea1d577c00

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d82da266657326dfbed0aae428cc1fefc2513538239dab8ae9b259f82960b01f
MD5 0f1a5e57670a39f1cf481e96e32d4e75
BLAKE2b-256 2623d39b50c2a2556819009dd9c712d3dbf71d46a013a2c5ae0bd7279e7027f5

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 de1d998a22ebcb1e196bd512f3f53d7fc739ec417692c8aaab642a1ce496be1e
MD5 f56fc12f6ddb008a935d3943c846bb9f
BLAKE2b-256 4a645d106e820130d599e59e1132081e507428375ca2fb18a4cec66da7d384e1

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8f907dfa5b8b0517fe2581e8002665e14c864864bf0f3fdded6fb3eb26509d85
MD5 c27181c9274f2089f4741a3c6a0f1cd3
BLAKE2b-256 a0705172e2e4698b2a8f0e819bff9ec91aff218b98dfe0ab63ebed544d02ea92

See more details on using hashes here.

File details

Details for the file pikepdf-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 970.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdfb2620186eea17a0d0b92fdbdbdda071a26d51dec5d2fd1a335b627453ba39
MD5 0cfdb97fe8fcb7e2875c5512bf837511
BLAKE2b-256 8647d82f60aa5a7221c99ab0646794044306ba9bd236d2da5588139a5fda3981

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