Pillow


NamePillow JSON
Version 9.4.0 PyPI version JSON
download
home_pagehttps://python-pillow.org
SummaryPython Imaging Library (Fork)
upload_time2023-01-02 02:58:26
maintainer
docs_urlNone
authorAlex Clark (PIL Fork Author)
requires_python>=3.7
licenseHPND
keywords imaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/main/pillow-logo-248x250.png" alt="Pillow logo">
</p>

# Pillow

## Python Imaging Library (Fork)

Pillow is the friendly PIL fork by [Alex Clark and
Contributors](https://github.com/python-pillow/Pillow/graphs/contributors).
PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
As of 2019, Pillow development is
[supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).

<table>
    <tr>
        <th>docs</th>
        <td>
            <a href="https://pillow.readthedocs.io/?badge=latest"><img
                alt="Documentation Status"
                src="https://readthedocs.org/projects/pillow/badge/?version=latest"></a>
        </td>
    </tr>
    <tr>
        <th>tests</th>
        <td>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/lint.yml"><img
                alt="GitHub Actions build status (Lint)"
                src="https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg"></a>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/test.yml"><img
                alt="GitHub Actions build status (Test Linux and macOS)"
                src="https://github.com/python-pillow/Pillow/workflows/Test/badge.svg"></a>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml"><img
                alt="GitHub Actions build status (Test Windows)"
                src="https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg"></a>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-mingw.yml"><img
                alt="GitHub Actions build status (Test MinGW)"
                src="https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg"></a>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml"><img
                alt="GitHub Actions build status (Test Cygwin)"
                src="https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg"></a>
            <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml"><img
                alt="GitHub Actions build status (Test Docker)"
                src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></a>
            <a href="https://ci.appveyor.com/project/python-pillow/Pillow"><img
                alt="AppVeyor CI build status (Windows)"
                src="https://img.shields.io/appveyor/build/python-pillow/Pillow/main.svg?label=Windows%20build"></a>
            <a href="https://github.com/python-pillow/pillow-wheels/actions"><img
                alt="GitHub Actions wheels build status (Wheels)"
                src="https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg"></a>
            <a href="https://app.travis-ci.com/github/python-pillow/pillow-wheels"><img
                alt="Travis CI wheels build status (aarch64)"
                src="https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg?label=aarch64%20wheels"></a>
            <a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
                alt="Code coverage"
                src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
            <a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow"><img
                alt="Fuzzing Status"
                src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg"></a>
        </td>
    </tr>
    <tr>
        <th>package</th>
        <td>
            <a href="https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow"><img
                alt="Zenodo"
                src="https://zenodo.org/badge/17549/python-pillow/Pillow.svg"></a>
            <a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img
                alt="Tidelift"
                src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a>
            <a href="https://pypi.org/project/Pillow/"><img
                alt="Newest PyPI version"
                src="https://img.shields.io/pypi/v/pillow.svg"></a>
            <a href="https://pypi.org/project/Pillow/"><img
                alt="Number of PyPI downloads"
                src="https://img.shields.io/pypi/dm/pillow.svg"></a>
            <a href="https://bestpractices.coreinfrastructure.org/projects/6331"><img
                alt="OpenSSF Best Practices"
                src="https://bestpractices.coreinfrastructure.org/projects/6331/badge"></a>
        </td>
    </tr>
    <tr>
        <th>social</th>
        <td>
            <a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img
                alt="Join the chat at https://gitter.im/python-pillow/Pillow"
                src="https://badges.gitter.im/python-pillow/Pillow.svg"></a>
            <a href="https://twitter.com/PythonPillow"><img
                alt="Follow on https://twitter.com/PythonPillow"
                src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
        </td>
    </tr>
</table>

## Overview

The Python Imaging Library adds image processing capabilities to your Python interpreter.

This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.

The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.

## More Information

- [Documentation](https://pillow.readthedocs.io/)
  - [Installation](https://pillow.readthedocs.io/en/latest/installation.html)
  - [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)
- [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)
  - [Issues](https://github.com/python-pillow/Pillow/issues)
  - [Pull requests](https://github.com/python-pillow/Pillow/pulls)
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
  - [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)

## Report a Vulnerability

To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).

            

Raw data

            {
    "_id": null,
    "home_page": "https://python-pillow.org",
    "name": "Pillow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Imaging",
    "author": "Alex Clark (PIL Fork Author)",
    "author_email": "aclark@python-pillow.org",
    "download_url": "https://files.pythonhosted.org/packages/bc/07/830784e061fb94d67649f3e438ff63cfb902dec6d48ac75aeaaac7c7c30e/Pillow-9.4.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img width=\"248\" height=\"250\" src=\"https://raw.githubusercontent.com/python-pillow/pillow-logo/main/pillow-logo-248x250.png\" alt=\"Pillow logo\">\n</p>\n\n# Pillow\n\n## Python Imaging Library (Fork)\n\nPillow is the friendly PIL fork by [Alex Clark and\nContributors](https://github.com/python-pillow/Pillow/graphs/contributors).\nPIL is the Python Imaging Library by Fredrik Lundh and Contributors.\nAs of 2019, Pillow development is\n[supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).\n\n<table>\n    <tr>\n        <th>docs</th>\n        <td>\n            <a href=\"https://pillow.readthedocs.io/?badge=latest\"><img\n                alt=\"Documentation Status\"\n                src=\"https://readthedocs.org/projects/pillow/badge/?version=latest\"></a>\n        </td>\n    </tr>\n    <tr>\n        <th>tests</th>\n        <td>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/lint.yml\"><img\n                alt=\"GitHub Actions build status (Lint)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg\"></a>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/test.yml\"><img\n                alt=\"GitHub Actions build status (Test Linux and macOS)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Test/badge.svg\"></a>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml\"><img\n                alt=\"GitHub Actions build status (Test Windows)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg\"></a>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/test-mingw.yml\"><img\n                alt=\"GitHub Actions build status (Test MinGW)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg\"></a>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml\"><img\n                alt=\"GitHub Actions build status (Test Cygwin)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg\"></a>\n            <a href=\"https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml\"><img\n                alt=\"GitHub Actions build status (Test Docker)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg\"></a>\n            <a href=\"https://ci.appveyor.com/project/python-pillow/Pillow\"><img\n                alt=\"AppVeyor CI build status (Windows)\"\n                src=\"https://img.shields.io/appveyor/build/python-pillow/Pillow/main.svg?label=Windows%20build\"></a>\n            <a href=\"https://github.com/python-pillow/pillow-wheels/actions\"><img\n                alt=\"GitHub Actions wheels build status (Wheels)\"\n                src=\"https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg\"></a>\n            <a href=\"https://app.travis-ci.com/github/python-pillow/pillow-wheels\"><img\n                alt=\"Travis CI wheels build status (aarch64)\"\n                src=\"https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg?label=aarch64%20wheels\"></a>\n            <a href=\"https://app.codecov.io/gh/python-pillow/Pillow\"><img\n                alt=\"Code coverage\"\n                src=\"https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg\"></a>\n            <a href=\"https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow\"><img\n                alt=\"Fuzzing Status\"\n                src=\"https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg\"></a>\n        </td>\n    </tr>\n    <tr>\n        <th>package</th>\n        <td>\n            <a href=\"https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow\"><img\n                alt=\"Zenodo\"\n                src=\"https://zenodo.org/badge/17549/python-pillow/Pillow.svg\"></a>\n            <a href=\"https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge\"><img\n                alt=\"Tidelift\"\n                src=\"https://tidelift.com/badges/package/pypi/Pillow?style=flat\"></a>\n            <a href=\"https://pypi.org/project/Pillow/\"><img\n                alt=\"Newest PyPI version\"\n                src=\"https://img.shields.io/pypi/v/pillow.svg\"></a>\n            <a href=\"https://pypi.org/project/Pillow/\"><img\n                alt=\"Number of PyPI downloads\"\n                src=\"https://img.shields.io/pypi/dm/pillow.svg\"></a>\n            <a href=\"https://bestpractices.coreinfrastructure.org/projects/6331\"><img\n                alt=\"OpenSSF Best Practices\"\n                src=\"https://bestpractices.coreinfrastructure.org/projects/6331/badge\"></a>\n        </td>\n    </tr>\n    <tr>\n        <th>social</th>\n        <td>\n            <a href=\"https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\"><img\n                alt=\"Join the chat at https://gitter.im/python-pillow/Pillow\"\n                src=\"https://badges.gitter.im/python-pillow/Pillow.svg\"></a>\n            <a href=\"https://twitter.com/PythonPillow\"><img\n                alt=\"Follow on https://twitter.com/PythonPillow\"\n                src=\"https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg\"></a>\n        </td>\n    </tr>\n</table>\n\n## Overview\n\nThe Python Imaging Library adds image processing capabilities to your Python interpreter.\n\nThis library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.\n\nThe core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.\n\n## More Information\n\n- [Documentation](https://pillow.readthedocs.io/)\n  - [Installation](https://pillow.readthedocs.io/en/latest/installation.html)\n  - [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)\n- [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)\n  - [Issues](https://github.com/python-pillow/Pillow/issues)\n  - [Pull requests](https://github.com/python-pillow/Pillow/pulls)\n- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)\n- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)\n  - [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)\n\n## Report a Vulnerability\n\nTo report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).\n",
    "bugtrack_url": null,
    "license": "HPND",
    "summary": "Python Imaging Library (Fork)",
    "version": "9.4.0",
    "split_keywords": [
        "imaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "be54608ce2fb7b174ca421a14f120f22",
                "sha256": "2968c58feca624bb6c8502f9564dd187d0e1389964898f5e9e1fbc8533169157"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "be54608ce2fb7b174ca421a14f120f22",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3345015,
            "upload_time": "2023-01-02T02:51:25",
            "upload_time_iso_8601": "2023-01-02T02:51:25.233915Z",
            "url": "https://files.pythonhosted.org/packages/20/98/2bd3aa232e4c4b2db3e9b65876544b23caabbb0db43929253bfb72e520ca/Pillow-9.4.0-cp310-cp310-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f4b20bde79fb1c7b626c47f92a0ab345",
                "sha256": "c5c1362c14aee73f50143d74389b2c158707b4abce2cb055b7ad37ce60738d47"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4b20bde79fb1c7b626c47f92a0ab345",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3011264,
            "upload_time": "2023-01-02T02:51:32",
            "upload_time_iso_8601": "2023-01-02T02:51:32.401234Z",
            "url": "https://files.pythonhosted.org/packages/6e/2f/937e89f838161c09bd17e53b49b8415051473c9ce9b6c55b288a66625b13/Pillow-9.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8b3a8b87d93d6d8308f20c72a22132e6",
                "sha256": "bd752c5ff1b4a870b7661234694f24b1d2b9076b8bf337321a814c612665f343"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b3a8b87d93d6d8308f20c72a22132e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3060841,
            "upload_time": "2023-01-02T02:51:38",
            "upload_time_iso_8601": "2023-01-02T02:51:38.742086Z",
            "url": "https://files.pythonhosted.org/packages/09/f3/213bc3f14041002f871837a3130a66cda3b4a2b22b0be9da6fc7a7346a0d/Pillow-9.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "73049d38e60d71fe0fdd31494a8f12ab",
                "sha256": "9a3049a10261d7f2b6514d35bbb7a4dfc3ece4c4de14ef5876c4b7a23a0e566d"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "73049d38e60d71fe0fdd31494a8f12ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3331369,
            "upload_time": "2023-01-02T02:51:47",
            "upload_time_iso_8601": "2023-01-02T02:51:47.307184Z",
            "url": "https://files.pythonhosted.org/packages/18/ce/2390e0a84138fb84e7510bbc5a7a8530c2ac5661241531e60b0f85c6f35b/Pillow-9.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "58c3d91974672de805de147df6b4eda6",
                "sha256": "16a8df99701f9095bea8a6c4b3197da105df6f74e6176c5b410bc2df2fd29a57"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "58c3d91974672de805de147df6b4eda6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3253815,
            "upload_time": "2023-01-02T02:51:59",
            "upload_time_iso_8601": "2023-01-02T02:51:59.918584Z",
            "url": "https://files.pythonhosted.org/packages/69/6d/17f0ee189732bd16def91c0b440203c829b71e3af24f569cb22d831760cb/Pillow-9.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b11adad0c990cff12c8e7c681c181f59",
                "sha256": "94cdff45173b1919350601f82d61365e792895e3c3a3443cf99819e6fbf717a5"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b11adad0c990cff12c8e7c681c181f59",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3112165,
            "upload_time": "2023-01-02T02:52:08",
            "upload_time_iso_8601": "2023-01-02T02:52:08.034887Z",
            "url": "https://files.pythonhosted.org/packages/06/50/fd98b6be293b96b02ca0dca15939e8e8d0c7f71d731e9b93e6403487911f/Pillow-9.4.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "093f26954cad9933418e540936057fb9",
                "sha256": "ed3e4b4e1e6de75fdc16d3259098de7c6571b1a6cc863b1a49e7d3d53e036070"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "093f26954cad9933418e540936057fb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3360976,
            "upload_time": "2023-01-02T02:52:17",
            "upload_time_iso_8601": "2023-01-02T02:52:17.660049Z",
            "url": "https://files.pythonhosted.org/packages/40/d1/b646804eb150a94c76abc54576ea885f71030bab6c541ccb9594db5da64a/Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e9a422268d407259b7bdb9a493f2483d",
                "sha256": "d5b2f8a31bd43e0f18172d8ac82347c8f37ef3e0b414431157718aa234991b28"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e9a422268d407259b7bdb9a493f2483d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3294755,
            "upload_time": "2023-01-02T02:52:27",
            "upload_time_iso_8601": "2023-01-02T02:52:27.452831Z",
            "url": "https://files.pythonhosted.org/packages/6a/cc/5b915fd1d4fe9edfd2fb23779079c11fee21535227aabc141f5fae4c97ab/Pillow-9.4.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "070520b190399ef7a23b0180cc884a16",
                "sha256": "09b89ddc95c248ee788328528e6a2996e09eaccddeeb82a5356e92645733be35"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "070520b190399ef7a23b0180cc884a16",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3357304,
            "upload_time": "2023-01-02T02:52:40",
            "upload_time_iso_8601": "2023-01-02T02:52:40.189234Z",
            "url": "https://files.pythonhosted.org/packages/23/8f/4d428380740a7b83a51a4b25c33d422c59dcece99784f09acf7f0b3e4ee4/Pillow-9.4.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "29d0e3fabcc8e77a2e6b750b5c232536",
                "sha256": "f09598b416ba39a8f489c124447b007fe865f786a89dbfa48bb5cf395693132a"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "29d0e3fabcc8e77a2e6b750b5c232536",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2184780,
            "upload_time": "2023-01-02T02:52:45",
            "upload_time_iso_8601": "2023-01-02T02:52:45.921807Z",
            "url": "https://files.pythonhosted.org/packages/52/75/141b332164bfcd78d3d49b95a36a34b0190f3030d93f686cb596156d368d/Pillow-9.4.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "77c5b3ef5b4931965b01dcf2ed8f5972",
                "sha256": "f6e78171be3fb7941f9910ea15b4b14ec27725865a73c15277bc39f5ca4f8391"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "77c5b3ef5b4931965b01dcf2ed8f5972",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2475100,
            "upload_time": "2023-01-02T02:52:51",
            "upload_time_iso_8601": "2023-01-02T02:52:51.402364Z",
            "url": "https://files.pythonhosted.org/packages/5e/7c/293136a5171800001be33c21a51daaca68fae954b543e2c015a6bb81a716/Pillow-9.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "04a6fac123fca69c0961da142d9bc04d",
                "sha256": "3fa1284762aacca6dc97474ee9c16f83990b8eeb6697f2ba17140d54b453e133"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04a6fac123fca69c0961da142d9bc04d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3345032,
            "upload_time": "2023-01-02T02:53:00",
            "upload_time_iso_8601": "2023-01-02T02:53:00.289540Z",
            "url": "https://files.pythonhosted.org/packages/eb/7c/c3b1a932f4d832429b961aaae8d378c877e00b3d0accf50c5df97c595f35/Pillow-9.4.0-cp311-cp311-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "eab28ae88c29deed41350b3d07179d83",
                "sha256": "eaef5d2de3c7e9b21f1e762f289d17b726c2239a42b11e25446abf82b26ac132"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eab28ae88c29deed41350b3d07179d83",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3011250,
            "upload_time": "2023-01-02T02:53:07",
            "upload_time_iso_8601": "2023-01-02T02:53:07.586247Z",
            "url": "https://files.pythonhosted.org/packages/7c/4b/96aae1deb7f6fd30995e22560263ab1d71728a7880dab109824fc37754de/Pillow-9.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "60d26f8745be5c4275d1eab16b28a2ca",
                "sha256": "a4dfdae195335abb4e89cc9762b2edc524f3c6e80d647a9a81bf81e17e3fb6f0"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "60d26f8745be5c4275d1eab16b28a2ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3060880,
            "upload_time": "2023-01-02T02:53:14",
            "upload_time_iso_8601": "2023-01-02T02:53:14.782104Z",
            "url": "https://files.pythonhosted.org/packages/51/57/c12f96c26a7d981fe50b802bacd1faf1dd2f04912397c7abf946a0265883/Pillow-9.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "769e5ccdf04836425f5562786a3dd69b",
                "sha256": "6abfb51a82e919e3933eb137e17c4ae9c0475a25508ea88993bb59faf82f3b35"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "769e5ccdf04836425f5562786a3dd69b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3331361,
            "upload_time": "2023-01-02T02:53:20",
            "upload_time_iso_8601": "2023-01-02T02:53:20.762152Z",
            "url": "https://files.pythonhosted.org/packages/fb/18/4752328a96388365e6864b9ba3d3489c8a3d1cef9648267583b03a5f6b8d/Pillow-9.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a84451601ce6e6047413294cad8a4d91",
                "sha256": "451f10ef963918e65b8869e17d67db5e2f4ab40e716ee6ce7129b0cde2876eab"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a84451601ce6e6047413294cad8a4d91",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3253833,
            "upload_time": "2023-01-02T02:53:27",
            "upload_time_iso_8601": "2023-01-02T02:53:27.049682Z",
            "url": "https://files.pythonhosted.org/packages/b9/ee/88978534a2304540a938316fc3241d2e3a2d8b68834485b1ffce0d7f38e9/Pillow-9.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "dc3ae97b9fc438b906d86a1d9cf793d9",
                "sha256": "6663977496d616b618b6cfa43ec86e479ee62b942e1da76a2c3daa1c75933ef4"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dc3ae97b9fc438b906d86a1d9cf793d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3112185,
            "upload_time": "2023-01-02T02:53:33",
            "upload_time_iso_8601": "2023-01-02T02:53:33.549063Z",
            "url": "https://files.pythonhosted.org/packages/43/95/c81019bc15b14fd58862c50af0985429edc7e1dee204cbfc8f64df3f2445/Pillow-9.4.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "bb749bb64018c51b909467c2b785ee7c",
                "sha256": "60e7da3a3ad1812c128750fc1bc14a7ceeb8d29f77e0a2356a8fb2aa8925287d"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb749bb64018c51b909467c2b785ee7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3360978,
            "upload_time": "2023-01-02T02:53:42",
            "upload_time_iso_8601": "2023-01-02T02:53:42.224174Z",
            "url": "https://files.pythonhosted.org/packages/54/4f/346b8ea1b772cb6e802ed32a78b18627be6a9d9a29755fa82ea436bb582e/Pillow-9.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1104496669c62813495ae038a193777e",
                "sha256": "19005a8e58b7c1796bc0167862b1f54a64d3b44ee5d48152b06bb861458bc0f8"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1104496669c62813495ae038a193777e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3294793,
            "upload_time": "2023-01-02T02:53:48",
            "upload_time_iso_8601": "2023-01-02T02:53:48.223968Z",
            "url": "https://files.pythonhosted.org/packages/9c/9f/0e5a602fdb6adcc594b1aec4dd7d6162b2540cd5a6ae874871e061a45c52/Pillow-9.4.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "039829e75873758514c041a17d53875d",
                "sha256": "f715c32e774a60a337b2bb8ad9839b4abf75b267a0f18806f6f4f5f1688c4b5a"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "039829e75873758514c041a17d53875d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3357344,
            "upload_time": "2023-01-02T02:53:53",
            "upload_time_iso_8601": "2023-01-02T02:53:53.823424Z",
            "url": "https://files.pythonhosted.org/packages/ad/b5/58378730355a42bc504f4a10ef9526e59ce4c8a1bb612a0289a407e2ce79/Pillow-9.4.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9b7bb734be40e4c7cec89b29d39fd6c2",
                "sha256": "b222090c455d6d1a64e6b7bb5f4035c4dff479e22455c9eaa1bdd4c75b52c80c"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9b7bb734be40e4c7cec89b29d39fd6c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2184796,
            "upload_time": "2023-01-02T02:54:00",
            "upload_time_iso_8601": "2023-01-02T02:54:00.773639Z",
            "url": "https://files.pythonhosted.org/packages/17/c0/5b3b961d414512e457bfd6337b085830a2609f8f51c05f1ac685050c76a6/Pillow-9.4.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f0ab2d82f53ebc5565d66fa52b3b04f0",
                "sha256": "ba6612b6548220ff5e9df85261bddc811a057b0b465a1226b39bfb8550616aee"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f0ab2d82f53ebc5565d66fa52b3b04f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2475123,
            "upload_time": "2023-01-02T02:54:06",
            "upload_time_iso_8601": "2023-01-02T02:54:06.991492Z",
            "url": "https://files.pythonhosted.org/packages/4d/2d/12eae829bcf4ee211014ed71c6430c8b0d3fc462597dd695867c03d59fcb/Pillow-9.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "627294fa96cb58d2d4ec148b3e367c23",
                "sha256": "5f532a2ad4d174eb73494e7397988e22bf427f91acc8e6ebf5bb10597b49c493"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "627294fa96cb58d2d4ec148b3e367c23",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3344347,
            "upload_time": "2023-01-02T02:54:17",
            "upload_time_iso_8601": "2023-01-02T02:54:17.154424Z",
            "url": "https://files.pythonhosted.org/packages/f6/a7/a47d0d461992b1612e836d23b912d22b6795df8413e04719044ea11ecc87/Pillow-9.4.0-cp37-cp37m-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b9ed21181acdf5bc38b661b084af1cfb",
                "sha256": "5dd5a9c3091a0f414a963d427f920368e2b6a4c2f7527fdd82cde8ef0bc7a327"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b9ed21181acdf5bc38b661b084af1cfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3060467,
            "upload_time": "2023-01-02T02:54:24",
            "upload_time_iso_8601": "2023-01-02T02:54:24.547652Z",
            "url": "https://files.pythonhosted.org/packages/ca/bd/29b8d1d5542402d9fed6f9cf554faeedc57655c4626aa6f93079d55cb6a5/Pillow-9.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "88dadffba2f51b9fae55d0ad0be82d8c",
                "sha256": "ef21af928e807f10bf4141cad4746eee692a0dd3ff56cfb25fce076ec3cc8abe"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "88dadffba2f51b9fae55d0ad0be82d8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3330631,
            "upload_time": "2023-01-02T02:54:32",
            "upload_time_iso_8601": "2023-01-02T02:54:32.416871Z",
            "url": "https://files.pythonhosted.org/packages/a2/93/f0d2b2c403cccc1e7f06a2f02cb4b7099cf3a420e0392b6b8496cf0b9c4d/Pillow-9.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ecb9efcb82ab2f11fe3a693fb1127f15",
                "sha256": "847b114580c5cc9ebaf216dd8c8dbc6b00a3b7ab0131e173d7120e6deade1f57"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ecb9efcb82ab2f11fe3a693fb1127f15",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3253265,
            "upload_time": "2023-01-02T02:54:38",
            "upload_time_iso_8601": "2023-01-02T02:54:38.198704Z",
            "url": "https://files.pythonhosted.org/packages/dc/8a/ee6c0ecdf39a5674881a9ea82b488751be6feb7723b62c7df64229d60f85/Pillow-9.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "19db8319edef69e5097bad9778f74552",
                "sha256": "653d7fb2df65efefbcbf81ef5fe5e5be931f1ee4332c2893ca638c9b11a409c4"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "19db8319edef69e5097bad9778f74552",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3112040,
            "upload_time": "2023-01-02T02:54:45",
            "upload_time_iso_8601": "2023-01-02T02:54:45.986055Z",
            "url": "https://files.pythonhosted.org/packages/d3/30/72c6e2eb69156eb6cb926c58d9642bd823d47b621e76a1a1ab97411e9c27/Pillow-9.4.0-cp37-cp37m-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f6a0305db6232d39049ba4ffb6a0a892",
                "sha256": "46f39cab8bbf4a384ba7cb0bc8bae7b7062b6a11cfac1ca4bc144dea90d4a9f5"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6a0305db6232d39049ba4ffb6a0a892",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3360718,
            "upload_time": "2023-01-02T02:54:54",
            "upload_time_iso_8601": "2023-01-02T02:54:54.966663Z",
            "url": "https://files.pythonhosted.org/packages/36/31/9fae23878d894adae29aced659d41a78325669dd23018b26ab355828e870/Pillow-9.4.0-cp37-cp37m-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a5917ed29cbebf9caca732280e05d085",
                "sha256": "7ac7594397698f77bce84382929747130765f66406dc2cd8b4ab4da68ade4c6e"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "a5917ed29cbebf9caca732280e05d085",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2201229,
            "upload_time": "2023-01-02T02:55:04",
            "upload_time_iso_8601": "2023-01-02T02:55:04.153111Z",
            "url": "https://files.pythonhosted.org/packages/30/ed/ea026ae1405954e06523c533802f5bc5f622b7e7bac5c9da7d9f3488945f/Pillow-9.4.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "aa7e1c7b74006b65502b109a9dc38c43",
                "sha256": "46c259e87199041583658457372a183636ae8cd56dbf3f0755e0f376a7f9d0e6"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa7e1c7b74006b65502b109a9dc38c43",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2499602,
            "upload_time": "2023-01-02T02:55:14",
            "upload_time_iso_8601": "2023-01-02T02:55:14.101632Z",
            "url": "https://files.pythonhosted.org/packages/18/c5/fbbcab5cc53c4278c1843d985c6e8e80c79f993c6c1e07f587f34afc76ee/Pillow-9.4.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3bd72853f01e942ce7599fb574d1e2f7",
                "sha256": "0e51f608da093e5d9038c592b5b575cadc12fd748af1479b5e858045fff955a9"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bd72853f01e942ce7599fb574d1e2f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3344968,
            "upload_time": "2023-01-02T02:55:22",
            "upload_time_iso_8601": "2023-01-02T02:55:22.940498Z",
            "url": "https://files.pythonhosted.org/packages/7b/d7/3034e0961b19ce2a0e80951918e81939dfff1b635575be28a09348b7d032/Pillow-9.4.0-cp38-cp38-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4df815670ede2f43b788eb31fd2f3556",
                "sha256": "765cb54c0b8724a7c12c55146ae4647e0274a839fb6de7bcba841e04298e1011"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4df815670ede2f43b788eb31fd2f3556",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3011239,
            "upload_time": "2023-01-02T02:55:30",
            "upload_time_iso_8601": "2023-01-02T02:55:30.326522Z",
            "url": "https://files.pythonhosted.org/packages/73/58/82e581350caed79989aa67f04be16a5fd305ca858e163d3c1467a013717b/Pillow-9.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6d820a51c826e4264efdcc0b7f9859c5",
                "sha256": "519e14e2c49fcf7616d6d2cfc5c70adae95682ae20f0395e9280db85e8d6c4df"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6d820a51c826e4264efdcc0b7f9859c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3060777,
            "upload_time": "2023-01-02T02:55:34",
            "upload_time_iso_8601": "2023-01-02T02:55:34.915220Z",
            "url": "https://files.pythonhosted.org/packages/fb/69/a4f510dfd14a17adcbe1b8b238dbba6a4a31de78d75f0d6428735432ee0a/Pillow-9.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1bb095f2e8dd4f09aaae5e69bc5e3ad2",
                "sha256": "d197df5489004db87d90b918033edbeee0bd6df3848a204bca3ff0a903bef837"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1bb095f2e8dd4f09aaae5e69bc5e3ad2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3331368,
            "upload_time": "2023-01-02T02:55:39",
            "upload_time_iso_8601": "2023-01-02T02:55:39.225245Z",
            "url": "https://files.pythonhosted.org/packages/26/0b/ca34a0b44b7a5ab85e9a71442870f362ebba004a2b350889d2ec12df6bcb/Pillow-9.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "da0559175821fe9233ea8c2aaf698d34",
                "sha256": "0845adc64fe9886db00f5ab68c4a8cd933ab749a87747555cec1c95acea64b0b"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da0559175821fe9233ea8c2aaf698d34",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3253810,
            "upload_time": "2023-01-02T02:55:43",
            "upload_time_iso_8601": "2023-01-02T02:55:43.107422Z",
            "url": "https://files.pythonhosted.org/packages/53/9c/198822d4f9d7a50f17f1e04c5b1e9bf3f0ed8638e76e367490bce79544eb/Pillow-9.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c72e1bb2cc31f76588d303fd88dc353b",
                "sha256": "e1339790c083c5a4de48f688b4841f18df839eb3c9584a770cbd818b33e26d5d"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c72e1bb2cc31f76588d303fd88dc353b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3112164,
            "upload_time": "2023-01-02T02:55:47",
            "upload_time_iso_8601": "2023-01-02T02:55:47.552802Z",
            "url": "https://files.pythonhosted.org/packages/83/b1/6f2c58d37a4da33d1b72726303adc335d4cd7ecbee262e84b4d3b28bfe70/Pillow-9.4.0-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3e5cd778d44429934d93e9371299b0f5",
                "sha256": "a96e6e23f2b79433390273eaf8cc94fec9c6370842e577ab10dabdcc7ea0a66b"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e5cd778d44429934d93e9371299b0f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3360994,
            "upload_time": "2023-01-02T02:55:52",
            "upload_time_iso_8601": "2023-01-02T02:55:52.266228Z",
            "url": "https://files.pythonhosted.org/packages/77/ba/2f29a6b7224b3e81ddb4d755c66d311d7f3e7c97e40a7f6ccb628b118633/Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "50dce5c5a48d30af9b36f970ae3a5d0d",
                "sha256": "7cfc287da09f9d2a7ec146ee4d72d6ea1342e770d975e49a8621bf54eaa8f30f"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "50dce5c5a48d30af9b36f970ae3a5d0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3294672,
            "upload_time": "2023-01-02T02:55:56",
            "upload_time_iso_8601": "2023-01-02T02:55:56.779838Z",
            "url": "https://files.pythonhosted.org/packages/5e/bd/d009056616d6ca130d17116e3b2745416dd1421f748b94106571a7aa2f19/Pillow-9.4.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "62ed4942773577f6581cf1a0606ffdf0",
                "sha256": "d7081c084ceb58278dd3cf81f836bc818978c0ccc770cbbb202125ddabec6628"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62ed4942773577f6581cf1a0606ffdf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3357315,
            "upload_time": "2023-01-02T02:56:00",
            "upload_time_iso_8601": "2023-01-02T02:56:00.349459Z",
            "url": "https://files.pythonhosted.org/packages/48/e1/910c42ebc15a2ffdaa2e1e6589467b7e5f6f5acdcef8827c375320dbfa88/Pillow-9.4.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "441459b026e33f84ab63248310922544",
                "sha256": "df41112ccce5d47770a0c13651479fbcd8793f34232a2dd9faeccb75eb5d0d0d"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "441459b026e33f84ab63248310922544",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2201727,
            "upload_time": "2023-01-02T02:56:04",
            "upload_time_iso_8601": "2023-01-02T02:56:04.663619Z",
            "url": "https://files.pythonhosted.org/packages/74/11/0545b9a88e11bdb38f3fccc63de9c445ea6f4c521c69dab7c538db905068/Pillow-9.4.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a2b0f7b3d7b1ab64806364e7aa9947a1",
                "sha256": "7a21222644ab69ddd9967cfe6f2bb420b460dae4289c9d40ff9a4896e7c35c9a"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a2b0f7b3d7b1ab64806364e7aa9947a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2500094,
            "upload_time": "2023-01-02T02:56:09",
            "upload_time_iso_8601": "2023-01-02T02:56:09.964062Z",
            "url": "https://files.pythonhosted.org/packages/8c/a3/f096c4199c0af6d205a9cf1f3440581614016d9cfcab3a4091ecd5d1e26b/Pillow-9.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "07e4af7c621b6d6d6f80ed62fd6fe3c2",
                "sha256": "0f3269304c1a7ce82f1759c12ce731ef9b6e95b6df829dccd9fe42912cc48569"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07e4af7c621b6d6d6f80ed62fd6fe3c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3345004,
            "upload_time": "2023-01-02T02:56:14",
            "upload_time_iso_8601": "2023-01-02T02:56:14.888458Z",
            "url": "https://files.pythonhosted.org/packages/4e/9a/3e631adbaf3e539677ecdd8aa7824dcc08347237d5f5dc6d8afc14f62d30/Pillow-9.4.0-cp39-cp39-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c92fba70d5ba307198df6f004ad15a9e",
                "sha256": "cb362e3b0976dc994857391b776ddaa8c13c28a16f80ac6522c23d5257156bed"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c92fba70d5ba307198df6f004ad15a9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3011316,
            "upload_time": "2023-01-02T02:56:18",
            "upload_time_iso_8601": "2023-01-02T02:56:18.364673Z",
            "url": "https://files.pythonhosted.org/packages/b9/17/3f093fcd26c0468fd2b55661461e1a2f1d5429974b888d3164a0fda28b46/Pillow-9.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2001542feeb1f36adfcddee56fcaf044",
                "sha256": "a2e0f87144fcbbe54297cae708c5e7f9da21a4646523456b00cc956bd4c65815"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2001542feeb1f36adfcddee56fcaf044",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3060828,
            "upload_time": "2023-01-02T02:56:21",
            "upload_time_iso_8601": "2023-01-02T02:56:21.864546Z",
            "url": "https://files.pythonhosted.org/packages/82/1d/1253394355be9d8ac159dbb4b84265d86d7cc2a74659c73d586c2e1d31a4/Pillow-9.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "38828d40a38ea49a735f91d41b24f4e4",
                "sha256": "28676836c7796805914b76b1837a40f76827ee0d5398f72f7dcc634bae7c6264"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "38828d40a38ea49a735f91d41b24f4e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3331389,
            "upload_time": "2023-01-02T02:56:25",
            "upload_time_iso_8601": "2023-01-02T02:56:25.570453Z",
            "url": "https://files.pythonhosted.org/packages/9e/91/f0ae261eaa8e06550e89c169176fbca209b9fc74014581956cd0ffc705ee/Pillow-9.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d77de507db375d897fdcf88ab96f8ca0",
                "sha256": "0884ba7b515163a1a05440a138adeb722b8a6ae2c2b33aea93ea3118dd3a899e"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d77de507db375d897fdcf88ab96f8ca0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3253825,
            "upload_time": "2023-01-02T02:56:28",
            "upload_time_iso_8601": "2023-01-02T02:56:28.993240Z",
            "url": "https://files.pythonhosted.org/packages/f2/cc/71b11ec996744b704637d9ef53ff924b7d208c41be1d251cca33991f6833/Pillow-9.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e8987997bd871da035f1f642fa8c3497",
                "sha256": "53dcb50fbdc3fb2c55431a9b30caeb2f7027fcd2aeb501459464f0214200a503"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e8987997bd871da035f1f642fa8c3497",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3112205,
            "upload_time": "2023-01-02T02:56:32",
            "upload_time_iso_8601": "2023-01-02T02:56:32.473331Z",
            "url": "https://files.pythonhosted.org/packages/af/29/6d8f5bb2b9559144beeeece33732e5214046a918fbd50ab79c94b2ad07ec/Pillow-9.4.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a43f061e6cd47bf606448f429b22a779",
                "sha256": "e8c5cf126889a4de385c02a2c3d3aba4b00f70234bfddae82a5eaa3ee6d5e3e6"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a43f061e6cd47bf606448f429b22a779",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3361004,
            "upload_time": "2023-01-02T02:56:37",
            "upload_time_iso_8601": "2023-01-02T02:56:37.305686Z",
            "url": "https://files.pythonhosted.org/packages/de/e2/d1dda94185dba4fc019744076e52e2c6b450620938b2ded7b31ba90bd559/Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f0b2193f8afda00b1b0c68806ce14527",
                "sha256": "6c6b1389ed66cdd174d040105123a5a1bc91d0aa7059c7261d20e583b6d8cbd2"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0b2193f8afda00b1b0c68806ce14527",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3294765,
            "upload_time": "2023-01-02T02:56:42",
            "upload_time_iso_8601": "2023-01-02T02:56:42.398220Z",
            "url": "https://files.pythonhosted.org/packages/cd/2c/cd096a46f8e1d9110597b21079fdba8eb2148357e0ab6252562ed5904f5a/Pillow-9.4.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "54dcf42f9ce61b8441888e1c526b0a4a",
                "sha256": "0dd4c681b82214b36273c18ca7ee87065a50e013112eea7d78c7a1b89a739153"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54dcf42f9ce61b8441888e1c526b0a4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3357311,
            "upload_time": "2023-01-02T02:56:46",
            "upload_time_iso_8601": "2023-01-02T02:56:46.509972Z",
            "url": "https://files.pythonhosted.org/packages/10/56/cbaf507124e237a60ee32adc271da2d4976ce92a25d3ffca47af1e252b80/Pillow-9.4.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "69ebfc4857536d3fb2909c30fa70d12d",
                "sha256": "6d9dfb9959a3b0039ee06c1a1a90dc23bac3b430842dcb97908ddde05870601c"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "69ebfc4857536d3fb2909c30fa70d12d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2202015,
            "upload_time": "2023-01-02T02:56:50",
            "upload_time_iso_8601": "2023-01-02T02:56:50.131020Z",
            "url": "https://files.pythonhosted.org/packages/dd/c2/c8ebe8cc6dba0ef953f0c0c272847a08b1dfde4219c056a0cab0768f8eeb/Pillow-9.4.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "db39a29653793f19cf707b15a2486513",
                "sha256": "54614444887e0d3043557d9dbc697dbb16cfb5a35d672b7a0fcc1ed0cf1c600b"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db39a29653793f19cf707b15a2486513",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2500634,
            "upload_time": "2023-01-02T02:56:55",
            "upload_time_iso_8601": "2023-01-02T02:56:55.885882Z",
            "url": "https://files.pythonhosted.org/packages/fd/41/6e44769918a4a2f5294a19bbbf12f58138fcb0c1c3df4721bc5fe1c6f3bf/Pillow-9.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d0e51450a5d5ddc7df73d50c65a6d856",
                "sha256": "b9b752ab91e78234941e44abdecc07f1f0d8f51fb62941d32995b8161f68cfe5"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0e51450a5d5ddc7df73d50c65a6d856",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3299806,
            "upload_time": "2023-01-02T02:57:00",
            "upload_time_iso_8601": "2023-01-02T02:57:00.291492Z",
            "url": "https://files.pythonhosted.org/packages/c8/08/8387076780f6ed6b6071d43031a53531b260efde6e4404d3399e2a8dd29a/Pillow-9.4.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "96829cb14e805f4e0d7707631b5d669d",
                "sha256": "d3b56206244dc8711f7e8b7d6cad4663917cd5b2d950799425076681e8766286"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "96829cb14e805f4e0d7707631b5d669d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3226848,
            "upload_time": "2023-01-02T02:57:05",
            "upload_time_iso_8601": "2023-01-02T02:57:05.103471Z",
            "url": "https://files.pythonhosted.org/packages/2e/48/b8fef18f09668ab53af6c70b7e1465446335e2598a4d2984b20211f0550d/Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d51b667edeb90366d9cfa1d49b96b5da",
                "sha256": "aabdab8ec1e7ca7f1434d042bf8b1e92056245fb179790dc97ed040361f16bfd"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d51b667edeb90366d9cfa1d49b96b5da",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3168381,
            "upload_time": "2023-01-02T02:57:09",
            "upload_time_iso_8601": "2023-01-02T02:57:09.002232Z",
            "url": "https://files.pythonhosted.org/packages/0b/ca/c29e319e7892e324e339e3e376c3b4db75d75f0b96620abde0206d2738b3/Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fa3daf9f4a13a499b26f712f813d9d3f",
                "sha256": "db74f5562c09953b2c5f8ec4b7dfd3f5421f31811e97d1dbc0a7c93d6e3a24df"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa3daf9f4a13a499b26f712f813d9d3f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 3243874,
            "upload_time": "2023-01-02T02:57:13",
            "upload_time_iso_8601": "2023-01-02T02:57:13.975327Z",
            "url": "https://files.pythonhosted.org/packages/0a/11/78b9759bb35007e9c769044da6e742cdcfcfdfa2e22ada027520cc0c9c0f/Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f4d502d52a4def923a385e54e282792f",
                "sha256": "e9d7747847c53a16a729b6ee5e737cf170f7a16611c143d95aa60a109a59c336"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f4d502d52a4def923a385e54e282792f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 2500017,
            "upload_time": "2023-01-02T02:57:18",
            "upload_time_iso_8601": "2023-01-02T02:57:18.909864Z",
            "url": "https://files.pythonhosted.org/packages/a2/a2/0e323e6098b3a0a61fb09a61a38dfdb107b2d2df68c437320b8014565983/Pillow-9.4.0-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f656025f6b1519299714970ae9eb2c13",
                "sha256": "b52ff4f4e002f828ea6483faf4c4e8deea8d743cf801b74910243c58acc6eda3"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f656025f6b1519299714970ae9eb2c13",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3299515,
            "upload_time": "2023-01-02T02:57:25",
            "upload_time_iso_8601": "2023-01-02T02:57:25.877734Z",
            "url": "https://files.pythonhosted.org/packages/ba/8d/ce6327813af015d4e0c05350899b0a7f37156e9d0ae50d57a3aecb6602df/Pillow-9.4.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "229bc1ece49154298558647a3559aa57",
                "sha256": "575d8912dca808edd9acd6f7795199332696d3469665ef26163cd090fa1f8bfa"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "229bc1ece49154298558647a3559aa57",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3226597,
            "upload_time": "2023-01-02T02:57:32",
            "upload_time_iso_8601": "2023-01-02T02:57:32.475108Z",
            "url": "https://files.pythonhosted.org/packages/23/59/686cc564bd861e87e7bc4c0fd6a88c4df1f698e3f041bbfeb52ac169633d/Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b6777b48ad12aa90aa6a4f2168d7b98c",
                "sha256": "c3c4ed2ff6760e98d262e0cc9c9a7f7b8a9f61aa4d47c58835cdaf7b0b8811bb"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b6777b48ad12aa90aa6a4f2168d7b98c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3168122,
            "upload_time": "2023-01-02T02:57:41",
            "upload_time_iso_8601": "2023-01-02T02:57:41.660386Z",
            "url": "https://files.pythonhosted.org/packages/5e/1c/3afb5e7cfde05e7bf321b473fd24fa1b0c09a15742a0ec1b25bab57970fc/Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "cf3196a80d8436ce669ef647721f28ab",
                "sha256": "e621b0246192d3b9cb1dc62c78cfa4c6f6d2ddc0ec207d43c0dedecb914f152a"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf3196a80d8436ce669ef647721f28ab",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3243748,
            "upload_time": "2023-01-02T02:57:47",
            "upload_time_iso_8601": "2023-01-02T02:57:47.111760Z",
            "url": "https://files.pythonhosted.org/packages/b7/60/ca708f98a78a530ecc1c1d517cd220ad1c4ff2540b271a3ea7fcc30a6cd0/Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d7049c7772137f8851211d8a414d4cd9",
                "sha256": "8f127e7b028900421cad64f51f75c051b628db17fb00e099eb148761eed598c9"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7049c7772137f8851211d8a414d4cd9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 2500776,
            "upload_time": "2023-01-02T02:57:50",
            "upload_time_iso_8601": "2023-01-02T02:57:50.847644Z",
            "url": "https://files.pythonhosted.org/packages/45/f6/5881348d74284de2d32141d308456fcc1341b8c449e28d4ffc9a287f8dcb/Pillow-9.4.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ee6e9a6c729ed9e9a78ccd3f6e9d7143",
                "sha256": "a1c2d7780448eb93fbcc3789bf3916aa5720d942e37945f4056680317f1cd23e"
            },
            "downloads": -1,
            "filename": "Pillow-9.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ee6e9a6c729ed9e9a78ccd3f6e9d7143",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 50403076,
            "upload_time": "2023-01-02T02:58:26",
            "upload_time_iso_8601": "2023-01-02T02:58:26.682828Z",
            "url": "https://files.pythonhosted.org/packages/bc/07/830784e061fb94d67649f3e438ff63cfb902dec6d48ac75aeaaac7c7c30e/Pillow-9.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-02 02:58:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pillow"
}
        
Elapsed time: 0.05762s