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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pikepdf-2.3.0-cp39-cp39-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pikepdf-2.3.0-cp39-cp39-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl (993.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pikepdf-2.3.0-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pikepdf-2.3.0-cp38-cp38-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl (993.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pikepdf-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.3.0-cp37-cp37m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (978.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pikepdf-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pikepdf-2.3.0-cp36-cp36m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (978.7 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0.tar.gz
Algorithm Hash digest
SHA256 e0e48e841ea984c67a88b4fab05a8ce9e6f2a2dd03c503f7ed9bebf70370f5f3
MD5 baf42a847afeb02a86d95b6c10184c11
BLAKE2b-256 c7f94a6b7a4e6b411cf091680ffd529a3e08062e4ff51ffecd7038c5d55d99d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f104c8f5ee1e808f8f0e75ec5cd78ffdb70b108277254ea3185285d977b4ac2c
MD5 243b143072c6c7e57c6d8d11f3dcc0b8
BLAKE2b-256 6c04ba3825db43ff378bb3eba0604054ae1adcaae479d7b33f4145b53f63b2ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 17e2b22d5eeadd6461a0a5ebb978c1b868c57d6042776980b6d66e3261d3e8ad
MD5 6c6540e0b612fee11c033446eb1bb64e
BLAKE2b-256 6691c22f8a7c0e74c2e3aa4609e2bcddfc375280d534fc1b94195ca0bea3057f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dbc0ce4c61725dcb48f562fbfa8e84825ea839aa8cc9d9788cfee874ac1272b9
MD5 59eb3a2e4650d4200e3f69e572ae6c80
BLAKE2b-256 43703f59c2ba09ea25755ac4bb5e0a1a538566ab8557d9024b2e79ff89750139

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0b71e443cd176ed7a258a4075910804ec22ae99bd7fc3805f5b20b53aacf8add
MD5 88261ceaa555d472eb32a3f0a282fd2e
BLAKE2b-256 f0492ebd49e2a4410bedf8d7e64a5815ae233c9e693bb1f892670ee65da93f1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 993.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53260de050b16c88d683e07de12d0336f04abc024b23972194f8f68cb4ec0b05
MD5 ca13f2054aa1fa511abadccd93fde66c
BLAKE2b-256 685aa1e3ae0921981d312a15e78f5b1f2413e95661847b434f230de579390ae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a26c73b3a7bd1b9c8c22ae924979bfaeedf7c49d063c51a49aca7c51e84d943a
MD5 9765c748cf78bb9781b0e71e45ba6428
BLAKE2b-256 11a09b02f6ea267af2f6fea90d55759c321ec426149414bfad2c44d5cd7c8c7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 88f75ab82a592ba1d141037139ef547754f455ec6a36cf46a4455434b3dab57b
MD5 286fb89dd1a07f2b49b950c42f03da59
BLAKE2b-256 1a6b1c4e2e4ab83b277452fc77afe3256292553250d1397207a02ee94e9a3c38

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4f339fc3182d403c83c432701ff782bb4f6579b8b55f7f83cd4af0199614778a
MD5 fb2352503912d8ac0079df97603f13dd
BLAKE2b-256 7249f2c4ea077f14afb48ad52381eea55e23cb0ae3bdf7cc13af26854cf78aef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fe653b5d0f9c5eb9dfd0ed11a207cdb55c5beb0e297c6968406ef46467a83d05
MD5 d9d2a43ad771949417662b8c7d27059c
BLAKE2b-256 2c59ee27c46b9ae9983f0852aa0e6122883b71c0e04a202191be6ca99d4833b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 993.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ce56e21631f3da55152b84807f72ae74702ceea8dba801aa2db3da56afc680b9
MD5 6ba898fcb102e391d1b781fbe27f76cb
BLAKE2b-256 59e693a2751d5b7747401e90d501a727a2fc4a9e16de8a19cccd882a2886a482

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 04766330cf01a3acbf483e9b987f3a5ddb8a33a7e5c6aa51d31d589c52a06706
MD5 1d6c3104c776483e24a2f0aabcee1193
BLAKE2b-256 6a5ece2df78fef30ce9a2d2aec3ad015f1a402fdf67ad249259a7dda5e0e1c39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4915a717ed93d4af7a40124726ad1cc988c349c3f2e1217c4b84f8ea2950aa99
MD5 596666557d5422e349084563849ee180
BLAKE2b-256 b16ba240deb29e3e4c73573eca0b614601d16ca814eea7e2785e86f6c33cadc2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9846aabb5c0908c429d3e7d96ea938ef4fb3cd398b27a8fea4133a75d2ccc6f5
MD5 d0d923e787f476b6b953db8a03678043
BLAKE2b-256 9def24ff7671cd73f6b94123d997c902df62bdf9b6fcf0fb8a062ac69613d965

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ddd6ec800458176dbfc11bc6ee46312159b11c03193432f461f3ca4e412cab4d
MD5 bda7f25c629a7bca6f2709b5349c65d9
BLAKE2b-256 7b4801e1c6de35b01862db64102bf5b06c7f22dce51a9eb7d2fd0736148fc77a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 978.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b325864d40dd65331563dde4d21d35a6d78f1cd4c5400742f96a5e1fdbe7945
MD5 ebdcae13b0d06af4ce9ec0dfbbc54e48
BLAKE2b-256 7cd83610c1f0ab6a7835fe809a422e214d1ea8dd4eacfe38e26a96e2751801c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7e021f7532ebf3599f69449e7771d5b726eb7e01bf65a2cfc4d1259c156cf9e0
MD5 25847d1eb3e939a0d3406506976a661c
BLAKE2b-256 cfde024202149bcb73078e590467d3213a880de1b14bab1615ec8cf8b909ceb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 19c950648567918d7ad8fa06e698cd35696686d366152e8801468c0e1df665ac
MD5 379b9a4e04080300b4ba3367e3cfc41e
BLAKE2b-256 37861c75105159acb0f20634de9001bacf0768972337e684f5e03ecd04cfd885

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9ab9eb99ed52db835254e10fedbf7d9da5370547bab4aa35dc2c958f46eb8521
MD5 da238d96326960652288b94bb2d8cf8f
BLAKE2b-256 26183ae77a0174410ce54ba424ab3c16716df94149aca5ea50c65781451650b5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.3.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5f6e74991e6044f7ab81236405cd4cb48dbfa076c71bb669d6323c47115e523e
MD5 e62d3272e08b5141fa9582c6cfbad253
BLAKE2b-256 bca255e75cc3494a0b7c555447d5c98edfa5fd1b0738cdc876173a9c6bf5706b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 978.7 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for pikepdf-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c06c65ada06c74b3ef5403521622876d327832a4c3cc4b77e4ab78252d945ab5
MD5 aa0e27ae9bb4067d15cc14b108b61ae5
BLAKE2b-256 928191bcc9f563230b032a2d476e8295fdfc97a065dee7df6837d30c5387c155

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