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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

pikepdf-1.11.1-cp38-cp38-win32.whl (899.0 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pikepdf-1.11.1-cp38-cp38-macosx_10_9_x86_64.whl (977.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pikepdf-1.11.1-cp37-cp37m-win32.whl (902.7 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pikepdf-1.11.1-cp37-cp37m-macosx_10_9_x86_64.whl (962.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pikepdf-1.11.1-cp36-cp36m-win32.whl (902.5 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pikepdf-1.11.1-cp36-cp36m-macosx_10_9_x86_64.whl (962.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

Uploaded CPython 3.5m Windows x86-64

pikepdf-1.11.1-cp35-cp35m-win32.whl (902.5 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pikepdf-1.11.1-cp35-cp35m-macosx_10_9_x86_64.whl (964.8 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-1.11.1.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.1.tar.gz
Algorithm Hash digest
SHA256 c6a061bab765134d74698f0ec0b9cdd231d95158716535d2518c9044291c0ffc
MD5 87d49aa23cb63c50f46373421a590fd2
BLAKE2b-256 ba84eff1f7803fa43614e139b30ecf3f7ccfdccaa23b73209535358c3b7f3a2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2043f24193bbcebf3c6a6df45cfaed93697ff752b484e32b5cf69915c9bb49f6
MD5 9be5d03fa019dc8e7b62ef035c0b1bfb
BLAKE2b-256 95a669f49f88d6d4402e801cd4936c902cf1b359cfbb984fdfbcb55fc52ce3dc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pikepdf-1.11.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 674fa60757ad995e90b6f8941c939699edf04e61fcb669e71f6ed2166710dd5b
MD5 e6912ffb9b6ec1f59d52d4b4cf8f4f27
BLAKE2b-256 a47c91803d71ba1f77842765e285cef5a1bde286c81313b15b1448b1f7234b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 86073d2aad03bec309a7b854300ae054648122c9fcb083dae8834cfbcfc2a4f0
MD5 d36c1de53dd9b7697e58648a1a1e7311
BLAKE2b-256 52ad91027b67c3ff3195042cafbcff460368f589ee65a51862b62aac62ffb034

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c0fda5590612aa650c14bd24bfc4e7ae36a36951dd8fbd2920c0fba713e81b76
MD5 e56fefcb0f46beaf67a902ca2dbbc845
BLAKE2b-256 d5aa2ab850b9c6538fefaf91b1553807a57f52d09eeab4e385795c934366f7d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 977.6 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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9cff1dfff90261077f63bc26c20550784381c9bbb63ac08f96bd53f877cb6846
MD5 c71b870b2c1d41f554207edde7327c03
BLAKE2b-256 0b7b18958fd0dfe94aeec776785629f143164d7fafbbb5e57caeca0c12cb4fcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5483a2710e73d7f35b498c7f7f413931e40f6b3193b4f7c22cc86014a050a0a6
MD5 19731093a183dcb40f35b8e399c52bd1
BLAKE2b-256 a8d7eedaf4525b7d85b9115be9eaf24cc4f11e6b4c599b83a1cb9608cd8660cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 902.7 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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 231de7c99a1908e704b2add8dcdaf1b81a081bd578bd4aabc816221317af8d71
MD5 c9f83f74d74fb6fec58bb7b0e08de129
BLAKE2b-256 d7213bc64413c7a2f74ebadcf956e41e76702020acd68f0bde29e906730f786a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0454308e0607fb528b57cd633579bef13dece03136dbacc5d2ad85419fae248a
MD5 ca921a254b2f99ff1fd253ff81b49419
BLAKE2b-256 1e08bd82548ee7bec6245ee5d34f1dc18ec4f206462f404d5fbd50653ccc647f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 523181a0b995b95784a2f509d223b237afa57f6e9768897999eb0d95c68b8ed5
MD5 d5149764e501504c1da6e3f87e735e13
BLAKE2b-256 77f66f3b2e8b3c42937a3aad5cb7444925b39d6e9291714dd9f871a52326fc94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 962.3 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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f43a9c76f7529808c647aa9f87a43e78ab409067bfb194eccc4140f9258bfe31
MD5 4ac72dbe7c3ff654c37610503aae4332
BLAKE2b-256 5ae2c8541e53d363fcbd656c0f72d1da35f56ef77e661370dfab8d0a961f05e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7755fe48762dfbc885d79155546edfcea1fe4efe545ea68a712abaddeecefa89
MD5 f5ba5047d460a94e5b858faa0e9375ed
BLAKE2b-256 46a8c82db32355ebbc5bcd1be1762882ab22839797b5f1b62f03df3b556d9695

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 902.5 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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ff2b526e900ab717ff11a8b3a23f28b0f162edef57fd32669c312a7f8d219106
MD5 bb2e986108d113830f50a6702deef91b
BLAKE2b-256 400455c20b08f1dfb85346d556494299916b8d37fa6cee2c0db45928b00aaab2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a1cca11870f403843d04f7d1d13882ce3aa42d8406ec28a79473bb1d0a300655
MD5 1d9cde33f3c6b5ed45ad007343817024
BLAKE2b-256 e859be58e4f22e243bfe5523841afd17f7d5bca8d20e48a195bbb3f6fdff5257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 80bd3dafdf4332def0c962f157d0a3fba6f139daeffe4b0221675ff07880cefc
MD5 6c955d3e5b9dbdce1362467f82d9e7df
BLAKE2b-256 c183bb7cdc98bc698e5c03a0fe09c561f3a1b40ec9920bc835b5d9f956cb5ae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 962.1 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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bfb3693a9742d0efe5487d501805a62c55bfe539831b50b1ad0adae752edcfb
MD5 05c842295d7b14ca9107b5f01fb81414
BLAKE2b-256 6cbf8b01edc5ef63b8c9dfbb2977e8dc98173cea9eac222ae2735193b06817f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 04c10376e234d5811e9905a754e2b4bbfd51869a887d27225b7afb94df91d3d0
MD5 632930a34a358bcf404a52e8b332ce6e
BLAKE2b-256 8d157dbb2905673f456db5e1b2c7e50e0f86107464ef6eeef1c22356c0c64ecb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 902.5 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.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 234d124452469ef7062db93d4f2fcc84ce882e3f05da7186465bc94554b89b29
MD5 a50b7eaf186f21d3a959dd58bfc5ac97
BLAKE2b-256 02bf13270d4362dfd49f753f73931f06657c953a62f4f49cb0cb6044b2eb5fb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 84be8aa673d294ed2e770460a045d3b2b9a9e1b04643d41d8b06eb1653edc349
MD5 498614ba129f7340e0c3bf0ddc11c539
BLAKE2b-256 cb5ccc752e966c8717d87ff741cfdb98aec6143ffc21b6596edda522398a77e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-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.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 47ff02cded45ab701b506eca4145db6b78b95bed023f896f81e3815d5a5405b3
MD5 b9835d253ebe6bd1c2ad3ee6780dd6f0
BLAKE2b-256 5c6ce6324be089ba387402d4f978060534a9437e8c5e29054bd76da92065cba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-1.11.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 964.8 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.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53ed7363f0a25889113da0aba57245d77b79219d0eb73cfdebf91c1f5f98bbb8
MD5 5027201dc14964050f1bbc2589730197
BLAKE2b-256 d9eb7c8725faa70d695743298a16ff0c5878e1a9e11f71d0515af7f9a7d41605

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