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. We support just about everything x86-64, including PyPy, and Apple Silicon on a best effort basis.

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 basic
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.15.1.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

pikepdf-2.15.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-2.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.15.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-2.15.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.15.1-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.15.1-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.15.1-cp39-cp39-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.15.1-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-2.15.1-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.15.1-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.15.1-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.15.1-cp38-cp38-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.15.1-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.15.1-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.15.1-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.15.1-cp37-cp37m-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.15.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.15.1-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.15.1-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pikepdf-2.15.1-cp36-cp36m-manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.15.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.15.1.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1.tar.gz
Algorithm Hash digest
SHA256 b1f50a29efdca74b3150a42ea05bd4d7ab4de47214585b4c319e8e42905b94a0
MD5 e7ebc985c0964c6c942a784998d64895
BLAKE2b-256 0887d32883d08e899b59c96361417d588c4fddfbab6ae6b76811658973a5df46

See more details on using hashes here.

File details

Details for the file pikepdf-2.15.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.15.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 78b37af4e298b63da51e596a4c075495dbb3730de6737c1e59b223d33c2bce58
MD5 6376bab55d5b23311d57b5457000a3d6
BLAKE2b-256 cdee77cb4fbb9ad7ce266b70194803a1ad981ae4b27ec1b18dd853268dbf1689

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 acc231e21b162b77989a9c67a8081306a8f1413b11f5fcbd1ade5505ff3b1598
MD5 817bb5d1084a457f9682bbf490a33d41
BLAKE2b-256 25e0489e9bad62a70216615e1a2cced4aeb40aeca257209bfd47e280372a5390

See more details on using hashes here.

File details

Details for the file pikepdf-2.15.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.15.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 38e0bc74c0523116e5dc935ed2406d3836ef1dccbf9974c6399f5d314b828e3b
MD5 4ac58b681c805bcf9b2a3c6bdf277e9f
BLAKE2b-256 2abfacf7a184e7cba862e6b27f662ea5a85093cf8279b5c728c5dc2902e13361

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b570320e112ab87abd51f85fa7ba75ee5bc6505b2c99a1efffd77ec0c5a6fdbe
MD5 9abc5fa1519a0431bf17365ded3fc692
BLAKE2b-256 837325beacb65df77a9aac84c902d701174a2822bc7fc30b1e0d511374ef29c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4bf1f228c0cfa0bad36622c8f8376e0c20e7790ee406c50151a7bdabbc872c57
MD5 506c041dc83854820b6af70f1c71c49f
BLAKE2b-256 eaf6f05b74eeff658e69f39c169e587f74219320633e7dc852a74d5f34a143a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-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.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 52e9a81fe4dc772f04ba7ce7c89d2a1874279fad7aa75052c7965ea37c0275dc
MD5 3740f72f3ce83baf7f1d3a422f08fd67
BLAKE2b-256 d87bf06682d4a9715a5dc691704dd95774d0ba770c9375afa91dbb4e387fd9cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e01fc7097cbb3a4cf2ff9b091f0a42af683db92b0f1987279e0cac815d5332b
MD5 f2d67a1ba6b7d9a18925b2325b7998c1
BLAKE2b-256 46074eefa9c0833d3851eecf1d09d46a1269e4ec823b2d69532bfefc2657cf3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0e1369331961ab6a813c0df3feac3d5979fe16676e75bb30c9b534ec3cf11c30
MD5 5c0a976d9e5f189ba60c987942e176b6
BLAKE2b-256 0993fdba81b9a17801fb31d47410509ed71c777bfc20c76caa5d281129432a08

See more details on using hashes here.

File details

