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 Language grade: Python Language grade: C/C++

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

Uploaded Source

Built Distributions

pikepdf-2.2.4-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.2.4-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.2.4-cp39-cp39-macosx_10_9_x86_64.whl (992.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.2.4-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.2.4-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.2.4-cp38-cp38-macosx_10_9_x86_64.whl (992.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.2.4-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.2.4-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.2.4-cp37-cp37m-macosx_10_9_x86_64.whl (978.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.2.4-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.2.4-cp36-cp36m-win32.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.2.4-cp36-cp36m-macosx_10_9_x86_64.whl (977.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.4.tar.gz
Algorithm Hash digest
SHA256 e6f5dc7e2a969e73134f7fd7876a7bd2a186e6284e0ed56745d7836626abed15
MD5 92f3a0406ca50939c9e70625559f1d9b
BLAKE2b-256 9fbfcbc302d38ca4d6ba1f2a5eb5abd0142a3ab2c0f2df6f45c073c6a1763937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a72fff7adff10f7459670cc7950988cb2863ccfef107460432a7f290d00a9a1
MD5 b8e27a5f29af271a9917a3795d4308c0
BLAKE2b-256 f17e0ab829c9329970d65de77ce8cf4be2d9ca6ba97eeb2649e3e0584d677bb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ac163f12a1e07a441976261367e2dfd374e050ec81a199099b9ef01143d3b01b
MD5 636f14d135a95ca7b31bc3bf57f0ebd4
BLAKE2b-256 82f372a26a47128ddeda67cb1f74a981f09de11b24100b3dfedd6e99794b2c00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c8f70fb7453825bcbbe77da56132a22567d4ffbfe8ab8cb801d06fb56b624f6a
MD5 fd93a34cb2aac7436a2e6954ec1c03a3
BLAKE2b-256 b34bf752f7e346f10737374cc5d8dc822a6b5d05eadb7c081a518040ed0c4104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3147bd0b4f4c6ed42b8dce724aa76d041aa071ebf4b500da302e1b368eb57811
MD5 5001363b5fb9051189ec6734aa5421f4
BLAKE2b-256 819f6243bf48abc60691dc137ad3b49489fe278afca7af6a11a026182a3d2421

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 992.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a59fe04e67db87a63bc9f3722210e672c0b0577707e51dd121d1480afdec0c28
MD5 8a95f7ddaf5319156a17ccea44e83131
BLAKE2b-256 868f08fd87c89c50e8077c5eb297179e09c4d4cbc1cda5a5164d74ea17880f75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f81ea51e868f075515bc9f805710105ca759fc01c29ee3cd500186a2d17e21c2
MD5 aa0c2e0837aae8ff42712b5712e36ba6
BLAKE2b-256 d977946537b4c017d2c5348e2241092d1e48c2004e4bae497fcbc3aa878d0791

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c3bba19636181cbe9b20dd382eec2c64c1df7ae410089c63ee20aa1d5d14dfa4
MD5 82d8e9b6f71c88a03a24043d0f661a0f
BLAKE2b-256 3193fc823125c79070aa4785620c7dcb782086d58cb5fe73e0c0bd00244964ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2a75b290f2740ccaad077240ec8d5f963991efd63369b2e4b5d2d046b22632e
MD5 0dddaa469da8cb40f01e32e1d7ed8dc0
BLAKE2b-256 be3472713556793f7bede5557f2371b9ec00a684f39352c04a8578efdea66ce8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 80380933b1423adb25ebee33659614b9e4cd7fdfb655184d5bb8becc2ea5109a
MD5 efbe86ffa5ca1c7406a8ad14565e4d8f
BLAKE2b-256 19a4997fd0bfd3d16ac886e65a03b61a95e6bbd5fd92bc5dfc8ed59c37a14ef3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 992.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 497000a07a1549239a83b3753e38b30257a5978d0c3f1b0ddaf698c2e1722616
MD5 08309a2a819cff9aef894079947c58f6
BLAKE2b-256 debb7c0735c82179b5d8439c8491b6633991a195ade391faf2f8dac6d36afc8e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 497c2d9212ec4d08582bdb4bb75d383de9f3d91308092dd23b84fdecffc08fbc
MD5 d2a4320fd3dffd44d977a75ba0730e6b
BLAKE2b-256 04b77493e35f698df53c890e40370e1c3645fa39aadc1e00be5dea0ea14dc818

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dd6dd1c15f770da01c03531095b8fbd1932df225297dc13f4987ca1260c2d723
MD5 0a510432c585db0d885fb3601ae14c48
BLAKE2b-256 521f8a856c41fd0552789ba1113626ab323847560f915c490cd6cd992e2f0fd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2e66e15122f18b1dfbe6f48b90ebfd72c666b16330af5c4849e9b9aa930c8983
MD5 43db0d5a1c1b5ff34363a4646a3f2a50
BLAKE2b-256 50a7db6081ea34b85ee5e2170782af4dda45224ab88b0ea3a21563bb39858645

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 05fac9db7d5f5871f7b6598714386ffe56c1589e1d984859fb9e6a4ec8f0ebd0
MD5 17bce5fecc2c9cff9bb269ce0d72a98b
BLAKE2b-256 9334f98afefc56b14ac6cd1b8faf7ae8506d4863df2f71c147190b45c8297f89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 978.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 267f76dc2ca107498d9cd90df8b26d36c57faebff933ef4069dffa8d2e14a9e4
MD5 0847b1d207074b037e812b222035104a
BLAKE2b-256 8b5d3b3f80f2fc33cb9381d9a2c98cd482efaf2b2f3010d228a97e4afa08c75d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b63b0f6a73df3533181c310af48a5acc6acdb64deb3a36e4082264a7e98f3ca2
MD5 f14bc75537cf81f6134452f368b6ad3d
BLAKE2b-256 3a39b190537153a341f7860b492b1f9b3f7be75f007a08987cfa8209ca76226f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ef8f2935b4380b3ed797bfbb12d143cf01fe62bdec14018813fd4cb029495999
MD5 371f9cab7a064d175320b4037d0835c7
BLAKE2b-256 0c9ed44f9865e5aea7083f8e93966a00ea482ebcfa4b32e5909150982b5cc9bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28d9f436086faf03306d321465a9384aaefe7fb023a46fc177921bc899656c6b
MD5 4b18790aa6bebefdac2c1313a5259305
BLAKE2b-256 f1bec0e3c25cf012fff4acda70a0ca494f123ee87aa562c4e40808e62da2fc2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 385da233cb211f00a154597b437214392b25ba83b88da53124ff01856f4e0753
MD5 6e07c4f2d68254e0d41809b8499c84db
BLAKE2b-256 c23ebb671fdfb36d673884bc0b02d723510643a159b9a8a8844321ea9db633af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.2.4-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.2.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62df5bed7aefbfadf29063d1c6bb9d5132bea0f6f40a186b75e068805ba96d45
MD5 1d2599ab208e11c40409b469a0b12c3d
BLAKE2b-256 659a5e50fa6ad82bdabc1182878f5c767e11394fdaa381a399b4c77a7e6705bb

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