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](https://img.shields.io/badge/PyPy-3.6 | 3.7-blue) Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads

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

Uploaded Source

Built Distributions

pikepdf-2.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.6.0-cp39-cp39-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.6.0-cp39-cp39-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.6.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.6.0-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.6.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.6.0-cp38-cp38-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.6.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.6.0-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.6.0-cp37-cp37m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.6.0-cp37-cp37m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.6.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.6.0-cp36-cp36m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.6.0-cp36-cp36m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.6.0-cp36-cp36m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.6.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.6.0.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-2.6.0.tar.gz
Algorithm Hash digest
SHA256 42277afc386f1dd312dedf94e2230ab238a947f77514ccd67ac046b025af76f8
MD5 e5bd2a21c447d4aca7633437d646a5c6
BLAKE2b-256 04ce19464e144e3eb750ca224ed0997cf3472d106d8fadef0fe07a8e1dc67d27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d5be8c1b0ff92f9b514dde2a90429529703482e5b978d2cdbfb445fc6576c06
MD5 e45aab4be5ff3036d9ac5ca696313635
BLAKE2b-256 aff22136eef74523f1f784018a7d560635023efb9b2962c3f4622eb7be7cb214

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d63c68835d6b47a5a57891b09b882313880fde51ef2015e4dbdfaa5d2dcbb08
MD5 9c82e042b01f175aa3e2432c272fd513
BLAKE2b-256 e2b7cec16544aa13c6f8d26ccee041c37a600a00ee1abbd4e9672a9580b8862f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2f6cd8ffa99fbfb1c82b84e06e5271104870a448752082bc15aba7a4cb33c791
MD5 fa1bf75768434acf80a7ea2e7b033323
BLAKE2b-256 733d1d55af6019812c14d786f96dc50d23ff33f9cdfb1b9d9d269ef8302358ac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cacaee98cc1c9caca4ac9596096a0c0425a7991eced970f1f9aa8500528485ab
MD5 060beee117b80cb5f65b6b56e9bda9e7
BLAKE2b-256 5e1f8237573b4a820dc637028913ef25f700d0479c29942a45fb9b73b18abee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 819c91cf7a439212438db8135624d8ebcc5b6f3fc255f1dad173444c73f85936
MD5 eba36d2c45d4ffc450acfa536fc4bb8f
BLAKE2b-256 7ac80fa0d9de9f75ce6fb476693e695781e2213614c4219a0ec4131cef9577c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3b1198b18e2150f730587e540f1c28090fa811f9dfaa252b4743f22c070fdbf5
MD5 caf0ca24e761f4d6500d799cf98dce6a
BLAKE2b-256 73dcc26fc3db8a13be200a315b66aa3a9a4cd270f05160a71e830bd528c848d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.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.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52f7143f5c076e23fd031514ef0a49071c58f87e9299a482ab1ed4bb46408dfa
MD5 c150f67483babbedb6fc907a9b51d92c
BLAKE2b-256 c24b20cd5c83020dbde025bddc5388c0ba5bbf130a77552183a97935fa6289e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 db677c551c95a91ec76511b55fbec3cb428e5ce9f8df559b003eac74b71dded4
MD5 90068cc636f4472433bc1c0aedd30760
BLAKE2b-256 92421d226aba6952bcc6dca5c0d9f5eefa1b586687f4d8f84a539011b7743420

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4936efa7d0a8606db5686d055ca308e6ebe12ea5403aca8c80f4e614cc67ce08
MD5 1886df7382df1b41e88daf1300b34e90
BLAKE2b-256 4cf81ffd2900e3e2ed4892a87d0d41abe06932864d4e31c52ab6073f8c1b41df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f0b813032d57d0e9d305e19bbf8d35ab59ad7785e4a96413c248e370b051d0c0
MD5 94249872bc81c48a6277fd5a971e5bbc
BLAKE2b-256 e977e9b4c475e0963c89c03a50361f7f8e8f3fcaf794bc1160eb961c0cc55928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ff3b255faed43671cb4386a69b084164f1d9a9e89dfaab8660fa99fce5f7c216
MD5 0e5501615dd85fc35eed2ccb045d7f42
BLAKE2b-256 366e087651596765b701c1a997c755ce1a2c6a549ad191faeab6cc6c35c93e7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.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.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d4c3f898013cb11442f45566e5caee74773ad8075b57a7a3b1d0943d7811346
MD5 10e8b57e3153108c96c86fc08d1a5fea
BLAKE2b-256 2f4f0ac204deb9898fc033aea39a879ac932e204700b3010d9c281cc87a47478

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 415e14256505e6feaa90c42ce209d352c67fc7a7186bd03767fdf5dd120ec6b9
MD5 cc82b71211d090d5e0713b3a571b0147
BLAKE2b-256 0a4c4d8cf4172fa6f63aaa8678529f0195d31afabb5abc0cf5cc44a194363a68

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c339b2a301ff25a85881767c5a244545c65de543f947d736f4aa64b2137ab3b2
MD5 f823412bbee9f33f89b3b247817c1f09
BLAKE2b-256 cf26f1b713a806aa4d6b4b16476ddebed8bcefbe531ff38d568047b35f57146d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 363f1727421808a81dfb12b6a83714f43379c1b847a33424f800f79f976c2de8
MD5 64a9c5f0d3d6890f9c0baa138000d603
BLAKE2b-256 89fc4e3db102f649276a374bf4b59655fe7c4b99dbcc1b61a55de8b55393d762

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ec41d4acef6eec87c9d545f7b85581e30ca2bde334af8c04a079f018173d397b
MD5 2a9dca5d44a6a87abdaef0cdaac57b2c
BLAKE2b-256 e2cdd9ea9b8a63b8baa03bae12da19de389d70967fb84bdd22d5444482ba7a4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.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.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff81311291beb583221ac69c9441b7eb70200cb086dac42206613518ceb9587b
MD5 0ba78667e3c83ab877a18a4b37905d08
BLAKE2b-256 95f696296614dc4bbd999085e7335b14a5454585289deaec49e1f838e4359ba2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8b2a333ebfaaf95580223122df877945ade102edc10312ec250ff8bbeb737b99
MD5 0b1c27f12a55984f526e16034bd91a70
BLAKE2b-256 92cee036d9a485a9f5de9ac5d033be4cc8a83154a95ff52e1831ecb1efa3241f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 aa3ea8c42e42aff6f76ca4674e7bff4c1452ae07f58bd065b95224281012a5c1
MD5 cd3b750c928ed4a8968258aa61aea0df
BLAKE2b-256 cc98bef67130f1c0a1a3e6c263818d9f852741e562368cc0a4c918c8da2a2985

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3a5540fed4337ddc303c698579ac841a7645f5a8f7dfa307c462dabb4e1933a6
MD5 37bed30380f1acadcd6e781d6f0c5279
BLAKE2b-256 babad6f6aa7a681c46b2b0b96a11521608fd2c02eadf3f8e02d9f8d51811c0b4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.6.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e83974e184c79589a4d91945be5e1b1559af51b65a76d65ae2acc0f34d325a8b
MD5 689f9c1f7077d6db77d6a342418492d9
BLAKE2b-256 2a0e60d803f3643d1e9c625c8259939d16c062572823cfae4cc2fe03b161848c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.6.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.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb01fe43dc8e954ffbdee3d025115d280546c9128a17626d628cda2d02d25b4a
MD5 336ed7de2057993a5eaee88a0e4ab1a3
BLAKE2b-256 eb94a74a276c68f97c24704dd84bdcdfe8b3a51bced561023e31fab119ad5c83

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