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 ~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.

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.8.2

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

Uploaded Source

Built Distributions

pikepdf-1.8.2-cp38-cp38-win_amd64.whl (978.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.8.2-cp38-cp38-win32.whl (869.6 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl (997.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.8.2-cp37-cp37m-win_amd64.whl (980.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.8.2-cp37-cp37m-win32.whl (872.9 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

pikepdf-1.8.2-cp37-cp37m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.8.2-cp36-cp36m-win_amd64.whl (980.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.8.2-cp36-cp36m-win32.whl (872.8 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.8.2-cp36-cp36m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.8.2-cp36-cp36m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.8.2-cp35-cp35m-win_amd64.whl (986.2 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.8.2-cp35-cp35m-win32.whl (863.1 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.8.2-cp35-cp35m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.8.2-cp35-cp35m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.8.2-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.8.2.tar.gz.

File metadata

  • Download URL: pikepdf-1.8.2.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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2.tar.gz
Algorithm Hash digest
SHA256 67542ddc5c2a430881f72733e5309ba5c784997b55470f92233ae415e2696ed8
MD5 bffe62aac06b1542def62d3e75f14562
BLAKE2b-256 d2f3c041d1818241d0341fe0ee75b2446ce17e65fb3c3f065ba62f7b2573d55b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 978.1 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1d03e8f0389fe9234babb695657c7b0366f60056ed088bf506b6994930aaab7d
MD5 934c952452ab63639971ecb136e8b848
BLAKE2b-256 f793eea7852c82b366e438284f636529f8793f9d27d270222068519a93e08d66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 869.6 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 91031adfdf0bd14f09e5e1b0cda15d708c8a8e7d68d29561f22ae99e51c2cafb
MD5 5b520bfb92b500a87a6b924b8a2568de
BLAKE2b-256 b5eb783044fb5f3f7881acf084e23fbb09dbfd89714b3762a203ce0b82b60f29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c45197dd7df6486bbcb84637f8961a6da4671b6fdde849076856e4e796c2770
MD5 04ef815442600146f1299d8aeba8ef58
BLAKE2b-256 7dbea312bb9ddee676f703c73c3aad49207314d59c4dd7d886b6e798300d16d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 906306839e4b4f31d1160e4633c711d84b2306bea9fc03d8be0e2b2dfca280b1
MD5 6d4c8a2ead80bf5d7735bd51121ecdba
BLAKE2b-256 15558eca6b0380cd55faf795681ff7db664954a64c7a0b8fa8bd36e77a393baa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 997.3 kB
  • 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdd474005cb106e1b12085989297d5a8c0f7d5f221f375487a9cfd5bcb3e0f4d
MD5 d58b58ae414b0f3d2add2af2d47c5782
BLAKE2b-256 950288d7f67b2ba5b4e7678f593385d6625c3aba4b3f147e882339548c852905

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 980.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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cab9b076cf4cf07a75e8f5b7fa213f3bd5b3f9bc5c970e0aeeda7d9d93874a8f
MD5 f3a81d7b7ca25311c133cdf754b64f0b
BLAKE2b-256 97b5f503086a91eae08bb35e88b8e056375938167036a4468c50be46b8d827ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 872.9 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cb66674be41b2eef7b40f66ec2b3e96a1016ed28f90a25da5a3b58b119902edc
MD5 7a96ac09d40b3d836f214df9b0d4cac6
BLAKE2b-256 90d581c6ab9c5c17a691e9cae953471e4e396d0b3f7a41adaa47d798241b61bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 76f24adb8911869e678db8c73d6f927880a4374b835908f530986b4d4b3a452a
MD5 abf9908d3de900e5629684d555845f05
BLAKE2b-256 6da5f4938f9bcb81c8c44ac1f279b6fe353172a1ad3abd29744bab1928592b65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1aae05ca17425c7c57838d1dac986d6315c662b0f7dce591ea58b3e129c0d4d8
MD5 d29eab71c3c5b72df4dd8a5d9f412a3b
BLAKE2b-256 65ef730e16cd879ee29adb98dfb30876989616ae3c01d293d6ce4ecfc81aa25f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 dd29d0612d66404793782e7384c6ac45cb7e866aafd38c4f0550773d3c47bff5
MD5 431e0d5d6847f5ae862f0ace9a1e5761
BLAKE2b-256 1f810fbfd460dc92a12c1f3db7c23857bb55470588b646ca7e288904d5d2b193

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 980.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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7b678ace562ad415726a84d40c43282b47700641b7b1256d047c0d62e07e88a7
MD5 0b05fcb8a145481322dabb3d76def93d
BLAKE2b-256 ad94a511bd7e44aa7af29bbf28cf1e05c6b3e2fb305e1314d2331bf0b2200892

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 872.8 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1beb8e7f25256ce3edddb447d35f0d1c228c8b156c652ec8dc8dbf17dc48e938
MD5 f38f525ea4216ea47b789f32206f55df
BLAKE2b-256 8674b57084b2916df4b5e9bbf6fc407a7a0a21c16a107f69022e77a3b072a29a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e83b8b816d9f3c32f67f06d6be109b150d969370ada3a0d8eb98ed451e503f7d
MD5 94f1e65ace05107118dee86c478f45fa
BLAKE2b-256 e5fc3a0f70aad7d28c65243c9dd980dba5437cfd16bbc45ca06c8dfae641f95f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 96d83cd056b9a58b61752cdbc593012c94320462aab8601886567505d50e17d6
MD5 3a6a270592ba6ee6d15b64d499731784
BLAKE2b-256 242f493a41d7c2f48e80896387c7ee10757ba7f363745ff3f46956b6fef79c11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1831dd5bcb7e6542c8fdcf1d04a64cef6d056481a49d8404a2d210fe88f6ae72
MD5 bcf30d6ed0a7af9ef05ea9bc661b9188
BLAKE2b-256 ce81bd2c0613a0dbfa2c4c5908312f1927870020126022f7e7c05f2addcae4d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 986.2 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d643edd01e8147a96d49bccc67fabc037a064f6a4eaf2406df3de5e93a24e425
MD5 12491d860c29815bbb9c820a3ac8116b
BLAKE2b-256 c3168cd1b50ba9eb454165cd0fe8bbf45193388a45e2bd8ff03b68196677b6c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 863.1 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4608f51de4a6c3307bdf83179d1078829e41f7ae5593372552606b7d69d92493
MD5 48d1e772650368f367eab9bbe03a6f60
BLAKE2b-256 818cdc1bbb20d31583082b9c8c8a3522b6325035e991711b580063ae0b1935ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 af9798e25462e59310ad3aa319f0bcbe781ac26fba62732d031d74c7804ad800
MD5 6f82503287df7bbd249ee61c84945689
BLAKE2b-256 3ce0dc94517ddf8fba3d2cc81e5f4eae5b6597071d65069b041a3fc782517edf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1686fb4ac99db89f7f1f51bd5457f15570c26a38f9d294309627ca0dc0079f8e
MD5 d0f07ca6036e52c2f9c316a626137e64
BLAKE2b-256 d2a11c374a3b7269ea3d33b64a8efbabc2ca18942025c3aac8a2960cfab28071

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.2-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.41.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.2-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 50357d79d7c602b7592b9d6d796cf57bec9d617d08b6210ca6b42534855c462f
MD5 59502d5565f9e3ad55f072a6f545db89
BLAKE2b-256 58d77b2d6cd605816ae35c0bc307f22aa563207644d91fe71afdb3cc80adbb87

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