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

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.5-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 ~86% 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.

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 tests/resources/copyright file describes licensing terms for the test suite and the provenance of test resources.

Project details


Release history Release notifications | RSS feed

This version

1.8.0

Download files

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

Source Distribution

pikepdf-1.8.0.tar.gz (1.7 MB view details)

Uploaded Source

Built Distributions

pikepdf-1.8.0-cp38-cp38-win_amd64.whl (977.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.8.0-cp38-cp38-win32.whl (869.5 kB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-1.8.0-cp38-cp38-manylinux2010_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-1.8.0-cp38-cp38-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.8.0-cp37-cp37m-win_amd64.whl (980.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.8.0-cp37-cp37m-win32.whl (872.8 kB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-1.8.0-cp37-cp37m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.8.0-cp37-cp37m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.8.0-cp37-cp37m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.8.0-cp36-cp36m-win_amd64.whl (980.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.8.0-cp36-cp36m-win32.whl (872.7 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.8.0-cp36-cp36m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.8.0-cp36-cp36m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.8.0-cp36-cp36m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.8.0-cp35-cp35m-win_amd64.whl (986.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.8.0-cp35-cp35m-win32.whl (863.1 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.8.0-cp35-cp35m-manylinux2010_x86_64.whl (10.1 MB view details)

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

pikepdf-1.8.0-cp35-cp35m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.8.0-cp35-cp35m-macosx_10_6_intel.whl (1.4 MB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: pikepdf-1.8.0.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0.tar.gz
Algorithm Hash digest
SHA256 ea9d63451a238aa636de618912faed3ae84c5c933a71a2faa31730c3fae8ac5f
MD5 99b9a4e5c8ea49eea14a15ff3a819431
BLAKE2b-256 979c27fd3a6da5f5795c8a4c242698fe90ce720f2f6101940b3c54bc2c2dbe7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 977.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c3ff18b4d88bb197de0a910a464b29b5484d29c868d37656a412fbbeabe85f14
MD5 e84223d9d7e440c7d97673124c4cea0c
BLAKE2b-256 128a5ea1cdb88c1d22edbfa818ac58a05ef726f8194e5963ad2b71558f17fb32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 869.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3a0a94641ff85230c263b3a1ee730283b9237cefcdbc5bc1ef31f28fd082afd1
MD5 e7b2c12ec435413151bd03b41da77211
BLAKE2b-256 5471abd1471fa1c266ad81a95828ea73a81b8693d3de660bf81724c017a8ca68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8c17bab6fa25594955515f222fd581d6ac4ece3cf1fb4975924c6f769b87d8a4
MD5 a8621dba84d25a1991d1d97e0a717b5c
BLAKE2b-256 d3f50805a2dbd6cb522124c0f31519abf7477cbf8657fc059a86531ea34d8015

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4d7343432c73cefea84bcae86f1998bd927b3a193aa8562ec63f5476369b2382
MD5 e5401e8dc00147b0e52a76e2835b6bb1
BLAKE2b-256 446ee15a974a1f0e5218a497caa1f9ea52cfdb7cac0f2fbceb365f4cd53bda91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3b9e1517c8cd11ca2677fb274574dddc27c340a4b6f469c1ea547814ff838e2
MD5 74a3a18d4c3e501cdf9321c2f9a37990
BLAKE2b-256 a2ad573ce7e116c4bb573b34868702a41d4edd00d77698b3d55c67ad8921dc88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 980.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 11a9e7627a83650fa96dab679fbf5840c20df454a550be1fa69aeae6fd1e2c07
MD5 24af78e366241ccaa830c2359de3bb58
BLAKE2b-256 f667c1bd29e0d29e11216892863a98f3a4178b2376a85997622fd6a6f1e61a34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 872.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 efb5daef077e0dabff9bddbee7f0ac398154b7bd14c8e595304ecb006b76a619
MD5 aad936f34c01adf05205b14869378217
BLAKE2b-256 7ade8d4a33e0b09b1318b415b821c83da1ea42a8ac5233ab3df8623ec258d7fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a9be3851ae4c3393f036f0ff999e77b0f1903c3e7300fb7b5d6fc8b9cf19f32
MD5 830eef0ee1777f2bcf5d29f509f941d3
BLAKE2b-256 d253d1740fd8ab4b301fd118dcc478062d438a9797b4dd7e96f06e5c704ba4ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3569c69850afac19cf696b077ffe79d41687277fca3ec159bd8babf7e1d719d2
MD5 6ed8576eda94e4dab5a9ba971bd5fc5e
BLAKE2b-256 6ff50cde9dd1a2c7754084c921ffd31d80cefbf37ab274c0f313c6cc3c4d5bea

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 becedbfc2ca2b58f38b90b507048d2847602317f89ec47abe946e6767ae5fdd0
MD5 ce421a7b33a6119996dc2b53bf762bb5
BLAKE2b-256 bb1764b553ce9e47c198dc980747458a533807ee66f7ac929670d92317389f8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 980.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7aa12eb2976a7be6e2fdaa3d61383b4601875b826957c50c2796b924a68e91be
MD5 be84f552875b30a6e31a4cdf151397ce
BLAKE2b-256 87af529e23bff43cb9fbf9458d1e4f2064e36e52207be862a8fc94783be532e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 872.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6dbee1d489e48c2300c136fcd403d615c4ec36c611f0554d2b36ecf1e05e7c6a
MD5 d78da93e52728c67487517ed1d8e8be8
BLAKE2b-256 3e4f6bea41d4a652f5d906c0bde0924b9bbee40c4652c4b8ad6724c071c80641

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9df9cfcf0f43df0c535c585b3bd5f271a793444cd1e793a7f2a089082bbb6fd6
MD5 9e5d1305360a91fa848833d19d4b46e6
BLAKE2b-256 7387cd926c05db4a26e56e20689975a2b50674dfecf80c8fb855220f12b882a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 35034aa82952512c860d91ebaea863c7897da6aa7bbf2154012e330f146ade2f
MD5 8d413c56d5adbc6c73a86dba52fb0c28
BLAKE2b-256 c52c9718feb6340c4e361457c9c878abc7a541327697b9aae1677a5e8545c072

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 a95f277bb581a78cd8a5ceb4462490c4f71943f6781025cfa2032b27a5b91c42
MD5 b2cc5e598973810b981d78f5b2c8a358
BLAKE2b-256 0cd3e1b4d18e6007df52188027afb5c9a0823aaac664d1a8b8837c670232acf4

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 986.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0f19470ae184304c9fcd0b411470a9e0f6be8a9866f523b40ddee0dd28ecdb22
MD5 3b53b3a4b7fb12ea45b6ce4574fd9005
BLAKE2b-256 f910481fc3249ad32f6f133e653ea8c8b991662e8b5cbf25a402177802d656b9

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 863.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a01ef68e17e84550789f5627cad83684885d98eb694b642f4ab414a57c9f1bdd
MD5 713b13bdd6a36ef38d4990a7e3cdcc3e
BLAKE2b-256 a549245d911a6fd80a96275989e9b631e32851e4475cf51e51b7c545461e9b14

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2b9a953023b3641142c6bc777b636baae7902c9052eb000d2eb00d96f7b0cce4
MD5 736d23f06d82b1e4fd7d857e2c6cda91
BLAKE2b-256 8c1989a90e72313a8f5eabecf0a3e05892e5fbfc368960ddaa3147cf2baa00d5

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4065c3717711890f72afad5e5a87af2280db4b29c5ee80dd382e2996deca505c
MD5 71dd3968730870be4e491f7ad5a75deb
BLAKE2b-256 52a776cc76b4eb27570a7c0d3620fe0d9d44f2a60d12ffd377e42d93cffa8e11

See more details on using hashes here.

File details

Details for the file pikepdf-1.8.0-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pikepdf-1.8.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0

File hashes

Hashes for pikepdf-1.8.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 37fc71f657f3817249fcf4e7fa1fcdb1ad78e68916f272a498930bdcc50ea508
MD5 75f586e51d5bae32b437640d72191808
BLAKE2b-256 7e16e3fe93c022d3f7a778ead880724f3780e38561ffe68fec1541d552042669

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