Skip to main content

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:

Release files for pymupdf 1.17.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pymupdf 1.17.6
File Size Uploaded
PyMuPDF-1.17.6.tar.gz 203.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pymupdf 1.17.6
File
PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
PyMuPDF-1.17.6-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
PyMuPDF-1.17.6-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
PyMuPDF-1.17.6-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
PyMuPDF-1.17.6-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
PyMuPDF-1.17.6-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 112.3 MB

Release files / PyMuPDF-1.17.6.tar.gz

Download URL PyMuPDF-1.17.6.tar.gz
Size 203.9 kB
Tags Source
SHA-256 checksum
How to use checksums
5eef4ff61698016a296932858625a5a0039b923ba692043e2c98ca02966f1da2
BLAKE2b-256 checksum
How to use checksums
3b704e9de5f16fd69160dfcfafb2737c33df52d8aa89a063d9f843f39a4708db
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl

Download URL PyMuPDF-1.17.6-cp38-cp38-win_amd64.whl
Size 5.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
54141ca17bbc2d1609877c160715273a4a23aba3439d0acf815adf9dcdb56e03
BLAKE2b-256 checksum
How to use checksums
7d8063aec4fd05606bb49820663866672c0855f0f8850c8a302c9ea21acc3bcc
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp38-cp38-win32.whl

Download URL PyMuPDF-1.17.6-cp38-cp38-win32.whl
Size 4.7 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
c8d3d6ce98418d282beb56c5427a301b3999df6df3aa0dd621e622c842f92267
BLAKE2b-256 checksum
How to use checksums
89f7076da69e6f82c3af9523f561d92ce8c797a485ffe7136fb180cbca4bb8c5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp38-cp38-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9b2466a7baf7a53a7da7df664063400f5455c7d51528f9af2e45fea974af44f6
BLAKE2b-256 checksum
How to use checksums
bd4b6adcf4f31b994689615b794ba3bc2714f533611a23ccad845d7b3c5cd24c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.17.6-cp38-cp38-macosx_10_9_x86_64.whl
Size 5.4 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1a1dbb0c913e18f6920e34e6a1affe38f5ee99701e516fcab865e99cb2a45f58
BLAKE2b-256 checksum
How to use checksums
7718f9ef9c35ed942947471ad314e3e5342790c23762451e5940b02f3d0436d4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl

Download URL PyMuPDF-1.17.6-cp37-cp37m-win_amd64.whl
Size 5.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
70f8bf21a26b9370fa7f6ac95908d575307740b17fd809c499ee219b0d1dbd26
BLAKE2b-256 checksum
How to use checksums
54174c43af2edf8dbc0733707b5a4e529e9ad08a42af2a59707a8ddeb0480932
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp37-cp37m-win32.whl

Download URL PyMuPDF-1.17.6-cp37-cp37m-win32.whl
Size 4.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
04a0a4e039bea83e7551ef447fcd8d0a655c3d44f96268b32230137d54955c59
BLAKE2b-256 checksum
How to use checksums
2ba8c09d9c2b168e9c17dd706e60c34fd9e67c6f48534b785e20207629d372dc
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp37-cp37m-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
749d8414318e8a1c414b908cea3c456077934bddc01d8c7130f239468377cb25
BLAKE2b-256 checksum
How to use checksums
07a472f94422c7d032079eeab7427a83ce2bcfdb9f213a7c947233b866b8f590
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.17.6-cp37-cp37m-macosx_10_9_x86_64.whl
Size 5.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a58dbaa113e80d5f799b14b37dbacbd0de039b122e6bd367fffdc6ceb58e73e2
BLAKE2b-256 checksum
How to use checksums
91dbf5e868fe7031fda39fc9ee034d706f397d403bd85685a57cbc4afa825947
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl

Download URL PyMuPDF-1.17.6-cp36-cp36m-win_amd64.whl
Size 5.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
577edcb7911a172ca2cd028b13e6612363b5413fbfeb85ded4ae463fe01bf1ce
BLAKE2b-256 checksum
How to use checksums
703c1d6b69cef81a0fdf523429b4a0433c9487ce904fd442764cf47d0d8c7312
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp36-cp36m-win32.whl

