unicodedata2


Nameunicodedata2 JSON
Version 15.1.0 PyPI version JSON
download
home_pagehttp://github.com/fonttools/unicodedata2
SummaryUnicodedata backport updated to the latest Unicode version.
upload_time2023-09-27 17:50:54
maintainer
docs_urlNone
authorMike Kaplinskiy
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mike Kaplinskiy",
    "author_email": "mike.kaplinskiy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/35/12c70556a27ad6196135ddb37030d1a989234ef41f05995a166297651a49/unicodedata2-15.1.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": "15.1.0",
    "project_urls": {
        "Download": "http://github.com/fonttools/unicodedata2",
        "Homepage": "http://github.com/fonttools/unicodedata2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf7ac0610fe4a67b4db79a10002db46009bc793fe12cc6e6b70718a1df73d1d9",
                "md5": "8167d44044d2f388a2d9e22347cda526",
                "sha256": "610c7be5a2c6e2809b0dc16134aa156be98f56f1cd50a6ce424854e6c270e360"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8167d44044d2f388a2d9e22347cda526",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 857093,
            "upload_time": "2023-09-27T17:49:08",
            "upload_time_iso_8601": "2023-09-27T17:49:08.108526Z",
            "url": "https://files.pythonhosted.org/packages/cf/7a/c0610fe4a67b4db79a10002db46009bc793fe12cc6e6b70718a1df73d1d9/unicodedata2-15.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f8905275a11ba7236ddf3bdb538b10eb7bfbff2c026e5bd1b79ef88a00ff99f",
                "md5": "7819a5fdf9549753b6e441adeaf8f78a",
                "sha256": "e44792a9f5b51b03d66b99e231318fc2db2253a7035976e8653020641d03e030"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7819a5fdf9549753b6e441adeaf8f78a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 427889,
            "upload_time": "2023-09-27T17:49:10",
            "upload_time_iso_8601": "2023-09-27T17:49:10.334910Z",
            "url": "https://files.pythonhosted.org/packages/4f/89/05275a11ba7236ddf3bdb538b10eb7bfbff2c026e5bd1b79ef88a00ff99f/unicodedata2-15.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45d96047df3bca8e7a08edf64002fbafa76989d860eea90c2406a1aadc150f1f",
                "md5": "fce7681b4e23b96099b80f4de3841a81",
                "sha256": "1b579d1c0fb417513566e2ffb605dd4f65d7952333633b55db9a1a611c16228b"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fce7681b4e23b96099b80f4de3841a81",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 468793,
            "upload_time": "2023-09-27T17:49:11",
            "upload_time_iso_8601": "2023-09-27T17:49:11.872707Z",
            "url": "https://files.pythonhosted.org/packages/45/d9/6047df3bca8e7a08edf64002fbafa76989d860eea90c2406a1aadc150f1f/unicodedata2-15.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce4b211a52eb31cc7379a6bc20641a1990265cb79893b121ceaf726504770ead",
                "md5": "3ab00fb1d20a238e6e8672314e2b0da2",
                "sha256": "8e383b14c3c7c2e108d7ed20bbef2937672ff0cb2df6a8855b0490a8b35852eb"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ab00fb1d20a238e6e8672314e2b0da2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 468028,
            "upload_time": "2023-09-27T17:49:13",
            "upload_time_iso_8601": "2023-09-27T17:49:13.916189Z",
            "url": "https://files.pythonhosted.org/packages/ce/4b/211a52eb31cc7379a6bc20641a1990265cb79893b121ceaf726504770ead/unicodedata2-15.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "050d2705efcc9b23ff01b4e405e94712820def4f2e690143d57cb1c2456b929c",
                "md5": "eca35bca894f1f90dcac4e9756b7de32",
                "sha256": "963fb9a95326b3e838d56b41eaa38c0dad7aeeacc62fdd42e7742a73b890e404"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eca35bca894f1f90dcac4e9756b7de32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 474352,
            "upload_time": "2023-09-27T17:49:15",
            "upload_time_iso_8601": "2023-09-27T17:49:15.888248Z",
            "url": "https://files.pythonhosted.org/packages/05/0d/2705efcc9b23ff01b4e405e94712820def4f2e690143d57cb1c2456b929c/unicodedata2-15.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2056707b9b076553ba0aab65886b6146113cd1f042ee311dd641f54085c61d9b",
                "md5": "62626429bb6b0d5bf994463d97623933",
                "sha256": "aa4d21514f2eea30fee201a4d3ba71d9545a1c70138c20227b515a0d005534ce"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62626429bb6b0d5bf994463d97623933",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 473952,
            "upload_time": "2023-09-27T17:49:17",
            "upload_time_iso_8601": "2023-09-27T17:49:17.516062Z",
            "url": "https://files.pythonhosted.org/packages/20/56/707b9b076553ba0aab65886b6146113cd1f042ee311dd641f54085c61d9b/unicodedata2-15.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f5b985800cc5be538b6b5ccbc8338ce96e41d43e09bacb437f89e7dc8cfd01f",
                "md5": "095d70b147fb11278611ed84d508f6b8",
                "sha256": "50ac07edfca3c99d41838276283bef28f3f6c92bf38209961b179d90da40f4b8"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "095d70b147fb11278611ed84d508f6b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 427253,
            "upload_time": "2023-09-27T17:49:19",
            "upload_time_iso_8601": "2023-09-27T17:49:19.795463Z",
            "url": "https://files.pythonhosted.org/packages/3f/5b/985800cc5be538b6b5ccbc8338ce96e41d43e09bacb437f89e7dc8cfd01f/unicodedata2-15.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41998cbce2c3d839187e061df15b02d73606d8732234bf90fa10c594fb0e206b",
                "md5": "8d550128419800478f2a112154e4f93b",
                "sha256": "68cd89e97b1c2218b71a2e0d76102b49242dbb3d06f89d86c78753857cc19cd7"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8d550128419800478f2a112154e4f93b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 427790,
            "upload_time": "2023-09-27T17:49:21",
            "upload_time_iso_8601": "2023-09-27T17:49:21.448011Z",
            "url": "https://files.pythonhosted.org/packages/41/99/8cbce2c3d839187e061df15b02d73606d8732234bf90fa10c594fb0e206b/unicodedata2-15.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7eb422ed9321531d4544bfd70eac9323264135d1daf2acfa6963a307b4802bc",
                "md5": "82e93bf7892b157186863fe98e1099bf",
                "sha256": "a3f451fe97082ebc3814966d0868718f4e8fcb9c64782ecafdaf950f5a468b08"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "82e93bf7892b157186863fe98e1099bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 857117,
            "upload_time": "2023-09-27T17:49:23",
            "upload_time_iso_8601": "2023-09-27T17:49:23.596297Z",
            "url": "https://files.pythonhosted.org/packages/e7/eb/422ed9321531d4544bfd70eac9323264135d1daf2acfa6963a307b4802bc/unicodedata2-15.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca1eaa14c6a1e7b8d300c4eee329789af8dba95d537e763d8245a4d0e9f7a1d7",
                "md5": "70d1c3d93875bb25ac6f12696259c01b",
                "sha256": "9ad11b8260448a794b928a80018ef91a18f95d938e77431b338b81516f56dbb0"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70d1c3d93875bb25ac6f12696259c01b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 427932,
            "upload_time": "2023-09-27T17:49:25",
            "upload_time_iso_8601": "2023-09-27T17:49:25.092751Z",
            "url": "https://files.pythonhosted.org/packages/ca/1e/aa14c6a1e7b8d300c4eee329789af8dba95d537e763d8245a4d0e9f7a1d7/unicodedata2-15.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "665e89234dad6ae00379996e2f1c48081faeab679c830dd7018fc6341925c052",
                "md5": "fd3b65df74ad2b3a42abf04b1d8101be",
                "sha256": "a2442a539d1e493486fdbbdf1d08c8f5d4abe51c9b77b7d39df319a96d30abe4"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd3b65df74ad2b3a42abf04b1d8101be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 471444,
            "upload_time": "2023-09-27T17:49:27",
            "upload_time_iso_8601": "2023-09-27T17:49:27.231411Z",
            "url": "https://files.pythonhosted.org/packages/66/5e/89234dad6ae00379996e2f1c48081faeab679c830dd7018fc6341925c052/unicodedata2-15.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abfae97ba733e8ea1410ab7aa3818e71630cffe7ce459fbdc4e5506cb366aabf",
                "md5": "eaff6e6662ed45e13c6c2e6750c2e21d",
                "sha256": "2af0d0eb7f9837ffcb3a440f51f25d80a2edb3c8eb03d61ba7eb3b5b938bf1cb"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eaff6e6662ed45e13c6c2e6750c2e21d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 478627,
            "upload_time": "2023-09-27T17:49:28",
            "upload_time_iso_8601": "2023-09-27T17:49:28.685755Z",
            "url": "https://files.pythonhosted.org/packages/ab/fa/e97ba733e8ea1410ab7aa3818e71630cffe7ce459fbdc4e5506cb366aabf/unicodedata2-15.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5c5a9778371fcbe01446262cc459d0185d313544d41d5c08380725966ff573d",
                "md5": "783fbd70f4cfea5616225de898977072",
                "sha256": "fbb1ec96167c17e8618d7d534d97d4e13f3e0d5cadd07991bb5425c3a8d8da6a"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "783fbd70f4cfea5616225de898977072",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 427210,
            "upload_time": "2023-09-27T17:49:30",
            "upload_time_iso_8601": "2023-09-27T17:49:30.251285Z",
            "url": "https://files.pythonhosted.org/packages/a5/c5/a9778371fcbe01446262cc459d0185d313544d41d5c08380725966ff573d/unicodedata2-15.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06b985175bdf8d0876a725f0ae32dcc5406f4390608d9a72d5ba7b82068f263a",
                "md5": "b8ec665df0ed64a0928cae1991820dd5",
                "sha256": "da53b7203fac0a789808325d8fa06e47ca7367690e3dfb2d0ea3c9c44b659f52"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b8ec665df0ed64a0928cae1991820dd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 427790,
            "upload_time": "2023-09-27T17:49:32",
            "upload_time_iso_8601": "2023-09-27T17:49:32.210995Z",
            "url": "https://files.pythonhosted.org/packages/06/b9/85175bdf8d0876a725f0ae32dcc5406f4390608d9a72d5ba7b82068f263a/unicodedata2-15.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eecb2581b0f1a5d47d3863188d0c2a155d88656027ed96e97c22aa784d450c06",
                "md5": "cdde017daf86f429a7ea4b872271aedc",
                "sha256": "4c2100566694cfd35b12be4845723f3427833e1cc685a15d5895b705f9bd2086"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "cdde017daf86f429a7ea4b872271aedc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 857243,
            "upload_time": "2023-09-27T17:49:34",
            "upload_time_iso_8601": "2023-09-27T17:49:34.457706Z",
            "url": "https://files.pythonhosted.org/packages/ee/cb/2581b0f1a5d47d3863188d0c2a155d88656027ed96e97c22aa784d450c06/unicodedata2-15.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ea41e5aad9cc3e23624884bae4cbb43f2cd127cfcb037b3dd80edcc6ef0d17c",
                "md5": "bee11c815922f8045334dae411c4eaac",
                "sha256": "8de2240f942ce8a44871edcbc05f554e9d3d8a1f274c591835048dfde7b9afe2"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bee11c815922f8045334dae411c4eaac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 428026,
            "upload_time": "2023-09-27T17:49:35",
            "upload_time_iso_8601": "2023-09-27T17:49:35.926524Z",
            "url": "https://files.pythonhosted.org/packages/6e/a4/1e5aad9cc3e23624884bae4cbb43f2cd127cfcb037b3dd80edcc6ef0d17c/unicodedata2-15.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c56c17c5143b33ad44529219187c933d0d4d9de18981b034ac182c71b5318923",
                "md5": "57c38a2b2a3aa670119e2be78a77f6f6",
                "sha256": "bcdcd195484ba8ef19bef04ec14dcd8b1f8d6560fc517462ee0e010f5f545d75"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57c38a2b2a3aa670119e2be78a77f6f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 471953,
            "upload_time": "2023-09-27T17:49:37",
            "upload_time_iso_8601": "2023-09-27T17:49:37.991777Z",
            "url": "https://files.pythonhosted.org/packages/c5/6c/17c5143b33ad44529219187c933d0d4d9de18981b034ac182c71b5318923/unicodedata2-15.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c66ba8058e144f18a183b4246c810870e23e903a53ae5ba09723d6ca68cc1bd7",
                "md5": "a2de275dce78f3d358a0e0e8e0057763",
                "sha256": "5b28ecf16d249bd4a9808db0ae0fdaa6f499d625e39d96800b8d2b424bf996b9"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2de275dce78f3d358a0e0e8e0057763",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 478208,
            "upload_time": "2023-09-27T17:49:39",
            "upload_time_iso_8601": "2023-09-27T17:49:39.561311Z",
            "url": "https://files.pythonhosted.org/packages/c6/6b/a8058e144f18a183b4246c810870e23e903a53ae5ba09723d6ca68cc1bd7/unicodedata2-15.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ce70667e11550b3e6c201d9eb728afc845667df9b1c0705fedfab7d4d12785d",
                "md5": "49bcc7a73c024d5db398440be0731663",
                "sha256": "1062fe558eab6841063d2c36c104365e7e555740d8617acc32326b1a6c58fd96"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "49bcc7a73c024d5db398440be0731663",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 427203,
            "upload_time": "2023-09-27T17:49:40",
            "upload_time_iso_8601": "2023-09-27T17:49:40.937174Z",
            "url": "https://files.pythonhosted.org/packages/2c/e7/0667e11550b3e6c201d9eb728afc845667df9b1c0705fedfab7d4d12785d/unicodedata2-15.1.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbfc5b8db7abfcd2d35ecc3b534ec6d1e458d98df023521ada8018559f71ad24",
                "md5": "c1f5daef9dfee2a3c89bf2141b5af741",
                "sha256": "1790660996157d3b468e44a8f1b2f6061a95fa8316e09d673cf554fa5ef185f4"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c1f5daef9dfee2a3c89bf2141b5af741",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 427771,
            "upload_time": "2023-09-27T17:49:42",
            "upload_time_iso_8601": "2023-09-27T17:49:42.384579Z",
            "url": "https://files.pythonhosted.org/packages/cb/fc/5b8db7abfcd2d35ecc3b534ec6d1e458d98df023521ada8018559f71ad24/unicodedata2-15.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c8016bf2574d10e89f51fee976f4d7c10e670eccfa4417afd98033e13f03c9d",
                "md5": "0eb2836fbbaafa8a0bb2d97be2439efb",
                "sha256": "a154fea6be97d44324d82a87d0013307cdb22fac995a9941c7261378cc24339c"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0eb2836fbbaafa8a0bb2d97be2439efb",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 427422,
            "upload_time": "2023-09-27T17:49:43",
            "upload_time_iso_8601": "2023-09-27T17:49:43.821194Z",
            "url": "https://files.pythonhosted.org/packages/1c/80/16bf2574d10e89f51fee976f4d7c10e670eccfa4417afd98033e13f03c9d/unicodedata2-15.1.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceff2b1241b45720e4731185f5294676e38d9e8d1e8ff8c9d5c3f5931690d774",
                "md5": "c52e6f63307b2c5c46acec26685160ff",
                "sha256": "755d4dffe887d3c90fbb7eb026f4be44b2d5d1a419d51c889d9b29e4790c8b76"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c52e6f63307b2c5c46acec26685160ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 470069,
            "upload_time": "2023-09-27T17:49:45",
            "upload_time_iso_8601": "2023-09-27T17:49:45.309192Z",
            "url": "https://files.pythonhosted.org/packages/ce/ff/2b1241b45720e4731185f5294676e38d9e8d1e8ff8c9d5c3f5931690d774/unicodedata2-15.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f3875712757867f5de54fe984f01a6a7465ef9b92026c86bb632e20ec1d8fe3",
                "md5": "edea9f3906e8e2f0fd47090d3ad733f8",
                "sha256": "3d4d41ac7bb831b8ee1dba81e0d04dc888bca3109dc18388b832203372d6e7b0"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edea9f3906e8e2f0fd47090d3ad733f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 475851,
            "upload_time": "2023-09-27T17:49:46",
            "upload_time_iso_8601": "2023-09-27T17:49:46.808253Z",
            "url": "https://files.pythonhosted.org/packages/7f/38/75712757867f5de54fe984f01a6a7465ef9b92026c86bb632e20ec1d8fe3/unicodedata2-15.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76386c497b3b0b4cbf6a90858d3df564a7bd6975459ab01ecf6333e82f479606",
                "md5": "2348374d90af02fe72689868e9a94476",
                "sha256": "4041c8d2db24e26b8b828aeaf70850335d2c0acc6619351fddbb2cb3f1377853"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "2348374d90af02fe72689868e9a94476",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 425107,
            "upload_time": "2023-09-27T17:49:48",
            "upload_time_iso_8601": "2023-09-27T17:49:48.763585Z",
            "url": "https://files.pythonhosted.org/packages/76/38/6c497b3b0b4cbf6a90858d3df564a7bd6975459ab01ecf6333e82f479606/unicodedata2-15.1.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7855496991f9fdfad362ef6ead7dca39c6f999141d69bc27786e7d2eef2adf2c",
                "md5": "2a3ab93c9a24c6abd6632a82b6755ba7",
                "sha256": "55a359b210c4c54d6bd2df15ec0ff57059d374474efcff4a52a606bf02f0fddb"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2a3ab93c9a24c6abd6632a82b6755ba7",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 427166,
            "upload_time": "2023-09-27T17:49:50",
            "upload_time_iso_8601": "2023-09-27T17:49:50.406460Z",
            "url": "https://files.pythonhosted.org/packages/78/55/496991f9fdfad362ef6ead7dca39c6f999141d69bc27786e7d2eef2adf2c/unicodedata2-15.1.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c30862cfbc63a6570608860a6aa4dd445d88428eb9cf114248fda328b43d554e",
                "md5": "d92f17ef3efeecde419f9277c8a9b42a",
                "sha256": "69a9e7886f79ce9251f3c0d7fa5e8f9d528074f5f1ae5f05c07b5098842fd322"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d92f17ef3efeecde419f9277c8a9b42a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 427570,
            "upload_time": "2023-09-27T17:49:52",
            "upload_time_iso_8601": "2023-09-27T17:49:52.477927Z",
            "url": "https://files.pythonhosted.org/packages/c3/08/62cfbc63a6570608860a6aa4dd445d88428eb9cf114248fda328b43d554e/unicodedata2-15.1.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58ff5ec33d7e1924b944b9295537040ffb4dd1949011495cfa0507087acd539a",
                "md5": "7e940f9eee8537f76fc6b3b050d23b81",
                "sha256": "79c4fac44a13d3aa954cc2fbcc5c0e51f4841f933b6d9d76e904ff9cf76f6e6c"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7e940f9eee8537f76fc6b3b050d23b81",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 468767,
            "upload_time": "2023-09-27T17:49:53",
            "upload_time_iso_8601": "2023-09-27T17:49:53.955767Z",
            "url": "https://files.pythonhosted.org/packages/58/ff/5ec33d7e1924b944b9295537040ffb4dd1949011495cfa0507087acd539a/unicodedata2-15.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a33a75e2de2b00c0b869cd6ac4800ab80401c7e47b6f494b78b6f07c570bbf1",
                "md5": "9e9906adba82d8107beee54c85503bda",
                "sha256": "a361d761484cc2c58245cca6439d73a25d80b80a395636ffed339eca0edd48a5"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e9906adba82d8107beee54c85503bda",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 468037,
            "upload_time": "2023-09-27T17:49:55",
            "upload_time_iso_8601": "2023-09-27T17:49:55.521017Z",
            "url": "https://files.pythonhosted.org/packages/9a/33/a75e2de2b00c0b869cd6ac4800ab80401c7e47b6f494b78b6f07c570bbf1/unicodedata2-15.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d366f7a124f57c19c633e9b602d28601e5801ad3ce64be78e549b177fe98bd3d",
                "md5": "c96ad7dd185066e1b9ec7ae70d8d1213",
                "sha256": "68000e73ec4a9d7380986ddfd077f4208d9e90a87c6033b22ac3080f9357ccf7"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c96ad7dd185066e1b9ec7ae70d8d1213",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 475670,
            "upload_time": "2023-09-27T17:49:57",
            "upload_time_iso_8601": "2023-09-27T17:49:57.007139Z",
            "url": "https://files.pythonhosted.org/packages/d3/66/f7a124f57c19c633e9b602d28601e5801ad3ce64be78e549b177fe98bd3d/unicodedata2-15.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d3ef443e8d94a8344bd7104f2f40c0872367e913417f76a21c5515be77d4141",
                "md5": "e0054279a6697adff52c202be59f1c94",
                "sha256": "bbfb40855583dc0774c5adf0a9c025d1b74e221d360454dedacb1fd75e6da916"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0054279a6697adff52c202be59f1c94",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 475185,
            "upload_time": "2023-09-27T17:49:59",
            "upload_time_iso_8601": "2023-09-27T17:49:59.088550Z",
            "url": "https://files.pythonhosted.org/packages/5d/3e/f443e8d94a8344bd7104f2f40c0872367e913417f76a21c5515be77d4141/unicodedata2-15.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28320adce2c9aac259d34fb710e8cc4431731954e36fd246d52ec6bc75e628ee",
                "md5": "72bf7cc933e6a5db27af33776ea6d653",
                "sha256": "e70c537703f220a4f117880de1ba326cf28b88a5a2181dbcb770dbab2d0cb568"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "72bf7cc933e6a5db27af33776ea6d653",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 426382,
            "upload_time": "2023-09-27T17:50:00",
            "upload_time_iso_8601": "2023-09-27T17:50:00.639468Z",
            "url": "https://files.pythonhosted.org/packages/28/32/0adce2c9aac259d34fb710e8cc4431731954e36fd246d52ec6bc75e628ee/unicodedata2-15.1.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9be3297c6010c746a0b864c55a84e029cabf309ed82608b79360994edf77a8b",
                "md5": "f63a9e32a2ab904b7cfa92eba7ad92b6",
                "sha256": "f9dab396cd872204ed32480a3011e0adbef14fa0fd96613e8a4d45d5a88d3ac7"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f63a9e32a2ab904b7cfa92eba7ad92b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 426594,
            "upload_time": "2023-09-27T17:50:02",
            "upload_time_iso_8601": "2023-09-27T17:50:02.740756Z",
            "url": "https://files.pythonhosted.org/packages/e9/be/3297c6010c746a0b864c55a84e029cabf309ed82608b79360994edf77a8b/unicodedata2-15.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71f18f60df5159e31a3d0be50ca357edb8b88360a15c26ad40d4750e99e3d2ea",
                "md5": "ce82f006f333bf328bf26bf63cda08b2",
                "sha256": "478dc6349f0f94b1dbe102b0301688259d1095239a8c017471da1eb4af992864"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ce82f006f333bf328bf26bf63cda08b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 857107,
            "upload_time": "2023-09-27T17:50:04",
            "upload_time_iso_8601": "2023-09-27T17:50:04.848313Z",
            "url": "https://files.pythonhosted.org/packages/71/f1/8f60df5159e31a3d0be50ca357edb8b88360a15c26ad40d4750e99e3d2ea/unicodedata2-15.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bdfca233936696d19f3d3e3f1e9cc4334b6641d6cea194bf340c70c36bf284f",
                "md5": "363795b4df27b765af9d562ed87fcf26",
                "sha256": "a76680f7aac6962f11fd146ae63f2a1f23bd98de47084787a887d9b125632378"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "363795b4df27b765af9d562ed87fcf26",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 427902,
            "upload_time": "2023-09-27T17:50:07",
            "upload_time_iso_8601": "2023-09-27T17:50:07.406860Z",
            "url": "https://files.pythonhosted.org/packages/1b/df/ca233936696d19f3d3e3f1e9cc4334b6641d6cea194bf340c70c36bf284f/unicodedata2-15.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1770a4c09e077d773a915ac86259e286c38ae4a2977bf8711565638b86cf9faf",
                "md5": "1ba84a8726ceff092672ba6bf6499365",
                "sha256": "ebf2f6f0c3bf650b87db936ab6a4855917a5bf7bc40969b77cafb23a3406aec5"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1ba84a8726ceff092672ba6bf6499365",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 469383,
            "upload_time": "2023-09-27T17:50:09",
            "upload_time_iso_8601": "2023-09-27T17:50:09.169025Z",
            "url": "https://files.pythonhosted.org/packages/17/70/a4c09e077d773a915ac86259e286c38ae4a2977bf8711565638b86cf9faf/unicodedata2-15.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d07ca46f413259af46b25818b4f03d33358c76da78e71b4a0d7c8695914c4c92",
                "md5": "a6e3d32135140961e4988a802f741b1b",
                "sha256": "c683c237d60acb372796fc4716c8a92d5af86571859c8cbb6da76e6defb13c60"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6e3d32135140961e4988a802f741b1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 468580,
            "upload_time": "2023-09-27T17:50:10",
            "upload_time_iso_8601": "2023-09-27T17:50:10.699271Z",
            "url": "https://files.pythonhosted.org/packages/d0/7c/a46f413259af46b25818b4f03d33358c76da78e71b4a0d7c8695914c4c92/unicodedata2-15.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85549c5fdd6ae2ad11ffa00129b01f258250c0dd4912b1c821a23b032d78bed2",
                "md5": "5eb414789ab5b48dd087e8c6a15a0870",
                "sha256": "b550aed54ad67095ce85ea59f926b828a4b2652c17b529cf52524c679e3b16be"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5eb414789ab5b48dd087e8c6a15a0870",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 474544,
            "upload_time": "2023-09-27T17:50:12",
            "upload_time_iso_8601": "2023-09-27T17:50:12.230934Z",
            "url": "https://files.pythonhosted.org/packages/85/54/9c5fdd6ae2ad11ffa00129b01f258250c0dd4912b1c821a23b032d78bed2/unicodedata2-15.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10e600267b36a1fc522e7ba103b3dbbac157f927cd87d28c7b05c9e7a19d4835",
                "md5": "95b4850220fc57e9b71a6a865a70967d",
                "sha256": "73783cf1fa43c1616d1b8f513506814565b9c017facb22363223a708aa2f897e"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95b4850220fc57e9b71a6a865a70967d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 474143,
            "upload_time": "2023-09-27T17:50:13",
            "upload_time_iso_8601": "2023-09-27T17:50:13.790842Z",
            "url": "https://files.pythonhosted.org/packages/10/e6/00267b36a1fc522e7ba103b3dbbac157f927cd87d28c7b05c9e7a19d4835/unicodedata2-15.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2820d9749dbc35baedbcd52cf33e8e15e700a3c191a5f88759f4b98e785d8135",
                "md5": "cd92aef5e49b75003d68cdc2edb2a0f1",
                "sha256": "1be549faaa71b18fd384ed4cafb9001fa04260cecb507265d1f61640a036a042"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "cd92aef5e49b75003d68cdc2edb2a0f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 427249,
            "upload_time": "2023-09-27T17:50:15",
            "upload_time_iso_8601": "2023-09-27T17:50:15.215475Z",
            "url": "https://files.pythonhosted.org/packages/28/20/d9749dbc35baedbcd52cf33e8e15e700a3c191a5f88759f4b98e785d8135/unicodedata2-15.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "383576702474d73bd79787ebd9b4c10d8375bb2a93fd60c40a379a9afc39c071",
                "md5": "06781b100eedd85be8c29c67e7e5c807",
                "sha256": "4b4792079f98339759676c005f67081db0d828379f25bb547f9d9107d79cf4d8"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "06781b100eedd85be8c29c67e7e5c807",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 427789,
            "upload_time": "2023-09-27T17:50:16",
            "upload_time_iso_8601": "2023-09-27T17:50:16.859797Z",
            "url": "https://files.pythonhosted.org/packages/38/35/76702474d73bd79787ebd9b4c10d8375bb2a93fd60c40a379a9afc39c071/unicodedata2-15.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b46c2a0b7a66dab38844fc03fcd0d915245235b7149c2ccec629d19c6faf11aa",
                "md5": "a9bf0b69926aa4840a8bd96f85116a91",
                "sha256": "fca3a55388d3c24e4366373020a1fc0fd4b2f097a5e278289629113a422d71a8"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a9bf0b69926aa4840a8bd96f85116a91",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 857096,
            "upload_time": "2023-09-27T17:50:18",
            "upload_time_iso_8601": "2023-09-27T17:50:18.984066Z",
            "url": "https://files.pythonhosted.org/packages/b4/6c/2a0b7a66dab38844fc03fcd0d915245235b7149c2ccec629d19c6faf11aa/unicodedata2-15.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8062767fd42983026aa62459bf838a83be14b5bc35330ad15e0746fc477a489",
                "md5": "d7964ce47b0cdc889e3c65399ec96b71",
                "sha256": "491b69fa05b0670b99f27e3b3b4bdffdc950619a96860b2a44af2e7e3cff877a"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7964ce47b0cdc889e3c65399ec96b71",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 427888,
            "upload_time": "2023-09-27T17:50:20",
            "upload_time_iso_8601": "2023-09-27T17:50:20.726362Z",
            "url": "https://files.pythonhosted.org/packages/f8/06/2767fd42983026aa62459bf838a83be14b5bc35330ad15e0746fc477a489/unicodedata2-15.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46ed682740526db7a6c428201f08c06e575f5839171fdbfdb7007cb5ff8e7b08",
                "md5": "02fe3091ec7bde1b764a580495dea906",
                "sha256": "c690fd63dcfeb4ca9d258b457b3e0003f9890e3f98d5b18091e4a44e0379742f"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "02fe3091ec7bde1b764a580495dea906",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 468641,
            "upload_time": "2023-09-27T17:50:22",
            "upload_time_iso_8601": "2023-09-27T17:50:22.607642Z",
            "url": "https://files.pythonhosted.org/packages/46/ed/682740526db7a6c428201f08c06e575f5839171fdbfdb7007cb5ff8e7b08/unicodedata2-15.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e537a54a63be16a66de605025fddbdefe19c44cabdf0868bee360ab209d7a3f2",
                "md5": "4f45aa68ce0c8175c3bdfd0d536a8fe3",
                "sha256": "0c1c7009492feeb2e2b709fa96ff43998eb4a028bb806933318f58da46d3078a"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f45aa68ce0c8175c3bdfd0d536a8fe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 467910,
            "upload_time": "2023-09-27T17:50:24",
            "upload_time_iso_8601": "2023-09-27T17:50:24.135988Z",
            "url": "https://files.pythonhosted.org/packages/e5/37/a54a63be16a66de605025fddbdefe19c44cabdf0868bee360ab209d7a3f2/unicodedata2-15.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc6ca1fa61ac759a8eaad7bb2b8f9f67f30a3ce6d0a52d8a633296606d9fcd8f",
                "md5": "74acb4ffae787a72a187fdcd3ced1de6",
                "sha256": "39553fdcac95e6f25928a5f259315e21ca359ac81a9b4dc97026b3701a6942b1"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "74acb4ffae787a72a187fdcd3ced1de6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 474089,
            "upload_time": "2023-09-27T17:50:25",
            "upload_time_iso_8601": "2023-09-27T17:50:25.798536Z",
            "url": "https://files.pythonhosted.org/packages/fc/6c/a1fa61ac759a8eaad7bb2b8f9f67f30a3ce6d0a52d8a633296606d9fcd8f/unicodedata2-15.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d5c2137dcae32bcc1cca93cfb3d75442809422d21d5b8882ceda53bcd153900",
                "md5": "5d7b1f4aab063db7eb614961fd9501f1",
                "sha256": "f4b637540757b4d5ec0a1782d3095914a1eb1bcb76e0073bd0268c5a1a68e545"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d7b1f4aab063db7eb614961fd9501f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 473698,
            "upload_time": "2023-09-27T17:50:27",
            "upload_time_iso_8601": "2023-09-27T17:50:27.520823Z",
            "url": "https://files.pythonhosted.org/packages/3d/5c/2137dcae32bcc1cca93cfb3d75442809422d21d5b8882ceda53bcd153900/unicodedata2-15.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c16a1719d8ad91ea140a6023f377558462d908f5c506b12c7ed9f42281bb26bb",
                "md5": "3322b9140a4609dcfc5b6b39b9695f3c",
                "sha256": "4fc4376a0678d1e0becf3404becad4b0b98879cfd413034a88fcdd48c748166f"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "3322b9140a4609dcfc5b6b39b9695f3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 427252,
            "upload_time": "2023-09-27T17:50:29",
            "upload_time_iso_8601": "2023-09-27T17:50:29.224585Z",
            "url": "https://files.pythonhosted.org/packages/c1/6a/1719d8ad91ea140a6023f377558462d908f5c506b12c7ed9f42281bb26bb/unicodedata2-15.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ae5109741ff6a9fdf8b7fb2e4b34cc1d305c9edf51472b86132f602e540b6d",
                "md5": "15f0ac0d85b4489c844acac24aa8e204",
                "sha256": "a2a066f38e4b5c0a9a152e63d93641ba819e5dfc07887d7bac28c8e237fe42a5"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "15f0ac0d85b4489c844acac24aa8e204",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 427784,
            "upload_time": "2023-09-27T17:50:30",
            "upload_time_iso_8601": "2023-09-27T17:50:30.767783Z",
            "url": "https://files.pythonhosted.org/packages/c5/ae/5109741ff6a9fdf8b7fb2e4b34cc1d305c9edf51472b86132f602e540b6d/unicodedata2-15.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0bf88ea522c2bb15a3433a9d630b46053e70965fcae60758a84e669a88d27b",
                "md5": "ea65df760da75a3e60eb1ce313d4f62d",
                "sha256": "b257526804b1716050a37737095671cff8ac5ed84170a43f062ae50eb5f90af1"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea65df760da75a3e60eb1ce313d4f62d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 426236,
            "upload_time": "2023-09-27T17:50:32",
            "upload_time_iso_8601": "2023-09-27T17:50:32.754391Z",
            "url": "https://files.pythonhosted.org/packages/5a/0b/f88ea522c2bb15a3433a9d630b46053e70965fcae60758a84e669a88d27b/unicodedata2-15.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5308e5eed60fce45cdd38a4bf7e96a772cdb02c8aafd55608e282f82ea68840d",
                "md5": "c018a2b9f553d097c55bc65015bf9550",
                "sha256": "bc0c0af9079a3c3704d32461f1d7e2ba36f40f4539d23efecd4d47a37b937168"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c018a2b9f553d097c55bc65015bf9550",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 432376,
            "upload_time": "2023-09-27T17:50:34",
            "upload_time_iso_8601": "2023-09-27T17:50:34.422669Z",
            "url": "https://files.pythonhosted.org/packages/53/08/e5eed60fce45cdd38a4bf7e96a772cdb02c8aafd55608e282f82ea68840d/unicodedata2-15.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99d01d9e916dff2a4de2f231d58715a1e7048ab4476b9349d94e514885e99165",
                "md5": "844c08682e6fbce15f971bdaba234f36",
                "sha256": "38d0804cf4c10a5008eb08d6f808bcc43dec93de923dca4a773ad84d4e9f916c"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "844c08682e6fbce15f971bdaba234f36",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 426997,
            "upload_time": "2023-09-27T17:50:36",
            "upload_time_iso_8601": "2023-09-27T17:50:36.535844Z",
            "url": "https://files.pythonhosted.org/packages/99/d0/1d9e916dff2a4de2f231d58715a1e7048ab4476b9349d94e514885e99165/unicodedata2-15.1.0-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c548c08c9964385d267e29295047c55856b5c20650e2f8eed35059db4bbe1bfb",
                "md5": "6eb531ce570434fe0abab22c852a346c",
                "sha256": "a4ec53ff508a3356fc82353129f84da299f7c88c07e42111ab5379f54e7b8096"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6eb531ce570434fe0abab22c852a346c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 426278,
            "upload_time": "2023-09-27T17:50:38",
            "upload_time_iso_8601": "2023-09-27T17:50:38.106525Z",
            "url": "https://files.pythonhosted.org/packages/c5/48/c08c9964385d267e29295047c55856b5c20650e2f8eed35059db4bbe1bfb/unicodedata2-15.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db12e9bc488f6a5f949c0fdf5ca86257ff7e4da98eb8fcb289545375f9cb0c59",
                "md5": "fcff6ff8f18799ca33c0e487f7e1963a",
                "sha256": "f5ea236de539dd4684855392fb859454e0cbfdacb883851d23efa9f7e4613c05"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcff6ff8f18799ca33c0e487f7e1963a",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 432452,
            "upload_time": "2023-09-27T17:50:39",
            "upload_time_iso_8601": "2023-09-27T17:50:39.848461Z",
            "url": "https://files.pythonhosted.org/packages/db/12/e9bc488f6a5f949c0fdf5ca86257ff7e4da98eb8fcb289545375f9cb0c59/unicodedata2-15.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5d50d867995936c93ee516fc0fbb170d8a586830094840ecea3fa4f4e2ef443",
                "md5": "0fc7b38160a381d8f3355a50d7638e4d",
                "sha256": "69b3e508b588e7f6e216abd30c6472042d004bfd861c7943bad030166fc2b0e8"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0fc7b38160a381d8f3355a50d7638e4d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 426787,
            "upload_time": "2023-09-27T17:50:41",
            "upload_time_iso_8601": "2023-09-27T17:50:41.314332Z",
            "url": "https://files.pythonhosted.org/packages/a5/d5/0d867995936c93ee516fc0fbb170d8a586830094840ecea3fa4f4e2ef443/unicodedata2-15.1.0-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbbe050425c035445cfcc6bcdd8b206648583ffd873ac99f999c81c1f88f71a4",
                "md5": "69f06b3c08ba2d4b132bae88a4303677",
                "sha256": "4cbffb1ed0a90ad266c898ec0f0c64de4bacac3225e4e36dab7b59061daaced7"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "69f06b3c08ba2d4b132bae88a4303677",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 426281,
            "upload_time": "2023-09-27T17:50:43",
            "upload_time_iso_8601": "2023-09-27T17:50:43.417185Z",
            "url": "https://files.pythonhosted.org/packages/bb/be/050425c035445cfcc6bcdd8b206648583ffd873ac99f999c81c1f88f71a4/unicodedata2-15.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59cf69f31430397103e3a8031ce6930ad145f2abff8480a3751acad9618a76fc",
                "md5": "28f26811a5a0cc75f5d7772d516b2148",
                "sha256": "b58dd58e76bd5a66bb2b8a8929b7ccb8226872693aa95053e2ed9b0455c22baf"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28f26811a5a0cc75f5d7772d516b2148",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 432356,
            "upload_time": "2023-09-27T17:50:45",
            "upload_time_iso_8601": "2023-09-27T17:50:45.262277Z",
            "url": "https://files.pythonhosted.org/packages/59/cf/69f31430397103e3a8031ce6930ad145f2abff8480a3751acad9618a76fc/unicodedata2-15.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37c6baa0d69a77d8c2dc2a288eeb972fb9d903d04744cd057ca185fa5c67add3",
                "md5": "264af2e3cc21bc6a2c17dfd58ad8b373",
                "sha256": "fc9c76e6cb079254f75fb24c6876cc2b94a882d9cf1437521621b5e1688375f6"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "264af2e3cc21bc6a2c17dfd58ad8b373",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 426790,
            "upload_time": "2023-09-27T17:50:46",
            "upload_time_iso_8601": "2023-09-27T17:50:46.919774Z",
            "url": "https://files.pythonhosted.org/packages/37/c6/baa0d69a77d8c2dc2a288eeb972fb9d903d04744cd057ca185fa5c67add3/unicodedata2-15.1.0-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4a2966c362278e283793c747b472a8904f2327a6fcb73e02d19e33ca722eb3e",
                "md5": "b7ac2951f8964659d37a325052563a3c",
                "sha256": "df64286293960551e120dfd0ac8c618c1060f08b8f69359a54ede950d26eba06"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7ac2951f8964659d37a325052563a3c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 426237,
            "upload_time": "2023-09-27T17:50:48",
            "upload_time_iso_8601": "2023-09-27T17:50:48.948788Z",
            "url": "https://files.pythonhosted.org/packages/a4/a2/966c362278e283793c747b472a8904f2327a6fcb73e02d19e33ca722eb3e/unicodedata2-15.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "193f71ab9bb9eb9849e0ce273c02354c10e9dfc0c6abad323fa2d1c4ae9e9c72",
                "md5": "c92066dccf13fa467757872c439a343c",
                "sha256": "010ea7cfbe445765605d24a16c0ef3fd7776f85cfb8e097c1458517cc8f84bd9"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c92066dccf13fa467757872c439a343c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 432368,
            "upload_time": "2023-09-27T17:50:50",
            "upload_time_iso_8601": "2023-09-27T17:50:50.604014Z",
            "url": "https://files.pythonhosted.org/packages/19/3f/71ab9bb9eb9849e0ce273c02354c10e9dfc0c6abad323fa2d1c4ae9e9c72/unicodedata2-15.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11981e5d711c6c45e074236699743be17b4de102098b74acb77bd0613566526f",
                "md5": "6e79cf01b6d394dbb3602630a34796cb",
                "sha256": "584ef92721c7379ef4e84fecb6aab1264d3ccfc174692d9a2a6bb017f90305f3"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6e79cf01b6d394dbb3602630a34796cb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 426995,
            "upload_time": "2023-09-27T17:50:52",
            "upload_time_iso_8601": "2023-09-27T17:50:52.682330Z",
            "url": "https://files.pythonhosted.org/packages/11/98/1e5d711c6c45e074236699743be17b4de102098b74acb77bd0613566526f/unicodedata2-15.1.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f3512c70556a27ad6196135ddb37030d1a989234ef41f05995a166297651a49",
                "md5": "2f0cddcc0fb629b95e737eccf78aaf0f",
                "sha256": "cb30f189ad66482f8529a45da71b2a8841e9bd2bb376cc2933003a4a55a07648"
            },
            "downloads": -1,
            "filename": "unicodedata2-15.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2f0cddcc0fb629b95e737eccf78aaf0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 592892,
            "upload_time": "2023-09-27T17:50:54",
            "upload_time_iso_8601": "2023-09-27T17:50:54.305469Z",
            "url": "https://files.pythonhosted.org/packages/7f/35/12c70556a27ad6196135ddb37030d1a989234ef41f05995a166297651a49/unicodedata2-15.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 17:50:54",
    "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: 0.11981s