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

Uploaded Source

Built Distributions

pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pikepdf-3.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

pikepdf-3.0.0b2-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9 Windows x86

pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-3.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-3.0.0b2-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pikepdf-3.0.0b2-cp37-cp37m-win32.whl (2.1 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-3.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pikepdf-3.0.0b2-cp36-cp36m-win32.whl (2.1 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-3.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pikepdf-3.0.0b2.tar.gz.

File metadata

  • Download URL: pikepdf-3.0.0b2.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2.tar.gz
Algorithm Hash digest
SHA256 7ab658021274c6c0020b8794bd8cb98687a6dbaab5f3f3f7c387ca063f05280d
MD5 792d17a8219f0a23577ed4677cbbb63c
BLAKE2b-256 e8358287c247a971b38220d0eeb57369a16291b3cf1789b8eb8c42e3192dcdb3

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e680ae6f40993e0a9689c5a54ef81268244f12c4d4aad140a127ec4ad9458284
MD5 b4d106be7a4c6ceef813ab935ae1d7e3
BLAKE2b-256 ad02bbac9c0755049d86557c750a2f87ccd7cf3714671ade0a1316e9d02163c4

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 226d138342e5ce6d34e25e538344bbb0e3651704fbeb96cab8a7857b81d862b6
MD5 aa6dfa476ce3aa6431c76c1177223fb6
BLAKE2b-256 79175f4f379d0c95d61332e83dc17138f592ca7427e6389487e4b0fcc33fadea

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72f7e589848837e3d492da1633d25856d5eea2a6bd9904deb9dd542170fefd91
MD5 4504fe95bb9c869e2c55ccf48be81d43
BLAKE2b-256 1a8db9582dcfd7c9a04ac80ea535d0b425a1e4edea363825e310bd37f16fa18f

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-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.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4687a233deae82df5a4b6236cfa05dc56813b0905063209549c78b6dba9baa31
MD5 e6ba1d5695d4cc127bbc2411f24661aa
BLAKE2b-256 d072d43f15215e4a9e77a5a38f8dc0f95756b472cec017e2fbeeb5a42adb42ff

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9b8007568b73e55cb554f9a1edcc0eaa8bd7cf3d94db71eaf6600329869cb074
MD5 93da3c7dc9345586e9bbacf8aeb2ca00
BLAKE2b-256 3e6b5ce6aedacbca9cbbedf9afc6dc596e3bffec530c9fded88d7659fbaf963a

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 58ae2ef9373ffc99780c54389418d650a67c89852224bd5ecd1dfdae824d2c07
MD5 bcc68109f867d48e19ab9fa8db9f5002
BLAKE2b-256 c1d557150cbe7e89b109a4a7b3c90b2a7f3efcbc47c97299718c9b44d0f43f18

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 86cd23181efb3f52049e1a225001ab5bcc9da8f5d44f3caa99cba3e7e4afbc51
MD5 ff3916eda8fa205d550bd0a3c9a8cc15
BLAKE2b-256 672e46c610d322e89f20274ecfcf506c6a2e30d5d01c3a27069374c4fa4dfb7c

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 128dada9d6cd045ecd0a5920720691426ae4a69626d481f0000212214996a98d
MD5 42e02c36ccab1383e9974a99599ad99e
BLAKE2b-256 60cac338656a41d42fff6431a33b23230e13f4838deb875d02ba7f7dd627fc7c

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-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.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eb29d161a7f2cf8e5e5e61cb516fb18a8d926d6fc5c32b7c16961bd773db8a13
MD5 78de4323e0740cc5e443d4738f49b5cd
BLAKE2b-256 3a276b1d963a1cad75995cac45e1c2bd01da9c76314c22ab00eb5145798106ac

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cda3398a8276c009430af32ac48c7bd0a259891172e9fcde89e935d42d81ef49
MD5 005b24e289339fe5b8c0e9b96dbe4190
BLAKE2b-256 96207967b655c8d991cd2396fe6708c77cb261d232d6ff6f3af63848ff758db7

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 af3f714522997e64ad2ea5457c6b2f33decc0da4196c770ad70d5218fcf45276
MD5 36cd026b715d25869a231c8904d06734
BLAKE2b-256 e16b7ba89e6302d757d07583813c758588a6bcad922f6a2a2367c2ab1f25a75b

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b85ba3fe91ba2be35aee5792492d45acccdaaf3e209e50953bdf2eef6db72c5e
MD5 292d40e2ebd65746d2b1c7f210e4ea8a
BLAKE2b-256 bd7a2f41d8bf6f8137893850a26c8934e07f81f52174939d3f6e2767ecc45557

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 165e2df059a1b99e69b6cd0f920ec11bba2ac1cb4997951e3931a084c6fb280a
MD5 e36233aba52a7c029b39223bb876bcda
BLAKE2b-256 54ee73defc5eb1039cb503f071c6397a59713086e9ad56babfbc1de2a92a9478

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-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.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5ecf8d78a2ef21f99e14cf4500373eb0c3fd88ee4e2f421f56ac137906f5574d
MD5 db70ddda6f2526057e1d164c94293334
BLAKE2b-256 1754215bfd4857a3c9ee36be4a180c37167b2bade13dbd12ffa589cae88b1e45

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 79ff06e4584198ba073f8b9ccadf8875c3cddd2dda8da54130adb40d6a1ed5c9
MD5 376403a851ea4b2516897ee761d2249c
BLAKE2b-256 89385db6ac33881eb6e0d41ac1a29ec1f6f163fc8bca704070f530c1874a00f8

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 06d57625e0d11ff871b7efe25773b6fc2d03bdbb726291fa5e7d165ad3c72129
MD5 7cfd213f005e1d3d09b220a5b70369f8
BLAKE2b-256 46d4cb080117bd0ded4ec6d88d54749560c2d944d8a9d3719cbeb04ac4ed1a6a

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aeb7123e0cda6b64516e0f56c147528fecfce478dfbfce15354baad5f0a49a7b
MD5 49ff8d5c2769f8cc70d8106966ef39af
BLAKE2b-256 8db0f1a7ddc19556d6d82ff18c9f6fd6a0ef002e3e9bf06705674eab7e6dd7c2

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ffbc25ab338b10e023b04d2577d0e4e266e3babfff9c6db76a49504b4089f29e
MD5 7f03dbcc733a606a5484aeba6824fcbb
BLAKE2b-256 4d572fdd5820c507a952efcb134fcf493dc87152d73b0ac73638b4696ee5851b

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-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.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 752695d6d980bf56abbe2fc3b80953c6d5e3c0b9a9dbcc979f143374c52371b2
MD5 7d8256a2f41c58733d2b2cc52d2d59f2
BLAKE2b-256 eff7c4b976298b75418c103824eef4b97100e0bfeac6acb2484df63822e11141

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 22af7072633c000a3cc776b028d5a39a746468b2d0d797a4a826b3a8c463a487
MD5 b0d00fade842eaab8543fd60ebf6bff8
BLAKE2b-256 98be1ead4721164894f26e2aac037cce386af17afae804d3415540be542ac54c

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d8d44985a555ea85c30e200f8965a5fa43d9598afd00dc0da21168cf5ca3deeb
MD5 7ca3fb83aa766fd068aecd583fcf61d4
BLAKE2b-256 92088c06ddb3ac92d520ea12aa1d803b2a78f3ced93483d005d0c79bc3184986

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pikepdf-3.0.0b2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5748c31d1105270a0ecfb20cd64bc3ea90b46ee7ff7c3d9dc017adbae1f67158
MD5 26231507d921c0763aef5d51b6145c47
BLAKE2b-256 2cfe8259ed76a22511c1a31391e599b66458c6f474f515ca5b00beeac17636cb

See more details on using hashes here.

File details

Details for the file pikepdf-3.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-3.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pikepdf-3.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99ca677f510301da313298c2075e3c621ebc5d05416eb37460cb0683d3c8eaed
MD5 5952183ba7d8323860ebba356cef8c84
BLAKE2b-256 1533d3c887d372f4f61465dc70bc5dccdc3ceb5b09b7ae40f9b81aad04fae626

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