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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pikepdf-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl (991.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl (991.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (977.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (976.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1.tar.gz
Algorithm Hash digest
SHA256 90c7c47d60d572517f6fd12dc70daa00ab8f59d475cb661a753edd571c17f279
MD5 b0ece766e63352b9a204e45026f0ed44
BLAKE2b-256 210e6e2511aed5c58f2dcd44bcabd5a68e29762f03a4afdefdf9807f6e84df51

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 92a5022652e6223ac2b8329d2a4cced23da7184e3767f26d6383e034669ea48c
MD5 29a1b0c0dae6cd4e90fa19780ea382b7
BLAKE2b-256 1b0d3c47e86fceb829aa3dce32e69f75f18f52ba9503982716753f7dae0e92ae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 597f24c83b8a96f69009f900079a0587e03dae0092ef8d23959d50637da4a2db
MD5 5bbc6ad5f64951da0096400a543771de
BLAKE2b-256 59525e29f393e99ecf300ac99a4415bb637cf3a40bf01b4991feaeadc76ba37d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f5e704ddb593464ef5a8c5abfa49a69ca1b3e45ee2a527cbaf6ed7d279937b3b
MD5 e53ae07abfcdf4453017c8bd167e2290
BLAKE2b-256 e4ae62566b46448ca32a76b18d88386ae7899a667353910e5901f8b3cee5e919

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 177298ab4aa0b56860422fd718333108a47ab7a9448cb4d532b4073e30a3b5d7
MD5 1ac1585c6db82e1bc808865d2271c7e2
BLAKE2b-256 61b37fd2dc67611c909dec618b94704023d6ed037e3c09ff2c235211c41d665e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ceb18eb63086665552900ed77f1c6db6c69a086872218f000de33f0b976c6700
MD5 4bd26698dd472ad323625a8a1e229ae8
BLAKE2b-256 a309f9bd5ef5742c73fd29866a9c44537873b598616c558f64c9ad5daae0aea1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cc610c775d4ed32bd814e148809ed46cca77c783ef6930f1b325cddabe0e4c11
MD5 14c88ee16a33f6c10f9baab1593aa25a
BLAKE2b-256 327ea31cad9bd10d50f8c215d0f20fca3be345682fe7f4374c191aa577a00650

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 683b0db435623469a6389a3b224405b91362cec40fc3404f0f344475029a3c9e
MD5 7352299711d7bcf29057007cf3b2611b
BLAKE2b-256 2d139d23c950e693f469ba01f33d861138b06795bf120d6c42709e61f934c9ba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ab2f3ed6686f36be08df640c5372195db1cf52f6be346913a4fa978daae3a353
MD5 69c21ebdec500d39f0fb0ebc90d2ac67
BLAKE2b-256 cb11d97ac4bf9eaf9eaddb2d589596292209881ab200e5ad16ee892bdd22fb40

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 00d72c8bf75831f7095b47321e38ce15b1fefb59973c51710304c13922b73b51
MD5 0e9ed2d1ef8d1099abd9197e022bb7ce
BLAKE2b-256 5bcce0a6dda4e91e536d53ecd4326b8e647a36b17f003f6a0a3ce73a77b83b13

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae234f9e07b9cc385131765c5becfd9e63f0f4a4b4da95a8c13fa67eef39261a
MD5 73544636e99e19041e22085cfa78a5aa
BLAKE2b-256 47778b4a6e865a3c7d1a9e4e44aa50d92d311154f888442c12d2535a7c1f3c6c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 53482fd30165284ea6c574b5c3b5ffd1e1aafad06a37e813f1bf02c6f74ac9b7
MD5 77674f6cb7c666d323b158a0cf6f0498
BLAKE2b-256 e36ef02d65de3f40381f84187bd43bf1cc22ae97ebbf1a515c6d7ff45296c54a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4ba3d19f0f56c5ec91d6e3a4c9feefe267193f6d85fb4f8208a0ae5346fc32ac
MD5 3e6bc330fa9a191809ada1ebec050349
BLAKE2b-256 9633f3c9a7be1ec8d5d957763b5a782cb256e1297d2f5ec98ccb11f07758a13a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 66ba77faf962c68b5a68fa19bb63a2df43d9601a5af3be99061ed28db5a15bf1
MD5 8010addd868eae84e86d53e1415e5cbc
BLAKE2b-256 2b2e02e52d14e9ce323ee943f03786e792798052959844bb321baccc5af2e3b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 37aa5c2f5a0d04771beb854380aa4b7061f14e81dd41e00d8c2e5f529044edec
MD5 7e65818fa0853b14f7fab34e14cd8f4b
BLAKE2b-256 82c7bafdb57be6977b3785b8ea3613ef8da47e2e667f74a44f8ec476fd803ec2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 202b544d541783861aaeebb9b7bbdcc35d2f3ca065213a84a016d281b4249ee5
MD5 4a1ff1d77903c94f867fc0214ac5188d
BLAKE2b-256 625e20c17cf3ce520d7e73e9e9be6d309e5495997b0f5da74405719fa93a2cde

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2a140c3b04c1676a1c630979ab8325e397cfca2597adb1f960fc8044da6d9c0e
MD5 f86d3ebc4b2a5be073404b706bc1135a
BLAKE2b-256 38343eb32f78c7f4bbf9f546248b4f0b7d0f15342f75f443f207d7bf02efafe7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 aa56d236c94f556f17f230f78983c81776e95c767aac3f2512e704e1d162cdfd
MD5 bdb1e93f4dd9e91703b9430fed0f5d64
BLAKE2b-256 327ad63b598a38b51d8f8470d76e1ff05eb2db35f1eef01a1b5adc7aced4161a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8b6ea729c9a4959dc717c3763418b06aba3e0d036ca68e1e500f73dc0a85c6de
MD5 03927c43d2ec010432b5019959d38846
BLAKE2b-256 a22554c3d3871745c34211193315a342efc04542b4a79b02d504ad91d97b4168

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e48e3f613e2e96f4a26b4207dd9fcd0c98420059fe57c5979ab36170a272f4eb
MD5 a364ed5e0328e3627091c65bb7231c24
BLAKE2b-256 0cf99d0c0784e3b4922f9863e2e5db94320de8dc4ac48d843cf4752a119f73c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 078c63186b1e3d5efeb6e9ed369d43f1df91eeb09152a2cba762a070b8b2722f
MD5 053b2bab50876f83cd355544fcc70ef3
BLAKE2b-256 89bf6b808e44e15c42b9cc5ba0d67e42903030376c3dc8a898c796c9076f4fc4

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