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.9 2.6-3.6 2.6-3.6
Save and load password protected (encrypted) PDFs ✔ (except public key) ✘ (Only obsolete RC4) ✘ (not at all)
Save and load PDF compressed object streams (PDF 1.5)
Creates linearized ("fast web view") PDFs
Actively maintained pikepdf commit activity PyPDF2 commit activity pdfrw commit activity
Test suite coverage ~89% very low unknown
Creates PDFs that pass PDF validation tests ?
Modifies PDF/A without breaking PDF/A compliance ?
Automatically repairs PDFs with internal errors
PDF XMP metadata editing read-only
Documentation
Integrates with Jupyter and IPython notebooks for rapid development

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl (983.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl (983.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl (970.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl (970.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.1.2.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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2.tar.gz
Algorithm Hash digest
SHA256 0dd42f791f29e7e2ab120103605b9ddd65937c773a72d21341a56873a89e76c9
MD5 8f2d0ca26f4d4f77ce8a401221df0b2f
BLAKE2b-256 c68245442661e4b210e978ddc2554d779df21b4298fbf5eb82e00c2d74e4a6d3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8f739e9c660d71cd479f11f9aa110857cf0d0d9c2472f40bbcbaf02f980355a1
MD5 53d15d7ee687a82a0ad2810e0da1a635
BLAKE2b-256 751745b819a41204f89b244652555c506aff7c10342aa36c29f84c1109966be7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c0627930a17b3a5e1a7c9109099535259afc50fe006a05af9c3634de05abd318
MD5 3b084bccb77d90f609b4081df304e1e7
BLAKE2b-256 7668230c8a42c1ed4fb871898f9e922b2719d190e2c25e30d3f2edf6ab81a36e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 12a1d243143cf972ce11def50f0bd1f6e630f5e660cdeddb2c7c49db5adad40a
MD5 5be54a1ad572c99f412ce8c963735911
BLAKE2b-256 6f9bea0741ac828f9b165c57726f6ed802fe2c8a927818903ba6f8b8f2f1976c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6ce42b7780835fb52452ccaff3a3ac1b28ae1f9d80faab59c559045d9fcb211d
MD5 a760a5a662583efce476281302ba6fbc
BLAKE2b-256 86a0420453a9b1058c4d10ad568f473b205cef259e7823c9cb904f1d7e133a8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 983.0 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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de5f445eaaadd7dae56e1043ab8ca5eef49ece302a4e37e1fc6d21b7dcfcfb1b
MD5 a208aa83c365d5e488518db858cff08b
BLAKE2b-256 0667b62da4cad6f834d2ccaa3e00e8ae3dffffc515548f76390e4a67f7a2dafd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bc58d9486c0959619a2584e558a54d36468c6d1165cd9fe0bfb1ecc3e6b33c6a
MD5 0bbad28fbe988861c83b876c7023af60
BLAKE2b-256 a338caeb7729a59d86a83e05352ccc648b075f41b141eea275d468ae1421e80e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 61dd3f13b7416111d19bf493ce4e7281f63a1dd22c532200cbbcd65813ea43e4
MD5 891ff68d2e216c4a432253655c5d80ab
BLAKE2b-256 4a73ab75c01c286d6e2af5f91151253a1917f8bb29d38ce1cc5376b576f2d785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3c482fe30fd58ff385795605a9233f37f97fb83427c3e829b1a568a2a3b59f60
MD5 5b92f3c039c60e58cca9e9ae950de71b
BLAKE2b-256 2c7fe33b05ce74b57868414004008dd2e3dd6e18be92aa1cae105e275b8a2361

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f90acad26d9939193946eb6ca8363fd3cf44b46b5c1409468906618bccb8113
MD5 c2acdf9038acc8974bbb0255d4929903
BLAKE2b-256 44e8e4c3ec00f833d6489626c657db79d157da66ba37acecd2d9a2ce606f9e99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 983.4 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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ddabfc33a8a7cecba76c1685ce5125fdf239a38d0854d7c2a703490b5783773
MD5 92779d330718890e56a0c12e7ade022f
BLAKE2b-256 21aa013c4d009dbdd13235b023ddc0a6aec2bca896b5365216e6fcdbbb9bcfb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 de6aae7782db33f2cc71c9ba63b7e2ec0e0529843c065eac4e71fcbe043426e2
MD5 2be5c4b3a782045a3034560f5e1100c9
BLAKE2b-256 95ce05ec2de6ee1a47f496951a4a7ee9084aa656304343bbd29ce83b4332fb91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 730ef4013099da7ea722a9b5659260097af6f47ddfa3c2abab4d4493de2591f3
MD5 e28bb8d76e666412d47e8718c566d5ce
BLAKE2b-256 d1925daf1b18f1efc0d1d2a1f495b6a66b35e68fd64fc5e74e0d1b7950948210

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 716427a5c0372f3cc7dc282c4b49d49d8d5182a3e937739a4c3632151e74d6a4
MD5 bcde6534b9e800e045377df8d704f4c9
BLAKE2b-256 15ab275663cbc531ebddbfaeafda688f57b9cb54358839dafb1cf40177d68ec5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a20ca7adbb9d3da416cf5f6de0ebca53855f9a3b99acdd6ec864c61482894d71
MD5 11439753a4beb175963343c07c2a45c9
BLAKE2b-256 3bc5771249fac62c21514bf3aae87f1db17ff05e46192a7e2f5115adf6780e3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 970.7 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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84df07acc8968051da33891af55a3ab1aa55453d83df4ce9b84d821eedc34583
MD5 1ebae1df6fe7043c40631ac72f2654bf
BLAKE2b-256 9ae2d46bb8b426b04377689d52f994bf4670a1efc6f618e7d014e6e576352eb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fdb481ad1219e8d667625afd2f01b26f98df079e4f66e7e49816ec20c8d8c401
MD5 bccf68edf264d271c77b7d72ab53421d
BLAKE2b-256 d61e5c981d1446af10e9ad9857e7a74069343aa2777054d14d216fa3af90c0b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 73e14bba4135adfb89ae2f2163369bd788ecf23839acc8d062d832118f07e288
MD5 3d67c8381c807d38bfad5baec24eb4d8
BLAKE2b-256 26e95dec0a74a56d6b8622d753f75dcce4e7a776028222e57277fc690c783cf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2e1713af11b71e95c2d218c10d68b6f8e813be19c8596c560f3c84617f6d5437
MD5 129d5a7e0cf0069b1f20bd6eeeac888f
BLAKE2b-256 e576c0d9f3c9aa8550b413dadda299dd80c97acd0325a27b8bf3927e94913495

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e2efd844c09f8ce3103a93bfbd54983542a0a63c88bdc0f0cdbb2997f99a147d
MD5 6f767022df7aaa9e417183e79ab81c76
BLAKE2b-256 4a57391984adddaf6c0a38583e1fd397a499d2692a511c32fb0ecc87222fcd84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 970.5 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.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for pikepdf-2.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6dba75782f108ebbf3947fcb29ea0ba7da0482868e53f6602643adc36245201d
MD5 d88ef0453a5cd610b5fae07a540e39f2
BLAKE2b-256 18165c8d28ec2735314f05e626fd438a15e2a029c852211ad3f6acbc13bc4b2b

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