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. Binary wheels are available for all common platforms, both x86-64 and ARM64/Apple Silicon.

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.7-3.10 [^1] 2.7-3.10 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 codecovpypdf2 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

[^1]: pikepdf 3.x and older support Python 3.6.

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.

  • PDF Arranger 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. Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

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.

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

Uploaded Source

Built Distributions

pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-6.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pikepdf-6.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-6.0.1-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-6.0.1-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86

pikepdf-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-6.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pikepdf-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-6.0.1-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-6.0.1-cp39-cp39-win32.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-6.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pikepdf-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-6.0.1-cp39-cp39-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-6.0.1-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-6.0.1-cp38-cp38-win32.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-6.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pikepdf-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-6.0.1-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-6.0.1-cp37-cp37m-win32.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 MB view details)

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

pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pikepdf-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-6.0.1.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1.tar.gz
Algorithm Hash digest
SHA256 519a017282780ad2d547cd848407ab03b2cb12ee467b71e51f53ca7f4f3146ea
MD5 38b50358ea6c38212dc99bd6944e165c
BLAKE2b-256 c7b2f2fb8157a75248d6995576ea72514da185d15e6fe945b326ee4c548ea24e

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24e0103ff5a5e12cda794ea88fc720a8532f290869e9ed182d3974b76190615f
MD5 89a65ef886c7f31e71347e965c07696c
BLAKE2b-256 da2000fa8dc779dc6c52b2de134bb26e55393cb483d66df86f17b0451a5326ec

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d543aab97041bc75b1622545f5484c9018cab63ca18ec363ebb5310eb0c3049
MD5 76b4e04087111753d0bce0e6eec5c6a8
BLAKE2b-256 f726d35fe78691b66b22268f646c0d3a145efac0eb618c710e24520a771d41a0

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5237b2dd44fc818797f1e5ed4ce84424d9eaeffe80f69d7211d041d5c070e454
MD5 b50c308a67f940bcbccabf324bc78a07
BLAKE2b-256 78494e8e5b08d2fddff4b36f0e1f1ac7a246b41f08fdce82e7723e4e3e136eaa

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84b9a51479643c702804d4a1711c9ff8d2533206e14a41f46ad444c364f08121
MD5 42b55db9cee4520b2951c29255f29e60
BLAKE2b-256 695dbab1ac892b1f00123d215cec09bff631c13d6a6026400273a326e758eadd

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b1da6add62ec0dde3f4849b960ff21991f88802f4aacd869e781f6907e37e20
MD5 8cecc74ef312e412ee24c7045516c61f
BLAKE2b-256 22519386afa5239c752d6593a2b3c8f13db73ba5b7283d446ae0b9b8f6f86ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecca0440bb386a27c07342249911bde9568718ab8a3c632a671559c5463c4a4f
MD5 b7490cc111696fe4faeadcfc99f8c329
BLAKE2b-256 58181ba6f83a75cc7d6362e467a6246e156f014e579e7720701557cb328a5cb8

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pikepdf-6.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc43d89fe2eadd5d14cdcc6164bc01eaede6b422c150b5e06473beb277a64ebb
MD5 cf22778488a5b079b48e2d366d5b21f9
BLAKE2b-256 7782b84e7825f9a066b6c5763f1b68702f51f212a6b6ecf5f5d1df78e81cef77

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pikepdf-6.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e2319a630de05dac0a8b1d3b796456f8eff228b039a57a7692f4b1eb42996c7
MD5 7388dba2c644dcc0e199a99d274cc26c
BLAKE2b-256 ff80dd5b389c408c81236d289c15ffa61da1e697295b2550d66460aa77fabb04

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a99bf13c75ed530c537a212c2e2f3ad1b1893fa473fa6f8d84b12d3cca77563
MD5 b6ff7966bd151a0d9cdc174bd0e78a51
BLAKE2b-256 b62ad6a4c5a8710fb608e551770d60f6f73c6639fae97ff1d66134f7ca7efa25

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae8c1e5d96fab9138d84162c391475503d81298bcb332e1e87ad541c7e349999
MD5 5bd7c5a3a149958387e6a94a87c77d7c
BLAKE2b-256 91e60af0eecb6a53b8ef933632ea305466584f2bf76cc6cd168b2fde0a40d05a

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b238256f0a05e332cd9b8733184e893f5d214ddb742c88abb1bd987baa315e9
MD5 c9da08d8983a0fa55ed67f5604173232
BLAKE2b-256 7c58813ab07ea30f128b76086e7766b3e298d05a8e20712bd2a5bfb290b602a5

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pikepdf-6.0.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/29.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.6.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c535c7cd9dfdbec1395883c2bb93c666810b47cb74314aa89032030cfb876eb8
MD5 1044245ebda383cccb0c694ac81f7715
BLAKE2b-256 586e9bdf3c3cfa9f9c289eaefb1257dd12e4133658d0487f1cbd7b578bbe3530

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c8098f8aca6e8219b3f36db36872fa33995742f91ebca24c8c2a19913673485
MD5 4cda61b099e7672c28aec15f3e1dc2c9
BLAKE2b-256 77a4f07f685bf1ce66cfe4cf1b4b590e184145c4c9a260cedbd2a900e73b13bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a35ab91aac9e4983b5e88635a9c093da45219921f6063f8c3f30d4925aec6f89
MD5 9ae79a05587d379a3f97fc7f13d411c8
BLAKE2b-256 6f18335a8f47f80f8a4660aee836e5a7d105d775949ea647c064b44ce53931e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2e95bec1eb80f2e4f0c3a128524dddbf4bd77563890d50799103092320f61cf7
MD5 73a81cdce243e1def20bd2166bac85ac
BLAKE2b-256 c6da409a788bceb1a2342c70f88e434ade9a9580faf77a77bd4df781ff55819e

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ab1a00205e06c2bdf97cd4f7c0a797a4345cf74a34c885e717b6477b7f0ee0d
MD5 186806499b7a2353a9cc79f87c2c060e
BLAKE2b-256 bdaa260cab3c24222b958f06c3c5dc7ead1c79c8bb16c9c73c20e01d6925bf4a

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d9bae615b450b11a42531e0a1dffbb20a2745e739f75deb00dad691807eeee0
MD5 278e3dc67c5ea0e0808a0398cac650ed
BLAKE2b-256 1a8989f06dede703447a6a185214bdcdd3ca30d2df4bf62067f5ce141381d475

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa39c9e4dd867f288186b22f75f161d61d91e642cfa15b7d5a7dcd76a4ce5c00
MD5 a57765015d038b79b9dad4ed6c9df372
BLAKE2b-256 8519fa96564ca648ef86c7de460130134a75334c29a099cb8b326f3202fc322f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/29.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.6.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80f537fa741580ed09b37fdb9a89376b2a0f82d51433bfcc4db14e7aad739720
MD5 ae0e8bf08ec6d3b17ba29c3fa48ff9be
BLAKE2b-256 34f54b2ad2f41e939d2366f8180737cc3e1249743daee41d946100fce9c8a9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83f9364a99c9a208e47944ee788da28434132993133b9eaa914ffbb0084e9e8c
MD5 6c8be08d7eb502c4ce61b882f739e7f0
BLAKE2b-256 3cf0adaa28b0ccda0c94aac0cb10c3826e1cb3fee597e43b39144af5ed504d09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 84433f6998a58c34cefe585d6cad9a735610ba2d77b54c44072fc51d94e96a92
MD5 00c340d9c986eb5b2e1aaa088fcb91a2
BLAKE2b-256 2095488af6fe16a7ce7697824f01ed7f6bf58cfdcc259e5d08864aee53e79564

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2f6af0edcb8b83b19b225694aaf5b559971edb59661a4eab6ead5a8be631d5a3
MD5 ad5075b2ae5a58f51b5aa777a3c28f7f
BLAKE2b-256 58ace8fedce5402ab656ed93d1ba23ac20287d93b5e29dc55467cd19d698d9b4

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8124dadf8987297ce4a41ec2489427b932f4f8b57956214191d27c8a82928f94
MD5 1f68e349cdb5d635f780a95afbe415c2
BLAKE2b-256 75900c853ee85967e2afd121763dee9ae2cdcfc565df202f3913a531fcee3539

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e5372ea3f5dec02d291657e58c8d33e5c367496fa5cb0d56c95742ed417b68b
MD5 195605ca27a10fdb8978baaa3c81d9b7
BLAKE2b-256 97baf746818b97fed57212192fada2c0434add148904eadf24f95a7ac8998156

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d65b47213e2d7b19cdc60d140eea4c5853c4aa0063442899ab696bf49c00520
MD5 b56fb685c85bf09e383b3313eed399db
BLAKE2b-256 1e10aa4efbadacb56e6c17cf37a4b78ebc48f05e57739e4dd99746efd881a93f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84d306feea1887549f0567a6afaca578a31374687ea3325e560f2eae1264cb34
MD5 caca25acf97f4d0e3ece48b7d1b84f0f
BLAKE2b-256 5bcd0da87b6b5b3d3d0d20e1152f0fb31daef27e617a29080939c7e2a553bcd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aa6c877f9c976976f11926409f6e7bcffb8b2a1fb0420f1b31dd3e6c4a901002
MD5 ba0f58b66e713c47576511c8de6c90b7
BLAKE2b-256 693da2a6f05606cbdc96bdfa12ec7963e08612d220733f7f48f7d49ef413578b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-6.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 86451727fae9af4818678b3ffb7452a0e812f9087b7a76e2763a2606506ed29c
MD5 6a39e598017754523fcd58790fab974a
BLAKE2b-256 614c8ccca59f2da5ec771263d0b7b1d40cae8c9010af4b7dfcd9bfa7d8c182a6

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1f8450311ae958982d3d259dced68006896af0a6e9b20969b71f07ab61080c4
MD5 ed2a8d27d42fc4d8885f391bc86e21c2
BLAKE2b-256 54f81e51a9d748441eb951edecf421f5a248369f1c05f8461f336c561279426f

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1b09bc5bc38e37ded77249ad63cf9b3aa9b18f4fcba39b00952a3f7a7285af6
MD5 054753d657b1c023918df5d13d93835a
BLAKE2b-256 4dd50db570398af770d5fe23848e85e7cdc9ff8a3c2383b59fc1c41c01189db5

See more details on using hashes here.

File details

Details for the file pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c64c64c14a78f6ac6f97ef054a1468fddc3687c2d06ab7b9adc1f0ed8606cb8d
MD5 c1815281e789bd0fdd818e0a2ea1eb06
BLAKE2b-256 8ee6ab03caa78a13119fff518e00e14b76deab81529afa3cd71afcc65c77970c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9abda780082c0e4100e098011ef05a8529f0b285967e39b38f6c0ed84d7b6c53
MD5 139105cce81da70b3a8f72616eb710d5
BLAKE2b-256 a4eece53abe5cee1528e1ddc3899f8e54037ef4218b57419ceb2ac05aa54019c

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