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.

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

Uploaded Source

Built Distributions

pikepdf-2.9.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.9.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.9.1-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.9.1-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.9.1-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.9.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.9.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.9.1.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1.tar.gz
Algorithm Hash digest
SHA256 99c19cf0dd0fc89fc9e6a0de61e974e34d4111dd69802aeaee3e61fb1a74a3d8
MD5 0b8a90738353ca807022eadc40e8f7f4
BLAKE2b-256 c67c521a6920d5373c1fb8bfe8077162184b9c2b3d9ee2e20d4b47bc9cc3da55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45a5988f7db8c428beae7dd648df30431e1d7892f3901f4c20bb618ed3e29244
MD5 511c7e3c9743e81823f116c104e48f58
BLAKE2b-256 cc24436797137a025c26a9eeca0e7dd5b23809ae8adc0f6757bde8247863171a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f2f2dcf3ceab6572cb6f3dc893b49e5db65232a13de03ae87a66aa220e47d96
MD5 59f246efca7a8af288db3d11b6d1d70c
BLAKE2b-256 e4b041b5e39bd63aad4e19005ca19aa3fb47497dcb653e0d89ef0f5b6c720fdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6bea9cf387709dd478a85f737f972a910bb0dbfa055ee636a41f0c425a769057
MD5 fc46947d99ab692f5d3f03a329e4e0d5
BLAKE2b-256 5ebd739da4c14e9bfc63ddea14aa7d6cf08c633e49e6f6f1466d085d147239a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3096d128df599d48a69bbe6a32ecd3c4b8b2219dfb94c91509c781e94c20abb9
MD5 ecfb6e4f4630ca05a24a490144c0bedd
BLAKE2b-256 55524c4c5fa857703581fd5f9bbdea04a08c580b3f0a4cd36c22ef95d728589f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 00372f75f630b1eedd22022cad622c7313b7a42c76b6aa9a91cabaa93915cbf0
MD5 fe664ad6e59bf975bbbe74c1a10ca646
BLAKE2b-256 da1194ace270ff911f0724e2da5ce47c9680d66ecba20f501687e2fdbd6899cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 88373178c1020b9f391f929e5f86056a9d920301f82e5489146af629fa4654d0
MD5 1570414a262d15b1550259ab617c9cc6
BLAKE2b-256 9144516d762410ef5b39765351f44fb30a97340d26d7de2e85e7ba52f6e3b3d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bae06503ed36167b2ea5ea25003692d3edbf95bea2e67a1d595984c91d783eb4
MD5 7a9bd1c74021510a9e9f81e7d626f633
BLAKE2b-256 117d238d101cb4100b71bb1eccf9a68c3fe194578a0d316798069dcc371c4b23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0168b05e020f8ac3f027c61841bb222bb0876fdc21e1b0e44cfca8c7f188b17a
MD5 06f59cc1ff37c29c9329e21a880cb716
BLAKE2b-256 0705e96e983338d9fd80405dd01a0a3bfa12c64219499f4a85e1a6f25f5ea95c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 63b0a1b4c43deb618f3ebaed0e5861bff658916ea02ac2f6adacf8912b702628
MD5 9c73a42d896d8f4e45f0d3ddd927c1af
BLAKE2b-256 1155d6fb7995a2ef4c7c0030da6918fbc20bb5e56f5ad5449fb25c6b1fce9c10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bad118d9104fffc06664d51c8716a905e5d712b85ed65edc56a708486803f70f
MD5 d80cb784d19c045768b1955de508c200
BLAKE2b-256 96f21ffa9b4bfbe0500c72e6573cc1e7fd365e37f85d85e78147e9124c8b40c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 68523f606575aef92a1f6d6de030d5e82f7e3e8712f53e36c9fa5c635e15794e
MD5 ea9903e90a4b996dce9b0812f441e5da
BLAKE2b-256 0a716fbecf1479ab2f0a45af8542b4b667df147d2d786b8ca1cebad9fec20206

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a816f4bb461366dad0165a1c81294d5e9a60009cbb5c803e2519eb0d250e757
MD5 159a8e65dc75fdad3a2083e5e7a76145
BLAKE2b-256 9bbaa5b0e2ca9cbb04debcef7eca95520b37c5ec087ad2c039947f9a25dccea4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 27ef5649d4a0d511bdffa5752b9a014441d8c09bf955479db53c41ffb94ee1ca
MD5 132eb469b7aed8c0ed4a014995161652
BLAKE2b-256 ff2413b622367fd245463a0ceb2abfeedce870c240397ec8e04ce0c84cefe3b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 71fe23a61607ac85cf357baef42be55d525f5d5c9f560482862beaf59e5dc2bc
MD5 4ed5ad376fe2d0dc26d8e425f7300337
BLAKE2b-256 093215db7ba02fac77f3a1b850e9a8f5b7c1f7d2c6c9b4e3624a871f18301ead

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5e9d5789ace2ac4007916848a5cc59bc4a1aa020a794cb384538ca0f0b9b9fe6
MD5 babdf12c9655fff2d8e9aaf05e7f09e5
BLAKE2b-256 cb039c55271488a80a0dd602f1f2b366fe8f79b624baba8ac50e12f2f338717b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 780082b54e502fb76af082dc6a1cbed635205a319aa54a9e0f0570bed20c9edf
MD5 df4aa70b0147e9675a8c4a98ab9b5911
BLAKE2b-256 ca6b37d1e7e0f19d05a1f03702b90717f8793dcc6267fe162d375180605b22d1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd65214e23e2cc883af8c2341e6fe7ae71225fa644517ac25110d6ad2b31f026
MD5 4d757664d6d1aab7c8e5a55c7c51cbb6
BLAKE2b-256 3f37905615973425ffff4638a4da3543983a0517f3f9832eec44c32cdf2a9100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 cd73a1e82cfa5d378adccf9c44b0060c2d3c5e36958f0b5ecedb3f8e81742582
MD5 5e4d108250a7346bfd40928b43fdb12e
BLAKE2b-256 433da8dae771efdb4f7dd63c2e92461fd53e17433057ee089c11faa08613dea9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fd1e339322c94b0c398aaa37d517c24a3db7bbda4fdc6bf57af3894293b8e1a6
MD5 82c7cfe57476e4658bbbc3154889bf2f
BLAKE2b-256 7958b6e5b2507c7c0442705c87e471c88e02ecb31b939a1d32b3470f69883726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 087edf03ef41f76c84d7f65cfd325fbea6e684a134463f0d43f57c3e787c57f1
MD5 18f8474383b6a471cacb7ccf34fd7c53
BLAKE2b-256 acebe6848eecba6eecbf3250dc5425596e06c77f33251ecff200a8be986ffeca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.1-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.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 07a3b156766a45ef04b6919116468456c7d1fa05ac1a5a5999f08fd6213a7ada
MD5 cf72551f4a4ee7dbdc44442b07db913f
BLAKE2b-256 092ef6e4b40f58d0831a815d9e2e6f7896b0d3f64784ad376b312d423473ae05

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96c8bf46ac27482a9ca00565f41ddde546fff35c50db61eefaeb88849bcb9895
MD5 d498300fc6d0f76fccd6adcf36eb8606
BLAKE2b-256 f9138782b27143a4e14e0d944bf04f7c95b3a23ebb1fc4a93152f0763396d4d9

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