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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pikepdf-2.12.0-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pikepdf-2.12.0-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0.tar.gz
Algorithm Hash digest
SHA256 fcbb6e37426564ccaf6bb301616700277d426225895b00a64283a95ff648f3b9
MD5 0939f98e45edda25ee14f1a9f445c739
BLAKE2b-256 ad517f64485c8834dbb46e5c30ce3bb5db1f3bc9d27c02428d43a96cc29cd472

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1d988ddf063d6abf3d71e7c5bc46e5690fdcf0b06d7f00fced5d0b908f92267
MD5 6911195472310d7ba07994ee421a14e4
BLAKE2b-256 38c2c798fc65b8a5e17320310ea4537767ac7cde3f7ff9dfe55fe3df648547e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22d6615e742e7320a3a77148f65a8ba3591c054133faf6305a525c439b57cf38
MD5 24290fa9ac1cacaabbdf3cf884a68e35
BLAKE2b-256 cd2cc435fd7175abdb2b7aee1c03fc1537b8aec4e9ef12ff981836279501cda5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.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.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26a3af4845db89f364d18757978fad39ea852b6e7cae3137000a07c44d292b42
MD5 433f9a12ec4c5d12e928171ddd09de57
BLAKE2b-256 a926395c19dcc8e9a9a15516a2a5f066a2184b2bdc5a072b51ce4bf70ee2a521

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 62a6f2e2552bfd1bcd17b5e0e024db9ab7e93db39f43bb4246faff9b01154d47
MD5 729c966167001e5579717ccbd1b7c78c
BLAKE2b-256 b63cdd29144aa447d8597fe4b8fdaa713c66ec8d29d190699db930f50c6be736

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a2ef88f786aed79da559cd1a6a844f99e258971d64670bfba1efad96ed175fb0
MD5 bd4e58699ae1fd95c4d1f1bdf2879d1e
BLAKE2b-256 ce0439ee2592b06f1f682b1e84a67341cee1fbddf904b4cb712a57cf035dec18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d0f48252f23c128a3ddde16d98fa6567ac7fbce6792209771183b57c744106e1
MD5 db02bec9a4987c0b3e0df2634c3a521b
BLAKE2b-256 731ee978fc37bc48b1cdac2d3fe07fff3bb548a88c20693764bc0b966ab7f871

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0ff0291f74ef45dd2a1e1316b7d6464b996351365debbf611a5293cf2ff2562
MD5 b183c49dc6195119d5d6c3b211b806dd
BLAKE2b-256 d4dc6ecd74403e1129ab49d995534dcfa77fd9e1a8edfc8b92771a4876017f32

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 82da7b5d5a57e4704f7a81e75324b07b19577a96e06f5c5d8a89b29dec814766
MD5 ec32206ccbf84b16bc9182a0fbae487e
BLAKE2b-256 5005ae7d6f1201e074af8753cdbf50951f2725a52604c6079a53bf1b21e2274b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ca8efe77f1f44d3c1c0d738407b87816f1445438aa6873d45e58fdd595e96c98
MD5 2d90419c2ba8195b7ec33e86d8dc9b01
BLAKE2b-256 74abd08c399ed48423a1aaee2e64a258e4a5f414379e40c79638d9a0e0e3dcb9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ff29a8bd50f47554be7e062b3e1a2b466a7f567e1e49417dc62c3948b28304c7
MD5 867124fcb5313ce8607a7497f9cb3ca6
BLAKE2b-256 87464a32aecbdcb906de2f2513860f292781d3dc32ef1a87a6b807a4f4e06bf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 087dc8e141dcfa0e76e93227a22f6b9cee000b3837b9e048ba96f389d0ee5d41
MD5 123c4e3d4617583fda94d6f94bf35066
BLAKE2b-256 179844c701b5a63bd47801b33869a64fdd545c46970cf84bd40c882a62592da5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a84bbc7b3f9819c1541913bac2781da40d9506255c1cedb7233f9027ce23db92
MD5 0d38a9912292fe03211991e76a9d4ceb
BLAKE2b-256 326336efc04a1274bbef0947db0eee2f26926a11e39209e596511a1c4f1a5243

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 417abdc29be8ddedabeb100a728b6525c5e1967ba47a03b9e0a81391efb4feb1
MD5 9ccfa707f7f73b5f3dee043dd58dc6bf
BLAKE2b-256 b436887ee910c39ca73b13b32deb6ce9902c6dbfcc72fa5534c012f175301fb8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 36e9d557ef0505a6ec335faf9b2c93d4d062daa339dd1a6cbcda2a6dc886b38e
MD5 f722ccb3f0e08277a66fd360c4420cea
BLAKE2b-256 708338823dac1a8de8985b72af30ba2c68d7821bea6137a674443fbc829f347b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5e71dcefdd889538a289cdaa2bb4559e4477e3f17846ffbdfad54b0e76443cf5
MD5 0386cbdcb110b259590b8d5ab38716bb
BLAKE2b-256 c0b95ac4f87412d35fd6c1a80a32742783f2cdbde1561857dcd9261691945945

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7dcf6545c7deb2f6511a3b9220d56297b4165eeedc2eab785acba698cc9d95c0
MD5 14bf9aaba5b7fcd4dd165fa7e66c57b7
BLAKE2b-256 0415cbfd2145228257d66e8d4d3127d52e6a1f370636b08569960082cc851a3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8cdafd18013b17f257655e95bfcb4ef14a7fc84a7334a9877b0532db4b55e3ff
MD5 266b812887ba13b03e8f8f077b8a0c3e
BLAKE2b-256 7a487925e349361982ba40d5ffc9f90272ae8f5a53189918433da8aa2360e717

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7a054701104c601d72b5ab8b3025a44b1b400f334ee7259dbd4bb1a2c24dad03
MD5 f0f9835757f14ba8664db9ec4e6a646c
BLAKE2b-256 40840ae86862437216fbb1d39c692ea8db12f42a4cce148532efb9146a817a5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1bcf4e45a831b302a0b6ae6cbd41aa6c81f95964b1d61e8da41186a4a779f701
MD5 9e9659302b785d8dbb1acb366ee798bc
BLAKE2b-256 115167d6c081465944b3bf617b20749cfc4db8941a5ae36031e8ef89096bc113

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.12.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ec9d853c895693dd55b12ae37056808e192e5e2a8d2486cb30d19a5e7d6ff6a9
MD5 392e0ad618e33874fc0aae2368f35c50
BLAKE2b-256 e10bb1a65d372efcd88eb9220f630824b766a708217c241ae61478f5a79c8207

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b1e0cfb6f5abe4d4863c55b2c9424340e5b44095789ef1368a0de99f8b4f852e
MD5 ee0117d724ff6b4e1a2ace1f08680365
BLAKE2b-256 3c4a24f6ef3fcc0a1fc82449a8a882ca407cce523086da2ff352019cd07b3a98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.12.0-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/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pikepdf-2.12.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24d51dcc2d73e5d123acab4fef5d611f545ff2ce16c837d85833364d4d2cda45
MD5 83328b5efbb7ce8c3a1dbe68833e5cb4
BLAKE2b-256 e16619dad0ecd59fe34290e633b91414a5dadbfee6822510a87c2328de4684b2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page