Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: March 10, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.12 of PyMuPDF, a Python binding for MuPDF - “a lightweight PDF and XPS viewer”.

MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction book formats, and it is known for both, its top performance and high rendering quality.

With PyMuPDF you therefore can access files with extensions *.pdf, *.xps, *.oxps, *.epub, *.cbz or *.fb2 from your Python scripts. A number of popular image formats is supported as well, including multi-page TIFF images.

PyMuPDF should run on all platforms that are supported by both, MuPDF and Python. These include, but are not limited to, Windows (XP/SP2 and up), Mac OSX and Linux, 32-bit or 64-bit. If you can generate MuPDF on a Python supported platform, then also PyMuPDF can be used there.

PyMuPDF is hosted on GitHub where you find up-to-date information of its features, our issue tracker, Wikis and much more.

Installation

For all MS Windows versions as well as popular Max OSX and Linux versions, we are providing Python wheels - see the download section of this site and the current release directory of our home page. Other platforms need to download and generate the MuPDF library first and then set up PyMuPDF. Do visit our GitHub home, which has more details on this, including latest bugfixes, pre-releases, etc.

Usage and Documentation

For all document types you can render pages in raster (PNG) or vector (SVG) formats, extract text and access meta information, links, annotations and bookmarks, as well as decrypt the document. For PDF files, these objects can also be created, modified or deleted. Plus you can rotate, re-arrange, duplicate, create, or delete pages and join or split documents.

Starting with version 1.16.0, PDF password protection is fully supported: passwords, encryption methods and permission levels can be set, changed or removed.

Specifically for PDF files, PyMuPDF provides update access to low-level structure information, supports handling of embedded files and modification of page contents (like inserting images, fonts, text, annotations and drawings).

Other features include embedding vector images (SVG, PDF) such as logos or watermarks, joining or splitting single PDF pages (including things like posterizing and 2-up / 4-up processing).

You can also create PDF Form fields with support for text, checkbox, listbox and combobox widgets.

Our home page provides many examples and How-Tos for all of this. At a minimum, read the tutorial and the the recipes sections of our documentation.

Written using Sphinx, documentation is available here:

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

