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 PyPI - License PyPI - Downloads codecov

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. Binary wheels are available for all common platforms, both x86-64 and ARM64/Apple Silicon. For information on the latest changes, see the release notes.

Commercial support is available.

Features

This library is similar to pypdf (formerly PyPDF2) - 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 pypdf (PyPDF2)
Editing, manipulation and transformation of existing PDFs
Based on an existing, mature PDF library QPDF
Implementation C++ and Python Python
PDF versions supported 1.1 to 1.7 1.1 to 1.7
Save and load password protected (encrypted) PDFs ✔ (except public key) ✔ (except public key)
Creates linearized ("fast web view") PDFs
Test suite coverage codecov codecovpypdf2
Creates PDFs that pass PDF validation tests
Modifies PDF/A without breaking PDF/A compliance
PDF XMP metadata editing read-only
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.

  • PDF Arranger 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 licensed under the Mozilla Public License 2.0 license (MPL-2.0) 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. MPL 2.0 permits you to combine the software with other work, including commercial and closed source software, but asks you to publish source-level modifications you make to pikepdf itself.

Some components of the project may be under other license agreements, as indicated in their SPDX license header or the .dep5/reuse file.

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

Uploaded Source

Built Distributions

pikepdf-8.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.3.2-pp39-pypy39_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.3.2-pp38-pypy38_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPy Windows x86-64

pikepdf-8.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pikepdf-8.3.2-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

pikepdf-8.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-cp312-cp312-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pikepdf-8.3.2-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

pikepdf-8.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pikepdf-8.3.2-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pikepdf-8.3.2-cp311-cp311-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pikepdf-8.3.2-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

