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

Uploaded Source

Built Distributions

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.11.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.11.1-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.11.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.11.1-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.11.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.11.1-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.11.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.11.1.tar.gz.

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1.tar.gz
Algorithm Hash digest
SHA256 810488f80a1d93652498222f9d1391d9287b3b842971d7a8878e69a287c2476f
MD5 d2424f35a49afff7397c6dae13c1b06e
BLAKE2b-256 a55d5fbef3b7cc2fa6263c818fca0cf59bf9a217de3e8790a6e8574edf0d7b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8babd800331978d20d82ed1494868d15f5b953266c2b943a7d34e4826016e0b8
MD5 68c79cdbc6d3c0cf304fb71830e92140
BLAKE2b-256 e705974221612210747214c087d55d988c9bf9d5d70bd903b3585eea4aacedbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3a0cf2dcc10cd7a7b877e955cfac7ddee6050860a39375f46218f7f1c02e903
MD5 b38d5cacf05bde95d4617160a00352ee
BLAKE2b-256 452be6b37eda29e9fbf07ab36acb93db4d769ef07897277dfa27081c087e1e65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 14a93f2b61adc975453dfc9edf3335be704732a8750a009ba3d12913ff043abe
MD5 cf11c0c2cdd9f08ed8fc2397d84f1cf1
BLAKE2b-256 63afcba8a726ad06db773b23d31326b347ff8426022ae5ba3ff4e09739806ab1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5b286e9862a21bbe9dfb0da827818f710a303d9b78f821710c37e8059839c7da
MD5 ca19028f3f68fc11421fecbc8c191550
BLAKE2b-256 67d2d12aabdc79956f8238a75bc53f732f6a4a7a8a43acdfeee0071ecad4cf84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9f67e2c57413ac8be4eec5344c2bcaeb1a18c59fe348afd589d9b95bd4dfc077
MD5 3e380a247d6f63e66ef8d07abeb77f1b
BLAKE2b-256 15068ff09abf1de71f74c21c23c5e2a5ade3ab7fc003862802836f74ccc07eb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dd551d5ff0e4c95537a366fb2281152c7293e60d60bf6ba909faba7d0ee669ad
MD5 5794f08628fdce914ce60b139e9aee4e
BLAKE2b-256 5fc2aba4a40a95fcc791a518c74a67e9300b7396ae642036851c7660e7e5b3b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25ba3bf96eae3a7c897db5bf6a60b26ebde1c161145af73a044950901b754bcb
MD5 13d0242856c9b34f13195702b1847cc2
BLAKE2b-256 0710238757a0c7398bb20ddc997b273dc6a8adec8f513137cb074bdde964a10d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dea790ae9809ab0ed0f5e32c938d36441f5ab3e74a884692ce84902e8ed1187b
MD5 4ee241ae812726b6f6a7114beb224fc4
BLAKE2b-256 931ae746a7b314a8008f4c788b17bbd602f90e42a6566b8d0f5213d654f9a84a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6e6dd17783c6cf038b179dcf662982d1cca891a3e30232aec0221cc69821b7f1
MD5 c80b8f265cf0a0dc2f86e7b2004cb4c8
BLAKE2b-256 842cb0ffd6e2e11d16cce39113627e0f33406b82277802d392e5b074f7e5bd1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d4a1cc8da1860d8772e831b03ea05386ae6a805718cd8621de736725d52a901
MD5 a51b5c5296c4d1c175802f8b13f58982
BLAKE2b-256 afc9e6ee21b1c47457998e31ed8a0c58743f1b0a1f7c3350be7a2799aafa03b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 94f20e08cdfcba011440204fd9df381af1c423a9888dfd3287b66d9e7e1421bf
MD5 5a3e50e4518920a7062fb64eaeab1f2c
BLAKE2b-256 72cb80d0c954dbc8dd5fa43ea2652bfba400067dd1fa5f7a5886c38aabe80e04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe47949abbf9f67416e545b0c61c8e75546f1ad8f4cfbe5ee608824258cdaa3e
MD5 14dfd21c4aa5895fe04d655873c30588
BLAKE2b-256 25761c3cdb9cd8e0e918a6802275858ac91cb855f623e582c3ec1cd505ec513b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 85ab867102d7c2182acf852c61ca60c90790bfbb4a939dc096054d904318ba37
MD5 e45d3d327f6a3e8f6a687af463323e44
BLAKE2b-256 d55790c1ae083c61b94007c1a6031f873766283ccd0494cffaf507b8bea86358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3790ed5b9d0db8c8bd28d96cb10b91649179eac04873ed23e6dc474515892cc3
MD5 dd9d5598b8c56200eebd11b61b473576
BLAKE2b-256 2f36bfc4afc94667b559d5f933b9770b81aeeec5645236d52a66f9442d8df095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b4c64ddc8fe9b11dc52f81d38076bd560ce97abf4695151d2eab390ae760fcac
MD5 034048d72d737780ef639fda9800a643
BLAKE2b-256 6e911f1f68225306e8bc0dc7fda8e3ebc6fbef58ad0d2b45fa6d47372a7dfcdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 29742273f80e75c48e700c5438636fe78a856e1706e353ea57715732fb75fcd6
MD5 a9902caf282fa67be65b7ba1f49d64cf
BLAKE2b-256 df72eafd19e03c0cb357f6320936bd5be784f64b8adedb34881eccb751e2c931

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 578e80adcd4703b752c381517853a074633baa219be4bd36d6752fb742a0f8b4
MD5 ad9ef4b08970d49e2f9203c339755a2e
BLAKE2b-256 80d08bc3eb22721a51e6b0e9305cb170c3d342c12bbb7a5a86800c66d9a52a0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b5d4431e77f32fd1edc10d214db89b33f2c7f8ceb7152a6651192ef90945db17
MD5 6ca19dc1c3dd53372dd53ab50b3f37e3
BLAKE2b-256 4fdb7ef7181153fe45646afce1596f3f1bcb61e8aade01d19ca3092dc49b87b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6b12c8835f52d07cb68f30d115e1361cd1143f1aa2c70f49ded6d69d9c4fcdd2
MD5 906211407bf022d69cf61e3b04de7a0e
BLAKE2b-256 c6b5318777330a542f4ec0b3b02cf156f60e113b132983a1d366f1bb7c18fa09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 56ce22cd134c96035abf984aa167a16e7c658c3ccc0cd626a7002f911eba7452
MD5 b81e8c24470ef46f5e39140c936e59e5
BLAKE2b-256 d86f3f46984d87af733b1031e49a1a234f19919fb392ecf31c1d12d20408d6b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7e4e7e53781d85a609bdf899d585a39a69e9eedf2b9ac75261685a1aff0072ea
MD5 f181847a9a5a48ea623c5818ed914215
BLAKE2b-256 829783598869460317d8b2dedfa621de07f9a943524e8b69cbc9cf5f45311bd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.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.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a76702b12f78abe591a6270756a56225a63a26c5a00aad8bc3ffd8680178ab2
MD5 ea3283fb3a10e28969d0e98df9681e59
BLAKE2b-256 8e8606c5b133397c2b9bd2a2d2b650379a00ae622550e8d2e07f8d3bd2a88849

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