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.

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

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

Uploaded Source

Built Distributions

pikepdf-1.8.3-cp38-cp38-win_amd64.whl (978.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.8.3-cp38-cp38-win32.whl (869.8 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.8.3-cp38-cp38-macosx_10_9_x86_64.whl (997.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.8.3-cp37-cp37m-win_amd64.whl (981.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.8.3-cp37-cp37m-win32.whl (873.1 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.8.3-cp36-cp36m-win_amd64.whl (981.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.8.3-cp36-cp36m-win32.whl (873.0 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.8.3-cp35-cp35m-win_amd64.whl (986.4 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.8.3-cp35-cp35m-win32.whl (863.3 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.8.3-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.3.tar.gz.

File metadata

  • Download URL: pikepdf-1.8.3.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.0

File hashes

Hashes for pikepdf-1.8.3.tar.gz
Algorithm Hash digest
SHA256 47a6308c3c2af738161200c1f388cbfdfb54140876c01205104bc2a711b03af7
MD5 e04ab4aca432f0635feecf5d555ac067
BLAKE2b-256 950a72bd2b4fc2e8395ea98f8eaf6ba0f465267ed62d39db36a790f926c19fa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 978.3 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.0

File hashes

Hashes for pikepdf-1.8.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cc80d543d061a3f8a0958e7c1fa5e2f37e41a147176b538525cd7bc92b741442
MD5 c9807882652235e3c290837f9da03f67
BLAKE2b-256 76ce7b03b23348816d35540aa2ff5f67ab3c3749910e6f412206faa6fa77a1f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 869.8 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.0

File hashes

Hashes for pikepdf-1.8.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cf314f67be8c013c712d0ea3b28b442c30b4328ccd372527356f73dc70a0e084
MD5 a4644d5e0608ccf1d35e9b3d70a7ed6f
BLAKE2b-256 c70ce60c29afd71867a225f2f4ba0182ee1c8fb4de1561f9aff113d6a5dcbfc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cc772f05d23645c46453f4b55e90093c26eea52799973a7ec56293011c2585d2
MD5 6da7fe22da65ee03dbea608a4bcb8438
BLAKE2b-256 564fa8890299f289f01bfb07451f6284d0eabf1484304dc86595508119aa9c08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f25cf81a629aab7907ed4b57ee355041d41f871a9186c84b3db4d2a47f4f0e02
MD5 64dcb6c98defb298b371d4625a2fb1bf
BLAKE2b-256 c4cf0f484ba41bbf590936bb7345c155353d599f20e2b0665818dca7d4f0e682

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 997.5 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.0

File hashes

Hashes for pikepdf-1.8.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fbbeaa6222152a1f3fbf0e13938ce5f117750e44025b34a46e68c54b4894b39
MD5 fe3bd97ecbab6c05f87a6434f46d8400
BLAKE2b-256 cc2bdf68385fc1d6e47225254661ed515f1937ee705d1a90d0b02e93daae4245

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 981.0 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.0

File hashes

Hashes for pikepdf-1.8.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f1fe3e1decacdd278b46144a6c8d54e88145397cd61f1b1663882a74bcefd25f
MD5 b912f34465d7e784ccb17813a32a7b1a
BLAKE2b-256 95922d0bdf3c62e6de4208fc537fd1e3c8c16e0a7f889ce7f29160824ed44665

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 873.1 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.0

File hashes

Hashes for pikepdf-1.8.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 73784e5373eca9ef9f0814d31e6ab3694dd9f187f43f26518912e71f8995f1be
MD5 a72fb2f141fa628f5070dd1289842dec
BLAKE2b-256 337e79fe6912ac322a9e05e844890ff73774f8dd1684c50abf962b265c2af789

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6ea68a2aec9ae7325822fa3c4abbbebbcffa1f394a20d999256404ded1ed1d12
MD5 260261bd9def3353cba2e83629ca7867
BLAKE2b-256 1264ab4d2289da05c86d93a782d0d5e0d44d532238ca4e5d6045d4a514db9d55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1cee015042fb6fb015ac9dadfdbe0a89ad5d86c9956b36eb5d7c76490122782d
MD5 82825e0b2f5945ec00e772dd91f9b678
BLAKE2b-256 d87ef257857f21830883238bd7ae8f288ca99cae5422904df5aa6547ffdb25cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 e197d7f9032ca710d1afe0108388ce922ed583b55cb7f890c51d205a6bcadf88
MD5 3ca3e3b8dbf441b5bbad86c496bbd4c4
BLAKE2b-256 88b86b832f71940835692153f30a52d64070ed1708a8d602198b640b6f41be50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 981.0 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.0

File hashes

Hashes for pikepdf-1.8.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 62687486604291356365d621732c95e257e525ba288fb0a2726b34a986368151
MD5 3fc3acecc078f77a838481b7397ef7c3
BLAKE2b-256 11fd222803ff208c6f91357dd8fb8761b081b6af47c04c258a05b2f027757d80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 873.0 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.0

File hashes

Hashes for pikepdf-1.8.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3b44d21ee25e34062203e289fbe0b065356990e8f4b7aa0cd8993960ffc23380
MD5 4b1e758eeb566999f68bbc519032ec82
BLAKE2b-256 d7848c00c4aad192baaf3efeb5534250c67787e9213f5e508549657238f021a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 db08aa640f0488d0e2f75a196e331067c43ebc3d9b9051956b367bc1b0ce61b3
MD5 332f77fc2644db5205aa6901ded61811
BLAKE2b-256 d2d8e8b11253bdf6cd1965a8d4f638bcd95b2cb8ae2f7743f6a106b9f368af40

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 53c5325fbfc2204dd25ab879e6aae99e9d977e106004878b1b6d16b80b18a4bd
MD5 1e1d24fb4e2de8c864bfae0e7ee69929
BLAKE2b-256 88364d492a108dd0be5dd1c9e6ef64e5100e9ee4685ebbe78d8c1bae738f401a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 02cb1dea91b5359b3534daa287b0b64e722222829c52566ff9fd7f4d1a64766e
MD5 4060cc130a81bc2db67e537d6476005d
BLAKE2b-256 3f63b267de57bfec0c0922fd0589690e9bd0b1433f969b60b7166c42f471c317

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 986.4 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.0

File hashes

Hashes for pikepdf-1.8.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 825e3463216b52719aa69892dcca6edbadc18db3fb1c20655a19a779ed4c51b4
MD5 3308d6cf94e0a848553926caec6e4780
BLAKE2b-256 c9f6d432da5b1cb4ecb898ba894454eb30e68fb34413cfd4b6c2d7891c3f2b73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 863.3 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.0

File hashes

Hashes for pikepdf-1.8.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d37099058ab179431d7d295a364ea535fffe7ddc2a0a3c06a55403ed1d2cb1bc
MD5 481c2ff297bfab2b4903cca03718a188
BLAKE2b-256 38b8c3db70de385c625d2b515982e93c56ea00e86d87a8fa472273f1a3262031

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0a37900294e295da3ce23c0c62e81495834d6b43e669cbd7048da77000a135cb
MD5 33cb87375defbd1398d64a0d3311c7a3
BLAKE2b-256 8cb3ee95775bf88d3c60d23a1836a70f52a29692d6a2f59385ed2d0900bd2b74

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.8.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 166c5b8f92a69ba67f175ba8aef68674d371f435899ebe79c1939abc1f43806f
MD5 1af176d1f277eb718eb7ae8a61b2dc78
BLAKE2b-256 8c4aab178ef3f3696271b2d06aab360295de13970ec9705146f2bc136e4590b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.8.3-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.0

File hashes

Hashes for pikepdf-1.8.3-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6c66fa500da5b667791be75a9eda0ef728909e965f86b2f038abcc53482f1208
MD5 6e17534ac96b6e92cecc77999c8abcda
BLAKE2b-256 c55ff0856b7637c36b230ee3ef8474ff20fbdc029c4cb6012c8ba18bba8c726a

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