pikepdf-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pikepdf-8.3.2-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pikepdf-8.3.2-cp310-cp310-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pikepdf-8.3.2-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pikepdf-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pikepdf-8.3.2-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pikepdf-8.3.2-cp39-cp39-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pikepdf-8.3.2-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pikepdf-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pikepdf-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pikepdf-8.3.2-cp38-cp38-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pikepdf-8.3.2.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2.tar.gz
Algorithm Hash digest
SHA256 7e9234c93749f441bd5c123112441ee3bdf24022fa6b2bf486f9652995d1735b
MD5 3df45de13bd6ed051a191c51ba738ef0
BLAKE2b-256 9e89f5e7132b38d733b5d7b764878b6787a5300a720e245a3be4f0f82a255fa0

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e3082aa1dbc23e8370d63c07eba6737e00a99ed4bbd6582759d2f35f0e60c5
MD5 12c9d682a92953bdf88bd9746975fe20
BLAKE2b-256 8feadbd32076cdbe709554283b4470f2e6a116fb2c8b35b173fb22e02e6e1dbd

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43b4dbfcb410e0d8be139455e1c5e6b448052c874731f9ff6e22e7008a37f70c
MD5 b6d73682d122e0ca667c6a243f85ea3c
BLAKE2b-256 07d27d5708997d9cfd3c8ce7816957e17140f034728037fcd2793b2078c3aa4d

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3812bd83da2e053cf20eabc1a4f514b15fc1923b6b5372969c01bcff9cdaac3c
MD5 1645942683f906e5cfc079e4746a8536
BLAKE2b-256 06a96199b54ba8f21ab3a61550f961460c3720598b5d8b6d1778dde780906790

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55160a9c0d0ba3840a6e5d822b16c3d84309a934ad4d23e332b8bc177b8fee87
MD5 c64a59c5ec978124eeb2914b6748941d
BLAKE2b-256 4f201554d19c14bfb042dbcfa2853e3bc08e2c57bdd162dd8cdc0c5fea41ebb2

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf225c26949ba4e1006d4ab542794d305009f1bef87bb78722e8e4f3400d97bc
MD5 caf2de8bf3b8634aa3105c233ff755fd
BLAKE2b-256 034df0a5fbe136435df1e0affe9c2f8083a7002ee8129595d6a5c8855682d4f9

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d1b2d28277c455d630a6ef38f7a1adbf34317e3871fd4aafd59f5c02878aa4a8
MD5 25f9df98438b8779065c5ae44291d0a0
BLAKE2b-256 02853ab8c032ca25c4e16c7f3124d58f00c6c37bebf8c63cb19877e051c17588

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70fd5ad1741e0e965295a19d068271624a62911ed9978f4cd67b5215fbc60f5d
MD5 d5c51436cc20d2176fd013a7a3de9abc
BLAKE2b-256 d3f5ad133d1482afb59dd4dfb7699dc8695a2ba89c1c7b16289f1658c08134f6

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cdf925d259c6aa77a7b0948a53f1fd4a7675f18ba7535d4315199f601b705e8
MD5 6a8306a54ade573779c6c8571ff4cbf2
BLAKE2b-256 06290b618fda9b655fb667314523be13d2e3d1f246376a4aaff4c99f39e3e001

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.3.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8452cb16c8106d4ab942b1778fd5ff23ff27fe8a8ca63045ecac534a2242c35c
MD5 a2d126090abe86c29eb1419607aa2271
BLAKE2b-256 4dfc09ea07aab47bd1ce72a2f173bc4b4a814f2fd3a3bf2564de8b582b54ffee

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b5a3cbad5ff0f644770fb91387f852b8de75baf890829f8a9826ccc70cb8178
MD5 35dd0d641ad211ff5e4790cf7068cdaa
BLAKE2b-256 6ebf49c304e020dd58810fc7aa949c0a6c0fa7129a7e843450470a24502f3ed9

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a724fcfdc0477506729bd4c78bf2b900be5086048b8648b21a4903c77a77097c
MD5 20c81973135d695fc8aa8dc1e59264e8
BLAKE2b-256 bec33ef93d64d61c119ed512cde64c43ac60c21ffc0e4abd9c58e349a8dbcdef

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.3.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1de7fa9b2be525aa95e7dd983d87e0e0306dfad883d4ae0d8c4a91e47dea31df
MD5 21081af85f7ce528eebd888cd5dff6cc
BLAKE2b-256 373ca9bd90f193d322e54b359fead6d6157db954778d3924c57dbd4c3649dbe0

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c675877b1ddc1d73d7e1d5dd7c956b1ba0b8096a61d95167305d2ee0ef9562f
MD5 16b7f319441bbd4f0955711a7dd3cd53
BLAKE2b-256 afaeb57f630c18cb521032a34787169354d3db5ecf1dfbe96a1d36988253724c

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 203d8b5b9cd03c9484c1f4b4cff11e68f145d9d4f98e9b97bf9dcc96e42768e2
MD5 5a87c75bf58799c13bb83d63f01821df
BLAKE2b-256 f6b89a5c9bf209f89a07b2f5ee057390da7f28efbb3cfb2ee6faa48dbfa34d53

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88c9fddafae01f96d038d5ef2c08a8741f670e5074eab0c4edc81ba865fb64f9
MD5 ab2c95fd16a5b79cdf3ac05a1ee97743
BLAKE2b-256 7c55f1ab0738909a33f444401be2a359292aead0c14f772df0367f83f0fe8430

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77b87aa240e1b03c24d5c43f277bc6d819ef241ac674bc8f8114fd0fde16efe1
MD5 74b8ee7793c4620382dcbae7d0993a9b
BLAKE2b-256 6f57f7715f3a3f81a22a95012c780150b57ec98be7d27ed58ceb45b801eccd47

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pikepdf-8.3.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 772d6478bc817563d27cd8fccc2142a2abd945766ec977fdaf0eee6d7c6a89ac
MD5 25750d360e256fe4c2e1e0865a6ecb6c
BLAKE2b-256 1fdee9828ee76765a93b7148785881e8440982cfa83fbc3004138511e08b3ef0

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3593bcb36639241fddc6e01f34fe2d1624ba4cb16d4f948f9e0a23d11310dda0
MD5 a75b0a39b13ee6bc7215cf0444612fb4
BLAKE2b-256 e51fa394590af21b81f9ddc0f8cffcbe8076f8a86078f6347b7b2927ae81dd6b

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc7204e0a7899368c7b071d613aa3317590bfe7984cd24e0fe26bf93ff74dd8d
MD5 0e88b855c66fba5adf05e4f10853e050
BLAKE2b-256 4bc42fbc9114034ef1de5539db94edffdcdd70fdcc0587f4b229ba192db9b2f1

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d574b37d958db9f7e9483f26bb8a7cc5b6f85499f9dbeb29d2a784e6b962be8
MD5 cb415d3af3bd73ea35c0d7c65b450956
BLAKE2b-256 228330bd048d08d3064c180ede5a6ea377c61ed02a99c18dc3c5201d1042d79b

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67fc86e698eaba0f234bf8bf352ce57901a5fdd80491ef4f6d355dabd9e2de17
MD5 0e67e251d74662e6dfa23a845ba19ac7
BLAKE2b-256 1c55dc097ef36def1c8a552077dfae2a657a87011b56d3905186710d0f3df2fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.3.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8dc6be922cde43485ebe159ccb0156e9526562cf58304d6e56b39b7326ce93d2
MD5 3c5b542c12ca0954ab9f08f4a70676e2
BLAKE2b-256 3d25b8035d73f32722f7b5b818259fcc8c0afe3442eea141f4d98290ce686de0

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faedc65d039817c43c8f39e263b764ea0aa99c9f24c2824d4d8ac7220a453664
MD5 3102b5047658335245d370a0645c5222
BLAKE2b-256 7bc5e412c74baf5ac7bdc57b643f4524e08a3dd188968f562d7fd75839a30697

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f44bc55ade0c1789c4c5581d78164f9cb8fc707dc086ffaaa7c9767acdf61109
MD5 cebb98a438ac68a537b889f61c692ad9
BLAKE2b-256 6502dd2487334aec53ba23b3e81a33416d4ae894ea422f91b71eca772eafd876

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9eca1b2efc9339075d05e0d0e8f94b330232a541f1e7194c15cdf71a2b7b4274
MD5 fb19e2a31c75bbc74c82306b53996c6d
BLAKE2b-256 379a0a14ecbf8ed49b32bac2091555da016786d64ba95ecf1b4688264944fefe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2f32e5d9f192ec694f31b2a3392dc391d92c0675a771051cf536bbd4eea1804
MD5 7e348209b9cd65b77d646f26e8376fba
BLAKE2b-256 bd7763835d5bb963866a57838b3128ab09364813c10347b718c66abcd02f4fad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pikepdf-8.3.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pikepdf-8.3.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 932321522a218ab2259d400922d330759d05f3e3319c0956b85e34e848690f8c
MD5 01f09bed15de6695112b74682da61d49
BLAKE2b-256 8cf704c721faa80b8d0c832ef05dd9977883d71a1033106663aa4272d03daf64

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7152917c31b11b6ddaff8b7c98f3a8a401a32f0bddede2e53acd2407bbebe857
MD5 2c909a41617a45934e9c2384890e9c91
BLAKE2b-256 b73c1c9aa0e0d179a4ff37003c7a9bba05c7433f6570d9456ab80fdba0530410

See more details on using hashes here.

File details

Details for the file pikepdf-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0838634edca729a0bb71d32feebbeb9ceaa15936e107bfd087ea43d2b36eef87
MD5 939e176dd21a118fc467822ee2b16e58
BLAKE2b-256 20d3325743fefafcfa427ebb01869f250cc860b27c311533c4bfa57fabeb88eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pikepdf-8.3.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 997d0148e76c0f37820ed0a737c3789bd52dc793e5c48468a0805f2c20d7168e
MD5 b935542039b59658ff7c376b1b22560c
BLAKE2b-256 d9726210ebf9ab529243bb7ee904331fb7edd5a5242dcd9377be530a48677806

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