Download URL PyMuPDF-1.17.6-cp36-cp36m-win32.whl
Size 4.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
5e3c636ff2b0d861367d1f69740ef2e3d52481ea81b1fbd76eb39f03f958f63d
BLAKE2b-256 checksum
How to use checksums
d0bf5e251dd0e4b41eb3f0b5e08b49b2a47296f11950662391238874f58697a5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp36-cp36m-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
83601a90ef0fe839ddbccc5a31ffc27297886ba91ea005e2492979c9f8cca53e
BLAKE2b-256 checksum
How to use checksums
cce1b732ba7a4629d03097f0736279a4c8fa3c1c6aab3e827367cb115cdf8731
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.17.6-cp36-cp36m-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
99473761ef136bdc4d820ba6817db72cb55baa651a942ed948ace9abce8ced73
BLAKE2b-256 checksum
How to use checksums
97466374aceded59e115b683042476e7dfcad9040d7d3a72312f921756f9ffb5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl

Download URL PyMuPDF-1.17.6-cp35-cp35m-win_amd64.whl
Size 5.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5ce499e26222ea2f2a03321d373d28bf5cd90913f6380a4f936b2e367921c7e5
BLAKE2b-256 checksum
How to use checksums
83b4728c96a97dcb9da9631affeeb72b73bc84311dc10a4c69779e55162e149e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp35-cp35m-win32.whl

Download URL PyMuPDF-1.17.6-cp35-cp35m-win32.whl
Size 4.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a32cc2568552c830c0ed72a6d66ba9141d992456fd96d4565d509142b8873b84
BLAKE2b-256 checksum
How to use checksums
bd5ff087063320504fc54147f3a0911995adff6576c1da91a826355454fbd7ab
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp35-cp35m-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
7a0038ca5324a0c24a831bea580d4dade9d1314e3044fdcbc30522c82d0971f9
BLAKE2b-256 checksum
How to use checksums
bd6c0dd45bb2627f09e7aa35e880eaaf0c836875c2629a242d753605fc2f5978
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.17.6-cp35-cp35m-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
abc172b8605c8bb49e7f295ec1eba4fa8ea1a85e46689ffb64ab20777cc9f24f
BLAKE2b-256 checksum
How to use checksums
fc31727d271eb5d48a9ac4c3f44717e6fc93c3658d26c06d2dd5cbe8f0a791df
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp27-cp27mu-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
d43da2abc3fe6bc4312fe60b50d6cc9c09608184d5b0439ab08cb161c2f81994
BLAKE2b-256 checksum
How to use checksums
3efaa105ce849a8a8a9799f1fee4b7912e38ff4cac7399d10199b25b9708377c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl

Download URL PyMuPDF-1.17.6-cp27-cp27m-win_amd64.whl
Size 5.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
188c6c16154583810093f80f962af191e9e3075282e0e0c7f17a0dec276edc05
BLAKE2b-256 checksum
How to use checksums
adb7a72867f9fe2c1240ca9e1a07b57b3caf57875e6dc3947420a63a8ce42723
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp27-cp27m-win32.whl

Download URL PyMuPDF-1.17.6-cp27-cp27m-win32.whl
Size 4.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
c39cb62a0b8397603583c5a846206f6104ea560cd577c2abc860ca33c1a448c6
BLAKE2b-256 checksum
How to use checksums
5b1c11cf5a3e95f2d0a2d5d0700dbd07e0e5f684faf273481e2ab7267e4dea7d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl

Download URL PyMuPDF-1.17.6-cp27-cp27m-manylinux2010_x86_64.whl
Size 6.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
a1ba6e457b559020f93b06d64408919b80e354f3d926e5ef17d14e45829a7c54
BLAKE2b-256 checksum
How to use checksums
24331eda42b3e11072c12825da7d1c317ada7ea81a327c478aac44c7b2366d0c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.17.6-cp27-cp27m-macosx_10_9_x86_64.whl
Size 5.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
52abb6eabb5a002a202c237ee33a6eb479bd80ba70af64556c4a39229644c839
BLAKE2b-256 checksum
How to use checksums
75e82be3024b6923c35b7b8ba42a4c5ce9aa0f30627741c64d9495f311f44a22
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

1.27.2

9 release files

1.27.1

8 release files

1.26.7

8 release files

1.26.5

8 release files

1.26.4

8 release files

1.26.1

8 release files

1.26.0

8 release files

1.25.5

8 release files

1.25.4

8 release files

1.25.2

8 release files

1.25.1

8 release files

This release

1.17.6 This release

22 release files

1.10.0

1.9.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page