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.8 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

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.

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

Uploaded Source

Built Distributions

pikepdf-2.0.0b1-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.0.0b1-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.0.0b1-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl (942.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.0.0b1-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.0.0b1-cp38-cp38-win32.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.0.0b1-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl (943.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.0.0b1-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.0.0b1-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl (928.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.0.0b1-cp36-cp36m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.0.0b1-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl (928.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pikepdf-2.0.0b1.tar.gz.

File metadata

  • Download URL: pikepdf-2.0.0b1.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 55fb805a0b92a299ddefd8511c8dca9807defccad812ec2b4e5d87bdac4b9ecb
MD5 24025e66bb58157e8df72e411fbb50cd
BLAKE2b-256 0acddf34b635020a5ef8871b93ead1dc373e7ccac893b49b6040e5f9a9cb91f2

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c018df43304415a670ce087598019e51b3683803f87f2ffce0b4f4cced5c1c6b
MD5 728a3126e7a09d3971cd910d905ecb71
BLAKE2b-256 2c7a5750076865e479ff5f7bd9484a90bbfda2a5d123adf83bb31d721c623e95

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d2b4cf1eea9d17268ab95b1dcd852391c37c9aa6fdeb4610608353e3795922d4
MD5 91ca66131c90cdeb8b3fb1b468997031
BLAKE2b-256 10c6db4eda7f17bb0237e5ec1bc93cdb15ff8782e510cf9662fd52c039f01ab9

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ec5754721a9f8fca3577bc075f99729ae89cdcf2260c50a0e8002f9b944a5296
MD5 b8fb584ac9e1baae0842e38687d3b7f0
BLAKE2b-256 061963d93b3151ac6a2fa91e05d5864f9fa7c5b26fcb972d832878c7c58ef95c

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8c50daa35a8ba8f4f4af57511a84b7a82b17b2bd02d924c2c398177aa7e37527
MD5 358a2de1d572290b33b3fe1c04754d68
BLAKE2b-256 8c1bcbfd9ee233b9eccb47c6dcbad799eb4b98ab6b50b5f962033056966b6542

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 942.8 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a76202c6cac59e9cb1a964bdbf5b747fbb689aae0ef8e26e67d72803a8ea554
MD5 bcc3b309a1c48f5d71b864e7526fd846
BLAKE2b-256 b9fc30b6dbb206b8f43504f1c98775c1c182ac072a7bfc057f1881729837cec2

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9437d5ea8040301da2b79a2589c5b0b347054d006137aafda114d468dd48ab43
MD5 b60b65f90cd45f4763a6efc55468db75
BLAKE2b-256 7ad5cedf1d1d0263517312c8210d787ffa619f7ea6c717af51d27fa0db5623e9

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d1189cdcf56fc01f0490d1ba809683e9d78b6c412bee233f7fead33ebc0ebe1f
MD5 522f63ccf5d11cb2cd9b74a673a0f4a8
BLAKE2b-256 072d1d808e9c09e924cba65851ef0d0077bc9bd6a73c32d4bcde0ad20aa5bdf3

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d726d150b10b3aeb9ebbd0c09d62c38d1ab4d8f46283f1bc26875ec3864d232d
MD5 4aa0884982a607be4d56a1e34dd20cc3
BLAKE2b-256 2c8442e18d15ca0257ff2583743b61b3a042e3a17502b25eafa131fed7d358da

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6b058a4a1a49bfe02a78b78e53ccd9964c4a93dde3cbe75cf59cbd9cdf37248a
MD5 57a5dbbb57a256dbf9b7125daafcc3f4
BLAKE2b-256 96a0c6a1de28f79613bbcada9bcc5a59a08c34a285223e77218393b33cb6c309

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 943.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f588aad56673222d3fd64b9539723e2d4b1f0faf014f004dc35989da7471a40
MD5 f4b9bda1590e7b85aae0c775a547dce6
BLAKE2b-256 ea5188895d602e3d3ce4a8428d83b82f91ca79a9c40866b906475058ee859a88

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 76490ed3cfbc0ae333e2f72e63b56c89388b38e503dd5ff66d9de46ecfa1d207
MD5 b934bed388176679a7679edaf2e319da
BLAKE2b-256 3afa099b5e7005d56a8349b1974b05a3de5fe7b3a4eef28a41561dc28987d440

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 af249662a0fca37fcccdaaeb1abbd10759dbb58ba178c2f69550a15804a5a1c0
MD5 81cfca941e8dc8bc07cc089251a95b57
BLAKE2b-256 9c925be00c466c1e7f606df92968c52420cbb2725edae1aec8c881b507a8fd19

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d592509f96cca5ac1a087d719af4a81a61e317f3dc1e5f055251f433e3cf519a
MD5 5de1caba93d3c219f9670287f31679e8
BLAKE2b-256 8ff0dc3932e72d23332592be4ff977ccf451d927f9e9fd9b33ca140afcd822e4

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a9dae637dfb9bf47114620a84b9f509a5ab7502cff534f887e938af2f15d271b
MD5 c9c4c1e17dd1e462789bba7c3b4937de
BLAKE2b-256 43a4a3a8d6ca0229338ec91a361bbf23ed63a0783a6b6ec76af57920dd23a0e0

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 928.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fb683e1856c55b8a9890e3029aa4eaf7679ce99fa2fd483e5794cec3a16201a
MD5 0e06878e5844ff1ccc0e38f01b1e4db4
BLAKE2b-256 c3fc238e1c1c617d70b02e6b5f202183ab2e3fab9899d109785ed7b584a501d2

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 783cb0c2b5f959244e3ab529dc33392c5e62dc1131be05160ea644aad32c4dad
MD5 1b29de8104a9d74c7757aa94013de1ec
BLAKE2b-256 49e10dd1a94ba2511ff38f02e38725f4ef7144f64b5ab0312fb5a3365ffee58e

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e43884b6ead0d0e896d3a0673132f10eadd51d3a5b9f2c42dab7bb93b81680f2
MD5 d369ecc1c6001d9f6eba16fcb45ed83a
BLAKE2b-256 23b69cdfcfc45b7f08e60a52ec486c05f952168365a03844e1666bd1b91d5f0c

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e3d1df1fba156a20111297e414ce6cb2deece6c2844151d50e049c4d3977bcfe
MD5 eaa15e98fa9c20b5b36174a029347f28
BLAKE2b-256 d0da653dc4c747ce29678e2272bfd387102a15595f674a6af926165de75a519d

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 973d8bd545361e407da6fed981efb928393b98cfc2bcf46f9770c54efc5ffe65
MD5 82b1e3cd5b30c391730bfc69cef9b3ad
BLAKE2b-256 e75a6877c31abb1e55408c727897d4600d0cc4144219cd3a08bb309251e55eed

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 928.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e6d45f0bfff39ff45cc14519c7d0f4c3526fad6c06fcd9cb92b9ec07e8fc1f1
MD5 c91b9ebf0ced2c171ac764ae6a0b6a61
BLAKE2b-256 24c323558daeb54588b278b153eec70ba41d08bb984917727f0737bc9a80d3ed

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