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

Uploaded Source

Built Distributions

pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pikepdf-3.0.0b3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-3.0.0b3-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-3.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-3.0.0b3-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-3.0.0b3-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-3.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-3.0.0b3-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-3.0.0b3-cp37-cp37m-win32.whl (2.1 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-3.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-3.0.0b3-cp36-cp36m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-3.0.0b3-cp36-cp36m-win32.whl (2.1 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-3.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pikepdf-3.0.0b3.tar.gz.

File metadata

  • Download URL: pikepdf-3.0.0b3.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3.tar.gz
Algorithm Hash digest
SHA256 a15580644055c2b3ebd15ee02d577e690e5343e70eb7d14b5057a55ccc4cd0a3
MD5 d6e32a4c151c400e66ce9c0b73a17fcd
BLAKE2b-256 1be5242563d0752aef76ae432985eb2c8f3bc21479420ed0f799f758d0850f9e

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e2941f110eaafe15c90864d9d75fff4e3840a442b2f177dc3e4642e5dc6307f9
MD5 f8596b67816ce8169639161656793f39
BLAKE2b-256 925e805d824380270dd3d799046b95092e105f9a017e6e326acbec9c3b6564a9

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 79e004bae04f048cbba5c0f0ec5f7fe006e6985821f90d1ad3f6677bce03c6dd
MD5 fe1781057ff109dad64612c89a8c6cb0
BLAKE2b-256 895b20103a19f63cf4f01502e72687d27a90451bdeb5bb568e2a0db88a01e638

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f48007d69896a885aa82d031b188200548b8f323de10ba01d3fd67128915f4a
MD5 a7866a8f0b0984c9a51ba982625e8b6c
BLAKE2b-256 0ea5dee05493bbe6c9f5ee9fd07c49a3750a811704b6a270747e58c8dc6c881d

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-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.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e55e7649e66af48660bda01a32792632fd9e3b493a04d0ca5756c552e86ac88b
MD5 7c18365e6c2565eb17f6626c610a0a0c
BLAKE2b-256 e77a63bf5b5d6f27c7f803585c2d4e1fe68d351ecdc30207ef47d1358a3094db

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9a3b64a06e64a6f9f0d4f21b3495adbda57e8bee46dd43408c1f4e4da0343c65
MD5 eb267d6657fecf751199cd17a7617c76
BLAKE2b-256 1fa08428a3d861ebac5dd07e13e8f23d3ec1cb34bded01c55f21d3844e725085

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3742a83d606189aa98b27d9fdd23fa8bd2edb54083a83a7021ebdead64bd6ecf
MD5 eceb77da6bb49201ad1343e396f7df86
BLAKE2b-256 ba653a9162380b597abb478bc7cb2eec2656373ba30109198b69a00b34e3455c

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee7690f3af082f49962e5163ec6fc0cf50e6fbbdaed8bf86b30e834873e05cc5
MD5 379cd544dbd96e17bc3aee093be8e052
BLAKE2b-256 3fabf40528e0166a9b5492a0b095f5ec890067d743d706413fd34a699c6b0a9f

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 decb9f3928815d6fd8355429bac5505c076b5a9fc15379368cfcd98031a1566e
MD5 fd683db7a0cdd071ee32e49dbd5c4e95
BLAKE2b-256 aba7467d5af80bbbb8b3a2ca56841371bc3740d25ca2d180c432d82fdd5bcf2d

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 58b4da641b2f922d0a90444ca16267ec9306f24226700c9f81550fc2119400b2
MD5 15501a36dacff46649e03adabd0ce66e
BLAKE2b-256 b5160931684b8edcddad70bde87b69ce73eff324939126419ea8325315c945a6

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp38-cp38-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 70e454128056338d9c6ee1db2c2579e08f3c74c5b5586d11e155b8cad2a2f7d8
MD5 4989fb43d7bebc7f2f32173654e31822
BLAKE2b-256 2bee3d14b4e0d3079ddc220a4b0d034d739610d77fe6de149078f1c65ded12a2

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2c3bfe2282cc99e58fe517fb300fe9393ee457190ce65dd5cb7e223f230cdf8
MD5 b12b00d16b35ffdb765e4b1f3b69d7ec
BLAKE2b-256 481f10c25c510ff118f1535a17bbb156bdec6aa75d0572a491d9e25830deeb8d

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4fe0aa3863474bf8690ec67d518ed50f0fa61b0bf5be3443d5b76d6aa8636be6
MD5 4f695cb6172b46b049b26f7b8b2f7eb6
BLAKE2b-256 7f98b778e8e43c2697fde69ec9dc2e24a6a1c81f222b8726b1c46fe7a700f66c

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b30d61268df6f2b4dfef68c3d4ce48901a8d67bf0bf200371eaf9af26fe8a5a
MD5 2a061e871cd786abb5ca17e84725d731
BLAKE2b-256 63757d3e22adf2fdc5e26527a888dd8ffc1410ee8326a9cdde14f6b35642dcbd

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f513ed22a4c499d3dbfb442859205aabc37fd78d0e33d28cbfe8bc40f099bd0d
MD5 455ea4363fd5f17a832a26d07ca91fe6
BLAKE2b-256 16f087a3ccb9170d160557060f6731d2137bd4f1810ba6b825e4e58d64c7e337

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d30cbe90c2d807b3f3fcb6d501e20f6af7b0090a3c605bde768b1195bd4bfdbc
MD5 21cb37337ce6d0a63a0e6821d535061a
BLAKE2b-256 862904647acaabfd3b532055b981b4c12478022d8bd12b8c5186bb634eda41a6

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 25fb13adca61525f00a0d6b14af8b2a1fa0568cb4f2bf2b6cb325acce9bd7f9a
MD5 2e535788ac0a7193dfe3460b65d4c427
BLAKE2b-256 ea8d64b86b3418e7cf2250592102b4b20b91261db8d23c00aeb8bd4fe358d239

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f54bcc4e897df8ccc00d6ee5fc0bc2329deea5bd8c898d254f704daec9734c93
MD5 f9927b4bdf59e7ce56a82103672e8d88
BLAKE2b-256 31d8cc54c011371bff76efab1e8f24e09ec26fd7e3f352ab3e91140dee3e604b

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d578afc71bc73dc8378c34d37aee05c805c00001e89d5ef3e74f75678507418
MD5 31f5ae739828e4f72e819bd57a3985e7
BLAKE2b-256 75aeb824710ceea5fde49f317f36420e807b3bfe0aae16789b6b9a31aa455e76

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 675240dc7acc8fdb428e0c058853671d5133cbecb653088aa12f2094b0da70a0
MD5 c9efcf37a2e8191daf39efa90a93dddc
BLAKE2b-256 0425236e99f335cf1dacea631319b3b02e92a1767e33a13aa176483fdd0a513a

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d8cada68f541b07f956bbfead6d2007446392c8996c219b60c6804d65947d219
MD5 279b6b322a3292f3e2cb1c8d2d7cc3e2
BLAKE2b-256 5d7a8c4433ee418c536afa2ced009782906e2556fa7c06c6366f7ae1b2de0a54

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7a0cd052c203a1737f0183df9b305e567e4d01ea420d772553d6fbecdd9d1f97
MD5 d83c6a856176dddf7a50594f9c8c66fc
BLAKE2b-256 5568bd26df27ed56fbfa70e79e158d18513ace466924dc16256f00c8e967ced8

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a06905acff882b34d881ae145d199cf3363cdb8466a7bb22d4b20c48cf8fe218
MD5 1c63211ab11d5091ad3e8329777a040c
BLAKE2b-256 c2686c37e1160b760f48a41fb6600e03607434fe90a9e69084a20ef99931ac08

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfd3a31a0a0d86014b418646f69c3fd2bb8fb0d851e96ae530a19962322f954f
MD5 6b7752abd9abf5e280f6bcf2eaeca6fd
BLAKE2b-256 c8279e21d8772aed03aba9fef5d3fd4aeac1734594c73779dd4940ea1da56514

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