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 Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads codecov

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

Uploaded Source

Built Distributions

pikepdf-2.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.9.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.9.0-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.9.0-cp39-cp39-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.9.0-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.9.0-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.9.0-cp38-cp38-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.9.0-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.9.0-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

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

pikepdf-2.9.0-cp37-cp37m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.9.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.9.0-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

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

pikepdf-2.9.0-cp36-cp36m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.9.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0.tar.gz
Algorithm Hash digest
SHA256 a9dbd2bb52fcdecb066c99cacf96f0ebb40edee50d8885502a5a22d7f723a8b7
MD5 f0c5f0d1d1395bdbeae6e32b241c05b9
BLAKE2b-256 74a33d7186d3a44c8686e2f0fef3f71d8c5f3a28acbecd4e7a7bc48a61b7c724

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5626e87568fa9008396783480985c142fe24a5cf92e6104a56acdca09ac7cb5
MD5 33b3a3e44c7f799a35694c0d83b918f1
BLAKE2b-256 e38286b6d340c0956bdff8be3944efe320cc329fc1160b23f11e126c6a5344e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b52d983c41f12b69ccb6b4589d73d37734a81883761338994f03f3692728f776
MD5 761cd24a29f197cceded251a0d5730f9
BLAKE2b-256 dd25ec28c96045a6dfb9c3f5d791ab4566c5d01b869e29fb3d35922c0cb04c8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cc5d090f99306807be6c81a8b5f1ed09cafa5d0aa8e1df98046650d7dc8518fa
MD5 d6071be5d0ce92e2737dd8955611d540
BLAKE2b-256 8cfaa9d89ea28b1d4664c8dc72f88c30566f0460e968cbe62bee3e71d6e0a828

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9a710b194449e577844453e2a55a63fdeb93ace87e498f17b36ea0c056ad8338
MD5 5456583aa70f986bf82964b3b1e94467
BLAKE2b-256 2563b79a737c0a4d57905d7379fe6108396d047c34b9cbe3e9233c80fd41654b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e1ed96cd5dacb796af6e28b4272c1840a8073206c6f830172db1609be12bd5a0
MD5 c595c8caff2592b45d0208d7b4da4755
BLAKE2b-256 f78157ce6f3bc29196cfc5ff94b212d5979a3d183b93dc784e7069ea67a753ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9db001ffaaf809b4f5553e5b06c62a0b89ccae64909a36b560e50b191bca51c2
MD5 3855367cac91a033e817d2daf95bcdec
BLAKE2b-256 7393df1c407ca82b933d6e77c4245b39fad79213199626dd8eafdf0011b0ffa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f01ec3c29a1f8554ba1b1d83f907fb7d71d79f8e362643db7804ad46362dae51
MD5 2fb5b847c5fbf6e15518d90b0477d9fe
BLAKE2b-256 5ee11d2248eb18f6e15917e1758314e39b553b8bbf9ff8f3547228bf2f14f53b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 02a5c06c386c09f513806a200765855936e02c6952a67eb5c62b13f36b047f2a
MD5 5c9edb52667d91d1f6eb695b6bd57eb7
BLAKE2b-256 d8398e3af7e7274463cab10c2d6db4c07a1c505dcf5402ac2e5f09b3f966f747

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e9d0a7ed96550c184c1a2411dbb7c0a67b507d3da46c1d10d745407875048a9e
MD5 b9bef2a51af5c963ee85b6e46549efb6
BLAKE2b-256 74c5212420c5b438531f0f026574bb4b24809b6c1e0d92bb3e256f564df03a65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 72517071904cb7ccc370217f5273e6a05683367927c5655e41428bb48304367c
MD5 dab892dbe7671773a5e8c8202e33bce7
BLAKE2b-256 bc60310e5bb405901b6fd1de15e2d58fbaf25d85b6f56d56070c20aa3726f2d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c8c8aab370a7e44e78b56dab7edbda5d1695ae2a78ec38a64d3ba8f042767d4a
MD5 84f2de1d3be84eb71d3060d515da51fd
BLAKE2b-256 96a36344f69bbb50253372604807f2f4ecb9fbe2c7bd00ffa908d69150e35af4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8926bb4fa179a84c92921bf06b36a6c2c96f0c97b433e093090cfdda448d6d22
MD5 7fa8dbfc0b673debbd119bc0dc7e0b14
BLAKE2b-256 53d4aa1355f32d027016e06ce1f83601cec811f2ff1cf8d898380b2c26916ee4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0ad9d95739f41b563812fb01d061a8abd45fcc548722b5d9ca50ffe28ce68a1c
MD5 e559d5e6ec441a5439d33e4f0a4552c2
BLAKE2b-256 1166d28ffe6d2a3f0c4e122ca79fef84c722260ceb7d79add98a5947ed95d227

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 af0b95a410ace5ce7e5026bbb55645e7a9a471a320df8794b72c99f721be66cc
MD5 daac5f6dc63b380dd14fcdae3a6e6c37
BLAKE2b-256 3606349b3b6e7e7f30a833f849ba6e496a70bbc9326938a7b2be1f4ba12decc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 25c55249ecb40172f4e90710e1713f8dc46c99f988bbd760381bc7f5a91fa4b1
MD5 13b2d88d0c8288df5740de434794aa68
BLAKE2b-256 3b36c0c1492f0f46a733e6cd06f3a6bfd611eb0cc66cbfb548062746899d1da0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 12f471bb9121bdd2cf3311a59ce85776e55382c351092ab5678d4a3f71909b05
MD5 e7ac417a40c8141d6da9ebb8a97ed80b
BLAKE2b-256 5ab8d2d1eb43832d1e1f926db85d6fca9509b744f4f862c2366c5e279108b6ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c27ac02436c9d2e4b5f4fd172803b66c4eff08e529b7aafae8a08bd3354efcf
MD5 1aa2f1214e2c0deeff1d678da5aaa5f9
BLAKE2b-256 c51e227f22263391492a13fbff5d5a1db89e08988aee110b60765fc8243591e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f823f2ff40074fae0a52b4c7af120ec101a0a6c572f1717e5bf094e0196464e8
MD5 04373f4cbb0217b4873dc1dc32f5c8d0
BLAKE2b-256 4d483caf336add7c1b8b02e0d23f0db6f9fc4349c61cebab6ad77a9363cd2d09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4906716a42e52900c0004217f910f5315e7e1ad0ad0501d4b0eed074185a3b3c
MD5 6eeab568904c0bcb39784af4980e4b19
BLAKE2b-256 a8ce16c9e91062339fd5ce34892940571a28426a6f15c1da58a15ea277e75b7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 064b337f627d9907cbaf3c71b8615ad773dd9c21766c29e1ae6816f971ef03e0
MD5 1c6c4c4c4a78955f4ac7c1c06a003e36
BLAKE2b-256 723946f0c3820196cc0f752313da32370c2e212224e437ae44d1bab10e85a10e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f26b003d9d6d0d577d14f769199b7886492bc1d9115fb0cf127eec7f7d4347ac
MD5 444da67227d7ee9b9213ec53caf42661
BLAKE2b-256 bb5f198709c66b4cfd090ae9eb96eddd005a2a85891b4b4f561504fce19f2584

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 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/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for pikepdf-2.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1afed38b72e6454dc54d609c507dd0f4ff6a071da43cd5b5d0c574608e5e686
MD5 46d57a10e78f829981ca69759f1b001f
BLAKE2b-256 d18e5bea46c2d9f0b0da228dae84cb51385d16efcdd94daca19c44a7f9215b99

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