Pillow


NamePillow JSON
Version 10.1.0 PyPI version JSON
download
home_pagehttps://python-pillow.org
SummaryPython Imaging Library (Fork)
upload_time2023-10-15 13:03:15
maintainer
docs_urlNone
authorJeffrey A. Clark (Alex)
requires_python>=3.8
licenseHPND
keywords imaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            <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 [Jeffrey A. Clark (Alex) 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/actions/workflows/wheels.yml"><img
                alt="GitHub Actions build status (Wheels)"
                src="https://github.com/python-pillow/Pillow/workflows/Wheels/badge.svg"></a>
            <a href="https://app.travis-ci.com/github/python-pillow/Pillow"><img
                alt="Travis CI wheels build status (aarch64)"
                src="https://img.shields.io/travis/com/python-pillow/Pillow/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://www.bestpractices.dev/projects/6331"><img
                alt="OpenSSF Best Practices"
                src="https://www.bestpractices.dev/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>
            <a href="https://fosstodon.org/@pillow"><img
                alt="Follow on https://fosstodon.org/@pillow"
                src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"
                rel="me"></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.8",
    "maintainer_email": "",
    "keywords": "Imaging",
    "author": "Jeffrey A. Clark (Alex)",
    "author_email": "aclark@aclark.net",
    "download_url": "https://files.pythonhosted.org/packages/80/d7/c4b258c9098b469c4a4e77b0a99b5f4fd21e359c2e486c977d231f52fc71/Pillow-10.1.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 [Jeffrey A. Clark (Alex) 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/actions/workflows/wheels.yml\"><img\n                alt=\"GitHub Actions build status (Wheels)\"\n                src=\"https://github.com/python-pillow/Pillow/workflows/Wheels/badge.svg\"></a>\n            <a href=\"https://app.travis-ci.com/github/python-pillow/Pillow\"><img\n                alt=\"Travis CI wheels build status (aarch64)\"\n                src=\"https://img.shields.io/travis/com/python-pillow/Pillow/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://www.bestpractices.dev/projects/6331\"><img\n                alt=\"OpenSSF Best Practices\"\n                src=\"https://www.bestpractices.dev/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            <a href=\"https://fosstodon.org/@pillow\"><img\n                alt=\"Follow on https://fosstodon.org/@pillow\"\n                src=\"https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg\"\n                rel=\"me\"></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": "10.1.0",
    "project_urls": {
        "Changelog": "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst",
        "Documentation": "https://pillow.readthedocs.io",
        "Funding": "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi",
        "Homepage": "https://python-pillow.org",
        "Mastodon": "https://fosstodon.org/@pillow",
        "Release notes": "https://pillow.readthedocs.io/en/stable/releasenotes/index.html",
        "Source": "https://github.com/python-pillow/Pillow",
        "Twitter": "https://twitter.com/PythonPillow"
    },
    "split_keywords": [
        "imaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb641a4fb688fb4e1a8c621b49ac398858d49f0d6c9289b06027a3f0d4027568",
                "md5": "536457f8bcaaaae2ec1f588cb0f57a8d",
                "sha256": "1ab05f3db77e98f93964697c8efc49c7954b08dd61cff526b7f2531a22410106"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "536457f8bcaaaae2ec1f588cb0f57a8d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3484047,
            "upload_time": "2023-10-15T13:01:25",
            "upload_time_iso_8601": "2023-10-15T13:01:25.469085Z",
            "url": "https://files.pythonhosted.org/packages/cb/64/1a4fb688fb4e1a8c621b49ac398858d49f0d6c9289b06027a3f0d4027568/Pillow-10.1.0-cp310-cp310-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92a4c164eb1f692585982e1aa9bf2c1126da9721c2193cd1aba1eaf46fe7f1d7",
                "md5": "62c2601d023a9aee82ae231ce3d200bf",
                "sha256": "6932a7652464746fcb484f7fc3618e6503d2066d853f68a4bd97193a3996e273"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "62c2601d023a9aee82ae231ce3d200bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3294761,
            "upload_time": "2023-10-15T13:01:28",
            "upload_time_iso_8601": "2023-10-15T13:01:28.270271Z",
            "url": "https://files.pythonhosted.org/packages/92/a4/c164eb1f692585982e1aa9bf2c1126da9721c2193cd1aba1eaf46fe7f1d7/Pillow-10.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07d1ffdda319c2f62fb20b3ece231caecedcc8af42fc2c0d4900dca92996c356",
                "md5": "98931e453a91c6176c28fab9fab0727b",
                "sha256": "a5f63b5a68daedc54c7c3464508d8c12075e56dcfbd42f8c1bf40169061ae666"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98931e453a91c6176c28fab9fab0727b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3424149,
            "upload_time": "2023-10-15T13:01:30",
            "upload_time_iso_8601": "2023-10-15T13:01:30.760637Z",
            "url": "https://files.pythonhosted.org/packages/07/d1/ffdda319c2f62fb20b3ece231caecedcc8af42fc2c0d4900dca92996c356/Pillow-10.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "957b71e2665760b5c33af00fa9bb6d6bca068b51bf021a4ceaeee03e18689f51",
                "md5": "fd830cdac060e38230fa1c7037e68274",
                "sha256": "c0949b55eb607898e28eaccb525ab104b2d86542a85c74baf3a6dc24002edec2"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd830cdac060e38230fa1c7037e68274",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3499990,
            "upload_time": "2023-10-15T13:01:32",
            "upload_time_iso_8601": "2023-10-15T13:01:32.811051Z",
            "url": "https://files.pythonhosted.org/packages/95/7b/71e2665760b5c33af00fa9bb6d6bca068b51bf021a4ceaeee03e18689f51/Pillow-10.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f0446e3568f8365dff2c37efd35411a61ad72aa1b613ba4ac123bbacf0e5ce",
                "md5": "62be547fc2aefbe287d4e2201f905bd8",
                "sha256": "ae88931f93214777c7a3aa0a8f92a683f83ecde27f65a45f95f22d289a69e593"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "62be547fc2aefbe287d4e2201f905bd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3475329,
            "upload_time": "2023-10-15T13:01:34",
            "upload_time_iso_8601": "2023-10-15T13:01:34.930144Z",
            "url": "https://files.pythonhosted.org/packages/a0/f0/446e3568f8365dff2c37efd35411a61ad72aa1b613ba4ac123bbacf0e5ce/Pillow-10.1.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5b95c6ad3241f1ccca4b781dfeddbab2dac4480f95aedc351a0e60c9f4c8aa9",
                "md5": "780d5f78ea1a92d8c3172f1999961ae3",
                "sha256": "b0eb01ca85b2361b09480784a7931fc648ed8b7836f01fb9241141b968feb1db"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "780d5f78ea1a92d8c3172f1999961ae3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3621698,
            "upload_time": "2023-10-15T13:01:37",
            "upload_time_iso_8601": "2023-10-15T13:01:37.190229Z",
            "url": "https://files.pythonhosted.org/packages/e5/b9/5c6ad3241f1ccca4b781dfeddbab2dac4480f95aedc351a0e60c9f4c8aa9/Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2ce745220339fed3a5a0052b443c482625ec6c889da1fef0f9791e30d571e19",
                "md5": "22fed7cc249006ae2d4ac7b5a6f1db76",
                "sha256": "d27b5997bdd2eb9fb199982bb7eb6164db0426904020dc38c10203187ae2ff2f"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "22fed7cc249006ae2d4ac7b5a6f1db76",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3561230,
            "upload_time": "2023-10-15T13:01:40",
            "upload_time_iso_8601": "2023-10-15T13:01:40.922279Z",
            "url": "https://files.pythonhosted.org/packages/d2/ce/745220339fed3a5a0052b443c482625ec6c889da1fef0f9791e30d571e19/Pillow-10.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fff2c4ffdccc9a29d5f010e59abd7d62d172e84472000f32f1d64e177453906",
                "md5": "41a4660d31a8d267f84ec755b317633c",
                "sha256": "7df5608bc38bd37ef585ae9c38c9cd46d7c81498f086915b0f97255ea60c2818"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41a4660d31a8d267f84ec755b317633c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3600892,
            "upload_time": "2023-10-15T13:01:43",
            "upload_time_iso_8601": "2023-10-15T13:01:43.089338Z",
            "url": "https://files.pythonhosted.org/packages/1f/ff/2c4ffdccc9a29d5f010e59abd7d62d172e84472000f32f1d64e177453906/Pillow-10.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d7e18ffce67b6e7637eead295b8a78d293d170d404a633010c3549da9a5e674",
                "md5": "2e1cd0af43c1cc5193ca28c102ea7ee1",
                "sha256": "41f67248d92a5e0a2076d3517d8d4b1e41a97e2df10eb8f93106c89107f38b57"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2e1cd0af43c1cc5193ca28c102ea7ee1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2609029,
            "upload_time": "2023-10-15T13:01:44",
            "upload_time_iso_8601": "2023-10-15T13:01:44.598801Z",
            "url": "https://files.pythonhosted.org/packages/2d/7e/18ffce67b6e7637eead295b8a78d293d170d404a633010c3549da9a5e674/Pillow-10.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "072293d6b5aa5917d09ec7088a2c4d1821848f3f95fbdc2633ba9d9fc28444a1",
                "md5": "f2ed431ddd7b9494cc3653d7a33f5c2a",
                "sha256": "1fb29c07478e6c06a46b867e43b0bcdb241b44cc52be9bc25ce5944eed4648e7"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2ed431ddd7b9494cc3653d7a33f5c2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3484089,
            "upload_time": "2023-10-15T13:01:46",
            "upload_time_iso_8601": "2023-10-15T13:01:46.981881Z",
            "url": "https://files.pythonhosted.org/packages/07/22/93d6b5aa5917d09ec7088a2c4d1821848f3f95fbdc2633ba9d9fc28444a1/Pillow-10.1.0-cp311-cp311-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c35b6bcfd0c2631d1ce4bb29ea597556ed2783404c5ad38635caf7b3f2b19073",
                "md5": "1c07598b04081b2d31d4f7144563c324",
                "sha256": "2cdc65a46e74514ce742c2013cd4a2d12e8553e3a2563c64879f7c7e4d28bce7"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1c07598b04081b2d31d4f7144563c324",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3294744,
            "upload_time": "2023-10-15T13:01:49",
            "upload_time_iso_8601": "2023-10-15T13:01:49.084244Z",
            "url": "https://files.pythonhosted.org/packages/c3/5b/6bcfd0c2631d1ce4bb29ea597556ed2783404c5ad38635caf7b3f2b19073/Pillow-10.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aae6b7673ae38cbd4821742acdb209e3e52c564dbe8ef8409d64d68ea0f9e6f",
                "md5": "ade17a237b0695ca825e4d41ce96a776",
                "sha256": "50d08cd0a2ecd2a8657bd3d82c71efd5a58edb04d9308185d66c3a5a5bed9610"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ade17a237b0695ca825e4d41ce96a776",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3424164,
            "upload_time": "2023-10-15T13:01:51",
            "upload_time_iso_8601": "2023-10-15T13:01:51.284786Z",
            "url": "https://files.pythonhosted.org/packages/2a/ae/6b7673ae38cbd4821742acdb209e3e52c564dbe8ef8409d64d68ea0f9e6f/Pillow-10.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdfa87c27a90d97600edc639b06c14c63c8dac709e13e04714eb1dc949788f41",
                "md5": "1eb9fa056e364d209c9b172f4ef82482",
                "sha256": "062a1610e3bc258bff2328ec43f34244fcec972ee0717200cb1425214fe5b839"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1eb9fa056e364d209c9b172f4ef82482",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3499981,
            "upload_time": "2023-10-15T13:01:53",
            "upload_time_iso_8601": "2023-10-15T13:01:53.594978Z",
            "url": "https://files.pythonhosted.org/packages/cd/fa/87c27a90d97600edc639b06c14c63c8dac709e13e04714eb1dc949788f41/Pillow-10.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f0a8301b9384cbbd8542c2a5540fda1bce18c3203a0cc7becc9073bdee79ccb",
                "md5": "3216f1e3fe1406d7573d7c690b6d4b49",
                "sha256": "61f1a9d247317fa08a308daaa8ee7b3f760ab1809ca2da14ecc88ae4257d6172"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3216f1e3fe1406d7573d7c690b6d4b49",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3475329,
            "upload_time": "2023-10-15T13:01:55",
            "upload_time_iso_8601": "2023-10-15T13:01:55.827640Z",
            "url": "https://files.pythonhosted.org/packages/5f/0a/8301b9384cbbd8542c2a5540fda1bce18c3203a0cc7becc9073bdee79ccb/Pillow-10.1.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fd8f31dd84b4363b5f24c71b25a13ec3855f5ff233e07e1c3f1f8e979e12be2",
                "md5": "ec03a18a05d39265ae964def9bd4ebab",
                "sha256": "a646e48de237d860c36e0db37ecaecaa3619e6f3e9d5319e527ccbc8151df061"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec03a18a05d39265ae964def9bd4ebab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3621689,
            "upload_time": "2023-10-15T13:01:57",
            "upload_time_iso_8601": "2023-10-15T13:01:57.560297Z",
            "url": "https://files.pythonhosted.org/packages/6f/d8/f31dd84b4363b5f24c71b25a13ec3855f5ff233e07e1c3f1f8e979e12be2/Pillow-10.1.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d205000e1a9696ee28c18c4bd158aaaed0dd65d3b13b6547c43b29f9851c2cc",
                "md5": "359b89b2724393f04757a64236bba23f",
                "sha256": "47e5bf85b80abc03be7455c95b6d6e4896a62f6541c1f2ce77a7d2bb832af262"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "359b89b2724393f04757a64236bba23f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3561247,
            "upload_time": "2023-10-15T13:01:59",
            "upload_time_iso_8601": "2023-10-15T13:01:59.326773Z",
            "url": "https://files.pythonhosted.org/packages/9d/20/5000e1a9696ee28c18c4bd158aaaed0dd65d3b13b6547c43b29f9851c2cc/Pillow-10.1.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cff74c4428d56df4cf7dfc6b9fc9a8b0268cdbca7c6b5130bc090fbf7562b223",
                "md5": "7f75139359f3ad2678cfba255cd5fca5",
                "sha256": "a92386125e9ee90381c3369f57a2a50fa9e6aa8b1cf1d9c4b200d41a7dd8e992"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f75139359f3ad2678cfba255cd5fca5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3600912,
            "upload_time": "2023-10-15T13:02:01",
            "upload_time_iso_8601": "2023-10-15T13:02:01.139460Z",
            "url": "https://files.pythonhosted.org/packages/cf/f7/4c4428d56df4cf7dfc6b9fc9a8b0268cdbca7c6b5130bc090fbf7562b223/Pillow-10.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b13831def4109acd4db10672df6f806b175c0d21458f845ddc0890e43238ba7c",
                "md5": "e7204be61b0d012f37ea476a43db8b0c",
                "sha256": "0f7c276c05a9767e877a0b4c5050c8bee6a6d960d7f0c11ebda6b99746068c2a"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e7204be61b0d012f37ea476a43db8b0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2609067,
            "upload_time": "2023-10-15T13:02:03",
            "upload_time_iso_8601": "2023-10-15T13:02:03.443968Z",
            "url": "https://files.pythonhosted.org/packages/b1/38/31def4109acd4db10672df6f806b175c0d21458f845ddc0890e43238ba7c/Pillow-10.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40809df9bb85b3209d62b85064c956a819e9e06279c6accf7e0f6a89ff4d9d6d",
                "md5": "8642694e5a70275bb76f23f9b1da8a5d",
                "sha256": "a89b8312d51715b510a4fe9fc13686283f376cfd5abca8cd1c65e4c76e21081b"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8642694e5a70275bb76f23f9b1da8a5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3483728,
            "upload_time": "2023-10-15T13:02:05",
            "upload_time_iso_8601": "2023-10-15T13:02:05.418062Z",
            "url": "https://files.pythonhosted.org/packages/40/80/9df9bb85b3209d62b85064c956a819e9e06279c6accf7e0f6a89ff4d9d6d/Pillow-10.1.0-cp312-cp312-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d6f6f716f16bcb9bf39f54b9d2d993f535a0ee42cc0fec973c80839b0720ca2",
                "md5": "0539a1e059733e0a181da3e084cfead4",
                "sha256": "00f438bb841382b15d7deb9a05cc946ee0f2c352653c7aa659e75e592f6fa17d"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0539a1e059733e0a181da3e084cfead4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3293897,
            "upload_time": "2023-10-15T13:02:07",
            "upload_time_iso_8601": "2023-10-15T13:02:07.610391Z",
            "url": "https://files.pythonhosted.org/packages/3d/6f/6f716f16bcb9bf39f54b9d2d993f535a0ee42cc0fec973c80839b0720ca2/Pillow-10.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33c61abfffbbdd803a44fb4aa009218502a0e353bfcc96b045a24ad1a194c705",
                "md5": "6865f8646184699ffca9c5321ad06857",
                "sha256": "3d929a19f5469b3f4df33a3df2983db070ebb2088a1e145e18facbc28cae5b27"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6865f8646184699ffca9c5321ad06857",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3424287,
            "upload_time": "2023-10-15T13:02:09",
            "upload_time_iso_8601": "2023-10-15T13:02:09.756657Z",
            "url": "https://files.pythonhosted.org/packages/33/c6/1abfffbbdd803a44fb4aa009218502a0e353bfcc96b045a24ad1a194c705/Pillow-10.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f40ff02ca10167c3d68c84b61142a5acd28b09ea5f833fffe9a77c4d8d5f96a",
                "md5": "80dd7d34283a6efb1be68db9e867ef94",
                "sha256": "9a92109192b360634a4489c0c756364c0c3a2992906752165ecb50544c251312"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80dd7d34283a6efb1be68db9e867ef94",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3500620,
            "upload_time": "2023-10-15T13:02:11",
            "upload_time_iso_8601": "2023-10-15T13:02:11.483466Z",
            "url": "https://files.pythonhosted.org/packages/1f/40/ff02ca10167c3d68c84b61142a5acd28b09ea5f833fffe9a77c4d8d5f96a/Pillow-10.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1557925008390581a15c024dd57206ca622fd0ea85fbd194169efc3ff48ecda1",
                "md5": "a9a794f840b6d6e189ce1a5b47e4363d",
                "sha256": "0248f86b3ea061e67817c47ecbe82c23f9dd5d5226200eb9090b3873d3ca32de"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a9a794f840b6d6e189ce1a5b47e4363d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3475368,
            "upload_time": "2023-10-15T13:02:13",
            "upload_time_iso_8601": "2023-10-15T13:02:13.353133Z",
            "url": "https://files.pythonhosted.org/packages/15/57/925008390581a15c024dd57206ca622fd0ea85fbd194169efc3ff48ecda1/Pillow-10.1.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44eda6f7dcd6631ec55b8d26c6a8bca762b04b7025daa3aa67e860a886abed89",
                "md5": "13f0f80405aee97cf6989a8470683d9a",
                "sha256": "9882a7451c680c12f232a422730f986a1fcd808da0fd428f08b671237237d651"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13f0f80405aee97cf6989a8470683d9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3621896,
            "upload_time": "2023-10-15T13:02:15",
            "upload_time_iso_8601": "2023-10-15T13:02:15.053137Z",
            "url": "https://files.pythonhosted.org/packages/44/ed/a6f7dcd6631ec55b8d26c6a8bca762b04b7025daa3aa67e860a886abed89/Pillow-10.1.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fe7cf988402f838843362c471ca2a240d4be46adcabc508be4e70ba7721e9ee",
                "md5": "8e03b408a7625850a01a89204fcbb208",
                "sha256": "1c3ac5423c8c1da5928aa12c6e258921956757d976405e9467c5f39d1d577a4b"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8e03b408a7625850a01a89204fcbb208",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3561709,
            "upload_time": "2023-10-15T13:02:16",
            "upload_time_iso_8601": "2023-10-15T13:02:16.745627Z",
            "url": "https://files.pythonhosted.org/packages/3f/e7/cf988402f838843362c471ca2a240d4be46adcabc508be4e70ba7721e9ee/Pillow-10.1.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "043dbf353b366d1a39a95ff861129ba3af8499d48e06634d50c10cf4136cbe7d",
                "md5": "b1c6dfcc40143a84aa98250ffa985fe8",
                "sha256": "806abdd8249ba3953c33742506fe414880bad78ac25cc9a9b1c6ae97bedd573f"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1c6dfcc40143a84aa98250ffa985fe8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3602069,
            "upload_time": "2023-10-15T13:02:18",
            "upload_time_iso_8601": "2023-10-15T13:02:18.634345Z",
            "url": "https://files.pythonhosted.org/packages/04/3d/bf353b366d1a39a95ff861129ba3af8499d48e06634d50c10cf4136cbe7d/Pillow-10.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32e4978865107d097dd9cb650331676d8dc29ed9fcd0aaab46486e9d6e5123f0",
                "md5": "6a36b822241a1db9c15098e8da85f4e6",
                "sha256": "eaed6977fa73408b7b8a24e8b14e59e1668cfc0f4c40193ea7ced8e210adf996"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6a36b822241a1db9c15098e8da85f4e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2609160,
            "upload_time": "2023-10-15T13:02:20",
            "upload_time_iso_8601": "2023-10-15T13:02:20.875120Z",
            "url": "https://files.pythonhosted.org/packages/32/e4/978865107d097dd9cb650331676d8dc29ed9fcd0aaab46486e9d6e5123f0/Pillow-10.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22b5692c5686550b05d540ce24b1532787dc497ffb968180b9f1b4185c795447",
                "md5": "0fde1bb49e8beb20761a9710e5497d48",
                "sha256": "fe1e26e1ffc38be097f0ba1d0d07fcade2bcfd1d023cda5b29935ae8052bd793"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0fde1bb49e8beb20761a9710e5497d48",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3484026,
            "upload_time": "2023-10-15T13:02:23",
            "upload_time_iso_8601": "2023-10-15T13:02:23.163979Z",
            "url": "https://files.pythonhosted.org/packages/22/b5/692c5686550b05d540ce24b1532787dc497ffb968180b9f1b4185c795447/Pillow-10.1.0-cp38-cp38-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c39509ef6a0ecc62d1f378a2b08f63844c67eb237d9886df7b1ac274f3894380",
                "md5": "c7225880fa281f912f01aaed818ddaca",
                "sha256": "7a7e3daa202beb61821c06d2517428e8e7c1aab08943e92ec9e5755c2fc9ba5e"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c7225880fa281f912f01aaed818ddaca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3294801,
            "upload_time": "2023-10-15T13:02:24",
            "upload_time_iso_8601": "2023-10-15T13:02:24.879286Z",
            "url": "https://files.pythonhosted.org/packages/c3/95/09ef6a0ecc62d1f378a2b08f63844c67eb237d9886df7b1ac274f3894380/Pillow-10.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f5769761bc6c3d094acc152a8d0fa2128a1fe53e320829bdb56451c8128c526",
                "md5": "e149e03d186c161e5e6e6b2d956e76c3",
                "sha256": "24fadc71218ad2b8ffe437b54876c9382b4a29e030a05a9879f615091f42ffc2"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e149e03d186c161e5e6e6b2d956e76c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3424070,
            "upload_time": "2023-10-15T13:02:26",
            "upload_time_iso_8601": "2023-10-15T13:02:26.768335Z",
            "url": "https://files.pythonhosted.org/packages/6f/57/69761bc6c3d094acc152a8d0fa2128a1fe53e320829bdb56451c8128c526/Pillow-10.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb216cd5249e15834982492f92e5bec7c3beb8135fba0a2e3184b8e80741c46d",
                "md5": "52f4c4743a6296b5cf2fc41ba06fd34e",
                "sha256": "fa1d323703cfdac2036af05191b969b910d8f115cf53093125e4058f62012c9a"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52f4c4743a6296b5cf2fc41ba06fd34e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3500016,
            "upload_time": "2023-10-15T13:02:28",
            "upload_time_iso_8601": "2023-10-15T13:02:28.509739Z",
            "url": "https://files.pythonhosted.org/packages/eb/21/6cd5249e15834982492f92e5bec7c3beb8135fba0a2e3184b8e80741c46d/Pillow-10.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b61c388d5b8ed34ac61319b0ce47fd49dc31898836255112c06a9312239fafc1",
                "md5": "052c0d38b4662e865cdbd9b24ddef025",
                "sha256": "912e3812a1dbbc834da2b32299b124b5ddcb664ed354916fd1ed6f193f0e2d01"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "052c0d38b4662e865cdbd9b24ddef025",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3475299,
            "upload_time": "2023-10-15T13:02:30",
            "upload_time_iso_8601": "2023-10-15T13:02:30.155403Z",
            "url": "https://files.pythonhosted.org/packages/b6/1c/388d5b8ed34ac61319b0ce47fd49dc31898836255112c06a9312239fafc1/Pillow-10.1.0-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e74638f982ab43fb3b19c8a151b1a0065cafefe436f8590c1c57d5fdf2475f1",
                "md5": "fe6968a05bdf0847df756170a389d823",
                "sha256": "7dbaa3c7de82ef37e7708521be41db5565004258ca76945ad74a8e998c30af8d"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe6968a05bdf0847df756170a389d823",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3621676,
            "upload_time": "2023-10-15T13:02:32",
            "upload_time_iso_8601": "2023-10-15T13:02:32.051097Z",
            "url": "https://files.pythonhosted.org/packages/1e/74/638f982ab43fb3b19c8a151b1a0065cafefe436f8590c1c57d5fdf2475f1/Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8cd8bcc9ebccf98a3cbe8e75e5c3cd3dc4d3f16e5f4336d5884c0bfd7b7960c",
                "md5": "25429c638fceb939da1ad11dd7ad8aa4",
                "sha256": "9d7bc666bd8c5a4225e7ac71f2f9d12466ec555e89092728ea0f5c0c2422ea80"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "25429c638fceb939da1ad11dd7ad8aa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3561216,
            "upload_time": "2023-10-15T13:02:34",
            "upload_time_iso_8601": "2023-10-15T13:02:34.418181Z",
            "url": "https://files.pythonhosted.org/packages/d8/cd/8bcc9ebccf98a3cbe8e75e5c3cd3dc4d3f16e5f4336d5884c0bfd7b7960c/Pillow-10.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b38eed2525d2211f82c07236acc6e5fde959a3a96e6914add6cb1ba76a9a5689",
                "md5": "66ba5db3521efb2cb15bf709366ae7ba",
                "sha256": "baada14941c83079bf84c037e2d8b7506ce201e92e3d2fa0d1303507a8538212"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66ba5db3521efb2cb15bf709366ae7ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3600922,
            "upload_time": "2023-10-15T13:02:37",
            "upload_time_iso_8601": "2023-10-15T13:02:37.606304Z",
            "url": "https://files.pythonhosted.org/packages/b3/8e/ed2525d2211f82c07236acc6e5fde959a3a96e6914add6cb1ba76a9a5689/Pillow-10.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8dace52661f951562cbef4dad2809f2ade9e04e7ebc0afa86ec402a8bc89225",
                "md5": "5fdb35bc13f90504e15f02543a529586",
                "sha256": "2ef6721c97894a7aa77723740a09547197533146fba8355e86d6d9a4a1056b14"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5fdb35bc13f90504e15f02543a529586",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2608881,
            "upload_time": "2023-10-15T13:02:39",
            "upload_time_iso_8601": "2023-10-15T13:02:39.260231Z",
            "url": "https://files.pythonhosted.org/packages/b8/da/ce52661f951562cbef4dad2809f2ade9e04e7ebc0afa86ec402a8bc89225/Pillow-10.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc2ab87cb8b319d3d755eae0ef61129bfd83f536ef121891001733baefecebe2",
                "md5": "26eaaddfa926330cd7f54bbe288c1268",
                "sha256": "0a026c188be3b443916179f5d04548092e253beb0c3e2ee0a4e2cdad72f66099"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26eaaddfa926330cd7f54bbe288c1268",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3484069,
            "upload_time": "2023-10-15T13:02:41",
            "upload_time_iso_8601": "2023-10-15T13:02:41.339664Z",
            "url": "https://files.pythonhosted.org/packages/dc/2a/b87cb8b319d3d755eae0ef61129bfd83f536ef121891001733baefecebe2/Pillow-10.1.0-cp39-cp39-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91679bf0b3c0f43d5e1aa6795318feefad2ec5e5a10b51454b047dc608619fbb",
                "md5": "42ba79727b1a82df0ae8f468c15c881a",
                "sha256": "04f6f6149f266a100374ca3cc368b67fb27c4af9f1cc8cb6306d849dcdf12616"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "42ba79727b1a82df0ae8f468c15c881a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3294823,
            "upload_time": "2023-10-15T13:02:43",
            "upload_time_iso_8601": "2023-10-15T13:02:43.035464Z",
            "url": "https://files.pythonhosted.org/packages/91/67/9bf0b3c0f43d5e1aa6795318feefad2ec5e5a10b51454b047dc608619fbb/Pillow-10.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "828ca4abc8937041ea811fd81a4bab9205ebf78f9a4edfdb6b1a1623a10082d2",
                "md5": "729d0d1abe3db4e8635caa51bbd02523",
                "sha256": "bb40c011447712d2e19cc261c82655f75f32cb724788df315ed992a4d65696bb"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "729d0d1abe3db4e8635caa51bbd02523",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3424109,
            "upload_time": "2023-10-15T13:02:44",
            "upload_time_iso_8601": "2023-10-15T13:02:44.830451Z",
            "url": "https://files.pythonhosted.org/packages/82/8c/a4abc8937041ea811fd81a4bab9205ebf78f9a4edfdb6b1a1623a10082d2/Pillow-10.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f3aada56d489446dbb7679d242bfd7bb159cee8a7989c34dd34045103d5280d",
                "md5": "b57224f70e467eaf35cf6789b3ffa849",
                "sha256": "1a8413794b4ad9719346cd9306118450b7b00d9a15846451549314a58ac42219"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b57224f70e467eaf35cf6789b3ffa849",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3500040,
            "upload_time": "2023-10-15T13:02:46",
            "upload_time_iso_8601": "2023-10-15T13:02:46.981394Z",
            "url": "https://files.pythonhosted.org/packages/9f/3a/ada56d489446dbb7679d242bfd7bb159cee8a7989c34dd34045103d5280d/Pillow-10.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d543413b3498053af77efebc57d99a6152c67a56b3627c6cbf3a4f9da3da30f",
                "md5": "8024857e5cb29ef2e8d996137d9254b5",
                "sha256": "c9aeea7b63edb7884b031a35305629a7593272b54f429a9869a4f63a1bf04c34"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8024857e5cb29ef2e8d996137d9254b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3475354,
            "upload_time": "2023-10-15T13:02:48",
            "upload_time_iso_8601": "2023-10-15T13:02:48.680900Z",
            "url": "https://files.pythonhosted.org/packages/5d/54/3413b3498053af77efebc57d99a6152c67a56b3627c6cbf3a4f9da3da30f/Pillow-10.1.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cdcacccca38a87272cb2eed372f112595439418dfb6119770b04dc06d3b78bd",
                "md5": "0e4d10ec5973f7384be23f45b37e6f76",
                "sha256": "b4005fee46ed9be0b8fb42be0c20e79411533d1fd58edabebc0dd24626882cfd"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e4d10ec5973f7384be23f45b37e6f76",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3621722,
            "upload_time": "2023-10-15T13:02:50",
            "upload_time_iso_8601": "2023-10-15T13:02:50.572998Z",
            "url": "https://files.pythonhosted.org/packages/5c/dc/acccca38a87272cb2eed372f112595439418dfb6119770b04dc06d3b78bd/Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd99691942ab88b3d22c36c704f2c52b3b9d93fb86a05eaeabe006a216c3e882",
                "md5": "3d787cb83bcd22df68f6020858825ec2",
                "sha256": "4d0152565c6aa6ebbfb1e5d8624140a440f2b99bf7afaafbdbf6430426497f28"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3d787cb83bcd22df68f6020858825ec2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3561221,
            "upload_time": "2023-10-15T13:02:52",
            "upload_time_iso_8601": "2023-10-15T13:02:52.431041Z",
            "url": "https://files.pythonhosted.org/packages/fd/99/691942ab88b3d22c36c704f2c52b3b9d93fb86a05eaeabe006a216c3e882/Pillow-10.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "853e849a9958af171445cca8112d0938df7e40337c2d5b836d999edcf1c6bb27",
                "md5": "afe837af3fb1b8898f5395bed279f0c1",
                "sha256": "d921bc90b1defa55c9917ca6b6b71430e4286fc9e44c55ead78ca1a9f9eba5f2"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afe837af3fb1b8898f5395bed279f0c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3600943,
            "upload_time": "2023-10-15T13:02:54",
            "upload_time_iso_8601": "2023-10-15T13:02:54.264196Z",
            "url": "https://files.pythonhosted.org/packages/85/3e/849a9958af171445cca8112d0938df7e40337c2d5b836d999edcf1c6bb27/Pillow-10.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98560eb5a210de84b8c73720e6b691fe8fe1a99d62c8e8f0564b95f2c12988e8",
                "md5": "2767b25baac2944a488af6b437cd6f9b",
                "sha256": "cfe96560c6ce2f4c07d6647af2d0f3c54cc33289894ebd88cfbb3bcd5391e256"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2767b25baac2944a488af6b437cd6f9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2609113,
            "upload_time": "2023-10-15T13:02:56",
            "upload_time_iso_8601": "2023-10-15T13:02:56.468579Z",
            "url": "https://files.pythonhosted.org/packages/98/56/0eb5a210de84b8c73720e6b691fe8fe1a99d62c8e8f0564b95f2c12988e8/Pillow-10.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "683918abea241c252a9a563e97f97af69c0f0ef34a88a84720db5b0111281a73",
                "md5": "5003d672e60a91c0e0bce7ec468714f9",
                "sha256": "937bdc5a7f5343d1c97dc98149a0be7eb9704e937fe3dc7140e229ae4fc572a7"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5003d672e60a91c0e0bce7ec468714f9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3437796,
            "upload_time": "2023-10-15T13:02:58",
            "upload_time_iso_8601": "2023-10-15T13:02:58.415544Z",
            "url": "https://files.pythonhosted.org/packages/68/39/18abea241c252a9a563e97f97af69c0f0ef34a88a84720db5b0111281a73/Pillow-10.1.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72696ee650d047770ec1ee8844b62b4401b4e4fbac3959a7663af1b62c00fdca",
                "md5": "6b40cab7bab3720dd53e8bc78160e20b",
                "sha256": "b1c25762197144e211efb5f4e8ad656f36c8d214d390585d1d21281f46d556ba"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b40cab7bab3720dd53e8bc78160e20b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3413457,
            "upload_time": "2023-10-15T13:03:00",
            "upload_time_iso_8601": "2023-10-15T13:03:00.297769Z",
            "url": "https://files.pythonhosted.org/packages/72/69/6ee650d047770ec1ee8844b62b4401b4e4fbac3959a7663af1b62c00fdca/Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a0907957ab28bac4e62d1417a35b3bed2298c1cb4f2869e6ba5f95ae7ccf08d",
                "md5": "0da7f993131e2d7cbbadbaec1328f3cb",
                "sha256": "afc8eef765d948543a4775f00b7b8c079b3321d6b675dde0d02afa2ee23000b4"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0da7f993131e2d7cbbadbaec1328f3cb",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3503087,
            "upload_time": "2023-10-15T13:03:02",
            "upload_time_iso_8601": "2023-10-15T13:03:02.342342Z",
            "url": "https://files.pythonhosted.org/packages/1a/09/07957ab28bac4e62d1417a35b3bed2298c1cb4f2869e6ba5f95ae7ccf08d/Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5db4627903ee2d02ab8685918d20a644feb32ad6c5e181aedebf57182838abca",
                "md5": "7160d90d3ffccedcd190b6fa3da5e192",
                "sha256": "883f216eac8712b83a63f41b76ddfb7b2afab1b74abbb413c5df6680f071a6b9"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7160d90d3ffccedcd190b6fa3da5e192",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2609263,
            "upload_time": "2023-10-15T13:03:04",
            "upload_time_iso_8601": "2023-10-15T13:03:04.461269Z",
            "url": "https://files.pythonhosted.org/packages/5d/b4/627903ee2d02ab8685918d20a644feb32ad6c5e181aedebf57182838abca/Pillow-10.1.0-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe0dd6845b86ece023aafe023aa303092b5c7686bd88d60464a93316b28e92d5",
                "md5": "ce692081bc21955062120e8bdde556c9",
                "sha256": "b920e4d028f6442bea9a75b7491c063f0b9a3972520731ed26c83e254302eb1e"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ce692081bc21955062120e8bdde556c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3437731,
            "upload_time": "2023-10-15T13:03:06",
            "upload_time_iso_8601": "2023-10-15T13:03:06.160295Z",
            "url": "https://files.pythonhosted.org/packages/fe/0d/d6845b86ece023aafe023aa303092b5c7686bd88d60464a93316b28e92d5/Pillow-10.1.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0725723cae5b564f0f1301176b38a2ba2f36dbb5fad658ad45972496e2f24298",
                "md5": "9eb19a96bc8dd33094f2eb15ac5cc538",
                "sha256": "1c41d960babf951e01a49c9746f92c5a7e0d939d1652d7ba30f6b3090f27e412"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9eb19a96bc8dd33094f2eb15ac5cc538",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3413318,
            "upload_time": "2023-10-15T13:03:08",
            "upload_time_iso_8601": "2023-10-15T13:03:08.035518Z",
            "url": "https://files.pythonhosted.org/packages/07/25/723cae5b564f0f1301176b38a2ba2f36dbb5fad658ad45972496e2f24298/Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9053ed3059ab37e7633c6cc7c6a2decd906f3f3e104b732dfb71ac78096e1008",
                "md5": "26c37e27e35f1c4b7682d8d3c2b6fc84",
                "sha256": "1fafabe50a6977ac70dfe829b2d5735fd54e190ab55259ec8aea4aaea412fa0b"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26c37e27e35f1c4b7682d8d3c2b6fc84",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3503107,
            "upload_time": "2023-10-15T13:03:09",
            "upload_time_iso_8601": "2023-10-15T13:03:09.891630Z",
            "url": "https://files.pythonhosted.org/packages/90/53/ed3059ab37e7633c6cc7c6a2decd906f3f3e104b732dfb71ac78096e1008/Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "322d5a62c0924dbbb7585c9e39acbfef3809109e8e08b9a3c9d8457c77132758",
                "md5": "295571a92d77c69dff3a862739b5bed1",
                "sha256": "3b834f4b16173e5b92ab6566f0473bfb09f939ba14b23b8da1f54fa63e4b623f"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "295571a92d77c69dff3a862739b5bed1",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2609332,
            "upload_time": "2023-10-15T13:03:11",
            "upload_time_iso_8601": "2023-10-15T13:03:11.673804Z",
            "url": "https://files.pythonhosted.org/packages/32/2d/5a62c0924dbbb7585c9e39acbfef3809109e8e08b9a3c9d8457c77132758/Pillow-10.1.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80d7c4b258c9098b469c4a4e77b0a99b5f4fd21e359c2e486c977d231f52fc71",
                "md5": "a55618c5d2fd64048dd3ea41bc39f7cd",
                "sha256": "e6bf8de6c36ed96c86ea3b6e1d5273c53f46ef518a062464cd7ef5dd2cf92e38"
            },
            "downloads": -1,
            "filename": "Pillow-10.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a55618c5d2fd64048dd3ea41bc39f7cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 50781360,
            "upload_time": "2023-10-15T13:03:15",
            "upload_time_iso_8601": "2023-10-15T13:03:15.681112Z",
            "url": "https://files.pythonhosted.org/packages/80/d7/c4b258c9098b469c4a4e77b0a99b5f4fd21e359c2e486c977d231f52fc71/Pillow-10.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-15 13:03:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-pillow",
    "github_project": "Pillow",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "pillow"
}
        
Elapsed time: 0.13155s