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.

  • pdfarranger is a small Python application that provides a graphical user interface to rotate, crop and rearrange 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

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

Uploaded Source

Built Distributions

pikepdf-1.10.0-cp38-cp38-win_amd64.whl (979.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.10.0-cp38-cp38-win32.whl (871.0 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.10.0-cp37-cp37m-win_amd64.whl (982.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.10.0-cp37-cp37m-win32.whl (874.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.10.0-cp36-cp36m-win_amd64.whl (982.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.10.0-cp36-cp36m-win32.whl (874.2 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.10.0-cp35-cp35m-win_amd64.whl (987.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.10.0-cp35-cp35m-win32.whl (864.6 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.10.0-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.10.0.tar.gz.

File metadata

  • Download URL: pikepdf-1.10.0.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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0.tar.gz
Algorithm Hash digest
SHA256 5099c256cc0143801ea06a935c954fc833e4f595759c3239e6f4ed19aad244e1
MD5 c08b452bdb0eec77b6d8dc4967c9761f
BLAKE2b-256 389e07dd2e45436c6282d7efb3de0d561a07926048a5cbda9489a3bb8abd08b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 979.6 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e85ef4aaf6305cfdc5124e826c164d6d3ceaa80cceda0a9f9b0c2f2f91b5fdd1
MD5 e86212b6cf9a3e0370301fd5686b8c06
BLAKE2b-256 afa33c6f21214f7732f1079a10844eb829c95434073a7477f5502e8984a89a9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 871.0 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ad349ef6e1b50ab3f444f0a7377cf5aee2b969388a29b35cec7cb2bec9fd70f0
MD5 2cc5931b10a4b7c4135b9dcefcec86ee
BLAKE2b-256 0fcb0560b97867c76c16c7318b612c5f4074cbc29b62de2c6facd29eecf54689

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7da67c739a469724bbbfab3b0721faefed15b518d8f998d7fc96e5fab01291a5
MD5 8ff8c70044582923596574120f69fddd
BLAKE2b-256 f70fc26dd9fd581ba3a15fca943e98a1fa892c4302128fb3d61c0e76d6d68524

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9b7e1f37ebec9f088d3cb2598aab0c412b1463f35de9706138d70a4813ea63d5
MD5 015427d4acc777505509bde98c9fa1c8
BLAKE2b-256 7e7d8920ce5f74855b97376a6574bb2150de858ed8b1b02a8a0119891c96918f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5043ee9f364ec9189f3c1ad1fcb82f09edb40429bba5c256f53fcfbeb115c0e
MD5 2b9cc40070e7be89d944de1c54035a12
BLAKE2b-256 e3e59e7507718ab92a296169dcaa9be2c65ec2465e43d41d70a9663975e6d33c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 982.3 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7714efbc0660fbbdb3e33254d52c5ddebced9ab7d4e7f95cafa17b68d0758a2e
MD5 0f9245072e14be53f2083b5b80d6d6f8
BLAKE2b-256 c3863c23813b8f25b487693618678e0c2d8fd06b73a6b2da4208bb32a661031f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 874.3 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 56dcd14d99b2bc70aaafe6a11093d4d4fc0886dd08c027537a9a0797cb230066
MD5 81990ee475fe4b7310a134d55b76c47e
BLAKE2b-256 532edf7533ca31abe7aeef8cccf3d4d660d315402f5cbfa204adb4c508536558

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 67dbcc157c9b9af290c9f0bcf9c9363da69bdee012c28f8030fa6f3bf68faeb7
MD5 dd2710a792a78204c45cf69a04b2123b
BLAKE2b-256 d0b7dcf9aa61ebae21dd91a95d371cf9a6a3bbb7c091c13df97ae082c259b1b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad24599603f0241198adbf30375e2b66bf180dfc5319bfb4ff8bc95427b9f8fc
MD5 51f248ab78b283e8b5a3748ca10400a7
BLAKE2b-256 5d823c1baba2521860a997862393114e29d0ae9f0cda7efed2ffd485b5266688

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 cc9d9319733fd563d2be9544a35ed837a70d4e12a3f0b9301ff5b3df75bc60bd
MD5 3db1494ed5a8c5d7c710898681b92710
BLAKE2b-256 b4d459167f770e73ece56cb49790f73844adc4fa12e739d1778ddf323fbefcde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 982.3 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fe382d5bee7f7301a5bf812356414f61b05c9be1a94b6aa3d4995be9366b5e48
MD5 da3bcc812adf15043e4d7218a8060482
BLAKE2b-256 367d43a8d4d3f97fd8ecbc4d0dbb6f2b2da25e2cc9dc05834350832366155303

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 874.2 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9a249093f45b768c1cf616ccea6d001d46354475f5bc4133af91dcbf9f1fcef0
MD5 053fcc79a3c4a4c5e79dffb3c38c332a
BLAKE2b-256 48001c2a8e5094480aebc6b55199a5acfe9e926194ad82132bb3c9dd4f0f737d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ca7c5161fb0319625fecfc50e99cbc29b97fdf9c45c4373c021254e58f287bbf
MD5 960a7a8033825c7550475864fdf857f7
BLAKE2b-256 64bb085daee3891a2db74f3a5253e9867012d203d7df570a3a81ccf9fcc2404a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 85d2d52b131c88a97253955dfa3b8820140bb417cd62e6f2a522560418aa27dc
MD5 812dd51b95df315d2f1e2d378d04c927
BLAKE2b-256 ddc8389b140b12723abb74af601fb84ac8ef533e61296870382b377810ea5474

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 8e8a88b69d43eb8f255eb8db05ca1e81418d3adcfccb2a647fb0dd0ae51a64e3
MD5 47233d71cbdcb9bb9186e0d307b4116d
BLAKE2b-256 5fc4c27b858b076c6f401c3f10605fdd12519559d6bff63768fca31cce398d98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 987.7 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0b740dcc815c3bcffd657b36200cc35975a79e41df38cea290e8db6c74a89295
MD5 a807aa6b3cdf79c2cfd3730c74f5779a
BLAKE2b-256 02acbc7dfdb26dcbd7878851489f0782ea816e8f43a17e804eda3f3e9ccaff1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 864.6 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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c57b91a6ce3cd09730d468187955784042376df584c96bd43c25ac15b3179c9c
MD5 e7c3458f078f4cbdc12cd8009791b58d
BLAKE2b-256 2a59b89ae15ae261e4f693ce9aa6ede5fcd48cda6377cb199101bd8c5f241a12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8f415c7f88e318c891f0f388e3b24e651c9dae598c901a0a385a12c6434bf5ae
MD5 ad61fde9849d67ecaa47c9a6d7155bdd
BLAKE2b-256 1e00558ca4551a53a3f05a06653e7a37be82db12a143de91696918c4c0fbdbcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a24d2d7775396cd06214b87796f9deada8a26e023b6a26b0a4de5f996e7db8d3
MD5 075cca854b2c84900d84366daa17226b
BLAKE2b-256 24150a46ed92b92ca316080dae684d1eecd41291958231a840f0d33e363f7d40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.0-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.42.0 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5dde7b392d01266aeb8d6acc28db85367092bf277b0c76ab0465b686be980d31
MD5 aebde29bdb7a6c10fbf6b03043cb242a
BLAKE2b-256 9bd245e5cb9328e3fb024a1a7f38c53dd2acd4b6d3188bdf482222cdc8ef0ce2

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