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.

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 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
Integrates with Jupyter and IPython notebooks for rapid development

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

In Production

  • OCRmyPDF uses pikepdf to graft OCR text layers onto existing PDFs, to examine the contents of input PDFs, and to optimize PDFs.

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

Uploaded Source

Built Distributions

pikepdf-2.10.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.10.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.10.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.10.0-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.10.0-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.10.0-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.10.0-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.10.0-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.10.0-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.10.0-cp37-cp37m-win32.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.10.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.10.0-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.10.0-cp36-cp36m-win32.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.10.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.10.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0.tar.gz
Algorithm Hash digest
SHA256 7a804515942049f846d548d3b817317f8136e06938737ff64b79c82d61908e27
MD5 82950cb092646c9f98f79323868f299c
BLAKE2b-256 215f7eab2618ff00814d0a806f006f839bae734157f905dd6e676ce230208f22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b192cb3f087509075febb28652d48800da1f3fc1842f94cea25a49fba7350a06
MD5 3a27f6d6e2bd7e274949be87ff5ea415
BLAKE2b-256 dd5eaa672d596c7749567a9003e7489b38a28601af4d9d5ad5cebc328d2b2162

See more details on using hashes here.

File details

Details for the file pikepdf-2.10.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.10.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5b57f1b5d5df49b0269e8039b1ba08abb42fdd6f5b6c4b49635be754a77472a
MD5 41acf49e58fd494feefb056b1af92ece
BLAKE2b-256 20cb786598461521998e35f8199b1717c67ab65e57e5282120c4571971e0ceab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c024de7e57329353f82d287ca13e118e1438b6fd94b33475a474cd7fd16fbb8d
MD5 a7c4068e175a89bd72d1655b57b70da2
BLAKE2b-256 3c16d6d0acb6c3be189720b68ddca04b58d2f12d97754c1357e7e3ee26699d51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7c90ae70684efad9477c4ada293187a4542afd685029f82b478f011d4f8cdcc0
MD5 5068bd8d53120ede2d426b2dee0eb07a
BLAKE2b-256 363b901c701ef58026eee990fb1ec2c696c3259889a8c258c69af5d5595c0f05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f6aaf410174ba10df545ccb6fe9b42fa5fd34b1bb4df366722af640275f3406a
MD5 880233bab332ecf143cc2662d45509c7
BLAKE2b-256 855c87a15827e058723aa6b17db8af66e613a29b68dea78f6fe3a2c03f69c11f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e345206fe51b862022ece4e4e7468bbb955eacda9a9684387ff2f1c91c1def03
MD5 48f56428258e87bf75f5ea866f8a98fa
BLAKE2b-256 181f5471e5354092e6ff4bad075138d3b9f434ebc37e699540638c70ac6fac98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e03dd2131eba5c966fbb46b675006753945a251e9e9ad44ef141257db37b9c1a
MD5 4d45b33e1655f30104fb6cefd67043d9
BLAKE2b-256 d86b53a4130f9d7a283e578310d2d31449310d4f3bf13787a485a2d6cb45ae55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 95f36bd3920159320547c61c7aa753b9a423e43fedb350617c7eb9925bf48618
MD5 05777ae6b3c0a01798b6f9fa8deb43e6
BLAKE2b-256 2fdbf02eaec14565f09ab71906965a22293f4c1991a41385b21543ade9654755

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b11e1bbc38eb90bfbf2eb0f2f50b300c4142732c148802d6e5f4caa5727fc81e
MD5 14dfe12cf0b9751149cd5bf7bdac6e0c
BLAKE2b-256 2b17cb67e22dab7d6aff5d5cb7ac8b946b963a6a34c887813c93c553a3a7ba36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 232789113d6044816e5eeff0061e9014febfc889cf24be9fb17d172c504c1b53
MD5 b28f63f2fc8717db880a7a59f3d10f91
BLAKE2b-256 3eaca0796a395f302cae7e5c5aaf7ff26e9e99ef3a6f20752a27d5463601298d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 19e4fdafb66b2093b42cd81230122f4789d0ef90d85d451bcb0249739295303d
MD5 fa6c6f106a04847d366ce7e05608fc56
BLAKE2b-256 80d3416435d3773804d0ab144df57e41fc69c61c0b9cc6a03e6c92e3614136ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7dea84178ebfb35195eedca47a38d99ca8264e1c6e8ff6f37ccb5d7b2ca903d3
MD5 ae7d45b2e8acace01f0affb526f02c4f
BLAKE2b-256 a3ccb91d143841a60af2aefe7d64cfab34cf00fc73586891311e427e7c5ed370

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f3bd63e6db4a105074f6b5951a71313bc0ca8530b0050e3a03680639d05b5500
MD5 675d021c9f44eaf39f9c34d780d233ff
BLAKE2b-256 dcca424d18e080274b387dd6fba848842c923d19a850c6b35ae4fdbffcf1eb53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d124e11eaacf5fe1bf77ca4c1b6b1a8d5285d00d3593c5cb6eba53058cdf9dae
MD5 50604539bbab2944b3fa51c104eef9da
BLAKE2b-256 44a68925c7bd4661a82cc97cf99fc99f0a00dcd117799bddbec5b21fe7c3e945

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f0cdb331b585074a50e9c8a967f68b905aa8674cc3d6577f004a93414f70f211
MD5 31215583fbc9d27b29c9d92d173f062e
BLAKE2b-256 f5b5fd62f721e40b36a9581f30cdb7b405afb12ff08421fd4a7649168ece29a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ff48af76f461f40f36917baad52918f9afcb45762a7f4c07b6a7ec7e976d558d
MD5 b69966581dfe69ac55babc4dbff01647
BLAKE2b-256 e84dc60b0f6adfa18be370e67600aa90a305d5f3b9f676d929e7bf99866cdf37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7295619ea4b0fa714bfff24aaf865f7e6c298e82e77ce127b6a76f47377f7f3
MD5 df918edbc42b15daf27aa15fd0b39e5e
BLAKE2b-256 3ccb029a695b8b6f397e6ea08a200c986558b5f1cc1f3abfa7de41f17e52b08a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ae8ead8f975864aaf97b24cd916d1bf2e536eb64e7afb65ca679ed29b1ca5b89
MD5 b4bdd8181be33bf9a58cc32d3b8d7d81
BLAKE2b-256 83116ce13ac23ec694b9e639969f69bf3a7797442440432584dcf7ef9827c6e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dde6fde7a32c31aa515782ea967e32dbea97a19ef3fbbde45a93c5f65cabb36f
MD5 da8b54294948151d5b041d0486eae87a
BLAKE2b-256 9aed589691fe74cf1bb5f06046c5d5932acdd0307aba5294559363b02a7b1026

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d05a5d22f1bec0979678388c453644f83f74348ab821815b9f1ccb947d4a21e4
MD5 ffd6dc2116c31d31835c440edc041a8b
BLAKE2b-256 8561ffbe2d3b2d4b5a81c1f6fc63a771f5969d7f78c35a12d93db00697be83d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6637f1895e5e93b2032077ded757846c9a90147fb9195bb73dd4b8a2f333e888
MD5 18842cf69086a3a0eb36f5246f50b7e0
BLAKE2b-256 0e5ac97ad3e3af8256a5c160be704618a1f6e92498952b907e8507525713249b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 018ee534527debd2cfcde0dd856a454a218ddb57e5ba1240810489e50be70a6e
MD5 6422f86111ac128e54e2a5fe8d45bfdf
BLAKE2b-256 34aed4d49085fc4b3b4f2f9eac8cf4707799fdc9f468de6037e95f43e599daa1

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