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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.8.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.8.1-cp37-cp37m-win_amd64.whl (980.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.8.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.8.1.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-1.8.1.tar.gz
Algorithm Hash digest
SHA256 a57a295296820087e66a3c62569d288958f29d1a354701ace6639a7692cc3022
MD5 305b17aa17f4c4999064397115a354d8
BLAKE2b-256 baf8a98dd72c4e676486124a9143d3478e00dcfec929c824067e1b1d5b720d5a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca5b4b63502a9c08b3dda25e311b9486aea5d16414ca228c51569d5d17f05e08
MD5 2ceb195aa03d6ff69f10a48e0b0844ec
BLAKE2b-256 a5f1219f8afdad4412e32ac584af765e6c259671759e5a561ec137ddd3e60b40

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f44a6fdd26cae735f510bcf3c558b2fa21dc01249f4da0c36d54f8e59943709d
MD5 37fab11eb02ba96d2090f2062890496f
BLAKE2b-256 62791d6551bfeeecbe8419f149774cf522bee8fbfb04adeebb950874746e7d72

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 514539213c8935da24084ef98ada51c2c3d8203cbc804c88195b25b7b6abab2d
MD5 a8935f04d8fc6493db8197a7644db578
BLAKE2b-256 3df50de73fbd2af806b48e597759ee6a2408c4b4f336805623b09b134ff38591

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d2fb0ad80822f7bc9740df58465bcd89b2d818779f16f3b90a8c7b34fb28876d
MD5 635e3dc38d6ec127d8f8a9ad924b0caf
BLAKE2b-256 bfd82564a74c1a6055c51a23d59c9b832e0968954fadaf483a1ed8b662b2d50a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55804784d892418b204791bc965c8aca5b0bfc71f3748f519c496cabf74a667a
MD5 67826180306d243d1af741cb5cf6b5ef
BLAKE2b-256 2a3e7ecd4360fc9aa57cdbaffbd9799f7482df0d59187e0dc97c2f950cd7f4f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 afe849a506c453c76f77631cbb37f1aff9b7e9e4aa6add09b7695f39b28adaf7
MD5 52e8720ee5f0a3fa5c1347b4e45bc3cc
BLAKE2b-256 4dc29df2004b5789b5bdc79b8af36bf6379926724b79bcc6fe053c5a898aab8f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7f2935e91fcc40da247f09f23fed392a1bf0d76e80cd2c4801cb50d131b3b2f4
MD5 a052046eccb2359e8387cc67c295158a
BLAKE2b-256 ff9874f97afc0c2d64914db75bb7df9cdf2c2b814af027ed5ae0cf2a5a622740

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce43742788e5757877b6d83134f8a554aef8fc90990a844075464b757bc57cd8
MD5 77c238135fb0579be1d88e7df019d1ae
BLAKE2b-256 25a0816397f097ec58af4a9959130c0f748861ecf29d71e1f184b868738aa203

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e8b148abe900210cc3fe36f9d9c3ad1fc0e68fa20e44e84cc7b5ad85421b4fcc
MD5 402326c690f6e05d987643ed3bfdb9b8
BLAKE2b-256 6419e4a413b6ddfa7e8bbe3b94e0b272a00b8d2732e01a0e2c2faf816e927734

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 240fa3ebcb676a492e320244a7bff572b55e49ecbb3bcf3572623aa3234dd3b8
MD5 8123d867541987877f85ac27981624af
BLAKE2b-256 3b06354ebe5bb7da4051a108a7ca3c84e52efa455e044cf12870f93c56fff16b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 af3f9c053ef7d38c6d26c049b66e7603bf758b639993b4b3016521eaddc30fdf
MD5 5ae22efaf6f97e925daf36fe5fde00f2
BLAKE2b-256 47077790070d4f38c031e7f611c8c470dd7648bf1d0ae1f0f24b45bf939d5173

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 aaa4613f6314b456622a97cf57611ac4d23673ce925d26a8eb604f4a4788913a
MD5 0d82a1154e7d22bae48b12968841ffa6
BLAKE2b-256 ecae6daccb3345da170f75a0e3c74534818fefe6a11618a3aca303039b5c6c9c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f3f9517b02e75584d23394cd908b1b5c14461721818c49a0c2fa0d2066dab115
MD5 db9172f1ddbd81895d5842e755d3e758
BLAKE2b-256 27dc42a5714b5b62a71cb555319b37bd429e5dac401dbd713f28b6993bb5d417

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3e21a49dcd5d90d3f6f4b7d29ee2004fca99b108529fd576c20d86b7dbff21af
MD5 534d65c945720dfc801e83826b36d19f
BLAKE2b-256 8d2896ece828ec74e773e914a0b415d1b86de8af451f888fec1c51d746193445

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 7281293dfc47d3a86b2bf2b83081adaad0f1258e068b25c1ddb02dfea1827bc6
MD5 7a9ac5e8ad45bebb2711176df226255d
BLAKE2b-256 2c74f93928a5c307caf400d8dbcae90f6d0d652f5ceab8d409a375a31528537d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 722bfa1f8442557d024fd9363571bffcc63963a563551b118182af61d94db99a
MD5 19ef1da6a061eb3315e712432ae76dd8
BLAKE2b-256 f29bd7887774ebcaa7b9e472db8ec3bdbe42db7a5ce8ac9cc73e52d33e1eac9c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7f2891d5e7e755aa86d4298edc3195339150f0bebcb6004911feecdbbfce0925
MD5 d77b2650f8f5a0d966dcae5435ac7476
BLAKE2b-256 165a7b6701f8869e1a05d950ca5768fd626594db235db0def29eee4a3accbf97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 66f8c118bab283c44c77d3cec128d9d49b214dddcb8d80ee9c2187102af3dd02
MD5 4c0f784ff4ee8c47fd321c7a7d8eeb77
BLAKE2b-256 013c4266873fdbf8bfc6956a0fd3922975420c74013b6c4b4edd925ea2856ad3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 34263c90831b5efcec63fd95c60a8758651328cff2e09728b5953af0240dffa9
MD5 218e075af46726ccaaec799ca60412cc
BLAKE2b-256 e879f2e2d1d5922ff97e8904df2b19ae1b1156cc56e342a27692fc97822c4acb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 ebae53a09829d3fc58211835b20c384c0a8f72a6a9fc4bf2aa9e956ecac007f3
MD5 6a2d8c93af590550cdec80b0a8cc5eeb
BLAKE2b-256 e6a8a580b605b8135808b87ff9a0907a867309d49da244dca686109505a2339d

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