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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl (991.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl (992.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (977.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.2.2-cp36-cp36m-macosx_10_9_x86_64.whl (977.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.2.2.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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2.tar.gz
Algorithm Hash digest
SHA256 e9788bb64f0754d5f1c217421353e1b482c3a9d159a5c5f95e71cf161669a527
MD5 75d538962710d672a95ca2b2eb059bd6
BLAKE2b-256 36b978d7dec7270dc650b3319683f56c1dbab3f8fd92c22eab136ff5287c5061

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e8e1bd11b9ddd127fc5bda64a5e126ddf38215c15ce751e288094c2277dfb468
MD5 5f5de5c74067d730446771cc7f4fed3d
BLAKE2b-256 41177a64f9603ea9239e56823b775863030e42ab084fe26ba0125e2071b53e2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cb46dc6f1bfc6d1daf42164521fd9d5ad5d4b72d8e2d6909040e4ccd7de615b3
MD5 fa8fbe3787161478f0f33be756d0a251
BLAKE2b-256 bf827248fad88247bfba5ace511be4d5545344a2d1ccbddafd47ad635fe5bfbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce5b0450ca2af221638162a0979afa220c776e08a732b980c8d59001c65bb08e
MD5 5e872156c83c308a2fc39b11687cda0b
BLAKE2b-256 ca3bd62fd76e6d2b93c6d2044410f68172a5a46d19b24a72b8c978a67f5c3232

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 769b1e7ca0dd16d356c6fc340c18c1dc951b9443db4d62cd848e256f49edfda5
MD5 c2aeb4411a2bd33bc5c4cb61625087bd
BLAKE2b-256 de69b649e4d773789b7caa7c701a2adefd542e12fd21c6ae653c959dca49a771

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 991.9 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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d15fa1159358aba81ed15c5b495f02b804b652eaf393d447aff4d71b7ab1b04c
MD5 cce44e4c0298ff2d3b0457b5ab337d91
BLAKE2b-256 9427ca959dac96ebe5b1e7715d8412a95a0bb8e79e1deada46265b729a10fac9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d400393c51b4c3ab2cd33d4077b13d62790a8acc3ba424ab2a246d174029af31
MD5 a272d8da5985ab475f07dfa2107ffc5e
BLAKE2b-256 de400f50d6bce1cf3357c9b0c043a91d25ffa7335db182ad7c3608584b0f7045

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3c5cd29cb781a6048e72dfbba85e2b5834a482c869ed535d91427fbb8a553ab3
MD5 da7ae8853cabd9163c1d20882272f08d
BLAKE2b-256 a0342d76b7f59dcfe0bb53522e41cdd287701998de2dc132af4b85821a9ca82c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c48957ca5dd99c8a8ca1c2f8789f39e09f9d41f02a4d69435ff818ed82c99b6
MD5 de42510fe33703d35f4cfeb7e41463ec
BLAKE2b-256 c4bc888c54fe605d996e4015c24f2cb863b6ffc517fc42cc72ed3442279e0e61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fcae524fc1b13fb68ade16a30d1f7a85b495a43e796c10eabe80f229dcb67c18
MD5 acf005e2ef3db0fb9afdc51e002dde29
BLAKE2b-256 0b6a7443c417a7515a5dc41b4a13a80648bddf5960949fc31da995a4fb4f0485

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 992.3 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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2ced3a9f2018a32b0e4a65d5d4e0775040cd3f9cc4818fdad81713f973bcc9d
MD5 60fc3fafb5bb16115dd086981ded8b60
BLAKE2b-256 2f1272ab184b305be8ae3c579fbac45cd12647e5bed4de86dbcd63cc68fc14a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 57dcae7cf45fdb0322ac28fd149bfc1a2f9735dd983481e8a7f849bd8dfd20e6
MD5 bc334762df5db9160a81833257460aeb
BLAKE2b-256 2dfe1c54f061bdd87343656177a341fdbd6fa1366ba33ff7b5eaf2f7b038a0aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 241b0243a2c3f85029e997b64ea2fdb8dd0020642371a9a45a3cc5c0e6e3799a
MD5 b000515ce4f05e1c9e7dbea680a5887f
BLAKE2b-256 4d32cc151895766729998f7d16f19e18088378b109ae754c8eaa89e8d8523301

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0198705340eca1678cd7ef544637fa457fd07dbba9011ec18578a92c859d0bea
MD5 fd2146aed72bd0ca8eeeba541639ff8d
BLAKE2b-256 9e798b1909ccde47499ad3c7c4783b78f6ae3448f1bda1816a12f2aa7831835c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b4959fd2506fff49172159787dbb18a5616e1658fdf92a5ebc970fef591276b2
MD5 e138ec7b83133ccb5401cb51a764c090
BLAKE2b-256 00bf51f06a19dc2f196c9f5af62ea53d562def53ce47459c8a3ee1171c93f233

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.8 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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49d52179616de7387ae459af2594bccc329ca7f154e108b64c5e06611fbf5657
MD5 02348634e4d7609e4fe2d34683edece8
BLAKE2b-256 f264ebe2074f46598f0317a22c23a1384981c2da12cf22c4b44d717d8d2fd739

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 81c1ad2379ecbc8c66a2ac76d9deb8e7c75e069db7fc46137186c32ec722db3a
MD5 4b0e8cdfec41d6dfcd5d3a8d88956128
BLAKE2b-256 95e559036e83dc4bac6c391e44b04c6da97916f1294908d17557d23a3dee5b39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 27465619b3ad89051ea604775f205354c2e11bd9301763864f6d60a778704ad4
MD5 bf81f0871f3732e98f0d136c763b8871
BLAKE2b-256 587c21aa15405b91bbba673f103b0f831f34c566306d0a865ff471be0233da3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0125cd48edb3151d44019794a9666aaf498c441d65dc0b04c68eba1a083765b2
MD5 d442fe656ae9a94f5bb3620c93fb23ee
BLAKE2b-256 b8bd35791057333a4701f7f1c9442376daca6fdec130567fd1da3b9ec468ccc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0ddb624b14661ff22d968926ee387224936c391414f69c0aa136fdf4d5b59f6c
MD5 deab90bb8a29a6ed8dac815f2a11ca09
BLAKE2b-256 78a4ee4b635e307689cbd9fc105e31a2326fb34c17e345ff644be09e89466b7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.6 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.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d259ac7e330230ad53cba284943fc301b450477de6eb2235b129c0d22fe0921
MD5 f33aa1bdc2c241d58167460fa17fe19c
BLAKE2b-256 db331a3e6a0e9e19b2359b3358082208ee414dd849d54820054e77958be69580

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