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.5-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-1.15.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

pikepdf-1.15.1-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.15.1-cp38-cp38-win32.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-1.15.1-cp38-cp38-manylinux2010_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-1.15.1-cp38-cp38-manylinux2010_i686.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl (997.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.15.1-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.15.1-cp37-cp37m-win32.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-1.15.1-cp37-cp37m-manylinux2010_x86_64.whl (10.2 MB view details)

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

pikepdf-1.15.1-cp37-cp37m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl (982.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-1.15.1-cp36-cp36m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.15.1-cp36-cp36m-win32.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.15.1-cp36-cp36m-manylinux2010_x86_64.whl (10.2 MB view details)

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

pikepdf-1.15.1-cp36-cp36m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl (982.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pikepdf-1.15.1-cp35-cp35m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.15.1-cp35-cp35m-win32.whl (1.2 MB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.15.1-cp35-cp35m-manylinux2010_x86_64.whl (10.2 MB view details)

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

pikepdf-1.15.1-cp35-cp35m-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.15.1-cp35-cp35m-macosx_10_9_x86_64.whl (986.0 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-1.15.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1.tar.gz
Algorithm Hash digest
SHA256 59c3ff9251752e740b8863d5bb327d4fb598afa336db9e2b6038e7beb0fd57a5
MD5 d4ac3585cf9e16c3ad6a752ba85ab097
BLAKE2b-256 d2226f77d3112ce7b1f25d4013e7a94fbb627938f5d297c7d4e9118a1e50792b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 489293e2e78a6bb9004f18316f747d35c40353941f85dfe77f869d74a145237d
MD5 c894ff3ee80876c97f793e6ff17f871b
BLAKE2b-256 92dfaa7f94436cd7ad63d7855aa7ade0f659954371db99eb7ae2e1a747a5e456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3aa287903e2b0082409ba5e25eb9943a06fcd60d8a2230a1afedc6433d3856f9
MD5 fcc84b8942dc193fc6a42cdfe5f88dd3
BLAKE2b-256 25dc7d55769c6d543b658fcebeabc815ba0f61fea8a1c5126d45f2c6d66bfb07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9104f6a4bf8b3a72d5aa58cdb7fa7e49335bb331768c4ed41e105e9fdd2a12b6
MD5 265d735f2412d944a6ff42b8f272f9a3
BLAKE2b-256 405b37475a8e849e593e92ddd12faeb0eaf86797fe0e7795a86303f29e02c79c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c0fb8ac2c8a0a67fec3bf8d9430ba90684490d7e22a9719c5b2e7aa5cc3d94ce
MD5 5fe6ea33421c23b589eb9a2cf271f0f7
BLAKE2b-256 bfee0d7e8df90998f7e1ff99fbceb9bef6b2b0b821fe041774a2d9681fa87c91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 997.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d72edbf6ef97ed397728abcb8cb6722f35aedf77d5ee390ebfcf5c507e1de9ac
MD5 658270bc73087cf7766f73390c65f6a7
BLAKE2b-256 96496a30472eb7ec502e3c9505fd93551af550c90c5e56999a61bc48e7bbf5b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e218a7d7aa51ce5738fb40b4b0fbde3eeae6d5d07f6977f353acafdbeff104e3
MD5 2012bf111d4f9110822edf7389f854d6
BLAKE2b-256 e2c7d2646097bbb39a3c72618d28171b3d172512d6c145080e9483320c790438

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 04f2b5e5833b04a04114031395b21fba0940db863e910a3567eac07952f22bdc
MD5 e9289d67afb0b8803f3c21ee3555d374
BLAKE2b-256 89b7ea5c5441d943f9a18df97322f497a2fa93f94d9c4c373e030b6ca070559b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 61daf7abdbb210ec91af326e4c56322ce0dfba30cd29e12bc77eda54830ac0cc
MD5 119968e170d629a58fb6d7e37ebf6e29
BLAKE2b-256 d426b6e65898fee3bcb49ed98a738ab9100060f92fd9a6c61b2313c22f13e08b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 283218cfd9d4f297035ca593c092fc90429ce5514f343e90d1691c0f78dacd75
MD5 7083370b59d9399e0239ef92616e7173
BLAKE2b-256 c49e89917f345b546f5b85a5ef82db4cd799d80fa9799df8fe485dee62ce0acb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 982.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7ae913f3d5bcbc2e39b00b80dfd3597d002da504156004cfb5e9769c3af8b8c
MD5 35bfbe26324770de7e3b2aaaf2edc08f
BLAKE2b-256 6dcf960af81c0d5087cf58c5399d9eed14f81c8d418ee17d5aff19169f4668d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6e9c26a6eb436aa4b21184596dbc9a8cd407e0e55eed351dd14b93955fe40c61
MD5 a85d0755c2ce13707f394396a494f774
BLAKE2b-256 af592155c6bfa29ce68ed71c21aeee44967031fc7651bd77bb76030463522c83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 58ea8fca5518c203d1f1c10047b1c79a9593d21dea1dbec19374fa4c7128d13c
MD5 712891d10fd06d3db2aabb6cb2647b48
BLAKE2b-256 c5c2fe0f3d437dad075018fe5c03e5247a7609e7c755198dda21866bb26eae82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dcbdbc1a9ea1f7e0cd494db6088ef55dfa8ff5aab208808e75cfdc256f54acbe
MD5 90d6fb67288b6bce7f228df22b78b63e
BLAKE2b-256 a8803d0422ff785cfc0c5213808ef1579e493ce2e008dc4347995362c05e6460

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 908ff2365f7331c38d3ff3e2c31400094f59eeeb4ea51f5780b52bb248521bdf
MD5 5f50d510013fa1e0be24516b5532d515
BLAKE2b-256 a9acdf2462fa557ab098746bcd07bc3a9ec4c05f6ba9afa31e140fd5a4fadb21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 982.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c685fed3519dab568f50331a0bad872240745a0f8d95cdab19f6abb2098be18
MD5 34ec98b218ae5c35fd4dfd1d5ec3cb6f
BLAKE2b-256 96335beafdd710ff16829ab8bab27268db5d5ee456e1686dc8da1284579a58c2

See more details on using hashes here.

File details

Details for the file pikepdf-1.15.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pikepdf-1.15.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 50d03b84b7c0a8964a5ecfb379d248cb17cddb761404a2a938cd1284fbfb2ce9
MD5 6bf0faaf4475461e7883ffddad30552d
BLAKE2b-256 d9a6b1380af88cdc7e2335d62a75c39b5548d3121cce6683f2b9dd4da624ce9f

See more details on using hashes here.

File details

Details for the file pikepdf-1.15.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pikepdf-1.15.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c1e08ce0248982fc30fcb1bd44f3b9188a4bad070ce8d43c0e0f69afb69ca5bc
MD5 04a7df5102657dafef785df082c6b254
BLAKE2b-256 cfa57095f8fa32fb978f328536556da26fd16b475bbf9b8ac8f141ccbd34a605

See more details on using hashes here.

File details

Details for the file pikepdf-1.15.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.15.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 45bef493279028f4941a731eab70bdaa294c5e89d849579b973e1ebae8e8b2ab
MD5 20028275ec21c066dbeae315fda03b89
BLAKE2b-256 4d1ccfa6cbe26da6e6789567a5e2bfd5dfa3f113cae3608704580050d58e4ccd

See more details on using hashes here.

File details

Details for the file pikepdf-1.15.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pikepdf-1.15.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 afcf1977c91b1a1da2a7c6b20d0e44a3b34a06fb65ccd8840344951a159c96ca
MD5 07b271c00d861e478d73debc898d1f8e
BLAKE2b-256 0314fae3cb42e9bf30f956e2cdb457c043f02b8357e8ddd0d0b7a249c53265e6

See more details on using hashes here.

File details

Details for the file pikepdf-1.15.1-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pikepdf-1.15.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 986.0 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pikepdf-1.15.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9dee3566f193f9dbcfb40e5a853c27cac2f687ea39313933d210f84b0dd3e6a
MD5 bc6cb5c2f4d889a6eeffdbb937dcc45c
BLAKE2b-256 edd6683aa2e06131e46ca0aef4b9421a9fbd079ec68ba61f626bee500807259c

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