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.

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

Uploaded Source

Built Distributions

pikepdf-2.13.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.13.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.13.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.13.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.13.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0.tar.gz
Algorithm Hash digest
SHA256 9484921319aa072f7471b823bd196879f97945e811f9d9bc0a15e52ae05a25b6
MD5 d1d07f38af233b0d0020ed8ec263d33c
BLAKE2b-256 2b556a6a82b13dcf181c1c61d51559893c9ed566767e25edc7b6f4cbba85c07f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bcfc8841d911b9c3a637ffa721ab83166876c6245ccb04fdeae1580cf2f7b3f9
MD5 cc8dcadbf84eed1780eeedd1e17e56c4
BLAKE2b-256 eda9980feb0049086cc842f69de9d788c3d65027abe4a77dbeb711f238cb323b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed7b6f9fab3b4eef527301a0628ecc47586593d6c85fafc3d4b3e86206025e6e
MD5 0b0b4913bf3f7e19397b4d1a5dec9db8
BLAKE2b-256 482b686c4f904da2211e2869d419bce1228cc317d6ba6db1ca40c3635f30b317

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6d665d4f1f98f8b264dbe677dd59f0c80bf3ad5c739a349186ab3f076bf7e3f0
MD5 5cd9a5311a829aee4cdcbade356dda43
BLAKE2b-256 77117b91fea62913d21d38ac675841c3846b76482e3b5cf4bd2ffdd63192395d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a6689fc87f3886cf6d801a5cb606e4464b71f0408557010f503cf02f3ce95d2
MD5 ee8e4f6eebb1c08e12968f5ec11c7b26
BLAKE2b-256 f078262946abbf97e724d3d746ab8fe9f05ca4b86955674a038ca174131c957f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1bc381015edd3793bd2f458b1b7fa0412550b0769f7371b4329481892cc482c8
MD5 1eabe94d0d33aaee3fdcc4b4d319aa5e
BLAKE2b-256 3e223c3c61dcec9c00a5e72b0cc675a12e5fec09da7583768841684097320597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ae8b85cd77af424d0cc07a0aee539c5da11bd545bf72193841ad5f58bd26f979
MD5 168fd65eae7f049bff2bfccf0fa78e8d
BLAKE2b-256 4686b8cd8dce676e8c7ef00ea7ad628d9a6b7abb7e0404743eccf99b354878b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 394b56c095d45e9a312ced15e5f24c3d2b5f690702ff066bca5da169e66da27c
MD5 304a6e700dff69fbb26f99bc07680d09
BLAKE2b-256 ac1fa9a237e8878f254a11b347237c856ac681772b05a79293609b95b96aae0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9c479fc03a68ad0d34d0de59d9264d0c9f4fd7d573c3173117f287123b19c244
MD5 ea03c74399ea36d0e7317a2c4d99fb33
BLAKE2b-256 c4968efe8f68da0f79d2ee6d191a173082dea2ef397111e04c93732d1c98ff61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2526569db97a67ea00308145fd0ed56c65fb268befba1a67f58f262be8f70262
MD5 0e732eb04fee219058916d339338226f
BLAKE2b-256 e3f47a3c105ff8d0dbdb1fc8de9f81a399adadd31e74efb02ab1fb33c606bd52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfe796abe75e75659c5966332e08dda1a94b2f00ffddd5547802df454def6080
MD5 6fee2a1d428ed1119ebcbaef7a9d18d3
BLAKE2b-256 cb5794e1af4dec043168a58be56c71041d6118a361f947a1812d476804b8411d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d7426734b3f1f22637e1b3cf0cfaacbc7c9daab8ef558e1a299eebc8266ce8da
MD5 bbc4a5e1def7d490b35cfba9d60ffc37
BLAKE2b-256 f0b4daa0871ebdbd6ad036c6c77c69c38972385cc9da136275b3d68c62d52494

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7d156055a94fc0b01656afc49602311b40f0224013092ad27373826ea034aac2
MD5 875b77968f827111f98526f16f6cde2c
BLAKE2b-256 b38a70d1399f2f4d5243c2c950c04b44f01b58527b60350e1097725fb94bac56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cd16afcc374cf5b122870603492e31a446285c3ef5f8389bf616cb85c504db2
MD5 fd35bbc6ae5f714ee697d9e790adc27b
BLAKE2b-256 fb994a30d647516b8a63124f4cfeea81460eaacaecf379dfa73b0abcf9b40221

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a414898948ffb27ab797b41a19869e3b68a1476044a7e6cdd24e574077f1e9b3
MD5 c0feb8bc6e526cbb1edd3a341ab49485
BLAKE2b-256 5d46ed7cbcded25d4297931f15443086bb3d776e060775a64e8d564b7e732d86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33643d8ff2339e7cef803227fdf9fe96461d38d79c9bf9fd26d910e27d3c49d1
MD5 2367a8d9a91d533aecdde32609980765
BLAKE2b-256 996261396a11a3311417bf55b75423929dcf609a2945844b99871698ddb23160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 624e2d988627c1362bf83ff341b07ddee87809c9966da4eca48d8fca11099b0a
MD5 cabc5838402f1189130471100169d2be
BLAKE2b-256 567ab2f93da5368e2a30e565b0dea8f3f33bb1bfe83401f01756d69f45925d3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8afb75b9933b2cb7eb4cd34af4fff2b97e45ba9b7c3ce2cc42fbd72458ad3b0b
MD5 0ae8f6d4b564aec26408f88e02417f83
BLAKE2b-256 274f94c6f697d8a640e12f24029199c8ba0ebd497a9ea8bff2d4a97eff2fdfde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d19b8f611d1c660d2048511921ed8ac26b2c6a694dbf96cd668c15397c857f63
MD5 4970d66ed61de20b22bdac7878b86a09
BLAKE2b-256 1e0ec8c14d407a0d64fb20afe408df76da9ef26a94939d7d8a8c566de1377b4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 66dd2be87c0ec317f80253d50296cfcf22c81667c69894ec7d4c892b1a613fbf
MD5 f5293a762376f10fd8d635056a8208f6
BLAKE2b-256 2b9a467b150b9ef965ecd92dda53e63e435a20344c67259a4a9f56d5914cb688

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e3c03319013ec00406c09671413c7b47ac1dd23e67a872c2386cd0538d7e371
MD5 655441ac0a289755150ffa9e4e38d150
BLAKE2b-256 1e0631073c63ccc944b91aed6969cb119786c34fd386077b158c6a0855661ec1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3bc9f6842865cfaa128802cdf15d7dcae60ba86b11af46ad65db5c3e9ecdbbb6
MD5 67e0bf317426be8f979ca83ce7a73b0c
BLAKE2b-256 8a29f41b883ccf1e8e2085ee7a3db7255f97a3a452a00a3df9ba67e913b4401e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a6f0774e83a72175a166ac75dd3b75320efecf506a6e5b65c007f61bb9552376
MD5 de701555b7ccc28cd85244d7a051442e
BLAKE2b-256 2ad1da185bec153125f31a5f005e3607b4adc963e6d61668709cfe94d25002ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4331bbab201136b83bac6977b750477e83dbb8356080cfaf99b0eca98ec12ce4
MD5 a47f99bd1db5369166f3642d8ec2d1cc
BLAKE2b-256 5514dcee3b7856aeb4f2e0b09109ac078df8a7d4cdf680a25a36f49c998eb1fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-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.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 502ce98b1bc3e96aee9b38f2f4dc1542452d32a98f351f198ee6e2b387257ee4
MD5 9daab353fef5287959c36a5a03fdb503
BLAKE2b-256 b617e2c3f4534864c35bee59fabcea4f254e0e06d36724705a9a0d6d81c97cda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.13.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pikepdf-2.13.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b18a90b4c6abaa1bf4b2b39266fa02c833be87c219b0e7cdfdb02c43e77eefe7
MD5 bdf348ee5e252a403ced9bb3a06db030
BLAKE2b-256 901abaf36eeba8f4fa3aa8abd733b8bce2d3b82a1e1e29f6afeec47135f66fd6

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