Skip to main content

Release date: June 20, 2020

Authors

  • Jorj X. McKie

  • Ruikai Liu

Introduction

This is version 1.17.1 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.1

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.1
File Size Uploaded
PyMuPDF-1.17.1.tar.gz 199.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pymupdf 1.17.1
File
PyMuPDF-1.17.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
PyMuPDF-1.17.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
PyMuPDF-1.17.1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
PyMuPDF-1.17.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
PyMuPDF-1.17.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
PyMuPDF-1.17.1-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
PyMuPDF-1.17.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
PyMuPDF-1.17.1-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
PyMuPDF-1.17.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
PyMuPDF-1.17.1-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.1-cp35-cp35m-macosx_10_9_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.17.1-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.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
PyMuPDF-1.17.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
PyMuPDF-1.17.1-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
PyMuPDF-1.17.1-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.1 MB

Release files / PyMuPDF-1.17.1.tar.gz

Download URL PyMuPDF-1.17.1.tar.gz
Size 199.8 kB
Tags Source
SHA-256 checksum
How to use checksums
a49efe05e0fdd1b69738d5cb4e6da4bced3ff787ba88235a1fa57c62dac1e9d4
BLAKE2b-256 checksum
How to use checksums
c42007ebf77770098994688d3058fc0ad302f9652bf976a45f20107cf87b5da4
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-cp38-cp38-win_amd64.whl
Size 5.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
844998ee720fae8ed743164acbbd6ecc9bb938ca68c342d5afc7f3a4a850bc73
BLAKE2b-256 checksum
How to use checksums
5cce7a8cfc18c6f4c7e83a1b9e9065a0233a9c2e983113c8ee6d3a39ac008bb5
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-cp38-cp38-win32.whl
Size 4.7 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
2e3b9fe58f02b9b5623fb1d4c923445af75271ad647d83756700fa8a98dec268
BLAKE2b-256 checksum
How to use checksums
3129081a2f87e7b49204a6a02d783a3c480fc696b52fed69a23654e585e38770
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
7405068db9984c8a5be14911e6d2d56ce4e65d6b0e06442cad8bb31ec48b2650
BLAKE2b-256 checksum
How to use checksums
e8bae7f9cf97e1ab1cc2e1db50894cfb6186dcb0d44a87c1e2ac103f7eef1268
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
df28144285ff4dd56b147093bf38518d9c8b16effedd73987eb500f6860b3519
BLAKE2b-256 checksum
How to use checksums
520bcab67c4331bcc9c6029b0a78185261de5c077610fe903e4eeb0c1558d899
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
da62ff45f40e2233a89de7c2500c06231033d83d2da9c6534d3852f03022b75e
BLAKE2b-256 checksum
How to use checksums
111825140896f7b20c3330ed6bb119fa1d15b4187a0e6569f41f6e9d574adac9
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
3383dc6bb1cdc67586b8e9aab4feb077b1bbe12e212d43c14af2135e0c98ca61
BLAKE2b-256 checksum
How to use checksums
4c7d27a360f4dc11b533372b9dfa02df4b6e8fea940a28f420dbe1a30259cdc3
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
6da9c569d3a8fc632762d461696992d08ea264a3005329f993694cee396fbd29
BLAKE2b-256 checksum
How to use checksums
58ee30887f42e446a275198da0030bb849a2ef750a9ca7c68f010fc44b32ddd2
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cedd0b1c33f48780db30c02236af402e777c728ee426a91df77389d8ff38eccc
BLAKE2b-256 checksum
How to use checksums
e6eb88998d725ddc0fd278b34f62d4cb89abb081ab492bb1c529716988d5afbd
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
2e5e7685586c014663221eb378e52b88ed172319f28235026f96ebb98220d941
BLAKE2b-256 checksum
How to use checksums
632b87c83ba42b24307c9475788f892a8ef9fd20639c8c5b685b5b229af5ffc9
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
71ebfd985f60c372f30d7208d7573c4d199b5f23557e0d9894c8c7f96d6c2b87
BLAKE2b-256 checksum
How to use checksums
5bef6a71695fb1732754a12d4316bd9cd9a64ac2b4121752e3bedc8822782b42
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
8967fbedd1145c23f1f5f270cd600bdd660d0549f647b4496900dad0a21e0464
BLAKE2b-256 checksum
How to use checksums
bfbab62f158581cbc39e1ff88905390b5365fb095f7a8787987c9d1e2ac9f835
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
12e096596daf820341e8239950d7cc8cca9663e513f42da73e2b1051d64363df
BLAKE2b-256 checksum
How to use checksums
1a5b4f49a9861499c979b0c3f8465ca4533e1431033beae382635134bad2a0ae
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
51bf3dc6f69f9db9135836e15119ef888e9f4d5fb831c91591e98f2b6dd7edea
BLAKE2b-256 checksum
How to use checksums
644c30263ce9c29a16a068e1405619990dc5fd275e4ebfe58041fcac94dbd9e1
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
254a8ad58481a8acfbd41b1a3df314548ad1852f1c1daf0574e48e6eff0ba944
BLAKE2b-256 checksum
How to use checksums
ae2e91a4a18a84e481dd653d1e2a257a403fc59e491567f539b51dd8946af462
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
1f6678999a190daf8c21ab4b6f59fdec3c9fe4e1c67b1dbcd7ec1b6da9f266ce
BLAKE2b-256 checksum
How to use checksums
2ed652b42384c039b248d44554daf79d1dcd74bf451a6393c985121de016224a
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
b4029e6cf8e9ed1f5079ed2778adcc3462071adc5b5bf6132eef50fde2652a07
BLAKE2b-256 checksum
How to use checksums
f93cc1c9b77bc7a771c2cbc03f1d23bf9aab71227350d07780a3c11c7d950675
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
e7599f11fdfaef2303b645d83b6ebaf727781fcee7015341a7048d009f264cad
BLAKE2b-256 checksum
How to use checksums
742a44a3cb0cdf2d14bd5412d52f89c35ae15be4461b293d25df7981c3cf6a87
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
fd8c2a241351909dfc94211cf23ba3d028b8295a5703b07c0d29f2a1827433ff
BLAKE2b-256 checksum
How to use checksums
a9a322ff23b8de3bcd6e8e189d29c65ee70ff35b9a5d369a2f5e7d45d5e44eb5
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
2bc4826d7b236f3923c0c96b43efb889cf13ae99832938f39e4548dd6f563be2
BLAKE2b-256 checksum
How to use checksums
fd3b902e3554b3e1e87479ff8f57dfdadd8e839f957a9afb61c0959db8843635
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-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
095bd0fd6e2ae3a779652948a306def18ca0086c8a141707e7320d85f6061c7c
BLAKE2b-256 checksum
How to use checksums
38a40f5a3e86decbd7d20ecedc50081b593b79a9ecfe29cef6e1230d4124fafb
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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

Download URL PyMuPDF-1.17.1-cp27-cp27m-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f2b73ee2b4532566d41bdcad20ce8530523928abc448f855364c7986439bea82
BLAKE2b-256 checksum
How to use checksums
00e8f28ca45f467000bfb195c93b5dfa4d701835ed0f2209af764f758ed9dd14
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/42.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.7.5

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.1 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