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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.11.0-cp38-cp38-win32.whl (898.8 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.11.0-cp38-cp38-macosx_10_9_x86_64.whl (977.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.11.0-cp37-cp37m-win32.whl (902.5 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl (962.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.11.0-cp36-cp36m-win32.whl (902.3 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.11.0-cp36-cp36m-macosx_10_9_x86_64.whl (961.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.11.0-cp35-cp35m-win32.whl (902.3 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.11.0-cp35-cp35m-macosx_10_9_x86_64.whl (964.6 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.11.0.tar.gz
Algorithm Hash digest
SHA256 bad914a8b1d9be0a7451feba29f25dbc47e14aed85fdb11bfa1b3405a3ca3a6d
MD5 b946fdb6379563521987259af3ce5ebd
BLAKE2b-256 966bfa2619a014453b67c3152222a1fdaeda84d6ce30dd9bf799760fe6946456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 41a3709bebfe821f2b601933ef48c2be2bafa016085f499e3ef6a66df1d104fe
MD5 e414862c98d906788a3d3a1d35ae3fad
BLAKE2b-256 901fbdd2f77babf50948517a36c2b05b6977a4fbb1722d09eb60877a23e0edf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 898.8 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d6105b9a9fa653482dcb2aa68b37722e0d10355a3a9e1aaaf1a1939c64fca27b
MD5 c090ccc81517c204eeb4c38f2cea4e85
BLAKE2b-256 b48d1e933251b6c2005366012a941b1790d03d57477ba6698a18173d153999f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 75f004614a0e96f3d6e281e262382f89fc8ed21518a42dd2eace5c4b8940d9c5
MD5 fa15b5c843f6a095c1e02b48bf2548b0
BLAKE2b-256 3af8df40dc59182768918a88eb785189091105f054dc5e57f884fbd069ff198e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 585a33ae0b41b7ffebd10cb009c719af8231d10b7b1ee9ef47a83add54d8a414
MD5 4ffda5a088c672dc6ef71b64151ebf8d
BLAKE2b-256 9487b2c9b0797baa9f9b4fd956f34ef52fdb04967072943a4a3b6bf0d6b03869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.4 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88677457dbd0b624490e836cf578862f501caa6cc566746926eaa1a2a674e48e
MD5 bae058f730b17f863c57a53c9d914666
BLAKE2b-256 770bd78fdddd0ed8abb5bea91a2f5e05f29e1e1ed669e8d42ff100f1cfb5e957

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d2e2756ad8503035bd70b237f482302bc713bab640516b3a1ee1225fc8695fa6
MD5 a266b8f3ab0f19afcb132feb61855121
BLAKE2b-256 539bdff4feef500e150e52a6b665304331ea5d84e4a1b4200a80c6e346792222

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 902.5 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 32119f1dbd5e02ec9f4a7564029eae7a907213d1eaa7cb8cf58418afdedf19b1
MD5 9e53e9308da572e0eab0891f387302c2
BLAKE2b-256 afefbb6b8258f111870ddfe1ba3369c89309e6ec1d7f7880c6b58cadf98b96f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.11.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d572f3c307c7ce87a3d674d111b1a368731ece948d92257acbc18c8109f9834e
MD5 8c5fab6bedf4f42a231df2c8866bbf69
BLAKE2b-256 8aede06c41dfdbb28aa6eaa1967885b874671e978138fa89bf7a832f7b85fd4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ef00d5d3fca0302e8bd4f720d56f38f76a54e76f7bcdb8556213e39f7e4404a1
MD5 a87fdd6266fda78a93bf59329bc7dc11
BLAKE2b-256 ff1978f6b763d89693e204f1526b770d01062885d196111740d6cefee49635c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 962.0 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99f53be8ac95a62ffea936a98c79ac83bb7f26f129229376162c3918899ecc82
MD5 56eb70d606b038069375a3079405bc41
BLAKE2b-256 04b1b4ac03bfbda2491ebcb1a1c3807a788a91e2ec742fe8dbe41893ee37908b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f8914616cf8301e0b3ef6acf6970d19d2e14586348a2dfaf1462f1b971091c80
MD5 a3d7cdbf44b9d6f8cf2c9e6eabbb4dc1
BLAKE2b-256 87ae9061def11da58b0906e04071102a0be34548f9ac2cdfc50ee7416f6ae207

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 902.3 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 afd925c7b1a83be37bf7d48fee893b618d2d7ff4009c188f8d13fbe7fa1f1080
MD5 2e784f71797aac0692af57396d07ebd9
BLAKE2b-256 ac810a1e88fc5ff4d0aad77a05f42faf5d7d27d154baf5003bd2fa51c9b94be8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.11.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dcfa26ac69c321f9474e95bf202913a8911ca0dd55aea8fa4541c59c34ac4ae3
MD5 4ea21fd9534513f444734f3c9d177ccb
BLAKE2b-256 2760d08ebf05ad8ed4a0ff5acfe41437de608e2087b8f59217625f48b4c0bcfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d1854997cdef22f042cf96f8851fd4ad4cac9b064e52daddc4547e30e25f9e63
MD5 abf6147a8ea93fd7009927e218c1b84d
BLAKE2b-256 dd1ceb06f4c795b49acc2beaf03aae3b07adf10e693bc32a5576f4497c7b706d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 961.8 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53aaa5e9a30e5d1fb10d658e7887afd022e9a1b34bdbe5848b7fa24df8066657
MD5 d882468bccb2cd764f0062c63dad7eb4
BLAKE2b-256 0360c649dea56c5602d4cc7f8091830e783f64191f1b9aa8d556393c6d7d8a7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c16c4f873365fde5deaf14a7498020fe8566e51b09f4413823da777f2f64d55f
MD5 088bd9ba4f437de93678eb2c15f19777
BLAKE2b-256 64a29a801f0a22999ce9c97fd8168b5dd441e4bcac4835e5c2d54bcc598156c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 902.3 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8eb8d162c543adcee407415949e6e09a5c86fe36aa0b5942df1860a6ceda5aba
MD5 681b128b840e24b269fac9bace09e4ce
BLAKE2b-256 7272e13e0b44ac6918c827ffa9fcd8f216d75e41bf50e4bbe4f66f12abdb8e2b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.11.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 481ffff73e5dfc9407f748ddf82c7753a925803d59a0d773577005cdb34c62e8
MD5 5ed5f34e7dd2708d05666fbbdc7cc1ea
BLAKE2b-256 51228212c3d360f88ed7f82b9dfdb00bd20f980c17216f86295cfa1aa7995a3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f35340576011768cd24d5ef3580327c85ccb65654edb6fd8ad5c656d15c190d7
MD5 8bc7f3a51abf80001060fc5af970e41f
BLAKE2b-256 1559d776f7850c18c70664550bbd966ae7b5aa89d6d6a69340f7bba996d62390

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 964.6 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.45.0 CPython/3.8.2

File hashes

Hashes for pikepdf-1.11.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14d40ebac5d89bf9a0225328b88b0de6ebd3bb27c7d4970aa205e8253a34bb8e
MD5 7d92dd28400bd5fbf9277c9f720eed11
BLAKE2b-256 63a8d966fd879e7a842c44f01e05dc6459d46f327edb5f4c700391791e56a9d3

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