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 ![PyPy](https://img.shields.io/badge/PyPy-3.6 | 3.7-blue) Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads

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

Testimonials

I decided to try writing a quick Python program with pikepdf to automate [something] and it "just worked". –Jay Berkenbilt, creator of QPDF

"Thanks for creating a great pdf library, I tested out several and this is the one that was best able to work with whatever I threw at it." –@cfcurtis

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.

  • PDFStitcher is a utility for stitching PDF pages into a single document (i.e. N-up or page imposition).

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

Uploaded Source

Built Distributions

pikepdf-2.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.7.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.7.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.7.0-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.7.0-cp39-cp39-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.7.0-cp39-cp39-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.7.0-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.7.0-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.7.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.7.0-cp38-cp38-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.7.0-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.7.0-cp37-cp37m-win32.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.7.0-cp37-cp37m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.7.0-cp37-cp37m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.7.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.7.0-cp36-cp36m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.7.0-cp36-cp36m-win32.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.7.0-cp36-cp36m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.7.0-cp36-cp36m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.7.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.7.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0.tar.gz
Algorithm Hash digest
SHA256 d32fe59dc535a81f7c2aa3d6476f6ef76e6214a9ea14d9839a247db32d4e5976
MD5 18ad300f61d48beff5dd716fc631d238
BLAKE2b-256 d8ec00f391fbbdb49d4a27ffe5b364a30541af6101b090d94865ee4a307fef0f

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a1112d89ba3a6739f8041016d9506e881f01c5cd0e0b25b536aa0f862296421
MD5 ab41f35f681d878269d6f9f4a74bf1fd
BLAKE2b-256 bb33d2756e4ca0ac06074e9104ad889bd040b28cd0981ae36768ce5136ee17a3

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef702d6e0b7cd1a6b516574eff4556bf8123da64597efce75b08c9d073852b63
MD5 6ab5330a55750446bfde968abd71e301
BLAKE2b-256 280a284d7f54319389c1dc93a99f2d3428a2552891bbc32cf0efa60f052c98d9

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0c688501dd166294e9491887245683d3d3cbf8e02426946bc42eb9d35cd46dd1
MD5 c7997f261ded19c229d7a074acb9cff1
BLAKE2b-256 72c0cc461559ac065bd2d82aba38930c671ffba31cd3bbe4eef0c0dce6a8dfa1

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4e75ad7b877bd268d98c58dc7916b79bde048f9fcefb89cd1932e8fa53aa0232
MD5 283a963707fe13c0fe53cfd9f6f904c0
BLAKE2b-256 9a874d67cab4ef2430226934e1839bbc27465fcf74e191d222e02d0c4e75f74b

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4ac7ae8139b97f609b49ca6d83add485ae206979666c2794fd98e65399cbc45d
MD5 4cd49315416ac481f398be331980bd41
BLAKE2b-256 3ff3904bba71774f1841eca2d3972f6d16d7ec767ac22ec18a38f97fb30738a6

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9108eb4b2b1a446c2b59f2449e6ebe4e3ed1e0aebf856ceeb5b10584f92506bb
MD5 fd5daf4cc4265a31731f2fc607a99fd8
BLAKE2b-256 8b83d54bc72c0222438ca0cb6f7ecac0c9b38a8820e49346525d175aaab7ac62

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 565a8c963a28031f7ea84473ea9f3796ead6a6e6c09bc1e5925bb018fd38a3ac
MD5 87b628e3d314d7446683c8f45313058a
BLAKE2b-256 740bb3ec97ae6b3ac32514a84f041322f93e6a75a84c0426b9d6fb5070b96abf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 983750f1830c0d71a23e428cd03c9a0e9fc1dda8c81524bcc6640fef5444f439
MD5 423b0c651d9cad34587baaa7a298f026
BLAKE2b-256 3a346727a47071c11f2fc96128f14cfff70ee97b89276a0f50eb6e8c6af19c97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7a9505fd708ee07ca868a84a35432c6fab9e64a8a268694acdb7683583214254
MD5 20f88299c35770c9092dea03e8e4d10b
BLAKE2b-256 1bbc9fa5ff1c3f59112ad1ba26f97bdf22fc94baa2e7d8c776db6ded5e427886

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 19b4422fe3af112a8f0d8301bb9334407ac095a85f9086c1720a9aeeeaa3409e
MD5 fe13fe20922554ee3f2a7b5e66460d1d
BLAKE2b-256 76578b595720638b5921e4e4483c3053cd1c35be7371acf311ca9c2a48159d3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f6988f82e125f63fb121646c7b9d8ecb0d9e38124cca98045032dcf46d42dab8
MD5 3521841b201e318e7894c9a936bc1a79
BLAKE2b-256 5de3ea89a54dab4633be7e6e16961d14253f9d9744da85b5757dcf9f0533a64d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3e9d8c3192ba8ec90afe380eb3a85ae47d35d411ecb19df59dcfa04da2804c7
MD5 51d4ecb3c3139e2fb44e64b1c6ab22c0
BLAKE2b-256 863fbb2ae043f8b76f38016da7f0d0ba0b1bbe4e5061bdbb2c885d72db1a3788

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 49e7ceba317c4b43faca38286624817718171366eec7b523c6adadf1a0e6a69c
MD5 a4f440fd865cab2af530b1b85363e79d
BLAKE2b-256 85d18aeba61b6cad1a5026b1a0fe84585db7f6685efa26d0ffb43dadedf2c347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9e1fe709a108d94927344842e0a6ff2f724648067225d905180baa8da3606b6c
MD5 49b4e940cb4587e304cba5edb0a92c8b
BLAKE2b-256 348aa8003bf41ede6624be6be55c4315bd915d11bb705fc7445a530312637c00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2f6d1450958fc9218da93b5144e03a9d935464458f214829ee907b62149d8a3d
MD5 10ff1d7286db9b680af309e0939a89db
BLAKE2b-256 448531beda39cdd5ee50be35f218929fecfceb860a0a55eeb2081388a5957510

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 356666654a26aa4fc82e48686670b55f78af7ea981b833eb9a66a95a46ef77d6
MD5 6e7a2761b91d595d0649547aece7eef7
BLAKE2b-256 bfae4600d092b6d8dcd2f3d1dc7bed5a8900bfec7ba0bd07fbcce6ace35acff7

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c3ebe5eff8a1c31326ac3c67682181b92155bf4e6e8f3c9ba20a87c3204d028
MD5 f69e9497f0a9dbd07ecef779d2378793
BLAKE2b-256 7b664b8712f6cad494300b454921a52c6d39a7b443c5b24c535e63c89f41e739

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8d27a9ff74b2054bbc0d5387970a10ff09f23c53d1bcdcbf33748fec1c588e5c
MD5 acd3eef69850fed26a51c1ebb474680a
BLAKE2b-256 1e224af53cee1614063012112f94762f227b23ea4468c7c4d51b98cd77d72b61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fe798fc01f94c2b93760f267e174cea9ddf3a75d4e7818f75c2e9d0b6718753e
MD5 cc7b981c0d2ac1c5b438fbc1cf68697f
BLAKE2b-256 739bc1f60bf44300e586f4bbffe53ab9f0ca5dfcd35bde52ca247a2a2b9b096e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 206ff48fa965c70c898b3ff1cdf3c78c8f0351bea1ad70a6ce048faacaedeba5
MD5 fb8c746b49710669052754354af236c4
BLAKE2b-256 899405ba3a14adbaa6747950e00c8d392188ee23947ab9e83baaab4bb2460f5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.7.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e8b58c276e4f59e0acfbc6403bf39ef25f1b119073b4aeea7d028dd6e32fd7ed
MD5 4af066b7d2b90806eead83253e906cc6
BLAKE2b-256 927718abd452b40ad61830de864ebc29d96f68465fae50d10b65755e41d09774

See more details on using hashes here.

File details

Details for the file pikepdf-2.7.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.7.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.7.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d612c8e9e02b649fa6fdf185ade670f84228bc74b3bc41adbb69bb0b98314da1
MD5 9b78045d7dfcc3a629d89fb2a10dd3ea
BLAKE2b-256 d2160db5e59951e54b0f11f05570a3594ceac760c55663df1cfd912ec7402137

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