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

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.5-3.8 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 ~86% 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.

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 tests/resources/copyright file describes licensing terms for the test suite and the provenance of test resources.

Project details


Release history Release notifications | RSS feed

This version

1.7.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pikepdf-1.7.1.tar.gz (1.7 MB view details)

Uploaded Source

Built Distributions

pikepdf-1.7.1-cp38-cp38-win_amd64.whl (979.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.7.1-cp38-cp38-win32.whl (870.9 kB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-1.7.1-cp38-cp38-manylinux2010_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-1.7.1-cp38-cp38-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.7.1-cp37-cp37m-win_amd64.whl (981.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.7.1-cp37-cp37m-win32.whl (874.0 kB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-1.7.1-cp37-cp37m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.7.1-cp37-cp37m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.7.1-cp37-cp37m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.7.1-cp36-cp36m-win_amd64.whl (981.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.7.1-cp36-cp36m-win32.whl (873.9 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.7.1-cp36-cp36m-manylinux2010_x86_64.whl (10.0 MB view details)

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

pikepdf-1.7.1-cp36-cp36m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.7.1-cp36-cp36m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.7.1-cp35-cp35m-win_amd64.whl (987.3 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.7.1-cp35-cp35m-win32.whl (863.9 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.7.1-cp35-cp35m-manylinux2010_x86_64.whl (10.0 MB view details)

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

pikepdf-1.7.1-cp35-cp35m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.7.1-cp35-cp35m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: pikepdf-1.7.1.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1.tar.gz
Algorithm Hash digest
SHA256 8ed8fa87c6e30847fc8df1b34ebf021d574d8e1385e30ee67c010df79aff2463
MD5 b1171ca53b311e459fe4d9e038da5ef4
BLAKE2b-256 bc13386af4bc6c712efd156f4d06f82e38ad0019b0e540d88767f5c686cc4d0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 979.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 17557f07feb78819276916fc594080f44713f8d9a2642f484d5e9bec6609a8df
MD5 d924ac9e6aacd190714c8a7f3c806c9b
BLAKE2b-256 7a11c31d63308dd32b642ee0257ecaaaa98afaa7228763f19d08d6d024d88726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 870.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 342bca1e0c24e0722db0aa565dc571137a570fa12f223fbebc3b8dc3102aac35
MD5 aabb842557db9769b5db159d81728ec0
BLAKE2b-256 7a9a0a55fb9e08f4d6b6a7e5b7793a11448298a01dd4449e1b6d4f4edeaf6944

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b35d4012c78ba4ac6b9cd6e52082924b281ade06c1c3095c3ce84fae5e80de3b
MD5 329e4179e1099cd6ae7fa8c0fc6120a5
BLAKE2b-256 3ca1ffab5c020995eee32e2d83292cbc7f9cf43a3c621997730d507163c8d777

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fcef80efc9f6118766931d0df8486e3e9298880d12ac83ceb6d5160f6c5090b7
MD5 94e275b9413f94bde29fcaa64ae4c02a
BLAKE2b-256 9d6561fe1207a9359624a19cb3b7b28d82b326251a26d24052f185d5d3b2088c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 798ad59467bccb9fa2f2a6c4738656d738fadacdf727b468b1aa011ebf92567d
MD5 29c98eddafe01d8b17cb0de136565f44
BLAKE2b-256 cf4291ce51593292bc38e37fb37f1da2565727f088dae1cf06d1e57baaf90216

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 981.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 68a6e6795c5a02c677a136a7d25477bbc075b7029a679aaff26f9ef26f0b7dbb
MD5 83f28718698229218128648fb1944cf5
BLAKE2b-256 bf272abe3a400f3a09b5322d2a4405d961f11f3be470f171974b9b8b800d7f22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 874.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 92989139aab0316045c5a6e544b3f1e6da6ba506a3e6fc5fb9589dd11ab0e999
MD5 d7193a8a00ac28456516790a96310795
BLAKE2b-256 e971a0b4da2069c9c27de7fa3ea8c08c851b27726b2452d5004d2abf76e5856d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3944a647af79bd9a28922ca41ebda21e40fcd4e149974038989990c7bbba4ac
MD5 a0756b6dd31c199c6bfb6ba560e9ec08
BLAKE2b-256 04d682b2dd2bd64553b230700f21c5e92279496e1986970b5ffc9a72ce97cadb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 245e666f76f756ead2af65b5aa97d00be3e38ee289d78ac25ef88b09e4057f82
MD5 9b65f306ea63a5a28832b329e97c4497
BLAKE2b-256 3fb2b597681e2093cbe34d37c2b3e35c9103c44422279f20e858ef2141764613

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 a98cc1c7c7b3be7ba1ac802efdf2a72df937026c2dfcefc8d0edc540b8eb33fd
MD5 edda5abca8f531ba3d97e2835accfd08
BLAKE2b-256 af385fdfc2ae3dfeecfd87ad3eace3a6cab6384fdc0b82a2ef4d517822c63f72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 981.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 87f4f86cc4baedc6069df3d76b1bfaa20727f2d5b87dc98ba8164028b9b98e39
MD5 4d27e3a92d1fe7ed6225c21d4530e794
BLAKE2b-256 245e305f867229422d504a15a558666ae44eb85a74e831fd547fbbbfed2bb9d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 873.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 316781e7098a3eca2b375badbb8a431a0134b585af5a19f930c106ab87525d5b
MD5 b63bd114a267d4c83bb548b79fbf456a
BLAKE2b-256 d37145dac4fcd85353a32b37a3647023452969013836bd6cb0cdeb0429d492f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c23d7e94349e71facf56c31f870ba1a795fd15082774f46e4972d6ea91ddc01b
MD5 fe888eff1edce11432b92fe197dc59a8
BLAKE2b-256 b0cfce1d82f326aa19b956962742c301e05b84bd82c5b18d09e5ccb8ae32b11b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 55c082772f7f36cfbea2289f92ef4d829d6556c5ac373213c9999716940dcac4
MD5 bc8d70973670c379e4ed1e4aa47a337c
BLAKE2b-256 13144a2bb9467bb162791351346a7b4871a2d4e83b48a825a4db01771c71db0a

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5c471675b4f63967f6756014f800fd9f0a55564d97e61664bec228ddfb61997b
MD5 890ad994d3567f82c8e20f51f4adb5cf
BLAKE2b-256 f0653096f8f9abc62d0e11eb219c590f38889b491fe0cf58c6cbb1ac5b8e6075

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 987.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9d2d5db4bbf22650b283982844231771df567401bce9ca0809552312cc4ad6c6
MD5 7ee95c548acf587c4c1c592234b5bbc3
BLAKE2b-256 be568b55a98f7cca1a0c636e078fb297b81b7ebe38cee54b529755ca6af4c1f0

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 863.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 5873b74dc9d980429b6077757271d5ae9efc308adc900c5f6fc3bf15c274532a
MD5 e7e030b420b45e8b6f5fe3968bd71389
BLAKE2b-256 0bd1d4dad3787807ef1357839cf077b4ed4ce0b15fc495ab2c5e4df2c0d6ebe5

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fbf579dd789b74948085eafe6c8939d91a9756b51ae41e35e895159bd2ac6d88
MD5 92f7d58551cce14127183ac6102c0ad8
BLAKE2b-256 0bcbc4dedc50adc58bdd6b4657d26064428862bdbfc1e8d8c8b7b13c3f9399e9

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f96c589c5fffe98df5ca6e40e3444a5c78266f9ef1b4f3c34e4293fc92d06886
MD5 162c37a4a047d622c0f5da95ebb19ba4
BLAKE2b-256 4fde9e2ce2179749c3f5e37b384c0aaffa81682cfa998eb2b57f1ff9c017aa58

See more details on using hashes here.

File details

Details for the file pikepdf-1.7.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.7.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 16321afda474b932b5769d34f1d6d4aad651c7f18100d060b6e7421013dc7ce7
MD5 1d6cec14c556693f76d54e876067a9dc
BLAKE2b-256 1365c92624e088f2b62aed1187644f89e875b996c6ce2f96ef411e3a7ecfeaa3

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