Skip to main content

PyMuPDF 1.19.4

logo

Release date: January 01, 2022

On PyPI since August 2016: Downloads

Author

Jorj X. McKie, based on original code by Ruikai Liu.

Introduction

PyMuPDF (current version 1.19.4) is a Python binding with support for MuPDF (current version 1.19.*), a lightweight PDF, XPS, and E-book viewer, renderer, and toolkit, which is maintained and developed by Artifex Software, Inc.

MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (e-books) formats, and it is known for its top performance and high rendering quality.

With PyMuPDF you can access files with extensions like ".pdf", ".xps", ".oxps", ".cbz", ".fb2" or ".epub". In addition, about 10 popular image formats can also be handled like documents: ".png", ".jpg", ".bmp", ".tiff", etc..

In partnership with Artifex, PyMuPDF is now also available for commercial licensing. This agreement has no impact on use cases, that are compliant with the open-source license AGPL. Please see the "License and Copyright" section below for additional information.

Usage

For all supported document types (i.e. including images) you can

  • decrypt the document
  • access meta information, links and bookmarks
  • render pages in raster formats (PNG and some others), or the vector format SVG
  • search for text
  • extract text and images
  • convert to other formats: PDF, (X)HTML, XML, JSON, text
  • do OCR (Optical Character Recognition) if Tesseract is installed

To some degree, PyMuPDF can also be used as an image converter: it can read a range of input formats and can produce Portable Network Graphics (PNG), Portable Anymaps (PNM, etc.), Portable Arbitrary Maps (PAM), Adobe Postscript and Adobe Photoshop documents, making the use of other graphics packages obselete in these cases. But interfacing with e.g. PIL/Pillow for image input and output is easy as well.

For PDF documents, there exists a plethora of additional features: they can be created, joined or split up. Pages can be inserted, deleted, re-arranged or modified in many ways (including annotations and form fields).

  • Images and fonts can be extracted or inserted.

    You may want to have a look at this cool GUI example script, which lets you insert, delete, replace or re-position images under your visual control.

    If fontTools is installed, subsets can be built for eligible fonts based on their usage in the document. Especially for new PDFs, this can lead to significant file size reductions.

  • Embedded files are fully supported.

  • PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks

  • Password protection is fully supported: decryption, encryption, encryption method selection, permission level and user / owner password setting.

  • Support of the PDF Optional Content concept for images, text and drawings.

  • Low-level PDF structures can be accessed and modified.

  • Command line module "python -m fitz ...". A versatile utility with the following features

    • encryption / decryption / optimization
    • creation of sub-documents
    • document joining
    • image / font extraction
    • full support of embedded files
    • layout-preserving text extraction (all documents)

Have a look at the basic demos, the examples (which contain complete, working programs), and notebooks.

Documentation

Documentation is written using Sphinx and is available in various formats from the following sources. It currently is a combination of reference guide and user manual. For a quick start look at the tutorial and the recipes chapters.

  • You can view it online at Read the Docs. This site also provides download options for PDF.
  • The search function on Read the Docs does not work for me currently. If you want a working searchable local version, please download a zipped HTML from here.
  • Find a Windows help file here.

The latest changelog can be viewed here.

Installation

PyMuPDF requires Python 3.6 or later.

Python wheels exist for Windows (32bit and 64bit), Linux (64bit, Intel and ARM) and Mac OSX (64bit, Intel only), so it can be installed from PyPI in the usual way:

python -m pip install --upgrade pip
python -m pip install --upgrade pymupdf

There are no mandatory external dependencies. However, some optional features become available only if additional packages are installed:

  • Pillow for using pillow image output directly from PyMuPDF
  • fontTools for creating font subsets.
  • pymupdf-fonts contains some nice fonts for your text output.
  • Tesseract-OCR for optical character recognition in images and document pages. Tesseract is separate software, not a Python package. To enable OCR functions in PyMuPDF, the system environment variable "TESSDATA_PREFIX" must be defined and contain the tessdata folder name of the Tesseract installation location.

Older wheels - also with support for older Python versions - can be found here and on PyPI.

Starting with v1.18.15, to minimize network traffic we no longer redundantly store wheels in this repository's releases folder. You can find older versions back to v1.9.2 on PyPI. Sources for every release continue to be stored in here.

Other platforms require installation from sources, follow these instructions in the documentation.

