unicodedata2


Nameunicodedata2 JSON
Version 16.0.0 PyPI version JSON
download
home_pagehttp://github.com/fonttools/unicodedata2
SummaryUnicodedata backport updated to the latest Unicode version.
upload_time2025-01-11 11:59:45
maintainerNone
docs_urlNone
authorMike Kaplinskiy
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Githun CI Status](https://github.com/fonttools/unicodedata2/workflows/Build%20+%20Deploy/badge.svg)](https://github.com/fonttools/unicodedata2/actions?query=workflow%3A%22Build+%2B+Deploy%22)
[![PyPI](https://img.shields.io/pypi/v/unicodedata2.svg)](https://pypi.org/project/unicodedata2/)

unicodedata2
============

[unicodedata] backport/updates.

The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0.

Pre-compiled wheel packages are available on [PyPI] and can be installed via pip.

[unicodedata]: https://docs.python.org/3/library/unicodedata.html
[PyPI]: https://pypi.org/project/unicodedata2/


Testing
=======

We run the tests using `tox`. This can be installed as usual with `pip install tox`.

Without any options, `tox` will run the tests against all of the library's
target Python versions. Any missing versions will be skipped.

To run tests against a specific python version you can use the `-e` option followed by
a tox environment name. E.g. `-e py38` will run tests against Python 3.8.
For more info, check `tox`'s [documentation](https://tox.readthedocs.io/en/latest/).

Changelog
=========
## 15.0.0
 - Upgrade to Unicode 15.0.0

## 14.0.0
 - Upgrade to Unicode 14.0.0

## 13.0.0-2
 - Fix issue with source distribution tarball archive missing CHANGELOG.md file.
 - Use tox as test runner.

## 13.0.0
 - Upgrade to Unicode 13.0.0

## 12.1.0
 - Upgrade to Unicode 12.1.0
 - Remove Python 3.4 support as multibuild no longer supports Python 3.4.

## 12.0.0
 - Upgrade to Unicode 12.0.0

## 11.0.0
 - Upgrade to Unicode 11.0.0
 - Remove Python 3.3 support as wheel no longer supports Python 3.3.

## 10.0.0-2
 - Wheel for Python 3.6

## 10.0.0
 - Upgrade to Unicode 10.0.0
 - Remove Python 2.6 support as wheel no longer supports Python 2.6.

## 9.0.0-4
 - Re-releasing 9.0.0-3 because PyPI doesn't handle bad internet connections well.

## 9.0.0-3
 - Add binary packages for all platforms. Patch by Cosimo Lupo (anthrotype).

## 9.0.0-2
 - Python 3 support
 - Fix incorrect digitification caused by using the underlying Python's Unicode tables.

## 9.0.0
 - Upgrade to Unicode 9.0.0

## 8.0.0
 - Upgrade to Unicode 8.0.0

## 7.0.0-2
 - Compiles under Python 2.6 (and older 2.7). Patch by John Vandenberg. Fixes #2
 - Runs regular unicodedata tests. Adds Travis and AppVeyor CI. Patch by John Vandenberg (jayvdb).

## 7.0.0
 - Initial release

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/fonttools/unicodedata2",
    "name": "unicodedata2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Mike Kaplinskiy",
    "author_email": "mike.kaplinskiy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/c6/f1aa23ed42259789c1c9bdeac219bfe72cc3046c3fc39ad3155705f81d9b/unicodedata2-16.0.0.tar.gz",
    "platform": "any",
    "description": "[![Githun CI Status](https://github.com/fonttools/unicodedata2/workflows/Build%20+%20Deploy/badge.svg)](https://github.com/fonttools/unicodedata2/actions?query=workflow%3A%22Build+%2B+Deploy%22)\n[![PyPI](https://img.shields.io/pypi/v/unicodedata2.svg)](https://pypi.org/project/unicodedata2/)\n\nunicodedata2\n============\n\n[unicodedata] backport/updates.\n\nThe versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0.\n\nPre-compiled wheel packages are available on [PyPI] and can be installed via pip.\n\n[unicodedata]: https://docs.python.org/3/library/unicodedata.html\n[PyPI]: https://pypi.org/project/unicodedata2/\n\n\nTesting\n=======\n\nWe run the tests using `tox`. This can be installed as usual with `pip install tox`.\n\nWithout any options, `tox` will run the tests against all of the library's\ntarget Python versions. Any missing versions will be skipped.\n\nTo run tests against a specific python version you can use the `-e` option followed by\na tox environment name. E.g. `-e py38` will run tests against Python 3.8.\nFor more info, check `tox`'s [documentation](https://tox.readthedocs.io/en/latest/).\n\nChangelog\n=========\n## 15.0.0\n - Upgrade to Unicode 15.0.0\n\n## 14.0.0\n - Upgrade to Unicode 14.0.0\n\n## 13.0.0-2\n - Fix issue with source distribution tarball archive missing CHANGELOG.md file.\n - Use tox as test runner.\n\n## 13.0.0\n - Upgrade to Unicode 13.0.0\n\n## 12.1.0\n - Upgrade to Unicode 12.1.0\n - Remove Python 3.4 support as multibuild no longer supports Python 3.4.\n\n## 12.0.0\n - Upgrade to Unicode 12.0.0\n\n## 11.0.0\n - Upgrade to Unicode 11.0.0\n - Remove Python 3.3 support as wheel no longer supports Python 3.3.\n\n## 10.0.0-2\n - Wheel for Python 3.6\n\n## 10.0.0\n - Upgrade to Unicode 10.0.0\n - Remove Python 2.6 support as wheel no longer supports Python 2.6.\n\n## 9.0.0-4\n - Re-releasing 9.0.0-3 because PyPI doesn't handle bad internet connections well.\n\n## 9.0.0-3\n - Add binary packages for all platforms. Patch by Cosimo Lupo (anthrotype).\n\n## 9.0.0-2\n - Python 3 support\n - Fix incorrect digitification caused by using the underlying Python's Unicode tables.\n\n## 9.0.0\n - Upgrade to Unicode 9.0.0\n\n## 8.0.0\n - Upgrade to Unicode 8.0.0\n\n## 7.0.0-2\n - Compiles under Python 2.6 (and older 2.7). Patch by John Vandenberg. Fixes #2\n - Runs regular unicodedata tests. Adds Travis and AppVeyor CI. Patch by John Vandenberg (jayvdb).\n\n## 7.0.0\n - Initial release\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Unicodedata backport updated to the latest Unicode version.",
    "version": "16.0.0",
    "project_urls": {
        "Download": "http://github.com/fonttools/unicodedata2",
        "Homepage": "http://github.com/fonttools/unicodedata2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff9ea9f247ea6dc95d5bd47f2493aed07bfbe66dbd8c3154a5d3fa5fad5f586a",
                "md5": "57e48aeef38842ee4b45596364fb1165",
                "sha256": "9bae42b4f00a612dae3d26d0a69ddae77976158062824ea8ddd97f09556ffe72"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "57e48aeef38842ee4b45596364fb1165",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 963552,
            "upload_time": "2025-01-11T11:57:52",
            "upload_time_iso_8601": "2025-01-11T11:57:52.496005Z",
            "url": "https://files.pythonhosted.org/packages/ff/9e/a9f247ea6dc95d5bd47f2493aed07bfbe66dbd8c3154a5d3fa5fad5f586a/unicodedata2-16.0.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b70782642aa08544edaa41b4e9cc81df11d5f3fd230f1b876c4807b4240bb86",
                "md5": "05ffdc891195464b41f9e2ff5290e985",
                "sha256": "0e648adfba023a5e982113f6272be7e907eb7ec03e67c9a8d877cb33c1b95e69"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "05ffdc891195464b41f9e2ff5290e985",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 489400,
            "upload_time": "2025-01-11T11:57:57",
            "upload_time_iso_8601": "2025-01-11T11:57:57.106591Z",
            "url": "https://files.pythonhosted.org/packages/6b/70/782642aa08544edaa41b4e9cc81df11d5f3fd230f1b876c4807b4240bb86/unicodedata2-16.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8147339b32172bea8889e142f9b2a1f14e45b881eed2ce8b3600cc1249fe1947",
                "md5": "806eb7e8e1e252a1da097bdaacf09e6a",
                "sha256": "4771bde0319be8f1b32b940cbda6859e4f5cadd5bc352c9060381b0408c9097b"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "806eb7e8e1e252a1da097bdaacf09e6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 523631,
            "upload_time": "2025-01-11T11:58:00",
            "upload_time_iso_8601": "2025-01-11T11:58:00.216642Z",
            "url": "https://files.pythonhosted.org/packages/81/47/339b32172bea8889e142f9b2a1f14e45b881eed2ce8b3600cc1249fe1947/unicodedata2-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df6f4bc2d2de270af2db6914299e06902f767311b85199a5ccf8b4c368af5cf7",
                "md5": "5f7521344c7f21b9ea91a66fd42bc81f",
                "sha256": "f5b6c9a41718670139ccc72eb60e2d436a77661774c0d9869dddfa1203cd8f26"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f7521344c7f21b9ea91a66fd42bc81f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 522937,
            "upload_time": "2025-01-11T11:58:02",
            "upload_time_iso_8601": "2025-01-11T11:58:02.603184Z",
            "url": "https://files.pythonhosted.org/packages/df/6f/4bc2d2de270af2db6914299e06902f767311b85199a5ccf8b4c368af5cf7/unicodedata2-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e702212bdaabe6ae949d25524c299a8976051e836ce6618e119f0c558c43ba1c",
                "md5": "1a87eb400894a2419d0e9b98c00348a8",
                "sha256": "7976f82cd8023d2792e4e4926e135a7b6805ffbcf8d74c54fcf5171c8c949169"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a87eb400894a2419d0e9b98c00348a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 521169,
            "upload_time": "2025-01-11T11:58:03",
            "upload_time_iso_8601": "2025-01-11T11:58:03.846813Z",
            "url": "https://files.pythonhosted.org/packages/e7/02/212bdaabe6ae949d25524c299a8976051e836ce6618e119f0c558c43ba1c/unicodedata2-16.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3bbb63e2425405f0b9b3850567a386f1616df794463f6e26a4002acc68f3a8e",
                "md5": "2c05cfee48e108c6154c69357ae2fa6a",
                "sha256": "9f59788592c3e5491fab7565f8395de28d1f48d57bb6568df4864bf5de0a6861"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c05cfee48e108c6154c69357ae2fa6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 522045,
            "upload_time": "2025-01-11T11:58:06",
            "upload_time_iso_8601": "2025-01-11T11:58:06.100378Z",
            "url": "https://files.pythonhosted.org/packages/e3/bb/b63e2425405f0b9b3850567a386f1616df794463f6e26a4002acc68f3a8e/unicodedata2-16.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "216626ecd07664852c645dda7df8392b6211ff929e5a3f7645d472df0e1bff6f",
                "md5": "f7d4b4a44fd4df64685c364cca9ef24a",
                "sha256": "fe61cc8281ca059c4541506f2bc07bf04671844c0e318424761fcb26bc8c5295"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "f7d4b4a44fd4df64685c364cca9ef24a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 479243,
            "upload_time": "2025-01-11T11:58:08",
            "upload_time_iso_8601": "2025-01-11T11:58:08.532683Z",
            "url": "https://files.pythonhosted.org/packages/21/66/26ecd07664852c645dda7df8392b6211ff929e5a3f7645d472df0e1bff6f/unicodedata2-16.0.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4cd85aef7d73c7604b8c351e4f137b81f0d50ff27f9a87bbb917d129af4c598",
                "md5": "a7ae4fb5f3d9dfe7470a3f138d412f8c",
                "sha256": "e844807f8e33142a35ff43db606a1c9f426e364ad1b5afee0109adb622a4f57a"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7ae4fb5f3d9dfe7470a3f138d412f8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 479353,
            "upload_time": "2025-01-11T11:58:09",
            "upload_time_iso_8601": "2025-01-11T11:58:09.724348Z",
            "url": "https://files.pythonhosted.org/packages/d4/cd/85aef7d73c7604b8c351e4f137b81f0d50ff27f9a87bbb917d129af4c598/unicodedata2-16.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e28e8c98a8cfe0338fd20768600aa87e460e863984dc03e07b57deeb2a990fa",
                "md5": "492459a915a5a9fde15a8ac65bd39308",
                "sha256": "94f6cd7acc8177b3bba46cc605bcc586df1e7a8d0b1a59c0663ba6b8a2c65861"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "492459a915a5a9fde15a8ac65bd39308",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 963405,
            "upload_time": "2025-01-11T11:58:12",
            "upload_time_iso_8601": "2025-01-11T11:58:12.183281Z",
            "url": "https://files.pythonhosted.org/packages/4e/28/e8c98a8cfe0338fd20768600aa87e460e863984dc03e07b57deeb2a990fa/unicodedata2-16.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efbf8b4caa3b3f4ea377cbebe3d05c07477647673b8816e28420e831b82feb1e",
                "md5": "03c15c4c218bf3f96dd03379328ebd67",
                "sha256": "95b36de92a05eadf74ea35130440e5748985f358ec9503eeaad7685a707d75f2"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "03c15c4c218bf3f96dd03379328ebd67",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 489323,
            "upload_time": "2025-01-11T11:58:14",
            "upload_time_iso_8601": "2025-01-11T11:58:14.604070Z",
            "url": "https://files.pythonhosted.org/packages/ef/bf/8b4caa3b3f4ea377cbebe3d05c07477647673b8816e28420e831b82feb1e/unicodedata2-16.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07bd0d7aed7b6c9c53bcb3867d7a8ce7e43ba21a69584638cdfdb65129e8ef23",
                "md5": "20899ee7ca560b38e3756a74a3fa331f",
                "sha256": "38e5effb78231cbc790ac9417d07735b7a61686ecd0f5d7464efd6950944f9b3"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20899ee7ca560b38e3756a74a3fa331f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 526269,
            "upload_time": "2025-01-11T11:58:16",
            "upload_time_iso_8601": "2025-01-11T11:58:16.270882Z",
            "url": "https://files.pythonhosted.org/packages/07/bd/0d7aed7b6c9c53bcb3867d7a8ce7e43ba21a69584638cdfdb65129e8ef23/unicodedata2-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aacdcc73fca6314ef065140c621a2003720e9e62ac3a7a0c4e4c90d97b537b0d",
                "md5": "16083e8e5d1ddaf6f8e14804c36938d8",
                "sha256": "b4bae57b986fd7a4cd0e8fed94abc2787e82d29d8f3cdd535a2cd5196b7a627a"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "16083e8e5d1ddaf6f8e14804c36938d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 525373,
            "upload_time": "2025-01-11T11:58:18",
            "upload_time_iso_8601": "2025-01-11T11:58:18.696407Z",
            "url": "https://files.pythonhosted.org/packages/aa/cd/cc73fca6314ef065140c621a2003720e9e62ac3a7a0c4e4c90d97b537b0d/unicodedata2-16.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b93d63d8342433800cbb8f76bcd00b232bdc0cc4607329669ef19162f77e47e",
                "md5": "52bcfbbbc33b72c9de6ec0a34d3bf980",
                "sha256": "948355325d4e6f5ea7440760455f688c1c14c6ac49086321fbbc8d631392b5ce"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "52bcfbbbc33b72c9de6ec0a34d3bf980",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 479186,
            "upload_time": "2025-01-11T11:58:19",
            "upload_time_iso_8601": "2025-01-11T11:58:19.841247Z",
            "url": "https://files.pythonhosted.org/packages/2b/93/d63d8342433800cbb8f76bcd00b232bdc0cc4607329669ef19162f77e47e/unicodedata2-16.0.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05f14cd428aa54663ee904def7185d1a10f224076ca334a19cb0224211eeeab8",
                "md5": "7ff604d4976e04bae37848d3a6496ed0",
                "sha256": "6460fae678ad4216d6c316f065d51614b8480456d4b77a1d7649533a062db515"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ff604d4976e04bae37848d3a6496ed0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 479594,
            "upload_time": "2025-01-11T11:58:22",
            "upload_time_iso_8601": "2025-01-11T11:58:22.203917Z",
            "url": "https://files.pythonhosted.org/packages/05/f1/4cd428aa54663ee904def7185d1a10f224076ca334a19cb0224211eeeab8/unicodedata2-16.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "579de7876176bd6cf6df66c81b812559118ac8bf59e321883c2ef1634130d2f4",
                "md5": "e1f8fcfbabf4f89b242d69483a86adaf",
                "sha256": "84ee7515900913105c3382ca7624cfa9e1199f64b80ee8cf9626b4e2786a2e09"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "e1f8fcfbabf4f89b242d69483a86adaf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 963513,
            "upload_time": "2025-01-11T11:58:23",
            "upload_time_iso_8601": "2025-01-11T11:58:23.481602Z",
            "url": "https://files.pythonhosted.org/packages/57/9d/e7876176bd6cf6df66c81b812559118ac8bf59e321883c2ef1634130d2f4/unicodedata2-16.0.0-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7de179828c64de38a9c44f626b1990c044640c79efdf672060c6579b2485ecb",
                "md5": "f8546ff72dab84062683d0d0bb852b23",
                "sha256": "716f6522c6768f40a20c9e4559d68df9df84aca59a28335aa15a6ee3650a925e"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f8546ff72dab84062683d0d0bb852b23",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 489355,
            "upload_time": "2025-01-11T11:58:25",
            "upload_time_iso_8601": "2025-01-11T11:58:25.814176Z",
            "url": "https://files.pythonhosted.org/packages/e7/de/179828c64de38a9c44f626b1990c044640c79efdf672060c6579b2485ecb/unicodedata2-16.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a223714f83fa32862ddcc21b501ee7d4588f5eebaf32f4a3517e2fa6639a61e",
                "md5": "79a1276fcff4b85e1ba24c5b62bc348c",
                "sha256": "c042613e639dfb21ed024bf39079fe560974083efc5f14ae6efe0241fdfe0275"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79a1276fcff4b85e1ba24c5b62bc348c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 526783,
            "upload_time": "2025-01-11T11:58:26",
            "upload_time_iso_8601": "2025-01-11T11:58:26.997477Z",
            "url": "https://files.pythonhosted.org/packages/1a/22/3714f83fa32862ddcc21b501ee7d4588f5eebaf32f4a3517e2fa6639a61e/unicodedata2-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19d4560d59720db30f86795a2f1a67857c53f1c12757e44967ba91126062f099",
                "md5": "200999c3bd8d184a66e50a68f671d7b8",
                "sha256": "0c8902a6c194bbff878e0553e634c36267bb8a6a00ea2f9ce03f14feb5877ac5"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "200999c3bd8d184a66e50a68f671d7b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 525841,
            "upload_time": "2025-01-11T11:58:28",
            "upload_time_iso_8601": "2025-01-11T11:58:28.221685Z",
            "url": "https://files.pythonhosted.org/packages/19/d4/560d59720db30f86795a2f1a67857c53f1c12757e44967ba91126062f099/unicodedata2-16.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f1163fff30d6c97aef9444c28d22073970547aebe42138061dd30078c810e52",
                "md5": "173c86690d5ab5fd08d8bf3d5985c56c",
                "sha256": "676525702833b6b4fa1d2e8e5cd4f8e67e2b1c079eb2648042b259c4809e61aa"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "173c86690d5ab5fd08d8bf3d5985c56c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 479195,
            "upload_time": "2025-01-11T11:58:29",
            "upload_time_iso_8601": "2025-01-11T11:58:29.938548Z",
            "url": "https://files.pythonhosted.org/packages/1f/11/63fff30d6c97aef9444c28d22073970547aebe42138061dd30078c810e52/unicodedata2-16.0.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83d03329b81cacc6aa15e738d917c2416937c9d59d38810a9fb3b3d238761a12",
                "md5": "f55e79da4d8aa16b7caee88b609f1a98",
                "sha256": "91c1f940bae6b39bc3dc9892ff0cc61de813f6d3b280775713219aaaab798210"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f55e79da4d8aa16b7caee88b609f1a98",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 479564,
            "upload_time": "2025-01-11T11:58:32",
            "upload_time_iso_8601": "2025-01-11T11:58:32.262802Z",
            "url": "https://files.pythonhosted.org/packages/83/d0/3329b81cacc6aa15e738d917c2416937c9d59d38810a9fb3b3d238761a12/unicodedata2-16.0.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "482908bc9926673b02e43307c844b7df2ef06aa0ebe414c3ce3697b8fbd33eac",
                "md5": "ae0f24ad06524f6b72022d68c0ca8d44",
                "sha256": "67fe65dc2a7759469f98ab34315788f597259bfd2b50c47ab58f4c1337ecd95b"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "ae0f24ad06524f6b72022d68c0ca8d44",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 963524,
            "upload_time": "2025-01-11T11:58:34",
            "upload_time_iso_8601": "2025-01-11T11:58:34.804073Z",
            "url": "https://files.pythonhosted.org/packages/48/29/08bc9926673b02e43307c844b7df2ef06aa0ebe414c3ce3697b8fbd33eac/unicodedata2-16.0.0-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dfd688c4219c53cfe4cf742c1418f2ec1d8fe1fb42846e7aba0652c2e7cf740",
                "md5": "92d04f965d2b2482caf3c900d1b14427",
                "sha256": "82d88dbf353dd3b785249278d6c4b4f9bbe10f65f3b60619ad94e5d3012802ac"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "92d04f965d2b2482caf3c900d1b14427",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 489369,
            "upload_time": "2025-01-11T11:58:36",
            "upload_time_iso_8601": "2025-01-11T11:58:36.041961Z",
            "url": "https://files.pythonhosted.org/packages/7d/fd/688c4219c53cfe4cf742c1418f2ec1d8fe1fb42846e7aba0652c2e7cf740/unicodedata2-16.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26eff96d6eaf9e63e630f84b452fff95d9aec7b9590bcdb94ca3bce8a3420405",
                "md5": "abc60127b054eab03ec0de4fc56bd8af",
                "sha256": "64fc29fd4ea52946d6105bcf1fdb42198658de2ec0bd13b996390396454437a6"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abc60127b054eab03ec0de4fc56bd8af",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 526672,
            "upload_time": "2025-01-11T11:58:40",
            "upload_time_iso_8601": "2025-01-11T11:58:40.288635Z",
            "url": "https://files.pythonhosted.org/packages/26/ef/f96d6eaf9e63e630f84b452fff95d9aec7b9590bcdb94ca3bce8a3420405/unicodedata2-16.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f340846e4c2e30ef8933f9bb7e430a78914ca58d8bc8f64d39caba89e13cdf1",
                "md5": "536d6737e5c6133a228b97c4fbcbd008",
                "sha256": "1ca0a62c22dec4a76ee928cb4ca54166b986fbec150dc656890b3b2fc2fa2473"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "536d6737e5c6133a228b97c4fbcbd008",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 525882,
            "upload_time": "2025-01-11T11:58:42",
            "upload_time_iso_8601": "2025-01-11T11:58:42.697062Z",
            "url": "https://files.pythonhosted.org/packages/3f/34/0846e4c2e30ef8933f9bb7e430a78914ca58d8bc8f64d39caba89e13cdf1/unicodedata2-16.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f607a6543f9bb04177c571d00aa1544f6c1d86204c835e14219223f6f645de90",
                "md5": "dc61c0cd166c53e9baea679402366d8c",
                "sha256": "5600f14cc73658a4d0d39c40484ae614045359021975d50ffb321aa4e3f91e06"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "dc61c0cd166c53e9baea679402366d8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 479188,
            "upload_time": "2025-01-11T11:58:43",
            "upload_time_iso_8601": "2025-01-11T11:58:43.905614Z",
            "url": "https://files.pythonhosted.org/packages/f6/07/a6543f9bb04177c571d00aa1544f6c1d86204c835e14219223f6f645de90/unicodedata2-16.0.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71656017f3c06789fb128fe5cdad0946facf6eeba5174f15c69debf9b5e79873",
                "md5": "239ec474e5016a62fd3ca4ebabf90294",
                "sha256": "4c31fd7ac232a742e14afd03c77077eb0b4b48958ed7b2ceb304c030f221613d"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "239ec474e5016a62fd3ca4ebabf90294",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 479563,
            "upload_time": "2025-01-11T11:58:46",
            "upload_time_iso_8601": "2025-01-11T11:58:46.596657Z",
            "url": "https://files.pythonhosted.org/packages/71/65/6017f3c06789fb128fe5cdad0946facf6eeba5174f15c69debf9b5e79873/unicodedata2-16.0.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccb756d03f2f635abdf5be1a1bd700e09b0d24a57a9fcf6c4a3500cf77487347",
                "md5": "3f26e3e6e9739294d50c43d22c2bc763",
                "sha256": "dfcf7d136d9af7e5635b8faa37ceec1a8ae1c560ac4d0db711fbfd0fc588c21f"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f26e3e6e9739294d50c43d22c2bc763",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 521658,
            "upload_time": "2025-01-11T11:58:47",
            "upload_time_iso_8601": "2025-01-11T11:58:47.753703Z",
            "url": "https://files.pythonhosted.org/packages/cc/b7/56d03f2f635abdf5be1a1bd700e09b0d24a57a9fcf6c4a3500cf77487347/unicodedata2-16.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e982042fac33776fb13bdf47f89f93da8ed409a61020cfa91296c458f40842e",
                "md5": "f4b988ac3b95a6c804b3004dfd8931c7",
                "sha256": "37188ac4789745e9bfe39f125c318f9c0f666e5a5c9281e108e6bc6be5f3d270"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4b988ac3b95a6c804b3004dfd8931c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 520359,
            "upload_time": "2025-01-11T11:58:50",
            "upload_time_iso_8601": "2025-01-11T11:58:50.105427Z",
            "url": "https://files.pythonhosted.org/packages/8e/98/2042fac33776fb13bdf47f89f93da8ed409a61020cfa91296c458f40842e/unicodedata2-16.0.0-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0f6cbdc2d55907b278a5737487dcdf54ff3f06111832604f448b44c33b2dfff",
                "md5": "3a5f78e0ed305cab56510fea513a1321",
                "sha256": "52802d9d1390b57e3cdbd05a73480ed2217d578290752b72f091b335ee6c4919"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "3a5f78e0ed305cab56510fea513a1321",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 480475,
            "upload_time": "2025-01-11T11:58:51",
            "upload_time_iso_8601": "2025-01-11T11:58:51.876533Z",
            "url": "https://files.pythonhosted.org/packages/b0/f6/cbdc2d55907b278a5737487dcdf54ff3f06111832604f448b44c33b2dfff/unicodedata2-16.0.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e6f92490571323ecc2ffc9b6893151074a90541875e623bb77b5e7f09765150",
                "md5": "0d6b69c7e2177838e6517a5e1be21eb6",
                "sha256": "f948722828cd1f811439d51e4fe53871419110e0ac293f8ce5cf4bd575429548"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0d6b69c7e2177838e6517a5e1be21eb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 481779,
            "upload_time": "2025-01-11T11:58:54",
            "upload_time_iso_8601": "2025-01-11T11:58:54.698301Z",
            "url": "https://files.pythonhosted.org/packages/1e/6f/92490571323ecc2ffc9b6893151074a90541875e623bb77b5e7f09765150/unicodedata2-16.0.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8962f5f08213692ed7b5e264addaadcf30d64cf40e869f13824320d5ea9ff227",
                "md5": "1efe83ac68ae026f605929e397507b08",
                "sha256": "1ad060000b89719c9dd4fcbef55e828ad8263dd6ec270744252e7546aa00a134"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1efe83ac68ae026f605929e397507b08",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 523408,
            "upload_time": "2025-01-11T11:58:55",
            "upload_time_iso_8601": "2025-01-11T11:58:55.919471Z",
            "url": "https://files.pythonhosted.org/packages/89/62/f5f08213692ed7b5e264addaadcf30d64cf40e869f13824320d5ea9ff227/unicodedata2-16.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faf51b7b0bc96afb2902f02cd72d2449e5969cfe3a3bd2a8049f0451dd11c102",
                "md5": "1a5ef0c0cb0172187d26f407bcc6e03f",
                "sha256": "7907bbd4c2faa8aad7f1ac244eb5f709b189222b0a524f44b58b822d41aad985"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a5ef0c0cb0172187d26f407bcc6e03f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 522811,
            "upload_time": "2025-01-11T11:58:58",
            "upload_time_iso_8601": "2025-01-11T11:58:58.234771Z",
            "url": "https://files.pythonhosted.org/packages/fa/f5/1b7b0bc96afb2902f02cd72d2449e5969cfe3a3bd2a8049f0451dd11c102/unicodedata2-16.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdb376afd9d6fe3bad2b8943e505857623b468b78a15fd583bafe369eb66879c",
                "md5": "67312491ba9fe010ff31d30f6cca53af",
                "sha256": "508bfa0e6a9f46fa3c3a1f404f5a465fe76456aaf341ae11a5f25c0e569d6d17"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "67312491ba9fe010ff31d30f6cca53af",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 520577,
            "upload_time": "2025-01-11T11:58:59",
            "upload_time_iso_8601": "2025-01-11T11:58:59.323357Z",
            "url": "https://files.pythonhosted.org/packages/fd/b3/76afd9d6fe3bad2b8943e505857623b468b78a15fd583bafe369eb66879c/unicodedata2-16.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea6a52fa3068efe83b54c61d1bbd8d314165b6332a12d24d64febc062cfe7630",
                "md5": "68ac2be0976fc45bf827e090af264c4f",
                "sha256": "6ca838d8f1c75e5fade63c1c7205b4efffbd21f1cc0cce0ce23928ade77ff357"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "68ac2be0976fc45bf827e090af264c4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 521540,
            "upload_time": "2025-01-11T11:59:00",
            "upload_time_iso_8601": "2025-01-11T11:59:00.440687Z",
            "url": "https://files.pythonhosted.org/packages/ea/6a/52fa3068efe83b54c61d1bbd8d314165b6332a12d24d64febc062cfe7630/unicodedata2-16.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83df9693555bb865d64358b39cd9d3c25ad881eb31d70a8a88d1e29a05707996",
                "md5": "0b644c85e76de50774690521deb226f8",
                "sha256": "56051d4126ccd705fb9c2d99e64f0f98bbce6504e710f6da87d4f34d7280e7eb"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "0b644c85e76de50774690521deb226f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 478522,
            "upload_time": "2025-01-11T11:59:02",
            "upload_time_iso_8601": "2025-01-11T11:59:02.893818Z",
            "url": "https://files.pythonhosted.org/packages/83/df/9693555bb865d64358b39cd9d3c25ad881eb31d70a8a88d1e29a05707996/unicodedata2-16.0.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81d550ab8a6c4b21f1ab29c28aac840254590bbdf5f46e2a2030de27d97d8f34",
                "md5": "bd981cea22c94130674a2172ac602d61",
                "sha256": "a1c225f62dde88ded349a778740cd4d5fabafce2ec9cb647ec842c8b4dc533b5"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bd981cea22c94130674a2172ac602d61",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 478537,
            "upload_time": "2025-01-11T11:59:04",
            "upload_time_iso_8601": "2025-01-11T11:59:04.105664Z",
            "url": "https://files.pythonhosted.org/packages/81/d5/50ab8a6c4b21f1ab29c28aac840254590bbdf5f46e2a2030de27d97d8f34/unicodedata2-16.0.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b62e2adec7c3029067fff7c23403c897be80e3a479e87d1a2c4b248c95da3ae",
                "md5": "929f1e96e121555b0b6f0579722cfa4c",
                "sha256": "58910f96cdc4875bdbf1120ec31b8f6205946ae968dc1e921442ed0d6d203571"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "929f1e96e121555b0b6f0579722cfa4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 963503,
            "upload_time": "2025-01-11T11:59:05",
            "upload_time_iso_8601": "2025-01-11T11:59:05.451053Z",
            "url": "https://files.pythonhosted.org/packages/8b/62/e2adec7c3029067fff7c23403c897be80e3a479e87d1a2c4b248c95da3ae/unicodedata2-16.0.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d694e579f3df9762eb83a050b02dfebaab74d3f63b50f4139b45ef5ab5822945",
                "md5": "49fec3b59b2a22afc974bd6c886081e7",
                "sha256": "3c6d11e32c2403705d7267ace258ef1c26ccb468a7a81003c0e5a8bdf7d17628"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "49fec3b59b2a22afc974bd6c886081e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 489343,
            "upload_time": "2025-01-11T11:59:08",
            "upload_time_iso_8601": "2025-01-11T11:59:08.250422Z",
            "url": "https://files.pythonhosted.org/packages/d6/94/e579f3df9762eb83a050b02dfebaab74d3f63b50f4139b45ef5ab5822945/unicodedata2-16.0.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dab60ddbecb954825a37d2eb3d24eea31467d2f6a7b85c8a0bf5c06792447ea0",
                "md5": "9c6285c6dc98caade7e0f63a768d0691",
                "sha256": "6b00218330ca2b7c758b6e337c18770159e0846265c46fb0b9ceaa2495551090"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9c6285c6dc98caade7e0f63a768d0691",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 524204,
            "upload_time": "2025-01-11T11:59:10",
            "upload_time_iso_8601": "2025-01-11T11:59:10.144119Z",
            "url": "https://files.pythonhosted.org/packages/da/b6/0ddbecb954825a37d2eb3d24eea31467d2f6a7b85c8a0bf5c06792447ea0/unicodedata2-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97fe7c818a15f81ef575c1ee42d4c2f01f6856b50e568fe5c4db1e39971ef7f3",
                "md5": "b3b6f5a64283c5a91263db5b8ac271e7",
                "sha256": "fd158b44a2c4623501e6c5e3d8be3101e5efb41dc6b3ff4202c5fa76f9cd24ae"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3b6f5a64283c5a91263db5b8ac271e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 523514,
            "upload_time": "2025-01-11T11:59:11",
            "upload_time_iso_8601": "2025-01-11T11:59:11.654792Z",
            "url": "https://files.pythonhosted.org/packages/97/fe/7c818a15f81ef575c1ee42d4c2f01f6856b50e568fe5c4db1e39971ef7f3/unicodedata2-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2ba544da6d52bfbd3758bb8605825f6718e030ce1a2db4d9d8d4d561e175277",
                "md5": "0946345485e0041c4cf20274b8d59b1f",
                "sha256": "9ee95235efaee4ed14d4dbcd09f7926182b1fc87224339773823c06dc84da862"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0946345485e0041c4cf20274b8d59b1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 521236,
            "upload_time": "2025-01-11T11:59:12",
            "upload_time_iso_8601": "2025-01-11T11:59:12.808058Z",
            "url": "https://files.pythonhosted.org/packages/f2/ba/544da6d52bfbd3758bb8605825f6718e030ce1a2db4d9d8d4d561e175277/unicodedata2-16.0.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ffd1a387a6a9a6aef7f9170e0fd6c0cf91ec628ff61bcc7750b577f6c5c9bda",
                "md5": "444b58ea4210533ae9f470b919994c43",
                "sha256": "e60fcf4ad4bed222516c1b3ae4b9e40cdad3a133073b9900e38c0fc44dc9b81c"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "444b58ea4210533ae9f470b919994c43",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 522100,
            "upload_time": "2025-01-11T11:59:13",
            "upload_time_iso_8601": "2025-01-11T11:59:13.999211Z",
            "url": "https://files.pythonhosted.org/packages/0f/fd/1a387a6a9a6aef7f9170e0fd6c0cf91ec628ff61bcc7750b577f6c5c9bda/unicodedata2-16.0.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac1a34ca6b10cef837d2653c9d3897e0f49b1251c181bb5e90c5a15a958c770d",
                "md5": "13555199aa3fe34c9384ddf45725f167",
                "sha256": "58875fe23611d5e0b5483c4d9f3bfcf340af532a09d3edba1f47087c4ee8e183"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "13555199aa3fe34c9384ddf45725f167",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 479183,
            "upload_time": "2025-01-11T11:59:15",
            "upload_time_iso_8601": "2025-01-11T11:59:15.158381Z",
            "url": "https://files.pythonhosted.org/packages/ac/1a/34ca6b10cef837d2653c9d3897e0f49b1251c181bb5e90c5a15a958c770d/unicodedata2-16.0.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cc6afa50ab3b0492b3355b9dcbc33f95e6dd37147db8a72d1961520c3199dff",
                "md5": "3bb9a6de67b872dbc77eb3ffde34eae7",
                "sha256": "9b4c3777f8cdac7f335c4901fa5b7c19741635304cc1bdf4da8f38254c397d3d"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3bb9a6de67b872dbc77eb3ffde34eae7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 479296,
            "upload_time": "2025-01-11T11:59:16",
            "upload_time_iso_8601": "2025-01-11T11:59:16.499384Z",
            "url": "https://files.pythonhosted.org/packages/6c/c6/afa50ab3b0492b3355b9dcbc33f95e6dd37147db8a72d1961520c3199dff/unicodedata2-16.0.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f9d2cbe6d0f1a8f2e39421c266d6bfb83c72ec19b9e9ef35f43c9c9f3037d1c",
                "md5": "2dd039efd3094b58fc00ec239829216b",
                "sha256": "6908ef23a0d2b9493d4c1cda119a59a32f10ae22ca8254e6e6c9f9a4ddf26429"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2dd039efd3094b58fc00ec239829216b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 963555,
            "upload_time": "2025-01-11T11:59:17",
            "upload_time_iso_8601": "2025-01-11T11:59:17.720609Z",
            "url": "https://files.pythonhosted.org/packages/0f/9d/2cbe6d0f1a8f2e39421c266d6bfb83c72ec19b9e9ef35f43c9c9f3037d1c/unicodedata2-16.0.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2070b18c6da55a231f51b24c2a1fa71a25451c506cec1084b02d283b098ad447",
                "md5": "b48f47dfe44e4bdfc60be847dbfda60a",
                "sha256": "ae0f492f5e99b59eb1e5877de4511d0600154fb30a276b5c6aaa9c403dc6b454"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b48f47dfe44e4bdfc60be847dbfda60a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 489403,
            "upload_time": "2025-01-11T11:59:18",
            "upload_time_iso_8601": "2025-01-11T11:59:18.953312Z",
            "url": "https://files.pythonhosted.org/packages/20/70/b18c6da55a231f51b24c2a1fa71a25451c506cec1084b02d283b098ad447/unicodedata2-16.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20b879379be6f5952ad0634048c38f58d491dedaf707eb38219d9ee0f3aa546b",
                "md5": "259e7061f70fcbb1dc5bf75ef3e4c5e1",
                "sha256": "a2c6f53477ca9df90d1f21d9332fbab16eebce5d4f03f6dc6a1c77db5b21af89"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "259e7061f70fcbb1dc5bf75ef3e4c5e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 523494,
            "upload_time": "2025-01-11T11:59:20",
            "upload_time_iso_8601": "2025-01-11T11:59:20.090238Z",
            "url": "https://files.pythonhosted.org/packages/20/b8/79379be6f5952ad0634048c38f58d491dedaf707eb38219d9ee0f3aa546b/unicodedata2-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65d4cd2ff46d1b20b9dc964a83895841268de52d575e4bb11a88c522ed8efbb1",
                "md5": "e991621a0a2aec4198ce01a402fb7b01",
                "sha256": "59752669cb75155e642994f2e5fadd45a4a459ee0aef7c9586824edef1cf1c76"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e991621a0a2aec4198ce01a402fb7b01",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 522815,
            "upload_time": "2025-01-11T11:59:22",
            "upload_time_iso_8601": "2025-01-11T11:59:22.294980Z",
            "url": "https://files.pythonhosted.org/packages/65/d4/cd2ff46d1b20b9dc964a83895841268de52d575e4bb11a88c522ed8efbb1/unicodedata2-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5cac587a7592d4d47944808e023572742f8bc212b635f9cb54c82fdbcef7269",
                "md5": "24e7dfe1f1a9194f400303140c44e853",
                "sha256": "dc070bbba5dbd39cab312a84665d3c166a97dd87bb2ef08c83ea432823ee0e67"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "24e7dfe1f1a9194f400303140c44e853",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 521035,
            "upload_time": "2025-01-11T11:59:23",
            "upload_time_iso_8601": "2025-01-11T11:59:23.490336Z",
            "url": "https://files.pythonhosted.org/packages/c5/ca/c587a7592d4d47944808e023572742f8bc212b635f9cb54c82fdbcef7269/unicodedata2-16.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f550ecb3fdab2161428a7ed60395789397b7549d85f570e699becec3f77be3b",
                "md5": "bd3d6f8a0a81e775bb1ab77be20dbe4b",
                "sha256": "1bf967e17933a79ad1a56fdafb29f4e10b83098606cb8ca8851ae749594b54d9"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd3d6f8a0a81e775bb1ab77be20dbe4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 521924,
            "upload_time": "2025-01-11T11:59:24",
            "upload_time_iso_8601": "2025-01-11T11:59:24.695153Z",
            "url": "https://files.pythonhosted.org/packages/7f/55/0ecb3fdab2161428a7ed60395789397b7549d85f570e699becec3f77be3b/unicodedata2-16.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79cdf0c38ae2f7f3930a856f9d05e32cee327069f488ff4f0c297e519dc9b66d",
                "md5": "93a9589d3f9859603a32693c12b998ec",
                "sha256": "37cf10139af541264875adf76a4c2142dcd02f05d1d1562e043caa6a1d076cfb"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "93a9589d3f9859603a32693c12b998ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 479241,
            "upload_time": "2025-01-11T11:59:25",
            "upload_time_iso_8601": "2025-01-11T11:59:25.850781Z",
            "url": "https://files.pythonhosted.org/packages/79/cd/f0c38ae2f7f3930a856f9d05e32cee327069f488ff4f0c297e519dc9b66d/unicodedata2-16.0.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fde21541be17cdc0271edc3f10daf376f0fddf1930cc720ec3c9f5ceb3102a3",
                "md5": "863788ee494e800924bf7a82059ab1b0",
                "sha256": "577bbe7d6622fe4cd9e7ff5d4c4a2084dd5083e30ea0e0cc58da340c3426b741"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "863788ee494e800924bf7a82059ab1b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 479345,
            "upload_time": "2025-01-11T11:59:26",
            "upload_time_iso_8601": "2025-01-11T11:59:26.994439Z",
            "url": "https://files.pythonhosted.org/packages/7f/de/21541be17cdc0271edc3f10daf376f0fddf1930cc720ec3c9f5ceb3102a3/unicodedata2-16.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ad4b01d0d6110da996ecb46a54760abd526c11c846eebd28471f3d04228f3b",
                "md5": "1811462b0273c6ccdbd16ea9c47e8c30",
                "sha256": "5a0405320ebae0919a9976798ae5cdf3bcfb151fd383ba202027a1e0bf45d347"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1811462b0273c6ccdbd16ea9c47e8c30",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 487879,
            "upload_time": "2025-01-11T11:59:29",
            "upload_time_iso_8601": "2025-01-11T11:59:29.252644Z",
            "url": "https://files.pythonhosted.org/packages/09/ad/4b01d0d6110da996ecb46a54760abd526c11c846eebd28471f3d04228f3b/unicodedata2-16.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "059e94dc0fe9158e885a9f628a6f5f13c8babb11e592acbbd704f5be5ad68a80",
                "md5": "7526cb9cc5a18c0836d9ed4638d8c4b4",
                "sha256": "4ffa3f03ee8eb66e87fc6df42ed85e14142307e6e6756962098f1d5d2d66e179"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7526cb9cc5a18c0836d9ed4638d8c4b4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 486787,
            "upload_time": "2025-01-11T11:59:30",
            "upload_time_iso_8601": "2025-01-11T11:59:30.443841Z",
            "url": "https://files.pythonhosted.org/packages/05/9e/94dc0fe9158e885a9f628a6f5f13c8babb11e592acbbd704f5be5ad68a80/unicodedata2-16.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a7f3ef2c18816cc4e1b24e2f7e572e7b7e555dccaaf0a5b8f41ca4fee29ce07",
                "md5": "379f41bcfceca88c7f7403757eacfc3e",
                "sha256": "677783731db528d8c27630c08bff8906584feee8dfea0e9a815eee7c3dfc5e8c"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "379f41bcfceca88c7f7403757eacfc3e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 478963,
            "upload_time": "2025-01-11T11:59:31",
            "upload_time_iso_8601": "2025-01-11T11:59:31.574614Z",
            "url": "https://files.pythonhosted.org/packages/4a/7f/3ef2c18816cc4e1b24e2f7e572e7b7e555dccaaf0a5b8f41ca4fee29ce07/unicodedata2-16.0.0-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ac945f19a2052debdec9926cc9cb58d1dc467376d7df956b3777d5ffead91c",
                "md5": "271110b38ee919e9a0d77a0fcced7c0b",
                "sha256": "13262feb85fa1802b07d47a48984147ecb024e75772d9e1dccdde65186a1eaff"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "271110b38ee919e9a0d77a0fcced7c0b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 486863,
            "upload_time": "2025-01-11T11:59:32",
            "upload_time_iso_8601": "2025-01-11T11:59:32.771039Z",
            "url": "https://files.pythonhosted.org/packages/36/ac/945f19a2052debdec9926cc9cb58d1dc467376d7df956b3777d5ffead91c/unicodedata2-16.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe93090ee9dce40a9698d3c33fbbbe9870ae2dcd773e8c3f8052a3d17d825569",
                "md5": "d019e0f8274e39d066062b8e0fc2237a",
                "sha256": "4a256109055695d48892670ee8ab2e18f1b566bfa2901d540958673adc709adc"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d019e0f8274e39d066062b8e0fc2237a",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 478771,
            "upload_time": "2025-01-11T11:59:34",
            "upload_time_iso_8601": "2025-01-11T11:59:34.422033Z",
            "url": "https://files.pythonhosted.org/packages/fe/93/090ee9dce40a9698d3c33fbbbe9870ae2dcd773e8c3f8052a3d17d825569/unicodedata2-16.0.0-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1a5340db4d5830f29846209864d76a2a999c2ecf9923288a3a50238d50c8816",
                "md5": "a2a2cd4a1ccdfc20f822c7234a2bda98",
                "sha256": "1e7e6af24d797b93967973540e97a82b07f0908555aa7a2ccbb9f00c14d69c0f"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a2a2cd4a1ccdfc20f822c7234a2bda98",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 487818,
            "upload_time": "2025-01-11T11:59:38",
            "upload_time_iso_8601": "2025-01-11T11:59:38.256339Z",
            "url": "https://files.pythonhosted.org/packages/d1/a5/340db4d5830f29846209864d76a2a999c2ecf9923288a3a50238d50c8816/unicodedata2-16.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2806b3a65c03e1c2eee0e64559446a1368aecbc149c1a8e0978ff12f2a348df6",
                "md5": "28747818345df13782b24495a3a3094e",
                "sha256": "32fd519922e1bd769ed4a261c30ff84ba137e0080fe17ecee651a0a17a7f9c96"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28747818345df13782b24495a3a3094e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 486783,
            "upload_time": "2025-01-11T11:59:39",
            "upload_time_iso_8601": "2025-01-11T11:59:39.420369Z",
            "url": "https://files.pythonhosted.org/packages/28/06/b3a65c03e1c2eee0e64559446a1368aecbc149c1a8e0978ff12f2a348df6/unicodedata2-16.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a4e4468056223d48e4a6966a751e7c28c03e9eac688feaee2692a7a29385762",
                "md5": "976bf3d31913a7e7f283cb797c676b84",
                "sha256": "889a09270450f55be3a6098c14cd8b965dae736cd9db0311a1c26af2528a1b69"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "976bf3d31913a7e7f283cb797c676b84",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 478772,
            "upload_time": "2025-01-11T11:59:40",
            "upload_time_iso_8601": "2025-01-11T11:59:40.729486Z",
            "url": "https://files.pythonhosted.org/packages/9a/4e/4468056223d48e4a6966a751e7c28c03e9eac688feaee2692a7a29385762/unicodedata2-16.0.0-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a259b6877c6cd9c7f6542eb4ad23308d3adeab3f6d2e31e81a8eda07540f0eda",
                "md5": "19826d66f350bededb1ebb00e56297ad",
                "sha256": "ef96a7c57e1e03b10aeaa299821412971595c73e023112408227381bbb36f29d"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "19826d66f350bededb1ebb00e56297ad",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 487877,
            "upload_time": "2025-01-11T11:59:41",
            "upload_time_iso_8601": "2025-01-11T11:59:41.951010Z",
            "url": "https://files.pythonhosted.org/packages/a2/59/b6877c6cd9c7f6542eb4ad23308d3adeab3f6d2e31e81a8eda07540f0eda/unicodedata2-16.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7421970a3b7782be433a15de2070eb3a82660df2b3ce6889301488562d340e6f",
                "md5": "bfcd2435cafe91c86fa7cdaf6caa90a4",
                "sha256": "e78339cdf274b892351cb9ddbd98d983d7c81b450b0333ebcf41d76cbad6672a"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bfcd2435cafe91c86fa7cdaf6caa90a4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 486794,
            "upload_time": "2025-01-11T11:59:43",
            "upload_time_iso_8601": "2025-01-11T11:59:43.185381Z",
            "url": "https://files.pythonhosted.org/packages/74/21/970a3b7782be433a15de2070eb3a82660df2b3ce6889301488562d340e6f/unicodedata2-16.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feb2e3eed77034665eda540ff287c100db73e8193f32245bf2ad322f671ed8a3",
                "md5": "85a035f376eb37d741f38382c0d85d47",
                "sha256": "0b9bf3d2ca460190392fa514c316b3abce56134e552f3f189c60b488de36c11c"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "85a035f376eb37d741f38382c0d85d47",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 478957,
            "upload_time": "2025-01-11T11:59:44",
            "upload_time_iso_8601": "2025-01-11T11:59:44.361798Z",
            "url": "https://files.pythonhosted.org/packages/fe/b2/e3eed77034665eda540ff287c100db73e8193f32245bf2ad322f671ed8a3/unicodedata2-16.0.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cc6f1aa23ed42259789c1c9bdeac219bfe72cc3046c3fc39ad3155705f81d9b",
                "md5": "751d7fd41356e62d333eb219fc851e29",
                "sha256": "05488d6592b59cd78b61ec37d38725416b2df62efafa6a0d63a631b27aa474fc"
            },
            "downloads": -1,
            "filename": "unicodedata2-16.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "751d7fd41356e62d333eb219fc851e29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 672155,
            "upload_time": "2025-01-11T11:59:45",
            "upload_time_iso_8601": "2025-01-11T11:59:45.548926Z",
            "url": "https://files.pythonhosted.org/packages/8c/c6/f1aa23ed42259789c1c9bdeac219bfe72cc3046c3fc39ad3155705f81d9b/unicodedata2-16.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-11 11:59:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fonttools",
    "github_project": "unicodedata2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "unicodedata2"
}
        
Elapsed time: 1.16541s