Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: August 26, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.17.6 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.17.6.tar.gz (203.9 kB view details)

Uploaded Source

Built Distributions

PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

PyMuPDF-1.17.6-cp38-cp38-win32.whl (4.7 MB view details)

Uploaded CPython 3.8 Windows x86

PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

PyMuPDF-1.17.6-cp37-cp37m-win32.whl (4.7 MB view details)

Uploaded CPython 3.7m Windows x86

PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

PyMuPDF-1.17.6-cp36-cp36m-win32.whl (4.7 MB view details)

Uploaded CPython 3.6m Windows x86

PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

PyMuPDF-1.17.6-cp35-cp35m-win32.whl (4.7 MB view details)

Uploaded CPython 3.5m Windows x86

PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 2.7m Windows x86-64

PyMuPDF-1.17.6-cp27-cp27m-win32.whl (4.7 MB view details)

Uploaded CPython 2.7m Windows x86

PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl (6.0 MB view details)

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

PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for PyMuPDF-1.17.6.tar.gz
Algorithm Hash digest
SHA256 5eef4ff61698016a296932858625a5a0039b923ba692043e2c98ca02966f1da2
MD5 acfad109834072f8cc98b3c82d91fd3a
BLAKE2b-256 3b704e9de5f16fd69160dfcfafb2737c33df52d8aa89a063d9f843f39a4708db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.1 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 54141ca17bbc2d1609877c160715273a4a23aba3439d0acf815adf9dcdb56e03
MD5 0d5b47bc69845a3dedb3df1934ea4bcd
BLAKE2b-256 7d8063aec4fd05606bb49820663866672c0855f0f8850c8a302c9ea21acc3bcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.7 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c8d3d6ce98418d282beb56c5427a301b3999df6df3aa0dd621e622c842f92267
MD5 cb13b2edcddd8af6eb3230b20b55dfb4
BLAKE2b-256 89f7076da69e6f82c3af9523f561d92ce8c797a485ffe7136fb180cbca4bb8c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9b2466a7baf7a53a7da7df664063400f5455c7d51528f9af2e45fea974af44f6
MD5 3e21b721ebe87c65ad1f04ab610ce080
BLAKE2b-256 bd4b6adcf4f31b994689615b794ba3bc2714f533611a23ccad845d7b3c5cd24c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a1dbb0c913e18f6920e34e6a1affe38f5ee99701e516fcab865e99cb2a45f58
MD5 898b50b007ab7c8698283b0c54c253d1
BLAKE2b-256 7718f9ef9c35ed942947471ad314e3e5342790c23762451e5940b02f3d0436d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 70f8bf21a26b9370fa7f6ac95908d575307740b17fd809c499ee219b0d1dbd26
MD5 c68ebb68616b181a5f932a741ebd0b0d
BLAKE2b-256 54174c43af2edf8dbc0733707b5a4e529e9ad08a42af2a59707a8ddeb0480932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.7 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 04a0a4e039bea83e7551ef447fcd8d0a655c3d44f96268b32230137d54955c59
MD5 8ac30b8279fe0098c0740155199d4f6d
BLAKE2b-256 2ba8c09d9c2b168e9c17dd706e60c34fd9e67c6f48534b785e20207629d372dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 749d8414318e8a1c414b908cea3c456077934bddc01d8c7130f239468377cb25
MD5 fd94f8e7f835ce10ba2b947066d99f96
BLAKE2b-256 07a472f94422c7d032079eeab7427a83ce2bcfdb9f213a7c947233b866b8f590

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a58dbaa113e80d5f799b14b37dbacbd0de039b122e6bd367fffdc6ceb58e73e2
MD5 8c3dcfe6205698ea241c1fbebbaa8043
BLAKE2b-256 91dbf5e868fe7031fda39fc9ee034d706f397d403bd85685a57cbc4afa825947

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 577edcb7911a172ca2cd028b13e6612363b5413fbfeb85ded4ae463fe01bf1ce
MD5 f8a26ac02c0e318d84d22c41b7494f10
BLAKE2b-256 703c1d6b69cef81a0fdf523429b4a0433c9487ce904fd442764cf47d0d8c7312

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.7 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5e3c636ff2b0d861367d1f69740ef2e3d52481ea81b1fbd76eb39f03f958f63d
MD5 b8476b16bb5e92ca9c0b7e6265924867
BLAKE2b-256 d0bf5e251dd0e4b41eb3f0b5e08b49b2a47296f11950662391238874f58697a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 83601a90ef0fe839ddbccc5a31ffc27297886ba91ea005e2492979c9f8cca53e
MD5 7a651fd7f42fc7f817b9fa95c7310898
BLAKE2b-256 cce1b732ba7a4629d03097f0736279a4c8fa3c1c6aab3e827367cb115cdf8731

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99473761ef136bdc4d820ba6817db72cb55baa651a942ed948ace9abce8ced73
MD5 30e73e3a1b97518f5c441728014aa18e
BLAKE2b-256 97466374aceded59e115b683042476e7dfcad9040d7d3a72312f921756f9ffb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 5ce499e26222ea2f2a03321d373d28bf5cd90913f6380a4f936b2e367921c7e5
MD5 39cc9b5e4fea9780d9e3c7165caf7385
BLAKE2b-256 83b4728c96a97dcb9da9631affeeb72b73bc84311dc10a4c69779e55162e149e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.7 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a32cc2568552c830c0ed72a6d66ba9141d992456fd96d4565d509142b8873b84
MD5 b136bb29a49db3485157346edaecc189
BLAKE2b-256 bd5ff087063320504fc54147f3a0911995adff6576c1da91a826355454fbd7ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7a0038ca5324a0c24a831bea580d4dade9d1314e3044fdcbc30522c82d0971f9
MD5 b050887e35c8ac0b1a0ebabb10710442
BLAKE2b-256 bd6c0dd45bb2627f09e7aa35e880eaaf0c836875c2629a242d753605fc2f5978

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abc172b8605c8bb49e7f295ec1eba4fa8ea1a85e46689ffb64ab20777cc9f24f
MD5 fb396f1a29f3d21f1050a3ad68e8741c
BLAKE2b-256 fc31727d271eb5d48a9ac4c3f44717e6fc93c3658d26c06d2dd5cbe8f0a791df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d43da2abc3fe6bc4312fe60b50d6cc9c09608184d5b0439ab08cb161c2f81994
MD5 9844ae8ecf3014f5e4bfa8efacff9aca
BLAKE2b-256 3efaa105ce849a8a8a9799f1fee4b7912e38ff4cac7399d10199b25b9708377c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 5.1 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 188c6c16154583810093f80f962af191e9e3075282e0e0c7f17a0dec276edc05
MD5 b3027d08b12c8ed31f4487de2b30618d
BLAKE2b-256 adb7a72867f9fe2c1240ca9e1a07b57b3caf57875e6dc3947420a63a8ce42723

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.7 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 c39cb62a0b8397603583c5a846206f6104ea560cd577c2abc860ca33c1a448c6
MD5 893e804dc331cc40bd7961c244c0bd24
BLAKE2b-256 5b1c11cf5a3e95f2d0a2d5d0700dbd07e0e5f684faf273481e2ab7267e4dea7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a1ba6e457b559020f93b06d64408919b80e354f3d926e5ef17d14e45829a7c54
MD5 e93b7a301546e2a3785bff99024a08b1
BLAKE2b-256 24331eda42b3e11072c12825da7d1c317ada7ea81a327c478aac44c7b2366d0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.8

File hashes

Hashes for PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52abb6eabb5a002a202c237ee33a6eb479bd80ba70af64556c4a39229644c839
MD5 d0bbbf0f6e8bde76d50b5a420a46f6b5
BLAKE2b-256 75e82be3024b6923c35b7b8ba42a4c5ce9aa0f30627741c64d9495f311f44a22

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