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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.14.0-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.0.tar.gz.

File metadata

  • Download URL: pikepdf-2.14.0.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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0.tar.gz
Algorithm Hash digest
SHA256 c6717fd3c79d6cc4e084845125f9e9b1706ce6bf3caa120e905281faa80f52be
MD5 7158d7a0e8c30c227edb72043e9e6a28
BLAKE2b-256 6492d81a76d0538caa46789e66fac3b32bdaa41f242b1bf13f4bfdf6949f825c

See more details on using hashes here.

File details

Details for the file pikepdf-2.14.0.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-2.14.0.post1-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.14.0.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 918e17d2e66653ddd0420df7e93b7ba99190f3af68dd00320f2c92c4e69b56ea
MD5 d3d9d7d1f51202e780d5329f0a8eb360
BLAKE2b-256 ed5d5781a29790caf4d4a39c9ef8b056ee0ed9909bf57017c4898650f0e37b3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9e6da58ed8d3c1832d385caafe8bf13d57bc2e4a1bb5bade5ce5ce660153aeb2
MD5 1054dd90b12db8c2504ca99bd1d428c3
BLAKE2b-256 e3f59d74659c557fa000bc236ae623987885d456179f3631d2d76b05d283106f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d525825aa372a93ee478cadaac2a7bc6a58c59d6b044657827d3d9677f76fbad
MD5 bdb5e9b32444b7bcf758eec46b27a36a
BLAKE2b-256 ac9650bf65ede579019b9351ca3d0a89aea402d36be6ac2f23824bfe9f092dd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bc257196c8377e40f554151f90fe73c03101f0345818b0ec637662494559e9f1
MD5 7e137c22e0a722aa8ceb61c41125852b
BLAKE2b-256 94501234139a3fc860d470735f9744a3d34216edab80668bf94d40b9d65238b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad36386115cc5b724fdf8a830400d0259823e883284606c452af08d5ff27ca3a
MD5 989c09a3178daac5ff07c3c9021b17d7
BLAKE2b-256 e708511cb34b4e742bb6391f810d32f509c0cc12d737b035fbe5089110f6acd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b464030b1e00a02bb163c5f1a7a9c08020a8132f89e9bfb5540e7f17417386e5
MD5 e50c32d8cebc6af4006d0adce72a9b50
BLAKE2b-256 6819cc6426051365051d9448e44f9679dfb08b4309a85bbace29b69794398bc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b750bf83c5ff78c080356aa8001f505b1f1a3796d91e93ee5d18922863122504
MD5 b0bec88a4fc856b7b0a3c1b22e864a9a
BLAKE2b-256 67021952997b7fb92d5708cd19088ac16dfe3ac6c3a58adac4ebd05cc6164329

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7ca43572608f387b24d1c90281c47797f76c4505923c838d3417a0c0c37cd082
MD5 6db141500ef59af57a622157116ebe07
BLAKE2b-256 f1cd370740ac31ea4a93d330eb2bf4809425108d605de66858deee0090522861

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cec9f607c86a05b86ff3acbf62c3ccd237e291e1951d232a380a03bae74c3a30
MD5 ed5b7c33ab122c45959dc45d020d8e7b
BLAKE2b-256 013be309c9731916f9e7976777237d4d51026d09f6f5f112de3c4058e2ae1db7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7952aa70fbdc8209a36b4544b94c27df6a39306b6bc2635dee8d5604acbc9097
MD5 29cb3687d5794939c46054e7ea172a39
BLAKE2b-256 f1246809d3ab7083b57dd04d2dc39bc48d4691b81f79266ad60c54dd0e1757d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d14e3f8950b6587d7c92705ec1b02a740ba82c50a3e9395a0d75fe0b066c4dbe
MD5 09adf429ba6508100a2c25a380b43485
BLAKE2b-256 f703217916c13c4816400730a30d9d5d016193b1fe60af3fb43de943740e0db9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ee1d0ae2f3e29697d1ad0b4651cbf9d21f2449a20c42a230fe579758d22d8176
MD5 458cdd86d82845f5aa710b15e5cb8c20
BLAKE2b-256 64a494f793274b339bbdc002737a7ab1753dacdcfd40eef08ca3c9ed125afaea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c9dfaee5ac8e82d070f7d77b0f38c37327f49065999baeb858ac41533447500
MD5 ccde0f78c709077621debc7f413cbc64
BLAKE2b-256 43a70c98aaee255284d402c95a6aca86eef646875a271b88793d20924d290285

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a64ffcd7a9d62512aa2e091479574c864e2397174b539882489ab63d7d4d93af
MD5 413a9bfbc1f65119ef8847b485dac9b9
BLAKE2b-256 3bd524f4eab924dc8a2be1d00272833d6a9783ae51737b89fbeef5c7e213ffc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e01cf1c7c3a87fb614bdbfac359b4a74f8fd7b6e69434ba08646a66295ab4686
MD5 9ad0c9bde5f82fc7f435b0d217471b49
BLAKE2b-256 54e2b14d90c196b00f596cf39fa29b0a59f23d6e35d9a101296aa2b11950323e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 551d030264452299bfc162a942cca8e5400b880a2c694df0ec304f21be92e8bb
MD5 c61fe34af368c5cc2e8d3b53915ec150
BLAKE2b-256 5038b4b69eaf9b70f5a5c0890773e1cdf2fff8e70179ec9ffbfa9281d63dd805

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 03cddabc6d3f1f4d61e3543992fb075798109ea9460c152561e7a7855bf021cf
MD5 0b0d90d3a6b3c44e54cb1e3d312eb64a
BLAKE2b-256 f39d1e5e13292f51c9f47760967f5e6cf02547a55d369c65972936106628e919

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c3d9d9fda2d73bc7ea10adc94707dc54ab87394ef8243efe59f5f927abd49378
MD5 556166e457fa96acc63ce08166b1863b
BLAKE2b-256 79970b2e50f2949220f89faf598a07697d66f51b0020c81fc60e6300788cd62b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1b2d96951aa4a1f027b61019fc023bd4194423af7e9d87636f3aa734527ca570
MD5 6883b46516798a1ccc582157b882219e
BLAKE2b-256 f301fb049e162014887144863066ed69b5d812eb0f24b16becd677da922c3334

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23ebc2a72d3433478a494bcccaa4288e5e363b6a10c8d607d600357047267d67
MD5 baac8972d032f59079e78671c679fd00
BLAKE2b-256 73f287a03d093541741beeb6e8d58ab7345953fa8650814c4aee277425518cf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e307611c26b87297a4fd7659b6f671fd4cd54356142254c54e021147d24d5305
MD5 5458a5d50481daadd16f8fba51ca1f78
BLAKE2b-256 928b3b967a97d5b2893a2a3068ee2fba7e722dbec73060b5e271985b69e27718

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a31071f81c5109929dd2a9bb31fb93b87e34d6b66c2f582091cb59b49f63cb7f
MD5 22bb8fb196c6ff49e95b63b18973e9bc
BLAKE2b-256 88e3d8437a1fa67403fc04e68f24114cab1ee4ad783c6786fb5a6245455303d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9887ec9749d84863b7264f4ae641901454406db1d2eac9238dab2daf2ec13203
MD5 0490d457d22c2a4ce6d6f771c7066867
BLAKE2b-256 5b0fcb544e50c93e3b565936f471d26c050c7903b0ea65be93828967c93bdaf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a54e5c5be54887ec3ef927e86161326f960d46ab2681ed1af982896c8b56edf2
MD5 b1991a727191fe2be3ef0eb1756f4b6c
BLAKE2b-256 121f077b980a955680b1f193b04483309e3e8c7ecf9774826f6349d84234f733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.14.0-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.1 CPython/3.9.6

File hashes

Hashes for pikepdf-2.14.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bd576ebc29cf73912413ffcc83570632578bf867ac241c92e1d7c8ef6953b71
MD5 1e4f2b3bafd071db2d97a4e7466ab86d
BLAKE2b-256 1aa5e53a909649ea7da739f169f6afcb5edee8bde15525c46c8911b90b8d1acf

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