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

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

Uploaded Source

Built Distributions

pikepdf-1.10.4-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.10.4-cp38-cp38-win32.whl (892.0 kB view details)

Uploaded CPython 3.8 Windows x86

pikepdf-1.10.4-cp38-cp38-manylinux2010_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-1.10.4-cp38-cp38-manylinux2010_i686.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.10.4-cp38-cp38-macosx_10_9_x86_64.whl (977.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-1.10.4-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.10.4-cp37-cp37m-win32.whl (895.1 kB view details)

Uploaded CPython 3.7m Windows x86

pikepdf-1.10.4-cp37-cp37m-manylinux2010_x86_64.whl (10.1 MB view details)

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.10.4-cp37-cp37m-macosx_10_9_x86_64.whl (961.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-1.10.4-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.10.4-cp36-cp36m-win32.whl (895.0 kB view details)

Uploaded CPython 3.6m Windows x86

pikepdf-1.10.4-cp36-cp36m-manylinux2010_x86_64.whl (10.1 MB view details)

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.10.4-cp36-cp36m-macosx_10_9_x86_64.whl (961.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pikepdf-1.10.4-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.10.4-cp35-cp35m-win32.whl (895.0 kB view details)

Uploaded CPython 3.5m Windows x86

pikepdf-1.10.4-cp35-cp35m-manylinux2010_x86_64.whl (10.1 MB view details)

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.10.4-cp35-cp35m-macosx_10_9_x86_64.whl (964.2 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-1.10.4.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4.tar.gz
Algorithm Hash digest
SHA256 33cb95de843947222686d584852152e95a1a4e40f80f9fbd9c87e82f2993c15a
MD5 7b492b52352f9002b9706b9714310b7b
BLAKE2b-256 7c3612fa475b50ad6740c78873b9a801c3c29e2212eb18a2847f39fcef3c1ed7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9782a5db9ab3be827902b46f9477fbaf9b114e8bebf1f658a50cf70be2bd73dd
MD5 b84e2ddbf31b17abe44c080c41f2f0b3
BLAKE2b-256 f68a663c189f8a15e83d81d66cf3903defaa2ee24a0b462ebf0e36576b5fc925

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 892.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fd0b4a69567cef9dd3aac2d859f9fded9ff2d135cef9d4ac4ee9f49f073fc851
MD5 e731d27399e66988b9286ed59b912341
BLAKE2b-256 eb9e6772c562afa50c9a0c5f08cc46ef37b7cf0cbe142b85885a26d976459ae3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 9.9 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3369c4bf26df1dc6a14538eefe2d6cce67112ae98dad1e95ec7d2f74386f7f3
MD5 97521c58d1843d56cea38af56d1f7fb1
BLAKE2b-256 0324d01b802e79cae2565a66931d2d1ce04fd6602f92345fb9dfbf92345bcfdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 7.4 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 232a1f487ebbbda740374d54d3575936db18bf506f063c41c8dc821334128db2
MD5 bde644503096fd03582c4acf179e4a65
BLAKE2b-256 f9264255a42ef1ce5e3302a68d4f21040f6fe425d67151da23310c875819768b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.1 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7deaa7df1b00944f805e35360eccb0039480e42091e21a0c78efad972d7cc49
MD5 9905c9a7b2ba9d3b10d5fef832033ea4
BLAKE2b-256 e1f93f5fad05ac84308d4c0745b62b6086b2286d0f309539f915f5f89641e7c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 514679ae857e07501584d3b44e1ec960b98600154a2269fe288069c653742bc9
MD5 2418a595cc170845c247e6b54e8f3390
BLAKE2b-256 fbb8bbb7246b0857b53afe94f291ece7c3e7a100c743264dac6f80dba27e575f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 895.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0e2d57f4a8e583a1e287194eff35274887fa1d438f1bcbea16a16a1536c30221
MD5 c34d19b544119aea1459c95815aaf264
BLAKE2b-256 4d0bb75d488a127bb11b73e322cdffc7681efc743d5584ec19d3b92d7954c872

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 da1bbd290150adac8ddd80566a5f477ae7667daaba12beaa779591a21075e908
MD5 d653cc4cde51a008fea912ef2730a395
BLAKE2b-256 073e91eb87f9c252e7087fc712d1f902ddf49a7fddeb7ff862a68a8a66ee941d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f9ab0a5623d46bf5939885e79cd36a5ec8ab4d0323460f56d223fa2621a0db40
MD5 b4a5961d49182c0a2992a639781efbfe
BLAKE2b-256 83aaf081191939e8e23868228cf0c91b6dd8e4f621dcdb1b20d232e248de5166

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 961.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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b05f79ed3297da3217d29465d0d84d1a6562bbea4eda60cef1648e1a76cd00b0
MD5 8b14702483bb430175f2ea9229238ef3
BLAKE2b-256 1d0e5cc2a88df81e660f14ea2912bd026e641ffff526ba4d9acdb393aa83f3ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 146838276f82488303167d3d305f43631adabbf89e3a344126b9fbd6da93d974
MD5 ceba1b65756ca60a156771d6a0bb79e5
BLAKE2b-256 d1cb72238a660321e7f093b3bbb0ec9174a5beeb53e130e87be737810d725809

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 895.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 268fd8b8712ef43f852295f9927eb58df1478029e3f04f1922761ad142e4a7d8
MD5 1509bbc3ccdc55fc346d3de295f371e3
BLAKE2b-256 9dfed1b4562fc7377e956b33a7d2a464ee19f454e9d37263bdfbae7d512efc95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e7c343540492b8127025be4cb1b6dff3e230de596f77ec73465481d1e153198
MD5 3fafd4584692a21b760e80ff354ed7e7
BLAKE2b-256 97543499f167dfc15ea9d0f898b471bfcad166a80ff66052f6bb01590917e734

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 621e20e99bd5a0a04ef8db38a618b48a9cec36592364d6c94a8521b98f02fc7d
MD5 e78cae04d8ff292b1ae1d9004684d7c6
BLAKE2b-256 930400e195fd0a36292e088b006d8ee0b484782d61130fa8ba52870214547eda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 961.3 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 210dd03eacc8afc6e680ae75f975fe9aee81f9cc1ada6fdcf45715eb3595ef20
MD5 0d555936598ab797f13248c29e74947a
BLAKE2b-256 a6e3c081a0df28096278fd325ecac3e5801c9c9a65328efd008bc21dc74e4118

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a8d78d1a8fb83a3dd2689b217353c811879cd8cf3271e4762f5a2736c181e1f6
MD5 7c2c09354c02a9abaf5e142eaf8d3df7
BLAKE2b-256 18789f8e0dbce3c63acc5a7b1b3974a39837aab695744a3784e46baeec79d66c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 895.0 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4a07bb9e5eade653b767b7e3ba9cbcf1f6586dbb91578c929997562c680d5ad0
MD5 21f4e6168f0a663b100a393afed83f59
BLAKE2b-256 d9d9e75869f6545e0fdf3684dfb61d6af881679fd653fc62b9d27c1ab503c59a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 10.1 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dad6d77b0b119d88e6d805e5e8605d4fc27cd21be22d1895094c8fccb54d07d6
MD5 345cc0f73016184ed16a47a1d1f0948e
BLAKE2b-256 a32bfc5e1280730cb8ca40de5c0fed572ba7b4a5382818368a006db06183a45d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 65455fb1c167e03498fc879080845625fe6d274fa37a286272824a600904f786
MD5 4aa063a401867b9806326ceb6cf866fd
BLAKE2b-256 503d81134107e984658d9d58f163a641b62f3efb4bdd57198efcdc90d685f277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.10.4-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 964.2 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for pikepdf-1.10.4-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1747ff71a66088eac15566b5ba54919a6ba8e134f7440251edf3e60c75831b3e
MD5 d6345b24d08d64481046ee958f60097a
BLAKE2b-256 704469c29a8c31a9f8b46f44bfad29ff943ff5bb6251ecadda7e978351ee964c

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