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 PyPy Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads codecov

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. We support just about everything x86-64, including PyPy, and Apple Silicon on a best effort basis.

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.6-3.9 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 codecov 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 basic
Integrates with Jupyter and IPython notebooks for rapid development

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

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.

  • PDFStitcher is a utility for stitching PDF pages into a single document (i.e. N-up or page imposition).

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 debian/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-2.14.2.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

pikepdf-2.14.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-2.14.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.14.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-2.14.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.14.2-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.14.2-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.14.2-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.14.2-cp39-cp39-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.14.2-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-2.14.2-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.14.2-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.14.2-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.14.2-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.14.2-cp38-cp38-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.14.2-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.14.2-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.14.2-cp37-cp37m-win32.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.14.2-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.14.2-cp37-cp37m-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.14.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.14.2-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.14.2-cp36-cp36m-win32.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.14.2-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.14.2-cp36-cp36m-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.14.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.14.2.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2.tar.gz
Algorithm Hash digest
SHA256 769aad1dd97efa40ee816cb6a157c32b8cd144caee33f37eae0ec8e2d438c105
MD5 137289b96eb1708f5886980ae3accd78
BLAKE2b-256 07d64fda075ee91a6232e3fe45266412a5023152f9f2d55d41bce7847a016422

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a1df921b1a8708ec07de79c7081e291cf18cd1bfab72144554f727e05b9163c5
MD5 435af1f01ab62d289e52607b778cabea
BLAKE2b-256 b02e267c96ff13af7b00eb9ce2042aff402f69cc0a581c6ef7eb340cd62cacfe

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ce528f0be9b692f1da1740794823fc63e1b7bb171afdd259d0502a9406b02e8
MD5 90260418f0bcbef2c5fcc2e25bd3a335
BLAKE2b-256 584e4ddf501493fd90a552a662148e2261af5a925a936120a5e27390682cf5c1

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ebb1c170344b7cf94ded7303a6fb325f0790fe9d5a1813494df0d7d29f0be0f9
MD5 22c470d10cddf761924c92c654b92dad
BLAKE2b-256 66c51084ac5ce448bbded759890c681f1fc22c43d25c89cf57704028745626cf

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 303cfa194dd0af103ebd990a8d5709a6bd1457e1d0019e91caf3c010ca3d1d68
MD5 682e4d38e4959e65f25ebb90020a9e14
BLAKE2b-256 47c37c804b216098cbd3fe3e75d8ea0baabcc797b6dd41aaa2c58204e20f474a

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03687853396d1fce691b7bf9ec3a1e18d435fc60f9b698e54894ac263c6136a9
MD5 bc6b353b397cb45efeb3c5c2fdbadcb6
BLAKE2b-256 097ddfa26140ac050f2a4348c8471b0285d7efe92009302b5e91de807b470109

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eda1f3d05078f75c0128d6952e9b098ad5bd2d6be32eaacac557e99cde7d7778
MD5 f646134b8cf258175f5881b5efb8c7e2
BLAKE2b-256 5b7f3f1904434b2632dc87bd00e0c891b82a7be968739c98f77b34e4e52f061e

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 30a643c3f47b378c599d63c45f21f584dfd584b5b7769911d6ad2af32d9c6c11
MD5 648973bb3578fa878a1230a0a1577299
BLAKE2b-256 529f8f0eb05ae87e338159bc1345b665c32b18f2ea644c2f12e3d326230f2646

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f7c2e12b56494e6ac04d1c11c43996d22a9fdc597c787362e85016cba3af6376
MD5 b7b6c1308d1715ad55ec95cd30a950c4
BLAKE2b-256 bf5efe2309b597ef614ffcedb42927db8164579e50687cc5525f35d9005717ec

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06812ba1392313ce8b5c51aedd21bc218759df1bc5d724cec4ceb489f2484c50
MD5 4bfc3cbb32fe3314de4c1a0615b7abaf
BLAKE2b-256 52d9af8c630ce9f0f8bfa72b7eacce706a85bb0017ea87788a4d1d7a33135490

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a15749cb5e9e26c8b9c2d345f2c49f6338aad2a8ab3b0a657dd5e16f05afa852
MD5 fd5c540832d3cfc83d3ff4acd9521c03
BLAKE2b-256 6d8351e3c373c43c6dc0a21087f58a1fb23b38d8e719af45a8a318cd35cf4079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ebca5c5a687e97498ab19d3268466003f895cd12c0de5153dbe54437a41b7e6e
MD5 c4108326a296e97d6d3f39c6405747b2
BLAKE2b-256 7a0f2ad15fb4c89f099c4cc4b5a252700df1b29e0ffca20eef8e05247e5f5a6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3e5df27c374f40c262fe48c75914f92c1f0f2f8a96820b0cf5f956316cf2e4fa
MD5 566c7b57c8a7502fa59a226f39d732bf
BLAKE2b-256 fbf1d3f8c9dbb69048e882eef5d353810cea08f3088a3c8c179070b01ef2c432

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd621775df0bba6f8d1f50983c458582400f583362f380deb76399b397174145
MD5 83be93fe75d7a6e616f227d8d38f84f8
BLAKE2b-256 43c38f0ed402b9138a66f2a97f2c4ff2da50a8f6c744f5ae3357f55b6134b93e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9a339c2fa7e2eb538070b4611cc67ccc411a028a63151cd447594c983e087942
MD5 847ea161715682c55063541d7a90cf02
BLAKE2b-256 b00e950005d7ebbdb15485ebaed7bd91f5324845b54bb2f96f5ca24a1f147e76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb79ecf06502398de2c9128328bdea244a982b722e60d24ce46350351b106f7b
MD5 1a44f101ffae9d54906a046e7cb82ff7
BLAKE2b-256 7581f72db8071b0118889831a891c9bf08c10bb2fa5ba6dc9c04a7b6fdc72ac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fd0f8b84957c6a3e2a180614bdc2c01a17011a2091cc79dd49153f02aaf66e74
MD5 21f2f6d23951e85ca781652cce4e31e3
BLAKE2b-256 476273c745d39f3b8595af86140dc0dd663809d05d023610ffa9faea0d5f6446

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 975bd4213c598c1290ea85c8fd74a5025d9bba61c8ac45cdda3b8ef065741246
MD5 c9a364002897304ce045a894a58750e0
BLAKE2b-256 f63e979561f7c7c089d6ce9d96c8cb2b99de52c4c5ef26d00b4abf2fa530e325

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 70886a08227e3923b5860fd78737b81d5e13b51be42c21c1f36ed0eb9e75bb07
MD5 c5454378a918c89af44c12fda0825d65
BLAKE2b-256 bcab24e6744fb517a440fec5c2dc18269a7b084ff8e8446839177913e5dbd796

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 616551b411d7985be91b438c6d92dcf87a36035604bf4bcfd436742492f9bbcf
MD5 0a15b5ad717a2a3b97de496411e28120
BLAKE2b-256 fbd96d8c3cbfbdd9bb965aa91b84704ba910123afa9214b1042f6cad24dddbcf

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44a083093f2ba6d8d33130e31b03fd705453d55000ea36556e67d6df68b0672f
MD5 b8abb85a93b7e56b057d87b8af8dca68
BLAKE2b-256 e4f12675b690e1ad505bca1c01c6e53042aa39d5d38d1a7bfc983dd515d1c0f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bf25e297d5312854f950444aabcee641b5e1f9e9a72496173a1eb7021df53a4a
MD5 fded1ec36064db4573beef18214498d1
BLAKE2b-256 dd1f566182a24794de7f7b4aa4b19707625401a7be202c04a2350021620ab4cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3e9ee88b2bc6538d7abfa01d1f9f77cbc70290a53ace4bd130cf90ec2aa4ab4b
MD5 013008e9c06d037ba541fd9186b56d15
BLAKE2b-256 6479b5fa4f2b90b22b1f5900b5283e2393eaeddb60e656aca148d9f1f5a345fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e6762242da9ed41ea4e8f35be0c4c2e1340bcc90753a812db7bb39a64ac53984
MD5 425b8beb88227954af85dd950f6a2188
BLAKE2b-256 2a44422e635c4ea2f064fd6e7f2525fb56a35f69577ba68c1fa3b9b17ebec6e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2c2c95f9e89dce0f2c4e4375cbdb966c49b7098ffabd11efefb7b16581c6387a
MD5 97925e1ae1ebf878ffbbdcfd44552ebd
BLAKE2b-256 cf24da5196e9ab46a6f55acc3a1a137b1e5684a20a8aee9704dd0118401dd1ce

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.14.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7531849aa0c867b468613811baeae5a40869fe6d90d201b034b2762df42f442f
MD5 3bf28b3622d4a9e865b47e87324af801
BLAKE2b-256 3e3a1211beb6c4d720ff87aba819a887d888f95f689126c1df6a05dbb31dcf41

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