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 ~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 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

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

Uploaded Source

Built Distributions

pikepdf-1.9.0-cp38-cp38-win_amd64.whl (979.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.9.0-cp38-cp38-win32.whl (870.5 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl (998.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.9.0-cp37-cp37m-win_amd64.whl (981.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.9.0-cp37-cp37m-win32.whl (873.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

pikepdf-1.9.0-cp37-cp37m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.9.0-cp36-cp36m-win_amd64.whl (981.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.9.0-cp36-cp36m-win32.whl (873.7 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

pikepdf-1.9.0-cp36-cp36m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.9.0-cp35-cp35m-win_amd64.whl (987.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.9.0-cp35-cp35m-win32.whl (864.0 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

pikepdf-1.9.0-cp35-cp35m-manylinux2010_i686.whl (7.3 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.9.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.9.0.tar.gz.

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0.tar.gz
Algorithm Hash digest
SHA256 3a2cf70004ef329af4f6c7a73f1f08fa249e4ab3e16ed01bd22f6f688b4604da
MD5 cf00356037f8fb1120516d2f10e33fdf
BLAKE2b-256 5de135d16e53f416cbd69d7fcf849114519a15134008c1408f5ba066ebf555f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 979.0 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 608940eb8c1f515e1fbfa3b0a2a93b16dd739178c9fe441f1c94b777f20f5198
MD5 20a23544cb7cf747ea99b79a4e095544
BLAKE2b-256 d407e5c9f0017b95d4010c892320c4ab6fac5baeac2e59e5e8d8c531d731f9f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 870.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9ef8419d6d0bee15aa238fdd5769488f0db5c60701089c9cc6dd8eec8be5b0c8
MD5 fcd34dd3a4a16c16e149c1aae48e9c4e
BLAKE2b-256 3644da6d0dcd5732645d13410045d828febd5d0205c576bd3719e611c9c4c9a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4f36e7c2586331d9bc02f59746a768430a04b3a294c7d524d7b4d414f01be2b7
MD5 25738f56ec0048aeebc1a3eb7f0dd7bf
BLAKE2b-256 f0db39dfefff647a09cd9de124f0c36cccfcb3966d61a692617318babf96b129

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3cb6a4d27e9c093b2dc1428ee9e69e31b336412cedb19c01b216f6901a2054f0
MD5 474cd8507f1fe9522adaae5dadb3de45
BLAKE2b-256 cb271d2e7326c0a07d1d4cd42f0297ce77f6ef8c6a0fa1e46628da9f268b8d2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 998.2 kB
  • 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 738659930f4d6f9f7edb20a0419d4d7556ecc03b23269f6482623d2c90e92e27
MD5 a519d821faa260666be14c447efae02f
BLAKE2b-256 112d0d6534db2a4ab4e6b9bef7531d2d3c6b2a5c2d88555f1ee026111637d551

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 981.7 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c00efafcef43e95767c0770b8f03a422ac5ec733d4d992bc2b57307fd170a3b9
MD5 a8dcc3f30c799ec35ae891a8b6c20425
BLAKE2b-256 5a457253c12258cc4779c429123a83d4f4b750c8b4ace937c862d0c748e6460b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 873.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 855a43606a993d888f89638396c2e4386b06c2ef514e57352a6f18c999bf7f62
MD5 8f79d191823b2fd7d3dcfd5298624275
BLAKE2b-256 8a3cd622b37eb8dcd3937ab7de758940d0dced37558eb7629a10dde69d6a5356

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e88b6335f645a953421e4d65f5d9b1c3f2cb092c96c9f3aac0f0c2d4a0b4a925
MD5 7a8850b8d270c0ed128434195661da52
BLAKE2b-256 fd6e1ab989247811d7eb937e46cee70306ca25d560199bdfa199f63019b78706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 901b8c8fc7486aba0d827f5c18284c7b345bed7a4e52ffef13ac2b7f14b5965e
MD5 a95670455306ec2f9c7fe43725235593
BLAKE2b-256 1e4910d99754840266bae27f58e788b219059d10a51fc1a215cdc0630ec1cfc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 56d3e2b42b3dfa3021d418d76848800dbb9850809e1b97812647ac2fbf44b3c4
MD5 4c15d8af765b45cc9b23d4bddfc95dc5
BLAKE2b-256 1e7accf380913a75fbd9e38255e5c2bcc804165be3f843fab0d652a33bc04060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 981.7 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8e621903b8cbf5a06af7feab05d49a16f6ddb5e2c7de12b9e8b2bf2b38dd4c41
MD5 881d30560fde0332c0726dfd8870bd9a
BLAKE2b-256 9f9cc049757cbc6e95b9c8d7ac1f9e703ffad42bbe78f3630533f09eb3585b8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 873.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dfe5beffb30f99d2f18b154e0016246747dfc9ef3f2ba9e80430f2e13896ca2a
MD5 69c631bdddee8636d5f688fd000c8f60
BLAKE2b-256 85755ccdcd53e5f955a3ede0c9254764d18ca1a53031fb26f8800f2fef718e47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 07d11ac9559a31a4c56c678ec4725d5da913f4c7151d2a7d5b155872f424c4cf
MD5 9b14d6114067cd1e2ef5917f9508b84d
BLAKE2b-256 0ff1851cf3b6eacfc0027fa5d42420699d48274475f60b4360b9c3107256a094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f27c64f0ca8fe073b253a17fad0401b2204e025d0dca0312d1c8a34d47839353
MD5 df9dc58fab5caf4f16f27e2a2bcab0a9
BLAKE2b-256 bb40931e83342045d48a1a31abd5ef4ab1a696a093cb1fb50c8b8a5c0f4edb07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 2e33b10c86df3640506c064c9226e6172847f457816de44c31910ef98a1b77ff
MD5 7d0826bf69c62b2a79066bcf56e30d73
BLAKE2b-256 f0a1b7125eb0aaf37169f0f32c4eeae305fcb407506adea0525e980d1da07ff9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 987.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ee12410a5281d46362b1febba2d6974d83781e55357e81216d0142de11172df9
MD5 a98fb8ac94642ed8dd7af3d82e7287ce
BLAKE2b-256 63dfe54e34ed028f0e4fb09b2db8efef0424536ad4abf71b7c0463b75d287439

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 864.0 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 74529aa24d7282165535084541a5525678f2fb78b5a0eb67702074db196e7354
MD5 d499bf34535bfdd5f72352788e754b0e
BLAKE2b-256 36efcf696a67ee79ca4842ade513c9c4d5075345c8bb1e9a6e43393dc0072155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 421218c1c5c293c8750cee04d08dac1165a6318fe4912642472f8670da8ccc23
MD5 0b560cd2d60bfbaf1b3aaf4e1e189ea0
BLAKE2b-256 eb078469c3c4bf6eed5e3245c2dd36fc0f05f28c9a3583f6dc60610e9b42827d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.3 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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 343c1f12cffd8cc7e8119aa615cd3347f067a6a6956c55d6394e750e7972086e
MD5 d95b463600d866f2f4bf1804ac46c384
BLAKE2b-256 e0e7f2d46760f45d3d155b3dedf2db12aa70d96b2170ba53ebb01e19a8daf07c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.9.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.41.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.9.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 634017db1a4753f6258b63d7e087cdbd185abd92976db7287f079eceaa51f45f
MD5 414b8f91bdc6278a4a807cdb4f123930
BLAKE2b-256 4911e1d6cfe41e105e281c33be103477d27ddf02d83d5ae55bf5e99ffe3be5a0

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