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](https://img.shields.io/badge/PyPy-3.6 | 3.7-blue) Language grade: Python Language grade: C/C++ PyPI - License PyPI - Downloads

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

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

This version

2.8.0

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

Uploaded Source

Built Distributions

pikepdf-2.8.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.8.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-2.8.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.8.0-cp39-cp39-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.8.0-cp39-cp39-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.8.0-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-2.8.0-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.8.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.8.0-cp38-cp38-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.8.0-cp38-cp38-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pikepdf-2.8.0-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.8.0-cp37-cp37m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.8.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pikepdf-2.8.0-cp36-cp36m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.8.0-cp36-cp36m-manylinux2010_x86_64.whl (2.3 MB view details)

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

pikepdf-2.8.0-cp36-cp36m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.8.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-2.8.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0.tar.gz
Algorithm Hash digest
SHA256 74ff96fddd21cd4c0830eb549137ea9eccbdbff8cef4f684322b9afb8e42ccb5
MD5 8d08100f10824ab74be668968cd07429
BLAKE2b-256 1c3ebd47fffb71e4084dc9562326ab5b3030663a21eed3de914541fed8d94486

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c17b8757da6b044d1c9edef42765ce40b1d28575ad6d0a160a852ddf388da25d
MD5 f707bece65ec5629ba29fbd0fb96c90f
BLAKE2b-256 4945e273b160623fede11fb8fa6b69105b3f9b76098352772756f59a9cb1aa13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd9edb20c91842638f52437ab5c76ddf8bc2f96f6b75938173263fcdc23a73d0
MD5 d3da5b222c46139aa136697e706f514e
BLAKE2b-256 fd9bc79d7f66f32e4c771759504bf76878f2f3e36516426cb521df061bac668a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7c6ac58b0f4570d7572af6609982ffa87f0e445901f1f147a52b09c9e6375749
MD5 da66e611ef50e400f49ed1e2869ce6ab
BLAKE2b-256 c32513af085b59d41dba72cfc5f4299e30809b016ddb38ddcdf865f0f48c7a73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e411ae9249d1f8cef8fbd04f57f338014ad8d558340888b8748c915f2391c41b
MD5 acd90ce611a1aa5fc01b62b4a51d2a81
BLAKE2b-256 50fdfc560172e5f7c7318557ed091cba3fad70c52e965549f72a027bd47f07f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 892349618a45972f7e40a459d98fd97e611e5342aad2d941073f15b2f02dff61
MD5 2a90a9906ea7a11748c0811f35465785
BLAKE2b-256 ecc655ef6a023a225283b35108a4c9f4c3b0ae08eb4cb6308056e83d2acd794a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a47a64de05848eaaac430888b03667f31d0ae2f642df6bba0ef2070211dfc74d
MD5 a1b8fb9bbb313eaed140ddb33f07c8eb
BLAKE2b-256 085ceb433058ef769c86bea3a0e82c2c326647cc3193df1df463aeb8ce0a25f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3822f379b9c9e0937a9d7b08cade5e04947c6f4c61638e558561d9ef6062e59b
MD5 8a010953d56ff337fb4f129c9af16788
BLAKE2b-256 f4260f1a38c47127d5646bd2bb4c659da08dc1472b90ab80f853c7f949a39578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3effdce0fc64521bccc61e5909bb1a27fb8d39ea5a2a42bf83b103c906b282bf
MD5 93fd8e657c0234a1b22e492631e4a119
BLAKE2b-256 9d2504befcb35d9e35866b0dc49b4497f51e3169ff36916b4d62d4bd17361a15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b494f224715344c51975497f0184fdb5c72d62bb9364f0b507c64c64380f58b1
MD5 5be276af0ae44e0db77828103d3a90f2
BLAKE2b-256 ca3d714ac43febff522447d4a79be3a09e41315f8ce3888cc05fdcee3f9df1e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b2b1043d938dbfa2427bfbdb79832a1603f9a8c7331df51e58a16f51bff9b267
MD5 b29744f4035cc2afc2bb672cb74ddd4e
BLAKE2b-256 90c6b6b30a9cdde0200a8e451518cb167165b9fc4f4c0d2be85bee664f1e3a0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 701dc5391c770463ca7bc44d63deec43c061e406d1cb7f0823ffe8672a4a2901
MD5 7fe72fc48c264ac15d71b232f68f0f7d
BLAKE2b-256 50dd0a63b3a8d74068fc485de9474b138ca902f9ca786e11d306c889bca21384

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56e58a135f03c21b18682eb9adc2a45407a0351730d4ef4225cbf5e6d42a007d
MD5 82123c712d648579b3607fc63be2e0ff
BLAKE2b-256 c2582eb8fb730e27da5c3c2b25dc5608bdd55c83295089bd2fd61e27e1571bfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d2cd9e621ac5ccf61d6c4e24c49d343931d55dfe96f6c6f856506342f86aab55
MD5 b4cd59bbe7f97546dc945a1d614b4985
BLAKE2b-256 a5dc64b43d9beda9b9c47c979da973d0eb4caadf95c45fdd8f89c8550441b7b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 31b90fb51f51506b84e840d4f8ce849c44623656936a00e9e41934a2985c56d1
MD5 51657222a82e34b971db03ada98dab6b
BLAKE2b-256 9f7298de4780811f53b2c9eba816700dc9462b77d61e0e89a89639f8b691ec7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea852e6c3e6b8693d02ec6bb2f72436d3f8773f0cdfc62fe2995c66f9bb3b1ba
MD5 4fb453f5663905ded7347b48e48db6d5
BLAKE2b-256 602735d548eec97ae6763b65bef2b96cb50e96eaf345be584875144aaf91ec10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bb6b6ef2839663d3e199f6b6c9f1eb810e260ec5f8ffd7c66bc1fc56518e4007
MD5 aa9db40ffd29738f3672f831c19580ee
BLAKE2b-256 7e6119d03a64d7af931a1b9c5be57fa1ee4eeca12c39e7ee1ec97be64eeb9c9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 38fcc987858c627f7df59fb85009d179ae761cbac09af24dba95f6646ca49c17
MD5 b9e21423996be3b104059e8be1f8ab85
BLAKE2b-256 c1b3c3bcfec353217d6687626534faeafb5e9249c48da17e772b74e88e9b122a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b40596c97b6069e54be33717a639949a6e548d776884dd258c7323766c14e106
MD5 498caa18ad3b3d433298dcbd8e0f009b
BLAKE2b-256 61aaaa9e94d04d55b8ee71c69620f2974aff11b53c53c4fb57d32d6f026f9055

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5f383c75665cfe106a8a3d1b7c6c3e0831af5e265daa22ba63390b2ecbfedda2
MD5 13404a64364823fc4a248b2f607ea2e8
BLAKE2b-256 20b387ae9eb1e7252950e0e2c72ae3e89a5a2919a11923365522862be65fbe1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8fe25277ee253488b949e16d4f784b44d6bb0a143ba24ab6c8472f5e466358b
MD5 c55cd23457a801c249641ae84d627b5d
BLAKE2b-256 62a45c0d09df369d91d0bcad71f0399040b1bb866810014478c5dfe22ab3b97a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2c4f9672497e5b3d7646cbe2bae1cc1ed3e3d5a64820e802aac537ed24e9f534
MD5 39e2e2daf1555d0cde53925f4e50792d
BLAKE2b-256 46dbca52d0f416fe05b4660674befdf23efda73c97b8109c784289ecf8e8b001

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.8.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for pikepdf-2.8.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b0d030677dda7624bb3c13c8ed4a6ca17065828dddfe6cd84f6fbda3a8bc8b3c
MD5 e06f079c43251d26ddab59a55d219be1
BLAKE2b-256 e96fb5157fcfdb7426331f65331b27bdd71289a371dfaf8750c823b336888282

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