Details for the file pikepdf-2.15.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-2.15.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 906627429198ecea47358abffc7819fb4377fbc8f552df44bf2f7b45105798bc
MD5 e39bb1207b0968b5a46d7c2afe7f4090
BLAKE2b-256 d2e5182138fb676a72bc9b4e5abd7f3c9f8e55b3a2340be8eb8de5c25b67eded

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db59b16ddfa66e6c30acd99116eeb879c282149137585791e594b6c1f4c34175
MD5 6e7c0cf85ec7ec2fab52df2972e5e160
BLAKE2b-256 9205483c01b3cef1d8a4812b7f3a842c3f6b78cf24cffc78767226330cd40735

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 26463dfc6b2f433d45831edb0b908684f2233d2dfa5f3552cf518c2aae930e80
MD5 b01e9aacc1c2fade850bdcb6c81e495e
BLAKE2b-256 8ddaac6994b415387c242b88c14be45ce3a645ae657af48f9502ee2fac5bb0cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-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.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 936b3c8fc7a01efc8df94440f4f171990b02e7b3d6a222e034a3ed6b71573dda
MD5 ae7eed6ef39ca59d6d2b77e629c077a6
BLAKE2b-256 70d221d66b390a3456ca26dae76985f21fc7b77441e027b40f2c878c9c652fec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c979ea6298f39ae1839333378e1ebe4bea72eea3588a1926b281fd78e8314bec
MD5 24c80252f95592d80ecd15a9c25da261
BLAKE2b-256 29af5db6ab3c51a048032d498aedfbfbd9e05afb19dbec56399582e19255028a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dc43f38845f1bba65fbb57228c077876a5698a3287c76106f23404832cfc6304
MD5 67b27f26ce16e2f4be4ce1a12053bf94
BLAKE2b-256 64cd44ccd28867b19bd3b585cb7863e663f1f613a3a5ec2d99c0bb46d3c80539

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a9216c4ee80fe7d947e6a5a42cfcaefdc859330818a50fefb49b706ff172dcc
MD5 3bb91ba21555b91be7717d726c0a9c3e
BLAKE2b-256 552e96e5ec49d08a4418df2dfdb9d9739462901e4896241a0adec19b50a6369c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 60a71c4f29c324037384fbb803cbbdf327ae7c21b169a1f4592b3a8a38270da0
MD5 232aac73ec6633776931b66ae843a2bd
BLAKE2b-256 6b82d191f2787387b224b13fa900054f4a5efbcd03e462ff98a903a02103cbe3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-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.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 59c05cd112b1c28ed0a04dea6f550121264797f7143ab2c34934e8a955881900
MD5 2dd16aeba7609bafb9a21418992015bf
BLAKE2b-256 13fffc3847994a959d432fa12862d949b23de5e129d6c2972166795ae5fc149b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 99698a72113bf2673cd5771ebd3fa7d34a8f0fe7cd974c6e5798e8b403559adb
MD5 2adf74818530e29cd431647056feb1b4
BLAKE2b-256 d649a39a667b6c216f6ff2d63e556dba330fc2f176abaf6bbe0c8f4347b6cdba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee7511fddba68e7b86b8658a8bb19e2fa2138f108acf220ee9ace8c5aa115bcc
MD5 8ca72b01d822638e4a69a9454c10aaf6
BLAKE2b-256 09fc97ca7032fbcb50e15bb83e687d82034bfdbc8601d78a50a7ceb967988f50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 774138e2fbbe89e94b2ffa4dffcba57af2f003d4b2a22e3b7243a4f1b500b7fe
MD5 59cee4605b8b7fedac945b462d964407
BLAKE2b-256 b11de4c88b291186cf5d2ab076997923af2a6e67120e42f7752822048adfe144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ca1581a4a4cba02a81824c5c85f76637b13260e7d3e5de08f1c70e19320f50ba
MD5 9f585c43df76e621b15fed0b61ae975b
BLAKE2b-256 fcfa574e78fbd1d6d025290014f0f01a22beec0a954f355f1be9b36db3d13ab0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-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.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3799d7ce07ddd21c4b8c1cd1ddfccb7b0963868be99004bc3aac81fd975083e9
MD5 aaa8490bde01d94ad96c6a05bb0158f7
BLAKE2b-256 39fc4eb40564ea907f748b86804baebab5b8d31ee5715a79e8d7bba2a603db4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 66509330f4ba2e492aa46489738a5929b9d80f6da4c28ed55e967cfbb6d9b6eb
MD5 0763939bd176ede4d99d15da6ac101d1
BLAKE2b-256 2e1b1f1c2700942b83e8b976fcda72c86be3e248af29c3eb6fdcfeb2d1b4702e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f0aac6e8c8f86c9f3d6b727a0cf2d8c7faa25b4ffd16ba1a7fdb91f19e7477a8
MD5 e5323faeb5381d75effad7d79c86f5d2
BLAKE2b-256 4c62f2842d5503786a5714d299d3ce60d348db9a2f3aa667b384e5c210b070f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pikepdf-2.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bc364645d9e921071c9ae45f307c028bacea3543ba003cc207f3e7ddc95348b
MD5 d8521ef66491cdbd2e645b603f98a920
BLAKE2b-256 7ea0c8814ed399a6e9d5060ebd9965ce5698b0fca85c3792b250a3cf09b58482

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