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

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

Uploaded Source

Built Distributions

pikepdf-2.5.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (982.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.5.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-2.5.0-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-2.5.0-cp39-cp39-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.5.0-cp39-cp39-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.5.0-cp39-cp39-macosx_10_9_x86_64.whl (991.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.5.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-2.5.0-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-2.5.0-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.5.0-cp38-cp38-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.5.0-cp38-cp38-macosx_10_9_x86_64.whl (991.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.5.0-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-2.5.0-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.5.0-cp37-cp37m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (977.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.5.0-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-2.5.0-cp36-cp36m-win32.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-2.5.0-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.5.0-cp36-cp36m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.5.0-cp36-cp36m-macosx_10_9_x86_64.whl (977.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.5.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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0.tar.gz
Algorithm Hash digest
SHA256 84b6c0315a34cbe34d74f64cdb96634cfa8bf02a17bc56bd20e0efbaa4460b73
MD5 c02060b2d57fa8d5fbba7779987c4427
BLAKE2b-256 f9d2820b86f41f9e9cd7fd97fcaefc82fe70fb90c37a3de6b9c9f330e68f5074

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 982.8 kB
  • 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8dfe85079380a65f858538402e2d4405524d9141386a8a8d49240612f9f76740
MD5 165411fd1f9a3dd4d31472272a07457b
BLAKE2b-256 19a0dfd405ddb2b8eaa5f761c74495b7b21c753b91f68545f0290200248c3845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6d0f0aa855ee2e76da23663f2d177e50d4f7cdd9f5d0d7c0b641361543915cd7
MD5 860a25e12e65cf840a79c5e9025c29db
BLAKE2b-256 7846fc7da06c095c69366c8d1a6ca929f25f78829f1c24d3719e40d1013cc1ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cc04d80478f68e30df4f8382518556210380246cbb49bef81af598b1dfe97041
MD5 7cf4360ec831d9b3cf498657c29a1cd6
BLAKE2b-256 4faf5f2f96208dff1e1637503172f77a7f8a4fe9ac8ac98fb4a7b8cf57f08953

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f502fcc64c5cdd8b982f5170bb8aa2781c04bb807a27849858a2054cef2a4740
MD5 105947ac6fd75bbca3c630126bcf2f19
BLAKE2b-256 a778a583a078b3caa621735692c3e821322507727c512ad73b808bffc6291cf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 37101881b768eebc15353aea9b39844da66a07cdc8402d4063677d608c580a5a
MD5 99b14805bcc107a1264d0d19ca1f04dc
BLAKE2b-256 7f69a3cd686402cdf4085690a5c363f0af905284094e4be6db61e518503fe157

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 991.4 kB
  • 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e772da04c45e6b999bac1884d4f9729af010d01b80471e017750721552d6fe41
MD5 9dee8c16f41ecd51869f4948e38d504f
BLAKE2b-256 f13a5dff1f45d3e159b19345bf3bf92e2f6d0bb7985e1a212eca64959d991473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7c94b015e353b35fdcfd59593250681cde34dd867fa178d663490530eb67ccf5
MD5 5cab06b137cb3dbebed7f7bbbff66a5d
BLAKE2b-256 e498ee3b439287fd41ec95c0769e00795686a3e078fbf5daea3d57f650ee49aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ba61511589388caf2aedfafe1eb7cf19bcf2616b77d1307c331a1b220b755f60
MD5 ab3c870583f6e0ccbd9460891c79a10d
BLAKE2b-256 688f320eb2c7f710fc0c15e99308c9f57450b408a42c9da562bcb74f6a4503a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 750a6942aeac36956fb79ad6f0e1431a941c922f9c9b7b1f5336477356cdb15a
MD5 2cf012de3152552972b5bb1c1f8f2c48
BLAKE2b-256 697535239a117c9d8ed4772719e96b4cad8a9170d19976ff649631d5f7aa0f2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d8d90084c5f14d55ef47c9f2f0b8b4d21e38533df12b74aedabab8c240f72657
MD5 4b420d366e63e17e88f114f4390ef8eb
BLAKE2b-256 ce873ca95235dd92aaeceed14679b6ade953d2f9aa7159ffe20ca193cb2359ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 991.8 kB
  • 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f65d19167afda6a5181034028313341394e6437656eecc30ec64f63917bb951
MD5 bd2c87eea295c75b556217a827b4625f
BLAKE2b-256 275e7bf6b6aa682363bde2aa76862c2fc58da2c72774a0fc2a9ef770db9924b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1a575fa4e59573171b751983ccaea9a8bd9948598f3b2edf113ed40eda0eb28a
MD5 0acdcd0ce560e32843d95df8b9c760cc
BLAKE2b-256 421691725aa0a489852643166cb23f7299e949d820347c5d3291699c0645de66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.9 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cb399404f9a884c0b2f4a0cab7072b96e1e5a01cd17ee4ee65a77816eda9cab2
MD5 4342ca4d285d4eb0d869d88e84d29f44
BLAKE2b-256 023ea1a90dcbcf0db5de5db6a3dd04d716d66dc97862e51bfa5c8c1332a3df16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 082cee22de20040c5d5fab05b35d8a9351e3210eaae68ad42e3444260ffed4bb
MD5 21dccaf216a78e054b81d28cfc28f8d5
BLAKE2b-256 4ecad7c7a5fa6b06aca8a25295d354b8c321cba7a1bfe35ad7678a321f72895d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 634cfef8a966907a2969824a8e9b00722384d6efb7a8bc7e63d4add509e60cd7
MD5 2eefbbdc957d23e750c4f1b809bf314e
BLAKE2b-256 dc142c4bb6d586db2ff06bb62667ba10ba9bb5465eeaf58e9fb0eb3892758de2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.9 kB
  • 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9bba320aa2539e0e9e3f80dc4456269e52423f52934bd52f335bd5646f04801
MD5 6a5572c1f3ed0bfab688d496d0714f2e
BLAKE2b-256 bd209bb7573986c1ff8d9cf0f2089299bf89d56fc98fbb7481be75a05eea96b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 eebae49af446b4948779c4cfb6032913b7edb7fea637d0956f7e1a5b70b97546
MD5 647589fef868c836149224ba94efb8c9
BLAKE2b-256 d90bf35abf426489520143014977df45a18fb1de43acb815afc2815223205b37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.9 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c17c339312b461c2a26f7a629b21c96b2be819dde47168eea526d438354cffd4
MD5 2a83c7ce996dc981aef0c6679722bfa2
BLAKE2b-256 2bcfcc5e59fbd565c13ba9e7ce8b16b9fe94a7231c1766eb64bb8bb6aa8c86c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d710144eb2dd8cc0a511f6893359e5f382f79c52c7f293754e5ab32f0a912a88
MD5 41490b5f50297c0c91e318ba7186206f
BLAKE2b-256 846ed7a20c8225c464d1f30652fcfa77df6b34691c012d0f7a985d0d19cbae3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 68588502e5af58e8bf8f07a44ec7bedbdaeb13b70e22af4f0aabd3838a4a3510
MD5 fa0918671171f4de8f567950240f445c
BLAKE2b-256 370b498538ecb00b11be65cbf9dacedfeb4464ef67deb00cbdb3ef401d9e83ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.5.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.8 kB
  • 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.56.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.5.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b77d2b397882e59fc53fba26306c269f00721b8632fd902c17a6f5b39b9b76d8
MD5 cc4e9c50f301cea6fd2f0e7970945ee1
BLAKE2b-256 fdefce2ada569a3102a39a6e594b51056d4ea009d4788e4d837fcf4fa8efdb94

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