Note: If pip cannot find a wheel that is compatible with your platform, it will automatically start an installation from sources - which will fail if MuPDF is not installed on your system.

This repo's folder installation contains several platform-specific source installation scripts contributed by users. You may also find the following Wiki pages useful:

License and Copyright

In order to comply with MuPDF’s dual licensing model, PyMuPDF has entered into an agreement with Artifex who has the right to sublicense PyMuPDF to third parties.

PyMuPDF and MuPDF are now available under both, open-source AGPL and commercial license agreements.

Please read the full text of the AGPL license agreement (which is also included here in file COPYING) to ensure that your use case complies with the guidelines of this license. If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.

Artifex is the exclusive commercial licensing agent for MuPDF.

Artifex, the Artifex logo, MuPDF, and the MuPDF logo are registered trademarks of Artifex Software Inc. © 2021 Artifex Software, Inc. All rights reserved.

Contact

Please use the Discussions menu for questions, comments, or asking for help, and submit issues here. If you wish, you can also contact me directly via jorj.x.mckie@outlook.de.

Release files for pymupdf 1.19.4

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.19.4
File Size Uploaded
PyMuPDF-1.19.4.tar.gz 2.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pymupdf 1.19.4
File
PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
PyMuPDF-1.19.4-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
PyMuPDF-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.19.4-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
PyMuPDF-1.19.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
PyMuPDF-1.19.4-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
PyMuPDF-1.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.19.4-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
PyMuPDF-1.19.4-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
PyMuPDF-1.19.4-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
PyMuPDF-1.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.19.4-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
PyMuPDF-1.19.4-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
PyMuPDF-1.19.4-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
PyMuPDF-1.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.19.4-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
PyMuPDF-1.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
PyMuPDF-1.19.4-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 132.9 MB

Release files / PyMuPDF-1.19.4.tar.gz

Download URL PyMuPDF-1.19.4.tar.gz
Size 2.3 MB
Tags Source
SHA-256 checksum
How to use checksums
125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81
BLAKE2b-256 checksum
How to use checksums
3b7c7d2d98a3f851a1bfc11b7bbeb345deb51a28a42ee7ace3244ce82f6c257f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl

Download URL PyMuPDF-1.19.4-cp310-cp310-win_amd64.whl
Size 6.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
03878ff8bb343516e9580930c233105e0a69bbeaebddcb3dcc281ffb8c0944ca
BLAKE2b-256 checksum
How to use checksums
bd67e2d0120d3b0cef9ef9b1318659081b9db29a68af29af8101fa67f8cc6941
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp310-cp310-win32.whl

Download URL PyMuPDF-1.19.4-cp310-cp310-win32.whl
Size 5.8 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
65647d992bcc77b52d808c40a08b6b98a6012371ffef9c764a34bb0580b3abcf
BLAKE2b-256 checksum
How to use checksums
b151b6ec33d9ebd4cb0c4b2af28344f4f0c0b25091310f5318b15313d55c32d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.8 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c9ee5f4f413ac3675835426ee182aa7c68774c11ce9f9f61f65f7f34d810ce38
BLAKE2b-256 checksum
How to use checksums
982d857c4408ab339da4e1ee69b88fea70b37196b662fa65357de55b185f76a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp310-cp310-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.19.4-cp310-cp310-macosx_10_9_x86_64.whl
Size 7.6 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
656a7bec93bc89feabb4c34d3c7c8ef18335837870a2ae4b4bcb91eff9d6ce10
BLAKE2b-256 checksum
How to use checksums
a1e4660a7a7e60b1366def919802f7c1b565e587789ab4c883ca97f9781d27a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

Release files / PyMuPDF-1.19.4-cp39-cp39-win_amd64.whl

Download URL PyMuPDF-1.19.4-cp39-cp39-win_amd64.whl
Size 6.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
5b347655a948c6a9d2d66a0d1e651f9888ce6e2915ee6a2e60498a0c735b5330
BLAKE2b-256 checksum
How to use checksums
18ebe5e2837b607ec46054992199fb3814949f0a4021d22d16286be65259045f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp39-cp39-win32.whl

