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 Language grade: Python Language grade: C/C++

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.8 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

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.

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

Uploaded Source

Built Distributions

pikepdf-2.0.0b2-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.0.0b2-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.0.0b2-cp39-cp39-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl (941.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.0.0b2-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.0.0b2-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.0.0b2-cp38-cp38-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (941.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

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

pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (927.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

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

pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl (927.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2.tar.gz
Algorithm Hash digest
SHA256 3de44419fa88838bff8cdf31c32195e3f30ed36c76449297c0dea50961093849
MD5 9fc67238cfa158fd6c07788cb2c78230
BLAKE2b-256 f04e2f043eee9fc8a4db0b9f2a6ec0e73a4c0138fe4343d6cf7efc2e0ba75b64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2494e428de40921f7cfbe02102cfc9d9d46a972729232fcf9d920ca49bafe3c7
MD5 4f3bc4c019d82708953f79fca3e35e0e
BLAKE2b-256 dd64edd1138c86919687cd607c7cff58d9ebd2ea88b08ec586b9303da164f78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 59f263a277b45afb907ec8743349c5da7938dcdb43aa89366581fc3913ed2780
MD5 bd3d0feae83dbfbdf7562fa6d90a7bd8
BLAKE2b-256 f93185fb64c3591be9551db0860b6737c304754b563fd381c27909b2f7986ba3

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ae7ce06200bedb4304da888468cffb101dcd8169ef0b9d952bba4f8a69a5a522
MD5 b4ced8490390f2c3ef34bcc86945d2c0
BLAKE2b-256 0fcf194e9f82eae0f5642e88d69d002912c2059097b3f06cf7626f10a9eadee6

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7e88ad1ca0a08038991e525486ec1bf680c7cad863c7e23ecbfd524563c086aa
MD5 5274eeedd169c1f28737b1ae6b024864
BLAKE2b-256 847ba9d6a86806b246a4c66f89c9060bdacbbfb72ccc90333da3a9d6ad35a0c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 941.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2bfbe3e7f8e7bb6b128c8a7b4c6ff8406f53e2e5c57d7bf8a6f03a687c7191f6
MD5 2c0456ae43802b0f641be6e9836da3db
BLAKE2b-256 18a405f3d56aa94ac6ec71144982e4b5551a71dcf415674db99f5e2d0c0c6981

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 663c996b9fc3f72cb2e648369d180fa9bb2eb0a51dbfa2f00bc8a7f145de79f2
MD5 040f0a2399a7f53165e31053c7f2f400
BLAKE2b-256 3a70abf1ab5ebdf5f61f6fa9f1ae9e04afeb128c91f969446346e5c9fb515c00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7d794c870b29339e1c9d95db0e116c9912c4f6527b22128f29ae71449e9cb43a
MD5 0665b9c115c411ce9e5bbc68a3dce205
BLAKE2b-256 f0748aac76f72b5fe2d89b2f94a708aa891a53c784f6baf41022e1abf769ddda

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-2.0.0b2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f17a3588c52a755d6b6f4af8c4710d209d3af94482a37867a2ca327000a2669f
MD5 f173a6a7159897120a344ccf0c74c173
BLAKE2b-256 58871c89f68e93dd5810c5375502af05291ee4263224adbfec666194b37b45a8

See more details on using hashes here.

File details

Details for the file pikepdf-2.0.0b2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-2.0.0b2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ef21b34f49fc1140aab0bb01e5dc67f469ddd1786335e0a1c92e23604bc9ad3a
MD5 1995c9bbaa50fce599e227e1542e7452
BLAKE2b-256 49926230409c58a37dcf013afb29533d521867ced72766f8cb1e9c2a5b59110f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 941.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7948f7b96ff02b0970c02941e17ca0a37f2a269b810121cbb8be00a8fc06d7a7
MD5 87b0c1a6abc38c4d93aeac0aa67f4d0a
BLAKE2b-256 7c6768fa0cbb07ea342609c8d113bfce259fde9b3d6fff052dd293eb21aee4fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1291ef4343a04126922bbffaa67aa3b70f3e13903027e82749d8fb2d0df89e46
MD5 3bd1f06c5a2f96603d370f93177e0bb2
BLAKE2b-256 2ab998ad10c1ff66e9102393ca2b55d3beff64174452ef377672fcf63d320805

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5f792347a72a4e218d64d69badd93a0a04ef48c93a203a6ffd1f64191299ed79
MD5 d24e7baac820ccfa046eeee79b48058f
BLAKE2b-256 77d649ee705b24eb0a42b36d15e6dd07d25e94194a1174c0f7318fdfc6bd5ad0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd9f3ed6d787b26aabede9bb6ac796cc0a8888eff8eb4f00906e025fe49bb05d
MD5 fd94402b8f9d9667dc74d599e246d037
BLAKE2b-256 1c62cb3c580e608f8f582f9129c13010c583e3fde10f96cb218585f32e829119

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 10a01e080fb6ed6171864638d70f32bb6ad9719b8353475ec96e12a8baf2a489
MD5 913d069f66076a7d379e5a3996d3cf69
BLAKE2b-256 7c0ac40823b636ebb6b09b12ea066bb8fee35017837e87fe06328c1478c91541

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 927.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e0ecc9d9ff47e8b64aca1f9210d335602a0bff507818aa74db4114aa7e0fa63
MD5 f32c9a28e356faa805b1616fa1b77228
BLAKE2b-256 682d4e3dc9a5a5843a6f6fcc2926e5865249c0c73372bd8845cc2bd495b80fc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b24490a815f15388c0811535ae003a95899358b46d4bcc41d62f335d7fe08ca6
MD5 e744b0c92c70944e326d9dddd0f32ebc
BLAKE2b-256 97a9dfa5e58f1bf3db6a3f8181f3d39726f786bf74a963eb16d6c76eeec65940

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 efbcd4c6555158a09098758a5fdd99ae3f22a85931562e3312fc00a203cfe469
MD5 a420fa6d5bf74c12245e84fb6ac2d594
BLAKE2b-256 e1fad727430e5d2f6f157320f85b0b9b48d40160714353d3fcfbfbe012573090

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 68607a8ebe94929fba6e454ff6210ebe243e5bf158cf06f5ca745076871ef42e
MD5 90dd7a782fded73441be5ecc6b833f35
BLAKE2b-256 3730305515d98b7e5b5d9a11dbf7b87d8e2b3548c00ba722f9a941123773c04b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 659d3b52ef344f8bbd6f595f460f731fadae7b67fe0250cae937dfffc55fe664
MD5 d3b686ce5cf082da313300de88e79396
BLAKE2b-256 eeb74a35a9097c213bb83ea0f208d5b458b831922900635f7ea42e2d8c504f9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 927.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f126a9e13cad5aa3b7f81c08afbc2920e215864caf8057b7f75439abdbb19ad7
MD5 05b5e17f17b87f30fbf5ec64b87c07ae
BLAKE2b-256 8a0ee94d085b0e7488c387d2eabf0f35e296a77c07a89edbc3849ee9d112f303

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