Skip to main content

Read and write PDFs with Python, powered by qpdf

Project description

pikepdf

pikepdf is a Python library for reading and writing PDF files.

Build Status PyPI PyPI - Python Version PyPy Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads codecov

pikepdf is based on QPDF, a powerful PDF manipulation and repair library.

Python + QPDF = "py" + "qpdf" = "pyqpdf", which looks like a dyslexia test. Say it out loud, and it sounds like "pikepdf".

# Elegant, Pythonic API
with pikepdf.open('input.pdf') as pdf:
    num_pages = len(pdf.pages)
    del pdf.pages[-1]
    pdf.save('output.pdf')

To install:

pip install pikepdf

For users who want to build from source, see installation.

pikepdf is documented and actively maintained. Commercial support is available.

Features

This library is similar to PyPDF2 and pdfrw - it provides low level access to PDF features and allows editing and content transformation of existing PDFs. Some knowledge of the PDF specification may be helpful. It does not have the capability to render a PDF to image.

Feature pikepdf PyPDF2 pdfrw
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python Python
PDF versions supported 1.1 to 1.7 1.3? 1.7
Python versions supported 3.6-3.9 2.6-3.6 2.6-3.6
Save and load password protected (encrypted) PDFs ✔ (except public key) ✘ (Only obsolete RC4) ✘ (not at all)
Save and load PDF compressed object streams (PDF 1.5)
Creates linearized ("fast web view") PDFs
Actively maintained pikepdf commit activity PyPDF2 commit activity pdfrw commit activity
Test suite coverage codecov very low unknown
Creates PDFs that pass PDF validation tests ?
Modifies PDF/A without breaking PDF/A compliance ?
Automatically repairs PDFs with internal errors
PDF XMP metadata editing read-only
Documentation
Integrates with Jupyter and IPython notebooks for rapid development

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

In Production

  • OCRmyPDF uses pikepdf to graft OCR text layers onto existing PDFs, to examine the contents of input PDFs, and to optimize PDFs.

  • pdfarranger is a small Python application that provides a graphical user interface to rotate, crop and rearrange PDFs.

  • PDFStitcher is a utility for stitching PDF pages into a single document (i.e. N-up or page imposition).

License

pikepdf is provided under the Mozilla Public License 2.0 license (MPL) that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Informally, MPL 2.0 is a not a "viral" license. It may be combined with other work, including commercial software. However, you must disclose your modifications to pikepdf in source code form. In other works, fork this repository on GitHub or elsewhere and commit your contributions there, and you've satisfied your obligations. MPL 2.0 is compatible with the GPL and LGPL - see the guidelines for notes on use in GPL.

The debian/copyright file describes licensing terms for the test suite and the provenance of test resources.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pikepdf-2.11.3.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.11.3-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.11.3-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.11.3.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.4

File hashes