PyMuPDF-1.16.12.tar.gz (181.6 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.16.12-cp38-cp38-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.16.12-cp38-cp38-win32.whl (4.5 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.16.12-cp38-cp38-manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.12-cp38-cp38-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.16.12-cp37-cp37m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.16.12-cp37-cp37m-win32.whl (4.5 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.16.12-cp37-cp37m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.12-cp37-cp37m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.16.12-cp36-cp36m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.16.12-cp36-cp36m-win32.whl (4.5 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.16.12-cp36-cp36m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.12-cp36-cp36m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

PyMuPDF-1.16.12-cp35-cp35m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

PyMuPDF-1.16.12-cp35-cp35m-win32.whl (4.5 MB view details)

Uploaded CPython 3.5m Windows x86

PyMuPDF-1.16.12-cp35-cp35m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.12-cp35-cp35m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

PyMuPDF-1.16.12-cp27-cp27mu-manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.12-cp27-cp27m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 2.7m Windows x86-64

PyMuPDF-1.16.12-cp27-cp27m-win32.whl (4.5 MB view details)

Uploaded CPython 2.7m Windows x86

PyMuPDF-1.16.12-cp27-cp27m-manylinux2010_x86_64.whl (5.7 MB view details)

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

PyMuPDF-1.16.12-cp27-cp27m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file PyMuPDF-1.16.12.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.16.12.tar.gz
  • Upload date:
  • Size: 181.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12.tar.gz
Algorithm Hash digest
SHA256 8fe70fdb7aba46c3efa981ae6307ce614e4570ecf6393f84efa9528f2cb4dc57
MD5 10e701d63e970aa67502e28feddf408c
BLAKE2b-256 4d20f3ef0e4b3b9f975bffe50f062ef3e138ff32e59dc211085456d5beb48045

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8c1a7550be07838a1239da214013eaf96691f986a75891a6868aaadd4b08c525
MD5 8c55b5fdd2302a2748cadc0c86eb543a
BLAKE2b-256 b9d8b217f6685a44c1fd393ab420bfdbcd044e1514d0bf4b21f9492561eb7491

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp38-cp38-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 38ae986166b133dec47f81856969a447cba1c8673a4728adba478e8d3ecc5cc0
MD5 069ddec3fec4e1247cc134d5b250a49b
BLAKE2b-256 7f42b9431b02319fea1bb17e2dd4ce3d55ec1c57d06f56786dc24d3081ca1caf

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 975a3d18312efa79ccb16df4aad18ba557e79db969d3c139720ed1ffe387c5ac
MD5 8423ea64be873f06dbdf38bb5619e2b9
BLAKE2b-256 24371025eebdc099ced9c41182edf0f75aeae09cbab8eba0379cd259f5a6e9c3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 127609d9551310b096b1b210cb7faf0dc5d7652d920f508220bd37d90576d94f
MD5 860e79d8b415d0d13b8f387b814712b8
BLAKE2b-256 319a0e06c70401733cd0b903aaf8f2eab1f3d764f246797a77edc3e789362cc6

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9861d990e89a64cbab70d6fc175f317a07013746342ab2986c0d10400312b820
MD5 105eb21b2d378be881652c46fb20e09e
BLAKE2b-256 85db015534b7ca2284cfcd6f21ba089861eff229a884fbf5693dfa1f3d5316d0

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp37-cp37m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 364cbf7a95a088cab55796c890094353fa9a9f9470b3a347e35ddbad080e0060
MD5 fc3a14e4a9902a348cfa536482a38d5b
BLAKE2b-256 110ecb3d0bbb3cf91361df73f43e314736b55af26bf7e3df12f267c20354f1e8

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd907c84b43478771d23d7dc4017403e2452ef741bb2f56fea89c3827cca30df
MD5 2cb1c25b1bf415a411e46a1250a08a4c
BLAKE2b-256 32534761cf4785f78959c2a7eb433b3da58c168feaa090e139e77dfdb36289e4

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0824a3c17108fbdcc64f90a5275e7be6c9bade843462b392e845c27633acf8a9
MD5 6f70a03c0bd8c2d5f6b3c1dfa1ac4ae6
BLAKE2b-256 cd217f9babf5157d08e579ea2d50e99d5bc05e1e81022f852560f829317a9e53

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 07687e9f12668601b4a32bcb7afa62930c478acb82e6a4bb550b56f4c1cae8f5
MD5 4e17df697c2ea7284b057c58c517f583
BLAKE2b-256 93da58e418972c70d7e699eaf81f6462f58f29149bd44f7ede4ad01c75a5cfa4

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp36-cp36m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 658bd6e4af2603aaca3f56c4fa78eb98464312131c135986da2fec0fe610b964
MD5 603f5912506c58c1af5ff0144809ffb1
BLAKE2b-256 10a7eb4d56c1b0bec44fafeeee493647aa8b7844171c11bd00a6e20412004132

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 780581ba9a5179010970184148b88b4c11c41b61fe9b6cb7e064fdf82d000426
MD5 c9d03fae106d77ae61f0e95e301ede03
BLAKE2b-256 f9d80d99d133445f452134cb3c9bf6815c824fc9b35b4fa7128e554a94482cc7

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bfc670a0f3a2d2e34a1018baf7e2d90ffcf90436a26336735ec2cf9d0f01ee1
MD5 b61ea640d08a2f15f27617dbea2078fb
BLAKE2b-256 dcaf5e93cffe287771ddfa215970f75163eeafccdef567574ab0c86456fd9740

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 154935d70341da7c7740ee434fa5c3832c87a23e960ea347c937b660fa8f8671
MD5 786f62a53c94ddd62a6ec43b8578036d
BLAKE2b-256 a65ba1d08a850f31c30af262af71332e5b08d7060d17cb5fdf7e59451b578358

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp35-cp35m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 903493e2436eb67ba07ac56de2f7baafce1a8a41e2b0eaf5ea587003e27ac037
MD5 259b51d792ef9c3d76e57aa456313b3a
BLAKE2b-256 f17557e63d42dc5d8a9314c5cb963b0b17de4e87fb1b369973df8b3049983899

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dc9018079c36a6d1a1661b0cd456c45c2dd7d932e909c5b6b6c328832ad80ed2
MD5 df07825f6a7511cb2f4e99878759d458
BLAKE2b-256 cd4d85ec97a1535d6a2ccbd27bb7d6545325b4ff341b073d9d0ec5902a440333

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6997bb069412c322d49c9cefe5987c2e6a8b214a8066fcc30bb7753ce4856cc5
MD5 131d62ce9228322c2440444e0752bb40
BLAKE2b-256 487b380daf6daf7bc18bcd5accad94d2ddf2372a054b419e6df8b63e3dd7e079

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 353b22c5e3a91afc0a397fd11102cbc31665f9538c1582a4d9d2bdf3a71ec7fd
MD5 1b0809b46bd0a0b7aa9d1340da471fed
BLAKE2b-256 bf4f89dc5abf68aa9bb6db00c369488bfb346064525b38d1f9be32e9a76c5967

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 ae9d90c075f67c9767f0d869dfb0d54f718ea91f8ef976e60e9c9aaefbbbb440
MD5 eaf6c8c5fee98d7ca55af942cd7308e2
BLAKE2b-256 bb3b82a5ebf751d56792b0fcf52021793c9137c4a09c4f15a5cd631b8f9e440d

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp27-cp27m-win32.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 d5252778c7cd498a663ee704ee774c864aee47dd7f15998ef4b0ba465ddd4978
MD5 a6ccf52529798c767a1a3c4a6d7fbf3d
BLAKE2b-256 03caab379d978291259fcedb06daaf814b6778900b409c24bd3c118e87a93ca3

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f24b38dc1551299c10ecbc5099919c056ad02e6212af336a3c51817902fa4d0f
MD5 a1396ae3ddc545626be6982929432c45
BLAKE2b-256 cfab641546e4a9b5953f3d1646c92f73517ea3cedf84156a54ea3b4c3abfc700

See more details on using hashes here.

File details

Details for the file PyMuPDF-1.16.12-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyMuPDF-1.16.12-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

File hashes

Hashes for PyMuPDF-1.16.12-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fd642704eb46a90b43223319977d8f05eb0566d9c620fa2a33c11a93b62be4b
MD5 93133a4bf8443b6cb5ff37828ed5bdbf
BLAKE2b-256 9d05ae9717bb714da01cf4b72e94cc51dc5ce299db77c737964ba3c81a656782

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