Download URL PyMuPDF-1.19.4-cp39-cp39-win32.whl
Size 5.8 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
f140acdecdc3a6cbc6987eda3f1df9a5c8d85b0c1044f4132fde4813acbd905a
BLAKE2b-256 checksum
How to use checksums
a8a9350f991fa0afcff3e0ae5b9d286b2f361344b3d308edcc50d48d14ee5ca5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.8 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
aca2f2f94bda157a0365230fe11dcf1b9f6ab592943cc7534d92389f1058cd86
BLAKE2b-256 checksum
How to use checksums
7894ae38be1756c09ed1c5af4153f37bc994bb70f45aff7aa0d1b36535c5cc6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp39-cp39-macosx_10_9_x86_64.whl

Download URL PyMuPDF-1.19.4-cp39-cp39-macosx_10_9_x86_64.whl
Size 7.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c126efda315be900ecf194b3d04b93cc211db8fa6c3b31af482d6c5aac2c5b66
BLAKE2b-256 checksum
How to use checksums
0f4e757fd828a40e8131ac509750112eaa6b3c5a0ff0f5fbd0b3634649da901f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

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

Download URL PyMuPDF-1.19.4-cp38-cp38-win_amd64.whl
Size 6.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
17f1b8ff934d02ffc3dfb6af4ce0d1545a722eff180aa675e17ff7ac40b731f9
BLAKE2b-256 checksum
How to use checksums
6b3d57ce3d0ca1fd24a5bb03fc9f81161c93d629fa81729d2b2479dc8031ded3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

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

Download URL PyMuPDF-1.19.4-cp38-cp38-win32.whl
Size 5.8 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
4e19dfb82d247027757fb75d5fb73d8ce430930a0c7d2f492913aefd1875345c
BLAKE2b-256 checksum
How to use checksums
491ab080c548e7a43996a59384c7a0dbe9daca834d0b95e38258b094530e1efe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.8 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b33c5a68a4bcfe8f948127aad61f25e172d6851993235f46cc395b2038c2eb84
BLAKE2b-256 checksum
How to use checksums
2834d97b17a347c906fd12b31393988dcf41d217e98960c47f9feb2044fc2661
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

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

Download URL PyMuPDF-1.19.4-cp38-cp38-macosx_10_9_x86_64.whl
Size 7.6 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5046b479a44c55423df0c746cd4d858bd244c85cdfaf46e7fd4298ba7f586365
BLAKE2b-256 checksum
How to use checksums
e0a888575f34a3dad228040205b683ce9bf7c8c1007fdfe46746ffd4190f7d8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

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

Download URL PyMuPDF-1.19.4-cp37-cp37m-win_amd64.whl
Size 6.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
910d4159698adcd7783a5fcde17079bb295abc2d3d604ccb8ed257a24b4e7dbf
BLAKE2b-256 checksum
How to use checksums
6029cb12fd61e4b8dfb8994445024b0c86037640bb8b563e501870372c1ef4f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

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

Download URL PyMuPDF-1.19.4-cp37-cp37m-win32.whl
Size 5.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
eeccac87ab19127ef6f15caa3b12fdf02e944864816844b456b5856582056873
BLAKE2b-256 checksum
How to use checksums
278e56946109d0b7f56b994f83ba1d177b5f98df4349307c9ee08e6d36e11339
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release files / PyMuPDF-1.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
42c9188e39ee33b207a810d1f9ff635a8247d9e64b8af432ef36b9696763f8eb
BLAKE2b-256 checksum
How to use checksums
75be258ab7796c17f64b39ef87624337afa86de007be92eb939bd732b22cd9fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

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

Download URL PyMuPDF-1.19.4-cp37-cp37m-macosx_10_9_x86_64.whl
Size 7.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9abd78c614455d0695fbcff693a85cc906b8fcbaa24fb576182b20a87db2eddd
BLAKE2b-256 checksum
How to use checksums
bee6fec04306aab5243ef54b0a638f7770dc3b1dcf9315cea8fe04d85902b5ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

Release files / PyMuPDF-1.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL PyMuPDF-1.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6ee61379f001f7bc892afefae886d07d49320d9641eeeb40dcc936903addeb4d
BLAKE2b-256 checksum
How to use checksums
a0d1996668dce0ed1b9230e280413ccd4787dd28888a58331946f180235ec538
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

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

Download URL PyMuPDF-1.19.4-cp36-cp36m-macosx_10_9_x86_64.whl
Size 7.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
196cfb75eb17271b62f59eacc769710e55c5a4277c455520851db0db9c3b381b
BLAKE2b-256 checksum
How to use checksums
d1e374c02e1722aac085437248047294715b777db59349d3a3b203f2d08a0716
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

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.19.4 This release

19 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