Skip to main content

Python bindings for the PDF rendering library MuPDF

Project description

Release date: March 15, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.16.13 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.13.tar.gz (181.7 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyMuPDF-1.16.13-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.13-cp37-cp37m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

PyMuPDF-1.16.13-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.13-cp36-cp36m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

PyMuPDF-1.16.13-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.13-cp35-cp35m-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

PyMuPDF-1.16.13-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.13-cp27-cp27mu-manylinux2010_x86_64.whl (5.7 MB view details)

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

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

PyMuPDF-1.16.13-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.13.tar.gz.

File metadata

  • Download URL: PyMuPDF-1.16.13.tar.gz
  • Upload date:
  • Size: 181.7 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.13.tar.gz
Algorithm Hash digest
SHA256 246b5f88f6b8b671887c082ba57233bd6a2b2810f389f8a98c43d56c83d818e3
MD5 4c323dcdd21153cc6bc57b1eb8f27ce5
BLAKE2b-256 9af035d0056d6f56021f0bcbc539dd95e923ffde382467f2ec61c829b7044a59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ead5c338ada5bd0a8d234690ea5715595fcfe8023ab1d466dfe8c033b2631dcd
MD5 145b75951a312496a755eb49f3112556
BLAKE2b-256 f386cd5829beb78339c0b729561cde11b5dc0ce3e468a93ee4d1f6c8c9a64932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9427cea4c8e2781bee678bd8ed1399fff437b29b888e5826a0696250d9269513
MD5 be98d51a848549558962a0ad9c94d57a
BLAKE2b-256 d1787d999447da134390571bcb2d4371ea0ca2701fcab63d84d82e07e3ab2d30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 17d58ebb56001693360d724f7bfa351b203f75ab1fb1ec528b4af51bd3062ccb
MD5 8e933ebd88e443b9621060992a50cd82
BLAKE2b-256 acdcf82753ab8c0820b65274dc9bd50aef16ec586add5ba3a8ba7d27d585918c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80bb15f27e6046306f4b374faacc7bcf06cfe2ea83a8098940faa4c880f8b684
MD5 49907e2d789ba4ef54908f624d715a93
BLAKE2b-256 cb1fbade7ef46d3af4082fcdb19561736b5e76769ab1b834249609fa98a5bee5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e41ba9be7418c1ca4a25dc03233183b51290528b85a5e812405d8e68dbc58a22
MD5 f177dc5524ed5673e115b768e227fa1a
BLAKE2b-256 9d9501c53afbd40118ff00026d2239b383d29e12bda74dd205a67bbce996e341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4d12f5cad3dd05e49321f3b9406d43cf7d657ff28a1493d1ebd096d25325871e
MD5 6b9fe73993b270ce0f65211cf7335cf9
BLAKE2b-256 0f63a9a592dbad3798f0a29e71e95f7faa98c06841de0d80b892244bf25ceea4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 980387e67c2a779963bbc634deaa648661dfb0f52886ddc18e1f047d1dc38873
MD5 051b05527d2b41adf8a9f923ba860fc4
BLAKE2b-256 0098084f9d2bcdd3d7f2af4cac4855b06f05d7004dd44136736d0602669b20ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abdba62554ac591a7f32f567f4d7344a616bc762a402afa03191fee8f20562d2
MD5 53eafa1950fd5c11a012188276e8edcc
BLAKE2b-256 be924712888a8e1a93dfeb58272a4487bc104b19f962ed4719e5ae06a7c1866f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a96997a9ab7fcb493eef484f27ad6591420c4e2d43391d5fc5b679b7a1da035f
MD5 353e5eda2fb8184e17760159f225a210
BLAKE2b-256 bbe0826ed45f55cfd88ed38e51fcbd76e6e815ff4014ce5552a315343358e8d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 abf464e0c88a73d1a8c4db70a266da5f9fb3a95d568902b3b27377091dc464f9
MD5 25cc5e21f1c10d9d5eb38a3c426961f5
BLAKE2b-256 7ef7d4ba1bba8ce9e24d594323e143b4c0ead659acb7abd665febeb72e3659c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4155c8fcb326d5ef7949857e0b86332c2394ca8afd15c12b4c299d29bb878014
MD5 02c3bc326fe3efd74b8e547e8ac113a4
BLAKE2b-256 ee18b91ff7874f3b65ad2298ce2c6c46d434684f963dae5a1ae710befb11c1a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b3f3b5911aadbb242037c74e976938ad231f4f5a008c6ca6803f061d71b4e13
MD5 248e857446a3a27bf482b4cd8f0ff435
BLAKE2b-256 7ad5f8caa13ed3094d552d66ab3a6dc97ddb7f8ef7fb7b27f0d40aae75c36a65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f2bad405a858e8dc5424761ea748473db5727a2dcc60767bbcd5dae6acd9bdde
MD5 c1f80a6af2e617a336ceba01c8e05558
BLAKE2b-256 662224269adb463163a77d27114ad52680a04fd3a6d3417b0f0b23572e65cdc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b4fa2ccdd64f4afbb8a717c1be02b2918818e648870c66cd7743afffde38c7f1
MD5 d6e83e5cdb6cf4b7663b10aa8381d036
BLAKE2b-256 0a90932cd89f2a19488abb34a8d8600d9eb5f00006524cb170a4d6e2b649751f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a435bbd184bb0432498e21f899508cfb98c2e97a050b1861348a2b40e1c3898e
MD5 b7aaf3394e4f90607a0f6b022f4c68a9
BLAKE2b-256 89583bbe7a810b633a2108342343ffc9bf1205a8c60b3e32b87245812f2841eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6eb5793e0b8c087db61f3b2cc67371b4b53cfe7452f544c1e495c6aabb610c81
MD5 565cbcbbdbde21b1140dd16aa2910f22
BLAKE2b-256 257ba3137a7f8dd69a13d75dcf6119e54d244b678766089c30c4fe6df7645634

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7be187c7639fa82ebe2f7db1ee3085313908c74d646b0f2c5a77622fc2ae912c
MD5 fcfb529f8ab90b6f8a6f1d1cb558866a
BLAKE2b-256 675ff664be0015c41ce01c8dd54287849451dc2d0d49fb0a0dde9be8dc328b20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 14601061ed2d3a1a0d8a07eb62add94ff22b0796b68c14ca633c8a97694eb583
MD5 772771b21a917b683745a8a26bce6094
BLAKE2b-256 1e898f06203912a898db04455e230c41c20e25f8899d46d6a8836d6041c6aca8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 98eaf9110500d09716db72ec2044052b21d934c63040c477010a4d92bdc09f9b
MD5 65e72c9f9f15e6d79fadc6a55889f61a
BLAKE2b-256 f1b58f88303f01f83e36439a79e5b63417e0dcd641b184632206c655ad3f839d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f7d53b603a68e6b87244641afaa9fb1b2e1c8f20662693553ffeff7f6e7eab22
MD5 75a22087269c1866b582429eb3a7f20a
BLAKE2b-256 ce9acf54ded8b9d1af02641f9d76cfcf522658d04e8ba6dc97777d0491074345

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyMuPDF-1.16.13-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.13-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4aeec4b961ad852d47442226c1b5da8affaf17c653d2a03db80d8b1f671d36b4
MD5 9af9ef9e62604bd3edbc18496d7317d5
BLAKE2b-256 be1c584a1a6e548fe4ea9bd60bf59fc80aec457b2a40b2cf531d4a28f9f9aad4

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