Hashes for pikepdf-2.11.3.tar.gz
Algorithm Hash digest
SHA256 3b99a9a59ad329c400005e5232cc4a227a8ac1dfa964b628c704780491cae0fc
MD5 cf15863ea024c7e34359f635dab558d4
BLAKE2b-256 4e5ebf785657aebba2f56fd5dc8994e8023e106ac13f5d84ca5cbc121caf8a56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69f56a800747e6acde6db4e655b24d4860199c9f4b758c570e109b3e15eb4e4d
MD5 5a6148c254fce0164a0dea4d8b75116a
BLAKE2b-256 62a642a6822dde0ce444e092772a948400ef460832ecd28ef3bc58b23ed72964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0928c4b6d7c2af674c6b65f44d6dc57bc7f70958b60cb55f1afd16cd3e4d5859
MD5 f6e11a03eb6451529bbd5ae80e9694b1
BLAKE2b-256 a702300f12bc86a770cd6974dde58cedf4191fba05b84b8b1f430e4f3bd66c0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5323817a238a187ffb122165d20c8b17aaba32f2f53b2df2cf93fe5379405101
MD5 8d64f01161256540d9c5c3f66d4ce2e7
BLAKE2b-256 34bedf2096407fbaf5caf350384a65dc5d1415a040831904ad4ae6823b0b045d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4a4b8b8c4af554729d5a473b38535dc8a3757d6a1205264f432795c342f3ea82
MD5 3a4df36021bc17072ba9c347289d241f
BLAKE2b-256 513a7f8111cd11d9e9f0cd2d90ef7ca067422552cce41329b12bd3ebeb81fde1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 950df4799d28ba3a982906c08ec9ebcfa16221ed8819d36859928b8b2bc3f46f
MD5 7eb305a4ad881ef380143b32a419b10a
BLAKE2b-256 dce70c0033f4e07955611d7667bc59f38c4d1efe65a58865d290e8ff842a1e82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 488889164a5bf40ff076871a64c4c7101ca3f27a4745ed84a24b198ea1aa901b
MD5 84104efd3d02a86b9a12f62fa53878bc
BLAKE2b-256 553f02de750f5c615a903fe7829c50d82cf722b43a282e851470f2c32e845afe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fad127fae7c2ca0c30f9d1678b48ab4d7efa964e7b620ae984be726d8d3e7e45
MD5 93eca52b33800ba3510a7c722d1781f4
BLAKE2b-256 cd2c125399263f55983c5a2ec47154427ae414770b006ce21a2d9744f661e28a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 78a39eca3d23abea0b525049f63a04df998b7de5639da89b28fcf0f948757dc2
MD5 32befe52ac9946a08bcc9a9a08f94c11
BLAKE2b-256 69119072318ea96b1be06d41a125b44629a7fa1349ad2d644e93129bf4e04abc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3751cfe7e741665808b0d0fc7de08ea7bc2982a549ec4ab970169eadd918e2b3
MD5 617b7685c7167d89b1a7575a7c9160a1
BLAKE2b-256 55c573d551fd78ab44b1df4f5dc71ee7d6e6a622e78f6b6a0f674338a546cf9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cabd32c81438897df7b32587aca629e33e2d8b4a1a8cbda2471145f158b78d6e
MD5 ba6e48088fd377a56dc6531d55119caa
BLAKE2b-256 8cc868160c4feff7e1960331ee9734e01d414b973b425e4e0f7ee38a3c0c3697

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6578ccbab304f3f9981f4559e4619da5153fb873b7597ba29e997dfd68241730
MD5 ea68482c05d532b55c209f3095fbf23b
BLAKE2b-256 1fc36bd1745ac66dc863c5d6b992a3e97ca82278bcfa6b06043f2231fcfcbb87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pikepdf-2.11.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47324b15a8fc281dbae448cd4b4264f912bb2fcee565d8f9bc1f61f34a4180dc
MD5 f79852799ce64fcfa5836aaec380e6cb
BLAKE2b-256 eeb72a4e7943b25940a29649b1906461565fcc3b7e252ec0eb0d96b1a2990b4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bac367e9a4aed43b3b641eb260955ae86f916bcd83d017cc07a58eba8ebf9400
MD5 d648c5c8131b1372e67113f1144e159f
BLAKE2b-256 061484c0f23f17a9efde0ead54f66ec46ecd51ba31a03dde17de8f3e99748957

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 324fecf58bf90d642b34edb509bf673a402f2a4e94b8e09fafc0d71d4a133c11
MD5 a7baca3d1cb1a1352bc13750e939b48e
BLAKE2b-256 57cda3590fa5f4ed27258390ef1b061a34bdaf6d94bb0a4359b52652f262ae12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0212a08c880fc63aa8dcbf4c98b5b56ac6b76572954b746a5a5d7e1911b1af0d
MD5 cf35b5882fd7880d144db151a1a5b11d
BLAKE2b-256 675c4e6f92dcd6286e614b0faf7401adb27e9dc5af7fead13e0d6a9b30781a18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 465034217815f376b07982c3d0294222a780bba40e4005fd7285d5903dc49c6c
MD5 492dbda7124bb7b4c08f475f84459630
BLAKE2b-256 ff51798f852a8d2faa3d12392632bff64a1f6ee00a5de97e60ead6fbf1c1aafe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db913fd0918f99c1bf47bfff962ee07a31c4025fc497ba7a73b55d08d938bee9
MD5 ffa6ba8b718d4fdbc5919a9d661ec6e2
BLAKE2b-256 5fc0d1b60ce12a6a111d97e583d4443803e51ff75bf19cbe275293fc2ec1082e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e955dd3eb2b8667e833fbd72cffdd84495026d6b5f53a373d56223a3b64fc380
MD5 6f9e1fc904cae89b65be3c100273ee42
BLAKE2b-256 92bcf4d57d2ae4420383bbcc1d5013e294b3367d722f701b194133f5eb522dfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b1228a92fbb1ab47946961f1d8d8a75bed7fedddfddc759c7b565d6801c10f0c
MD5 f9a70fb6e6aff1667d0946d9c0bf031b
BLAKE2b-256 127c984b37a81c4f88da934ff3f62c25712f34c4b548ef37e792d482948e4528

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 de5f7625d7c4f257a272acf3510fdf1f21fabd02629128effdb10225c9d4e460
MD5 1d9a808967af1804ba535decaecc5ff6
BLAKE2b-256 21bc2af018b3b343274bb7b018e34c34c697cba6d8755fe509428ef1e1044a38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 32bf8e1b92aeb611127ad1d20fef7c4d3cb50d0ae0258eb3fb87363c0de5e34f
MD5 5106ffb15540961110c26833fdd7f818
BLAKE2b-256 2bd42d4c13af2d87f4767872d118cb58cb9e848d66c8e826ae9f7c5e97c4ca9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.11.3-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.4

File hashes

Hashes for pikepdf-2.11.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 efa66a9f5cfc53c082dda30119f63092e82dd465b19e4b551bb07fbe452b64c7
MD5 4dee04c04ebbb7fd1becd15f8256e4da
BLAKE2b-256 c41eef3d9a56bc312ee0f1170d1bfe54ec3b709a30a79bac488ed1bcf0ed0df9

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