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

Uploaded Source

Built Distributions

pikepdf-1.10.1-cp38-cp38-win_amd64.whl (979.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.10.1-cp38-cp38-win32.whl (871.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.10.1-cp37-cp37m-win_amd64.whl (982.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.10.1-cp37-cp37m-win32.whl (874.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.6+ intel

pikepdf-1.10.1-cp36-cp36m-win_amd64.whl (982.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.10.1-cp36-cp36m-win32.whl (874.2 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.10.1-cp36-cp36m-manylinux2010_x86_64.whl (10.0 MB view details)

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.6+ intel

pikepdf-1.10.1-cp35-cp35m-win_amd64.whl (987.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.10.1-cp35-cp35m-win32.whl (864.6 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.10.1-cp35-cp35m-manylinux2010_x86_64.whl (10.0 MB view details)

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.10.1-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.10.1.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-1.10.1.tar.gz
Algorithm Hash digest
SHA256 3777f482fb24e6665e8ac09a8a9beb70380c3b0fb5a890d7aa90dca679a793f4
MD5 1e2792d9ffa8484be6708c5ea123b048
BLAKE2b-256 42150339718f4c732246529c2fe1cc70205f89dd8995c29c867908e8353b6b65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 979.6 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.42.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 567345e07315f695865e68e8e39c21d9f0bbc6a63857fd984ed00aca6e196e0c
MD5 a7d7170c1f18f244a8c9830d5f30ca89
BLAKE2b-256 ce6e7b3520655e6ede2e4c201af6cf79d3ab9a3d34cc9505d38adb89c41df30d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 871.1 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.42.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 eed2ff49408a9bab49e4e5604143dce7febb2e3b016f1bda16d9a207ba08d1c1
MD5 2f64d56206fbbffc23f76ee4ae1a4e3c
BLAKE2b-256 018bdf127fc85c94e253af81ec2c54f81e7b3fbf2241b5b56f9ba84dc703e8d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 917353f09e4bff830d651fcb38b835702b181ac705d26d0f0f2beeba36de4960
MD5 d2516ac3b5647fa0cb24e51699338fd0
BLAKE2b-256 8b842c60f09d33df377f4d94998af7ec9054c8ce142e733cf88990feae724a7c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f6bfa0d75163f63bd3fbe888fb9c9d4e87ab4bce29120371dfe8211e0fad3e4
MD5 7983c22f490bd93116afd816f7c70541
BLAKE2b-256 c07c4680c9c111c1acc9f89327abcd4e0b34020b346041d443579cf05668dcfa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0686a0a0f1100a44966eba8b4308eb94465b81dbdabf2db2e1d42a6be3cf83eb
MD5 a05e67d65df664747a98e2dd11688e28
BLAKE2b-256 9ef0796cb0e679ab09ece7b5c377a778856822afd5538cf6771293c0715110b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e1118477213139b44c6ffea2dbe4b01e2571fb51aff913f890279221406e355a
MD5 80e14a1e5174f80f70dfae9fbe8577eb
BLAKE2b-256 4de1a0b96b858481a417e160eb3c24c9d224112b9ceb958905042bbc230f8bdf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 eed9b7432a5a01384cf759956421ae4a1dfc62321e5a2865f6788941a6f025ef
MD5 a459202c077b3eec84ae89a61f19f2e7
BLAKE2b-256 83db28b7d32e722f8c38100bb61a79b5898621ef5d1ef7e3abe58370aa2eebc3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 259e95502b9763f5ea34ff2ee07e887a79fe17fcfab1bb14a8970a5ebff149b4
MD5 e96b862368242b60ed115054281e4240
BLAKE2b-256 1136aee4bbc0eeabd979cdf677bb9da66bbf16003b310d74928d0533bb59e2df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5cd2d110e9f431f04c84b3b78e712289c726112178823387376feeb5e763cd63
MD5 ab87c55e1201735414dca038fe76b81b
BLAKE2b-256 5e2e12586a81ade4528c4c339e5a1ff3b8ff21615ba67aaac36db48912db15ae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1312ba9cfaaa56636ad9c2cf70f3006bd217d5da39d916f239ac5865fc1ab849
MD5 e72c7c1472ba529530e3b5870d812fbf
BLAKE2b-256 6bc783d7d763447024cde1eadd92169e9ed114850cacf076449f1a1807128001

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 843a6831dd1c688d6bd1b4da2653678c3af62dc1182fea7b343d8a8cc1f286c9
MD5 62bd3054cc1f507e63ca12f245917d5f
BLAKE2b-256 3aff50f3cf7d6a73cb0e6bec2a9ce6896d3c9c2749e4c01653fd314b94f32e8f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f591da1f1ff5974db8e87caa80208efaf3cff1fc297133d21755326f9fff08e8
MD5 54e2e4b9c839b98cb87a89b72e8ca97d
BLAKE2b-256 64f59d32ff8f0b985b47146cd80b46add79aecb0f102e87b25c008b49edc98d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.0 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.42.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 783024313229174be2a3e0d14babc17938c25cef69dddb8b3a5581f9118a9569
MD5 dc6d8890faae32cd49518464630a318f
BLAKE2b-256 482a43ee183900b3b27cd1b04a11c14d4a944c0fb57baf7227dc348d1e2052d1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4991f70a695ff5a1f4d54419c26845adee97582c2179f1a5342d6fbd238245e2
MD5 57d9fc01ea7d828773fdbeb5f9fbe2be
BLAKE2b-256 2b882f113c7a762c8cd6655307ba931e4d22fe7c2cf4b1caa3e63fa56c851269

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 bae234a81a66c2571f70fbdb043d184b21a477909db638349b395d37913f67c8
MD5 f6befc50f0937bc1d08febf438531d5a
BLAKE2b-256 52196999efec5abda78897fed43bb810e62e559bd321d6e543d9380f0f698361

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ed489d821a14f30ea02468d30d92c348edd8b61affc345450178c347df20081a
MD5 1b22b56b642537232c9ba06e45fc967d
BLAKE2b-256 fd73a74827cc173c1c08945634c81264814ba82d56ebc02988c6921d436dc613

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4ed8279c56b11349277f53faf4ca8cef0567de0d5e272267b8251c94fbc209d8
MD5 a0b52152664a3fd9c49c7ef4033ba898
BLAKE2b-256 46b43cee0c5e173bff6ea645958a26a8b03eb9adb167c7391c44264d1ae70df1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.0 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.42.1 CPython/3.8.1

File hashes

Hashes for pikepdf-1.10.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 057f3da0742201c5905c83f241fd141d231e1db3a8643b4828ab1255bbabf717
MD5 bf69f24f8b52276d41bf0bc608a3ec35
BLAKE2b-256 4a458cfffab3b338aafb24f05e36526db9098256dd5267f49166261b68556dc7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5238f63c35aa4cb0ad19fb4c733bf3cd1cac3906cc0f25e7b6d6a38f7255e480
MD5 517404685e0219e4f5bb801b4f6b1870
BLAKE2b-256 a0a80424e846663138041b973f9f9c72f88bb71366ccf3c72af8dbadf99f4360

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.10.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f909daa752362087101bed86e9dcd68cf4ba7d3fdbc4b02dac73e322de26a558
MD5 271bd470c6f76ab16bf87a17215b3cf6
BLAKE2b-256 a5eba7392f426ff483117889f7bb709f1131fc4ecb86535085e1aebb3495548a

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