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

Uploaded Source

Built Distributions

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.5.1-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.5.1.tar.gz.

File metadata

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

File hashes

Hashes for pikepdf-2.5.1.tar.gz
Algorithm Hash digest
SHA256 954e814865dcf7b62c465f59b5756df15db6e8547fc83147d8de749afcfe577d
MD5 f30949e08b55f99648bb782d9b789f1f
BLAKE2b-256 39853143ce29b9bda30e0cceba511fd1aedbbbb6eee0e5675bdda67f0c0a6ae4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e65ae9ef002a278a8d18e9ba5f3056eab6da3e03e2b6ab8ad8160dd1139a026
MD5 e72f7f7ee5c6d5b1b79211e0ed09b9e4
BLAKE2b-256 a703a5b348c465be7189231d7172551770e76f5fb9d85ee0961300db2bb82497

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 203fa722f0c94877fb243c8569228c8d1d19a0249d78be78b7819dfa99d84790
MD5 05d8e0b659838f8bfe36089800b53dfc
BLAKE2b-256 ff44ebd84c1e341065dd0e5558e8e3f7e1b327c59d3e6abf55e9814f7a47fa76

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f9a23852b0f80a1000f58a28d980ad1ef5d92f09a1a078b329fcb72462c32def
MD5 e3a45e59c06dccfdb8ec863f626f62b2
BLAKE2b-256 8d3b04187cb04781fb8ba33bca9f59d67d910c8c7eec87096df246a005838fb2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 60700979bcb65597a178a775a8c7020b7b6bece08af76ab56b688870924e5283
MD5 3361f161f1ee563285dd52abd4e6c7e9
BLAKE2b-256 73231eabe1be62326fc76b9e6ebe58c431978c808b42094220e2075503f63319

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2af6786d0c4cbbee2416ac914cbd306594243d05d68e9200613d885e7afec315
MD5 8f6f355bde6adf784ff6151e01ad368b
BLAKE2b-256 20daf9a2a7f8d3189efcab199088e3f7add2d704546e5eae802a4e96d5dd3e4a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26b95d4424f457f190f428a5fc2c8fa00ed58de556688a7503a6b2a5b35d5821
MD5 7bb7ac32c3dcb225a1334e0c4a29ae8a
BLAKE2b-256 145f10d1d0c9f4dff72059770e537f51aeb4231dd1b9d5534aa464db6203c539

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 44012370e33759728649d7658b7ad671a0092a7456303e2b74d88be6ac501694
MD5 9c328477f665ef468d86a7b1dbfbcfe7
BLAKE2b-256 c069cd6a81722da62b1ddecf2f7152f8c1a66d67f1c7ea7f1b82ba1567ce8e37

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3d49f06a0b5ca7e0b469399b988a101b644b71cb28e81bff2d885cec87e94762
MD5 a258470dac3d1789656f0d99502c2371
BLAKE2b-256 b701f21fb5ee5bf5059d4b1b2b5d588ffeb501af01e64b304b00fedbfbc33e52

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b7ad69061bf4b262e593f4dec657df0a58f4a3366851957327c0679c633567a7
MD5 edaf834ad124d839c521611de80e6237
BLAKE2b-256 2658d5b14b7784c723b7899b6655290a2c5fe7dbef6e6f40c5bd5d71afd4ecdd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4356cd1dc8eb5bef2f2ab155651a8fe5afd6ee006a3979306e38455102b01ad0
MD5 121986ad13c89e105d2784b37b3ab6e6
BLAKE2b-256 647d0503ffa9a5b355ae99adad01c404a48f3e52929cd4b02f5f97bf5e811b93

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7ddffb76b06eec00ae4cb0034cae53494bb2233eb6cc2422fbdd74fcffd754c
MD5 d575af769e1a48f07ec22af378bdef7f
BLAKE2b-256 f1cd5c24d3ff852ea93492d1d90a6d489d8b2338e69a498b482b4d4b940629de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5bd31e5cb74cb39f371085f9eca249a4628f3ba5a88ad657feae12c4e251dae5
MD5 710a4e69e5cae6d52ddec54b7761cabe
BLAKE2b-256 917b0553b72a095e3279490d2a5a7d6b37ee4bf536f4423a2a5f1735f27e77cd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fa0a6bc731474ba3a7eeb3831d290531c702d66fd7fcafe912a53ca34a5527b6
MD5 d495013ac105f83229e31f3a59d0eed3
BLAKE2b-256 473926601195bd82deb01852ba8f38662d2ef7f07b02dc50736a2697a2927103

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3fa45a58bd92d4376be5553c545cc5906c8d6d59ff84e732f600487624369bb1
MD5 aa528fa14cb7501531263d339ceedffe
BLAKE2b-256 0d9c05d23a457b0bf19279297cb7a2480a7ca9335efab1d37bd8a16ee2815eaf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 08ca286ee0668d93559491de3978bfcef14f81c58ff858b55e8c2a48ecfcb0a7
MD5 67cc0bfb1106ecf581c069008b7aab14
BLAKE2b-256 2ce8b432a0136793e8c55a340b2b58f569deaa5c5f324013fa4215f6348a2eee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bdf08d483dba4186b32bc0d06e38bfef466cd394546185ff46bf4a2b49e44351
MD5 8337eb6dc8dc0cc84d9c35e67b358624
BLAKE2b-256 3035fc6462e0f01f0afa60cb43c4da956967ee75558abf179435916489048c3c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 370d6d3c3cef3f07b498adb3df70c9b0bd2b414630ea136a45db1124dc715d24
MD5 552d2603d727379821247fff48c0eeef
BLAKE2b-256 ba59cb2dbd49d43cfbe3ca1660ed062c2992f26f429afe2bfc19b81ff9559696

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8b0be5007e1677419baa9dff5bb1d192a225e962fda9532e64cc1b4a53ca79f8
MD5 7c760a3edc73ad3fd5d74fdc4880fd9f
BLAKE2b-256 2034aa12658c424a9b917b597a6d0a4ca6985bb57d286ff92ce914e9f7b76e48

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 897286306a9feede8d1bb6f5006acb6097368696809935a4620d07b6e0278cdc
MD5 0afd39c07bbfb7126c1e831d50defaf4
BLAKE2b-256 bd1d07f1f2fbd216389a6cecd1062d4593eb54504a9300f1784e81cd333b47fb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a1bbddc98cecb9fcc0a19ad0d039bd114b9e31e0feebb21787512dada0a6d286
MD5 ab2623fddac35e4b04bdf12731493694
BLAKE2b-256 c2b3bbd8060a8f766d9a832bff8d5d832aa7b25215df9c386f3206b02524f3f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.5.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a52f3d636ef73624523698bb719e4fa481688d8a18bab0a1c7f77e2a3d989056
MD5 7706b74d205c9428019f5748e494c08a
BLAKE2b-256 bb82e8c33f166161642c6286796e724fe1dbadea4f2abc3a2473f223abd56536

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