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 Language grade: Python Language grade: C/C++

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

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

This version

2.2.5

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

Uploaded Source

Built Distributions

pikepdf-2.2.5-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.2.5-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl (992.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.2.5-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.2.5-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.2.5-cp38-cp38-macosx_10_9_x86_64.whl (992.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.2.5-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.2.5-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86

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

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

pikepdf-2.2.5-cp37-cp37m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.2.5-cp37-cp37m-macosx_10_9_x86_64.whl (978.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.2.5-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.2.5-cp36-cp36m-win32.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86

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

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

pikepdf-2.2.5-cp36-cp36m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.2.5-cp36-cp36m-macosx_10_9_x86_64.whl (977.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.2.5.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5.tar.gz
Algorithm Hash digest
SHA256 2c37afcd21a2eb1da1773687e853327fa8ec7d2c5cd90cdcd70180f55f0221e1
MD5 22210463883a69ed7c5d9c13fa4ee769
BLAKE2b-256 5997293d019d8b90a0bfe2dafffe6d08b9847640f063747572b9e7e0694e1334

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6e8f0124354c53a66f83ec5a18111b760aeff1a64db3a86e7ee5fed8e8624707
MD5 0b9b51bcd35360fdaf3811d0d6c3204f
BLAKE2b-256 da634e58d75a97cee57ab7175f0dcdb8c967a522a6c9f40fce16123c4d90ffde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 84ad3e8fd5f3251fb5b534614da64b04a264ce9348f0fe35b781c0fb378b0f82
MD5 3cb6ef125e409f7c9062089354616dde
BLAKE2b-256 0f954de18d9ebf2f66e8af0f50921dbf825320714b6043090726c37eaa417f29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dedad1f68d6b0b54000f7f99386351f1c6e19c8cf70a9700d8dd06b9809c54fb
MD5 a59660c7fb0360f21a3c73aa44e0dc40
BLAKE2b-256 e3828d4aa6698bcf82034681305c1b5a9d53a79b1aff6b76cb640a917bc4ea48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 65b8ec6403814f51e1b9c7e18a8ff26087fcc7a199b1405583e5ff9eb931db56
MD5 5b2b23bf8f46d0121655386b95a712bc
BLAKE2b-256 de328c822f3d804c2d963e34a29e5b3f3fac79f6a88087f1fc2afbc0a93b4aee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 992.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e72c3f5b624b9c7341fd6a7e657926d4cf12a7ea453681ffd7332cabc3530c62
MD5 223c6adae5bfd7e9648d80ae252dc80e
BLAKE2b-256 f6c2c1109032b2293a04572fb57e49a18abd9a11677139ee685295999a6ce4be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0e67e5beeeed5422b3b8e862e4777fed5a4cd3c72e711e2a449a65d9ee641448
MD5 2747f3092008917c90474c2666e51c9c
BLAKE2b-256 1cdaca14f814a2f499ccfcf6721c6501544d206c58cc85001fb4a5f54bf9cade

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 26cdf561632866d584fedb6b1c1fce78cefa49b5cae54c65aa6a6ca5fe6de4ac
MD5 ed13adaf62d6a60f5cf089aad13f1fc4
BLAKE2b-256 294db8b16cdebafb4cfaded91fa47090064be546ddd907813bbd68c318b395d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 70f2836cd468aa25bc8b09a2b9561364bd75d3e6ddb0e50a25d248d7da6cff25
MD5 86035bcc4f87ac48fb84db2a9df5570a
BLAKE2b-256 b314fa813e079af1fcf2ffa01028b2ece846e605e555e20372e457fffc8f315d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 eb75f22e261b3bc69b6fc9a17b1d6966c95e79d3e792b7737a018a2bf6a2b07f
MD5 32ca80f0de0f569707e0b6a6835b41f0
BLAKE2b-256 3a81ccbbf2f85e28574b9aeca95be394c494629df2d78dca9cd9d0b46b1c4473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 992.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15cf648dd760a47c55a4106b601b92bb653ae98155b10f04310553629c6695dd
MD5 ddfa740ce4ca65c1a3c7368787b04c6b
BLAKE2b-256 6a707ad2025be5eee0b75cf88352270633367d4037246d2c2ae2e4999d17cd08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 22049ad288d603a7fc68e90a0722770d307886788373ddfe71fbf614ced0f5b2
MD5 7b1f709c30a9f2c3210e58535f1c1c48
BLAKE2b-256 f308534958d504440135defcdfac928edffd7dd6a124741beb3ff950112a89de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1d6a011ae4c501c78509caf19cbe152c2e3cb5c267f7b47bc3db8cd3436585a7
MD5 6fc4dd38fe6fbe99894c6090c92c308e
BLAKE2b-256 ef3aee74c3c3a1f1520e3fd01b96926cb394838e13df5b9209a725e6a1dc2433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 82cebf68952cfb65c86d880eb782a0c558b37531cdae59f2e11fcd0f2bb4669c
MD5 7c435c2b448066edf12acd821b0cecca
BLAKE2b-256 c3185b2c725c841b890b73dfcd0f6e00e9b9a31fed7bcc278cd306df364f2314

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 66a03103aadb2e2738271cb18c89837ac3980fa0b4687195c4c150228b7e79de
MD5 7220bb73a44dcb0c0da8d56b86060936
BLAKE2b-256 592109706e10b108d1589fc2a759de5e1a4591e0a67c846224c14194a082948e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 978.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24f7c371f6ecbee8f0ae30030992fc75cd32cd575dcfca8d466a03a8290377ca
MD5 d9c2e7276ed37f5959b31f82e975e587
BLAKE2b-256 6e86170c3cf094477cbf8efadaca32fec5c9d974d6dd8a2ae906515832d8086c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d147ec1ab58512871fdf40a161809f698eaa75720b4a230198e7e028582b20a1
MD5 4245cbb739f7650e88aee340709c2979
BLAKE2b-256 152653492070820047354e56d99a67451e7f6a29da6a528f2771ea77fdd18329

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 af13fbc022efa85d1ae161129d4cde66493479db52b9adb74d525b890a078208
MD5 8edd468a8b859b21c6e7892b1ed5df2e
BLAKE2b-256 3db15953af3bb471d0fe8b4ef6fbd8a9ae13e871188952a916322d828718d43a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 138155ae1f71634cd6eca79f5517f77b2067ef0bd5b627ea9414e308fe868dc5
MD5 9297690589ceb4733c94b24887383b11
BLAKE2b-256 f3a5ad09e5a711f8ca8ef33079dfa5c85c9277643d7a8a7bcb85481202fa07b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c1d40fb8f8192c75f54f0e74a569ccf45e4e13bed8da78a78a5b488be29979bf
MD5 1b897092f95e6c37ce51138feff8a2db
BLAKE2b-256 c107996b9b8756f11ea2b33eb4f2283e27732df1beb8797466a7a2378e2e1752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 211f529313953e44ae42eb896c2b688668385e6e8f9d04d21484bddb3c42b34c
MD5 a448a1f71e987c5d4cf9dd89ba4ce06a
BLAKE2b-256 808bbd3eb908070048e83e135dc7d11cb091ae4a0cdc2353f98eec32e657b713

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