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

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

Uploaded Source

Built Distributions

pikepdf-1.7.0-cp38-cp38-win_amd64.whl (995.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.7.0-cp38-cp38-win32.whl (867.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.7.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.7.0-cp37-cp37m-win_amd64.whl (998.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.7.0-cp37-cp37m-win32.whl (870.2 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.7.0-cp36-cp36m-win_amd64.whl (998.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.7.0-cp36-cp36m-win32.whl (870.1 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.7.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.7.0-cp35-cp35m-win32.whl (860.2 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.7.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.7.0.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-1.7.0.tar.gz
Algorithm Hash digest
SHA256 ef4402b5b1669bc2a6234a60632229df9c025414acde591ad4bfe77b61c3441d
MD5 c4fba5ff79e295c475d946bf77212ae7
BLAKE2b-256 5b53fefb843e75905d7dc581c163f1290aa5a426a50786d127bcd699f5f06111

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 37b7388a795c94634610570776ab511fbaebaab9e02d6ab3e1486632c5b6cd03
MD5 985f9de87f77e0cfec2483557fe7675e
BLAKE2b-256 09ee71515f2ad80094a5aa32586195d362688e35d8343e81958ee3e9c1e360a0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dddb3b766cf159ee0bcf87f00c8aa8d89f05bb50ecfeac7f70b7b010451e2eba
MD5 9f104fc88256c4276c6055c8cfd7ce31
BLAKE2b-256 b912a9b7d974c889a8d77757d2df5c5773382b7c30f2fde2f1e5183910af2c1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0fd7da280bdde1efc0adfd217a26d63de45800b1f3b10061603d6d810c36e10f
MD5 1d1d29998d8997cd7d4b997d90f69cfa
BLAKE2b-256 c902e65af901242fe092bcd6936acfb2b7498d6077dd4224f51e60ca2cec44b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e30d7fe8160bd67432ad7fdf1190007bfada5f0f750d4495a31d3bd692e3c7b8
MD5 54d1a22273634f2ae0c0aa2feb0683f9
BLAKE2b-256 59dc63e500b107a358818541b8da06def50a58b881ff181887ce86c5108405ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 679640fb0c652ad04fb175d08778f908cbc525e6127a11be2647973e51ecc052
MD5 1e3e9492a577320595255dc0e23b5bb6
BLAKE2b-256 1862a2d171b23a7558fc678abe03c88e9e14b27cfcdf0c287e0de408d13a979e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c4b7cf04ede35e7c63436c3e1085c01c450c28b2e61eb57ced3eac83626b27cc
MD5 29108ccc33946a3238beb1455af61566
BLAKE2b-256 d8e068f7a88568458d25a11310f077ecc0f05d376f672fc063911f7ef05760c4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a0cebef32f5182420f66d3469ff5a5a89e4819913a8d3c4b019bfcc4e8639629
MD5 b949b3eea0218f7e83df6fa029547637
BLAKE2b-256 cea8a46fc5c75d0852201015e27b157ee16bf0ab36b1e09e7705da2fa26c57cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 03e80aa70936c0aec65e15825fcf3152210336b594747fbac87426ab71a7e627
MD5 b09de07b71e76582c46ec5f35619f1af
BLAKE2b-256 323c3b1e471fe28b7280994d4173974d4e2c1b93199f68476c9436a13e331d3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c1dc0c51b408da83d2ea62e933c745b8b94bcad6dde3ef9ba835e590024663d3
MD5 956c4986d77fe5f23f5e323de6eb8152
BLAKE2b-256 85140102f8c67bfb7bc5319895fb7dfdfb6e2b8cdea4253e503b2f82a6514751

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 b62878d6d5dab6bd1caf1855403f87a11232171caccb9f19fa54476b66a5cb34
MD5 59fc0ee31b35fcb078414b1ff58d9b68
BLAKE2b-256 83b1c2a2b194af448a8cab5c4709010905168db17b96990c450e547297703524

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 17e8c4fcc28d0296c82efb3c0c1ee3a34cfd6b5b9711b311f2441f1ca014e244
MD5 ab338dac01e7d9368ee8421389d51886
BLAKE2b-256 d4a8dde796946370f1984e2f39c35f617228b804551f3011a97cf3250e33a467

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ff6c03d9ebde2e1f96d90179562a3db36774bb340625439cf0413b94d3d6dfe8
MD5 13c19711de6ae65bcf2d476e45bc0d4e
BLAKE2b-256 463c3aae75d72b97ac41fc17c679c9806d43f816d78c9cb72b17557c63a9a3fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.0-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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 88236733a288b7d139f7cd8ab5520128a77718b219b78850a1e13dd5354bd05b
MD5 dcf5834e0d24ab76a595a3f36621fb49
BLAKE2b-256 deaf75407c13b90503370d93454d7f7433ad684d8115e53f7a2f45bcbbff07e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c9068b99ff9827652b901bcb137d6422936e94dea0d6a2cf4b6db8aa3eac41a8
MD5 d6cc3d46386296a4e87fd59b71eb389c
BLAKE2b-256 caf8801c434844405f784afd5257dce1143b13fc2bd1f00b2bdb583847c33e9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1c1511d6df5568798a7c2f7102bfc3abf4b180ee72461208a3841fcc3d29a10c
MD5 1bad8616348ebc23c0c6d0da9318bd5f
BLAKE2b-256 0f38049e3ff1716a928c765a101bbe38ec79104be07952eda5ab4c4f3bbbbbbc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9b4d780a71712ec6c06e030e04d508b54addecfbb8a0258b42a4f0ea03cf5f46
MD5 88bd2c1843c3b6e886e944a33eba2752
BLAKE2b-256 87b37d855e0a7cc883455f4dea747ad89d54934cf56dd7384354e9a02a3675c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.7.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7e0502d5cf6c9138e2829d6c56569f228ed4cf376d313228018e90b97abc3337
MD5 87c77e164d53ed07623b5bc41abbd327
BLAKE2b-256 eb49a6e1b18238e0b5d931b39fa34ed39ad6570b482df5f399633fa574634b8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.0-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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 45236414d279ea2b6c44de9369bdd5c9e5d8661ed1c6be92273e4eaf7c9c9603
MD5 eb51ddd26d56a4c78b21c4d581bf7518
BLAKE2b-256 d5be00c81da89a3072a9d903a608db5da122fd7ac1cd9f207cb532f9336d303c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cc596602988e6a17933a3cfad256c3fc6d7821f76842b69876ac1ab6c36348c0
MD5 84b9f5b7f579a91b3f62aa4f7f95e894
BLAKE2b-256 9e9ab26edc4d8196dae91d3fc0cb0c52522a12f32857001c772954f37d3eb6f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.7.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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for pikepdf-1.7.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 07806b7c78959f0af2bce922eb3e0308f96c0a6d914ea616d8a69fedda221c75
MD5 61a1f77bb72bb852a3a6f0125618e7e4
BLAKE2b-256 e370f8787eee09b4166b2227951f7fc3e2d1768cd1b980b72c7f55822764ef4e

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