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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.4.0-cp39-cp39-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.4.0-cp39-cp39-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.4.0-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.4.0-cp38-cp38-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.4.0-cp37-cp37m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.4.0-cp36-cp36m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.4.0.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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0.tar.gz
Algorithm Hash digest
SHA256 f288b719e513c9e557e885c47b101736c24ca63f87addc444994a67b65d24535
MD5 63024d9acd6c5ef9faa13f08535018c1
BLAKE2b-256 164d068b2045e394a040ccbacd55aaa2327bd44e1a668f9ca51e5660298c83ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cf6af2563a2acc42a1ff348b311071fa7ce80c8b3f3773138ab75a3dff6bfe25
MD5 081a4be6df82e8cb16c06e2ba016e3b0
BLAKE2b-256 a2520554cc62ae1dcec0d29d120169f10ee9dab97843be536eea6d5ba31f27f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ebb02fcbc7ad42c3650c875182463601ac2ca07b74b24f14a7c3e6169f7b8228
MD5 32a3c36bde040d4b3cfbda614637426a
BLAKE2b-256 182fa11a8e79451600816713be83c21174d47d486201198d81a8875479db5395

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9570419b50cf31a88121412a788b87f86cfc2c9354079b9e0d303d1e5f4e7232
MD5 8a7f6e4a43cdde4661b4be20f3cc23e4
BLAKE2b-256 73e186029db1ad72eb9335648e7c584e805e672f4cdf42ac4af8492415e686e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f86be511f2ce8819f947e3ce289229072684d045a679b03852c69911db4fe0e3
MD5 9efed060817ef3cbf03b4d60b58fc3e4
BLAKE2b-256 69d9885bc26f7c5533825e5472e0e0f29f7794ab8ad3ccc2579016bfafaad3c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3d781ec46ba88578a21c1b6c8605a1b2e057b598bf44e38ef2c7f810deb5342
MD5 a240360463f4dbf65f513e0e2183d8f9
BLAKE2b-256 8930b778e90f85171fc30895173d5e7049d3fb844f3dbb0d9138047932b076cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 39284b6869544944e01b32665524b5147b8fc65e8cc6d8c2e748c79ae8dfef85
MD5 f9bb670ee41beecf19045f9f89a4b4fd
BLAKE2b-256 7f74cf25940139b5f5824f3d99c510fd557f95b0ef8349c2cc6382cd56dcfe8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a4f565d5de1332b5042c2ee715b530355a1c5c5e7e7016fc7d7f2e3c15de0eaa
MD5 62d410aea470f087b6d0bfa05324c926
BLAKE2b-256 07b16df917c7e4d07c004961647a97f9a0844aed7484623d47d29d0decada91a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b05745d1c0772925929a2758898faae238ed9c7d1107f512128931355091640
MD5 57918af2d8f12bd71b8197217818698e
BLAKE2b-256 f2fd43296bd14ece0cf6c355826587cd3db9a787d19b178b3886d84dd6263fa1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 57e2a92ca06ec7f5937181b614756e90f7c1da0f516d885754275f636e87fd68
MD5 5701b76a4311de4fa69db2ee6a396e9a
BLAKE2b-256 8422e14c54c0295ece6b26db55a6557f1bfc122fb1750f3ea45d4f629d5c9c65

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1abb191ca4470f7c280db6798bcf9b1b9f47a72501f4fb5d7dc9de09a3559f21
MD5 01db8f83c4f5f2e9b092d70b3e1fb760
BLAKE2b-256 36c6ffde1778dfb34be6ad7c10c79a4624777048911e279dde57ffa7887b5f82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b65ccccf1b289bc997c1b3f8469207d3ea202aab1529075b28e34b8ecb1bfd92
MD5 21241b8f8ab57f3f094a0b3b598031f7
BLAKE2b-256 71be94e26e620c375bea69422e7b6ea3814076bf78da933b793e023575ec9281

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 00fd66d63c8618ddd2c44303e1ddb27540f91393984017d4d32b0e00be22f3b0
MD5 f1aa5426d548f5c8619858fe9a699429
BLAKE2b-256 203a95859e0dff5d9b0e8c108a97ffe289e4a523d43627a9496a2b4c2af3d850

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 60b8ff37714a99132606120d0d3f5a95790d37bd19c7b00aebaa50b326537f76
MD5 7baa84d8e6727c51ac53469f5c40a668
BLAKE2b-256 a2f4df19b0b1b77aee34c1a68f51a0c3ddb47a6e606471360f022e28ed8c30d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 546ddd547959d344b3c1b4fc035dae84ec5eb4a5d1d16ab61cb9e31fac23989d
MD5 dc1eae9b22dde4ead4700b8dc219c60a
BLAKE2b-256 cded1dbe04d1d5d0d4340042ed9c133b3886ce72a38f935bedeb6becdccee9f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58b5d451b795f0d1d1b77e804cc42e8a53a9deba2da2c3fdfeeb6c261f4c0355
MD5 a335eb0f6476c1da037c0ed1a6c70a91
BLAKE2b-256 21c450a44ce4f25b668cd8b527e073b64969ac19806aaa6035f72de55f32219b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c79d20951bad2e7bd10453339d822547f9d0994f0bfce477f07148328403e732
MD5 1ad32afd7c78e5494334886d27a154a0
BLAKE2b-256 0e1ec7008007e3f8e48b7082af3060da5b434bffa42ad9dc553c9196a9fcb465

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dbaf7674064e373a82f835c5a82f907321a9b369a737e7daae21050c8bb3ec41
MD5 8277eec56d0117d18818f74104e4900f
BLAKE2b-256 8accb98a0ef4e07e419acf1dd8a4150685abaf3a1e8c6af9288b9ff706c2e659

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e055c117ed1e47ff8ac40b1445c5d7186ad29863c8339187579078ee0141239c
MD5 2b03818572809dfe37c1d1a59069a102
BLAKE2b-256 d826ce53d24b458ea9d65985e7e0136386ea85fcb8c35888db753240b4174137

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0360c3b8dfab48b62ec80d03c611026bf5070516a991bfd4a8ffbe90e15cafba
MD5 6f0727b1aa238b148d9eef0b8f786c16
BLAKE2b-256 37a5ccce73294fb2c5c2f9b2796c0be425a022baba5c13bf33a26a0d6dfb19dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.56.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0687d447a724d45d653d6b8b4d00c54589d3cd13602b10f20fc5eba2b1218d94
MD5 697729912beeebc0073820c5487a371a
BLAKE2b-256 9e2fee66f1095d368c4c22d0b09930f700433aa2580e6c1e5e16c1017b359cb4

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