Levenshtein


NameLevenshtein JSON
Version 0.26.1 PyPI version JSON
download
home_pageNone
SummaryPython extension for computing string edit distances and similarities.
upload_time2024-10-27 22:00:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Levenshtein

<p>
  <a href="https://github.com/rapidfuzz/Levenshtein/actions">
    <img src="https://github.com/rapidfuzz/Levenshtein/workflows/Build/badge.svg"
         alt="Continuous Integration">
  </a>
  <a href="https://pypi.org/project/levenshtein/">
    <img src="https://img.shields.io/pypi/v/levenshtein"
         alt="PyPI package version">
  </a>
  <a href="https://www.python.org">
    <img src="https://img.shields.io/pypi/pyversions/levenshtein"
         alt="Python versions">
  </a>
  <a href="https://rapidfuzz.github.io/Levenshtein">
    <img src="https://img.shields.io/badge/-documentation-blue"
         alt="Documentation">
  </a>
  <a href="https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING">
    <img src="https://img.shields.io/github/license/rapidfuzz/Levenshtein"
         alt="GitHub license">
  </a>
</p>

## Introduction
The Levenshtein Python C extension module contains functions for fast
computation of:

* Levenshtein (edit) distance, and edit operations
* string similarity
* approximate median strings, and generally string averaging
* string sequence and set similarity

## Requirements
* Python 3.9 or later

## Installation
```bash
pip install levenshtein
```

## Documentation

The documentation for the current version can be found at [https://rapidfuzz.github.io/Levenshtein/](https://rapidfuzz.github.io/Levenshtein/)

## Support the project

If you are using Levenshtein for your work and feel like giving a bit of your own benefit back to support the project, consider sending us money through GitHub Sponsors or PayPal that we can use to buy us free time for the maintenance of this great library, to fix bugs in the software, review and integrate code contributions, to improve its features and documentation, or to just take a deep breath and have a cup of tea every once in a while. Thank you for your support.

Support the project through [GitHub Sponsors](https://github.com/sponsors/maxbachmann) or via [PayPal](https://www.paypal.com/donate/?hosted_button_id=VGWQBBD5CTWJU):

[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=VGWQBBD5CTWJU).


## License

Levenshtein is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

See the file [COPYING](https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Levenshtein",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Max Bachmann <pypi@maxbachmann.de>",
    "download_url": "https://files.pythonhosted.org/packages/97/e6/79807d3b59a67dd78bb77072ca6a28d8db0935161fecf935e6c38c5f6825/levenshtein-0.26.1.tar.gz",
    "platform": null,
    "description": "# Levenshtein\n\n<p>\n  <a href=\"https://github.com/rapidfuzz/Levenshtein/actions\">\n    <img src=\"https://github.com/rapidfuzz/Levenshtein/workflows/Build/badge.svg\"\n         alt=\"Continuous Integration\">\n  </a>\n  <a href=\"https://pypi.org/project/levenshtein/\">\n    <img src=\"https://img.shields.io/pypi/v/levenshtein\"\n         alt=\"PyPI package version\">\n  </a>\n  <a href=\"https://www.python.org\">\n    <img src=\"https://img.shields.io/pypi/pyversions/levenshtein\"\n         alt=\"Python versions\">\n  </a>\n  <a href=\"https://rapidfuzz.github.io/Levenshtein\">\n    <img src=\"https://img.shields.io/badge/-documentation-blue\"\n         alt=\"Documentation\">\n  </a>\n  <a href=\"https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING\">\n    <img src=\"https://img.shields.io/github/license/rapidfuzz/Levenshtein\"\n         alt=\"GitHub license\">\n  </a>\n</p>\n\n## Introduction\nThe Levenshtein Python C extension module contains functions for fast\ncomputation of:\n\n* Levenshtein (edit) distance, and edit operations\n* string similarity\n* approximate median strings, and generally string averaging\n* string sequence and set similarity\n\n## Requirements\n* Python 3.9 or later\n\n## Installation\n```bash\npip install levenshtein\n```\n\n## Documentation\n\nThe documentation for the current version can be found at [https://rapidfuzz.github.io/Levenshtein/](https://rapidfuzz.github.io/Levenshtein/)\n\n## Support the project\n\nIf you are using Levenshtein for your work and feel like giving a bit of your own benefit back to support the project, consider sending us money through GitHub Sponsors or PayPal that we can use to buy us free time for the maintenance of this great library, to fix bugs in the software, review and integrate code contributions, to improve its features and documentation, or to just take a deep breath and have a cup of tea every once in a while. Thank you for your support.\n\nSupport the project through [GitHub Sponsors](https://github.com/sponsors/maxbachmann) or via [PayPal](https://www.paypal.com/donate/?hosted_button_id=VGWQBBD5CTWJU):\n\n[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=VGWQBBD5CTWJU).\n\n\n## License\n\nLevenshtein is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the Free\nSoftware Foundation; either version 2 of the License, or (at your option)\nany later version.\n\nSee the file [COPYING](https://github.com/rapidfuzz/Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python extension for computing string edit distances and similarities.",
    "version": "0.26.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaaeaf5f9e9f06052719df6af46d7a7fee3675fd2dea0e2845cc0f4968cf853f",
                "md5": "8095223fd619586deb01d3b2d9c84d96",
                "sha256": "8dc4a4aecad538d944a1264c12769c99e3c0bf8e741fc5e454cc954913befb2e"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8095223fd619586deb01d3b2d9c84d96",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 177032,
            "upload_time": "2024-10-27T21:58:30",
            "upload_time_iso_8601": "2024-10-27T21:58:30.166140Z",
            "url": "https://files.pythonhosted.org/packages/ea/ae/af5f9e9f06052719df6af46d7a7fee3675fd2dea0e2845cc0f4968cf853f/levenshtein-0.26.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bba6be36c1d43cccd032b359ba2fa66dd299bac0cd226f263672332738535553",
                "md5": "a0321e17361ff18d956592b728744508",
                "sha256": "ec108f368c12b25787c8b1a4537a1452bc53861c3ee4abc810cc74098278edcd"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a0321e17361ff18d956592b728744508",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 157539,
            "upload_time": "2024-10-27T21:58:32",
            "upload_time_iso_8601": "2024-10-27T21:58:32.035169Z",
            "url": "https://files.pythonhosted.org/packages/bb/a6/be36c1d43cccd032b359ba2fa66dd299bac0cd226f263672332738535553/levenshtein-0.26.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d17613df26b47c53db1cf01c40bae1483b13919d6eab12cede3b93b018927229",
                "md5": "05811a483fa2b7f9f560b375223896ee",
                "sha256": "69229d651c97ed5b55b7ce92481ed00635cdbb80fbfb282a22636e6945dc52d5"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "05811a483fa2b7f9f560b375223896ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 153298,
            "upload_time": "2024-10-27T21:58:33",
            "upload_time_iso_8601": "2024-10-27T21:58:33.445874Z",
            "url": "https://files.pythonhosted.org/packages/d1/76/13df26b47c53db1cf01c40bae1483b13919d6eab12cede3b93b018927229/levenshtein-0.26.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2d9c02fd7ec98d55df51c643d0475b859fab19a974eb44e5ca72f642dbfeffd",
                "md5": "ab09ff4ef82b9449fb0be9d908c465bc",
                "sha256": "79dcd157046d62482a7719b08ba9e3ce9ed3fc5b015af8ea989c734c702aedd4"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ab09ff4ef82b9449fb0be9d908c465bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 186766,
            "upload_time": "2024-10-27T21:58:34",
            "upload_time_iso_8601": "2024-10-27T21:58:34.513386Z",
            "url": "https://files.pythonhosted.org/packages/f2/d9/c02fd7ec98d55df51c643d0475b859fab19a974eb44e5ca72f642dbfeffd/levenshtein-0.26.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a7144adaafadc5c93845048b88426ab5e2a8414efce7026478cad115fd08f92",
                "md5": "7ac43c4c4bde013f0bbcb3c5158d67e4",
                "sha256": "6f53f9173ae21b650b4ed8aef1d0ad0c37821f367c221a982f4d2922b3044e0d"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7ac43c4c4bde013f0bbcb3c5158d67e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 187546,
            "upload_time": "2024-10-27T21:58:35",
            "upload_time_iso_8601": "2024-10-27T21:58:35.779446Z",
            "url": "https://files.pythonhosted.org/packages/7a/71/44adaafadc5c93845048b88426ab5e2a8414efce7026478cad115fd08f92/levenshtein-0.26.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d7e24593d50e9e0911c96631a123760b96d1dabbcf1fc55a300648d4f0240dd",
                "md5": "7bed81d882f6905c17ce8173c0d6ac99",
                "sha256": "f3956f3c5c229257dbeabe0b6aacd2c083ebcc1e335842a6ff2217fe6cc03b6b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7bed81d882f6905c17ce8173c0d6ac99",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 162601,
            "upload_time": "2024-10-27T21:58:37",
            "upload_time_iso_8601": "2024-10-27T21:58:37.357022Z",
            "url": "https://files.pythonhosted.org/packages/2d/7e/24593d50e9e0911c96631a123760b96d1dabbcf1fc55a300648d4f0240dd/levenshtein-0.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54982285860f07c519af3bb1af29cc4a51c3fd8c028836887615c776f6bb28d4",
                "md5": "d1ff9f0430467861125593935c019640",
                "sha256": "e1e83af732726987d2c4cd736f415dae8b966ba17b7a2239c8b7ffe70bfb5543"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d1ff9f0430467861125593935c019640",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 249164,
            "upload_time": "2024-10-27T21:58:39",
            "upload_time_iso_8601": "2024-10-27T21:58:39.014474Z",
            "url": "https://files.pythonhosted.org/packages/54/98/2285860f07c519af3bb1af29cc4a51c3fd8c028836887615c776f6bb28d4/levenshtein-0.26.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28f787008ca57377f2f296a3b9b87b46fa80a4a471c1d3de3ea4ff37acc65b5a",
                "md5": "db6b4e80d7ab4df02beb6c30cd1ac26a",
                "sha256": "4f052c55046c2a9c9b5f742f39e02fa6e8db8039048b8c1c9e9fdd27c8a240a1"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "db6b4e80d7ab4df02beb6c30cd1ac26a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1077613,
            "upload_time": "2024-10-27T21:58:41",
            "upload_time_iso_8601": "2024-10-27T21:58:41.013095Z",
            "url": "https://files.pythonhosted.org/packages/28/f7/87008ca57377f2f296a3b9b87b46fa80a4a471c1d3de3ea4ff37acc65b5a/levenshtein-0.26.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dca5f2b3c4b181f4e97805ee839c47cb99c8048bf7934358af8c3d6a07fb6c2",
                "md5": "b8e733af9e9f4bd8a9ae545441d773a6",
                "sha256": "9895b3a98f6709e293615fde0dcd1bb0982364278fa2072361a1a31b3e388b7a"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b8e733af9e9f4bd8a9ae545441d773a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1331030,
            "upload_time": "2024-10-27T21:58:42",
            "upload_time_iso_8601": "2024-10-27T21:58:42.626410Z",
            "url": "https://files.pythonhosted.org/packages/7d/ca/5f2b3c4b181f4e97805ee839c47cb99c8048bf7934358af8c3d6a07fb6c2/levenshtein-0.26.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3f4de5a779d178e489906fd39d7b2bdb782f80a98affc57e9d40a723b9ee89c",
                "md5": "09bf0d96cc9793c620b2c7865efb3409",
                "sha256": "a3777de1d8bfca054465229beed23994f926311ce666f5a392c8859bb2722f16"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "09bf0d96cc9793c620b2c7865efb3409",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1207001,
            "upload_time": "2024-10-27T21:58:43",
            "upload_time_iso_8601": "2024-10-27T21:58:43.771297Z",
            "url": "https://files.pythonhosted.org/packages/b3/f4/de5a779d178e489906fd39d7b2bdb782f80a98affc57e9d40a723b9ee89c/levenshtein-0.26.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f86178b25ef514a23735ae0baf230af668f16d6f5e1466c4db72a4de0e233768",
                "md5": "7ebfe820c6c0a505dde595c79dc6ceb2",
                "sha256": "81c57e1135c38c5e6e3675b5e2077d8a8d3be32bf0a46c57276c092b1dffc697"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "7ebfe820c6c0a505dde595c79dc6ceb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1355999,
            "upload_time": "2024-10-27T21:58:45",
            "upload_time_iso_8601": "2024-10-27T21:58:45.029161Z",
            "url": "https://files.pythonhosted.org/packages/f8/61/78b25ef514a23735ae0baf230af668f16d6f5e1466c4db72a4de0e233768/levenshtein-0.26.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9e8a488dbb99726e08ac05ad3359e7db79e35c2c4e4bafbaaf081ae140c7de3",
                "md5": "57287ec924c35beccb2e41bfb0fdde91",
                "sha256": "91d5e7d984891df3eff7ea9fec8cf06fdfacc03cd074fd1a410435706f73b079"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57287ec924c35beccb2e41bfb0fdde91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1135174,
            "upload_time": "2024-10-27T21:58:46",
            "upload_time_iso_8601": "2024-10-27T21:58:46.883512Z",
            "url": "https://files.pythonhosted.org/packages/b9/e8/a488dbb99726e08ac05ad3359e7db79e35c2c4e4bafbaaf081ae140c7de3/levenshtein-0.26.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52c179693b33ab4c5ba04df8b4d116c2ae4cfaa71e08b2cf2b8cd93d5fa37b07",
                "md5": "5cc582074000081527ca22d274889633",
                "sha256": "f48abff54054b4142ad03b323e80aa89b1d15cabc48ff49eb7a6ff7621829a56"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "5cc582074000081527ca22d274889633",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 87111,
            "upload_time": "2024-10-27T21:58:48",
            "upload_time_iso_8601": "2024-10-27T21:58:48.200574Z",
            "url": "https://files.pythonhosted.org/packages/52/c1/79693b33ab4c5ba04df8b4d116c2ae4cfaa71e08b2cf2b8cd93d5fa37b07/levenshtein-0.26.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6ed5250c0891f6a99e41e715ce379b77863d66356eae7519e3626514f2729b6",
                "md5": "297e53118cf2ebead48b62221202a423",
                "sha256": "79dd6ad799784ea7b23edd56e3bf94b3ca866c4c6dee845658ee75bb4aefdabf"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "297e53118cf2ebead48b62221202a423",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 98062,
            "upload_time": "2024-10-27T21:58:49",
            "upload_time_iso_8601": "2024-10-27T21:58:49.798850Z",
            "url": "https://files.pythonhosted.org/packages/e6/ed/5250c0891f6a99e41e715ce379b77863d66356eae7519e3626514f2729b6/levenshtein-0.26.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fb358f69cbd9f21fe7ec54a71059b3e8fdb37c43781b31a36f49c973bd387c5",
                "md5": "4da3f167d56c2ac3bddb20d311025283",
                "sha256": "3351ddb105ef010cc2ce474894c5d213c83dddb7abb96400beaa4926b0b745bd"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "4da3f167d56c2ac3bddb20d311025283",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 87976,
            "upload_time": "2024-10-27T21:58:50",
            "upload_time_iso_8601": "2024-10-27T21:58:50.689299Z",
            "url": "https://files.pythonhosted.org/packages/4f/b3/58f69cbd9f21fe7ec54a71059b3e8fdb37c43781b31a36f49c973bd387c5/levenshtein-0.26.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afb486e447173ca8d936b7ef270d21952a0053e799040e73b843a4a5ac9a15a1",
                "md5": "c4f6d754ff98ff1755482c8ad0485943",
                "sha256": "44c51f5d33b3cfb9db518b36f1288437a509edd82da94c4400f6a681758e0cb6"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4f6d754ff98ff1755482c8ad0485943",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 177037,
            "upload_time": "2024-10-27T21:58:51",
            "upload_time_iso_8601": "2024-10-27T21:58:51.570484Z",
            "url": "https://files.pythonhosted.org/packages/af/b4/86e447173ca8d936b7ef270d21952a0053e799040e73b843a4a5ac9a15a1/levenshtein-0.26.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27b3e15e14e5836dfc23ed014c21b307cbf77b3c6fd75e11d0675ce9a0d43b31",
                "md5": "92f73883eb7de24d9495be0a4b4f34c9",
                "sha256": "56b93203e725f9df660e2afe3d26ba07d71871b6d6e05b8b767e688e23dfb076"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "92f73883eb7de24d9495be0a4b4f34c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 157478,
            "upload_time": "2024-10-27T21:58:53",
            "upload_time_iso_8601": "2024-10-27T21:58:53.016738Z",
            "url": "https://files.pythonhosted.org/packages/27/b3/e15e14e5836dfc23ed014c21b307cbf77b3c6fd75e11d0675ce9a0d43b31/levenshtein-0.26.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32f1f4d0904c5074e4e9d33dcaf304144e02eae9eec9d61b63bf17b1108ce228",
                "md5": "23160a5efcb8bc3b03e2ca19d2008d87",
                "sha256": "270d36c5da04a0d89990660aea8542227cbd8f5bc34e9fdfadd34916ff904520"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "23160a5efcb8bc3b03e2ca19d2008d87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 153873,
            "upload_time": "2024-10-27T21:58:54",
            "upload_time_iso_8601": "2024-10-27T21:58:54.069060Z",
            "url": "https://files.pythonhosted.org/packages/32/f1/f4d0904c5074e4e9d33dcaf304144e02eae9eec9d61b63bf17b1108ce228/levenshtein-0.26.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f90dcd5abe809421ce0d4a2cae60fd2fdf62cb43890068515a8a0069e2b17894",
                "md5": "858dc283b4d04bc40a3a7367423ac2aa",
                "sha256": "480674c05077eeb0b0f748546d4fcbb386d7c737f9fff0010400da3e8b552942"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "858dc283b4d04bc40a3a7367423ac2aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 186850,
            "upload_time": "2024-10-27T21:58:55",
            "upload_time_iso_8601": "2024-10-27T21:58:55.595075Z",
            "url": "https://files.pythonhosted.org/packages/f9/0d/cd5abe809421ce0d4a2cae60fd2fdf62cb43890068515a8a0069e2b17894/levenshtein-0.26.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a86903f4266ad83781f2602b1976a2e5a98785c148f9bfc77c343e5aa1840f64",
                "md5": "cb39f145cef52bed9bde7a70b7572aa6",
                "sha256": "13946e37323728695ba7a22f3345c2e907d23f4600bc700bf9b4352fb0c72a48"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cb39f145cef52bed9bde7a70b7572aa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 187527,
            "upload_time": "2024-10-27T21:58:57",
            "upload_time_iso_8601": "2024-10-27T21:58:57.973928Z",
            "url": "https://files.pythonhosted.org/packages/a8/69/03f4266ad83781f2602b1976a2e5a98785c148f9bfc77c343e5aa1840f64/levenshtein-0.26.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36faec3be1162b1a757f80e713220470fe5b4db22e23f886f50ac59a48f0a84d",
                "md5": "1d1b77e00ce06a2dee780ca8658883d2",
                "sha256": "ceb673f572d1d0dc9b1cd75792bb8bad2ae8eb78a7c6721e23a3867d318cb6f2"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d1b77e00ce06a2dee780ca8658883d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 162673,
            "upload_time": "2024-10-27T21:59:00",
            "upload_time_iso_8601": "2024-10-27T21:59:00.269449Z",
            "url": "https://files.pythonhosted.org/packages/36/fa/ec3be1162b1a757f80e713220470fe5b4db22e23f886f50ac59a48f0a84d/levenshtein-0.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ed6dc8358b6a4174f413532aa27463dc4d167ac25742826f58916bb6e6417b1",
                "md5": "12943b180937cdcee3fb5bdc65d0d139",
                "sha256": "42d6fa242e3b310ce6bfd5af0c83e65ef10b608b885b3bb69863c01fb2fcff98"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "12943b180937cdcee3fb5bdc65d0d139",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 250413,
            "upload_time": "2024-10-27T21:59:01",
            "upload_time_iso_8601": "2024-10-27T21:59:01.633240Z",
            "url": "https://files.pythonhosted.org/packages/9e/d6/dc8358b6a4174f413532aa27463dc4d167ac25742826f58916bb6e6417b1/levenshtein-0.26.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "575ea87bf39686482a1df000fdc265fdd812f0cd316d5fb0a25f52654504a82b",
                "md5": "a0bcb3ca39ef66a7fc1f3655dab1318d",
                "sha256": "b8b68295808893a81e0a1dbc2274c30dd90880f14d23078e8eb4325ee615fc68"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0bcb3ca39ef66a7fc1f3655dab1318d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1078713,
            "upload_time": "2024-10-27T21:59:03",
            "upload_time_iso_8601": "2024-10-27T21:59:03.019956Z",
            "url": "https://files.pythonhosted.org/packages/57/5e/a87bf39686482a1df000fdc265fdd812f0cd316d5fb0a25f52654504a82b/levenshtein-0.26.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c50430ab2f27c4ff7d6d98b3bb6bf8541521535ad2d05e50ac8fd00ab701c080",
                "md5": "de84e8a7ed09d91f41285b3c75c6cfd1",
                "sha256": "b01061d377d1944eb67bc40bef5d4d2f762c6ab01598efd9297ce5d0047eb1b5"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "de84e8a7ed09d91f41285b3c75c6cfd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1331174,
            "upload_time": "2024-10-27T21:59:04",
            "upload_time_iso_8601": "2024-10-27T21:59:04.641870Z",
            "url": "https://files.pythonhosted.org/packages/c5/04/30ab2f27c4ff7d6d98b3bb6bf8541521535ad2d05e50ac8fd00ab701c080/levenshtein-0.26.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4689c7f60ccb097a86420d058dcc3f575e6b3d663b3a5cde3651443f7087e14",
                "md5": "7dcc211c77e7117702b8fd9b0ce10dc7",
                "sha256": "9d12c8390f156745e533d01b30773b9753e41d8bbf8bf9dac4b97628cdf16314"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7dcc211c77e7117702b8fd9b0ce10dc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1207733,
            "upload_time": "2024-10-27T21:59:06",
            "upload_time_iso_8601": "2024-10-27T21:59:06.133694Z",
            "url": "https://files.pythonhosted.org/packages/e4/68/9c7f60ccb097a86420d058dcc3f575e6b3d663b3a5cde3651443f7087e14/levenshtein-0.26.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6421222f54a1a654eca1c1cd015d32d972d70529eb218d469d516f13eac2149d",
                "md5": "b3450d0418ce46b4ba509cf5878c27cd",
                "sha256": "48825c9f967f922061329d1481b70e9fee937fc68322d6979bc623f69f75bc91"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "b3450d0418ce46b4ba509cf5878c27cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1356116,
            "upload_time": "2024-10-27T21:59:07",
            "upload_time_iso_8601": "2024-10-27T21:59:07.348537Z",
            "url": "https://files.pythonhosted.org/packages/64/21/222f54a1a654eca1c1cd015d32d972d70529eb218d469d516f13eac2149d/levenshtein-0.26.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f65681dced2fa798ea7882bff5682ab566689a4920006ed9aca4fd8d1edb2d2",
                "md5": "cf8ba968560e859920e5e51f2695c24f",
                "sha256": "d8ec137170b95736842f99c0e7a9fd8f5641d0c1b63b08ce027198545d983e2b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf8ba968560e859920e5e51f2695c24f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1135459,
            "upload_time": "2024-10-27T21:59:08",
            "upload_time_iso_8601": "2024-10-27T21:59:08.549978Z",
            "url": "https://files.pythonhosted.org/packages/6f/65/681dced2fa798ea7882bff5682ab566689a4920006ed9aca4fd8d1edb2d2/levenshtein-0.26.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1e81ff8a634c428ed908d20482f77491cca08fa16c96738ad82d9219da138a1",
                "md5": "f266b67b5e47bd2d3f1d03ab034f8287",
                "sha256": "798f2b525a2e90562f1ba9da21010dde0d73730e277acaa5c52d2a6364fd3e2a"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "f266b67b5e47bd2d3f1d03ab034f8287",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 87265,
            "upload_time": "2024-10-27T21:59:09",
            "upload_time_iso_8601": "2024-10-27T21:59:09.780218Z",
            "url": "https://files.pythonhosted.org/packages/a1/e8/1ff8a634c428ed908d20482f77491cca08fa16c96738ad82d9219da138a1/levenshtein-0.26.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ffb44e9747558a7381ea6736e10ac2f871414007915afb94efac423e68cf441",
                "md5": "a77d2d6336fa8b815ae4d678e1bbb288",
                "sha256": "55b1024516c59df55f1cf1a8651659a568f2c5929d863d3da1ce8893753153bd"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a77d2d6336fa8b815ae4d678e1bbb288",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 98518,
            "upload_time": "2024-10-27T21:59:11",
            "upload_time_iso_8601": "2024-10-27T21:59:11.184494Z",
            "url": "https://files.pythonhosted.org/packages/8f/fb/44e9747558a7381ea6736e10ac2f871414007915afb94efac423e68cf441/levenshtein-0.26.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0490c476a74d8ec25d680b9cbf51966d638623a82a2fd4e99b988a383f22a681",
                "md5": "1b17aa3df3e260926a68018e8a42ad67",
                "sha256": "e52575cbc6b9764ea138a6f82d73d3b1bc685fe62e207ff46a963d4c773799f6"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "1b17aa3df3e260926a68018e8a42ad67",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 88086,
            "upload_time": "2024-10-27T21:59:12",
            "upload_time_iso_8601": "2024-10-27T21:59:12.526949Z",
            "url": "https://files.pythonhosted.org/packages/04/90/c476a74d8ec25d680b9cbf51966d638623a82a2fd4e99b988a383f22a681/levenshtein-0.26.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c533685ee7fbe9b8eb4b82d8045255e59dd6943f94e8091697ef3808e7ecf63",
                "md5": "cddedd40ac1a68885d02a57d8a8c7aa2",
                "sha256": "cc741ca406d3704dc331a69c04b061fc952509a069b79cab8287413f434684bd"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cddedd40ac1a68885d02a57d8a8c7aa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 176447,
            "upload_time": "2024-10-27T21:59:13",
            "upload_time_iso_8601": "2024-10-27T21:59:13.443183Z",
            "url": "https://files.pythonhosted.org/packages/4c/53/3685ee7fbe9b8eb4b82d8045255e59dd6943f94e8091697ef3808e7ecf63/levenshtein-0.26.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "827f7d6fe9b76bd030200f8f9b162f3de862d597804d292af292ec3ce9ae8bee",
                "md5": "25749c80dfb006a9ab15bfcb312b0904",
                "sha256": "821ace3b4e1c2e02b43cf5dc61aac2ea43bdb39837ac890919c225a2c3f2fea4"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "25749c80dfb006a9ab15bfcb312b0904",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 157589,
            "upload_time": "2024-10-27T21:59:14",
            "upload_time_iso_8601": "2024-10-27T21:59:14.955625Z",
            "url": "https://files.pythonhosted.org/packages/82/7f/7d6fe9b76bd030200f8f9b162f3de862d597804d292af292ec3ce9ae8bee/levenshtein-0.26.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcd344539e952df93c5d88a95a0edff34af38e4f87330a76e8335bfe2c0f31bf",
                "md5": "1c7246f387dc332df504071839d4affb",
                "sha256": "f92694c9396f55d4c91087efacf81297bef152893806fc54c289fc0254b45384"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1c7246f387dc332df504071839d4affb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 153306,
            "upload_time": "2024-10-27T21:59:17",
            "upload_time_iso_8601": "2024-10-27T21:59:17.164775Z",
            "url": "https://files.pythonhosted.org/packages/bc/d3/44539e952df93c5d88a95a0edff34af38e4f87330a76e8335bfe2c0f31bf/levenshtein-0.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bafe21443c0c50824314e2d2ce7e1e9cd11d21b3643f3c14da156b15b4d399c7",
                "md5": "40a286ffc281c9b10070e47ab6f6a2ad",
                "sha256": "51ba374de7a1797d04a14a4f0ad3602d2d71fef4206bb20a6baaa6b6a502da58"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "40a286ffc281c9b10070e47ab6f6a2ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 184409,
            "upload_time": "2024-10-27T21:59:18",
            "upload_time_iso_8601": "2024-10-27T21:59:18.607362Z",
            "url": "https://files.pythonhosted.org/packages/ba/fe/21443c0c50824314e2d2ce7e1e9cd11d21b3643f3c14da156b15b4d399c7/levenshtein-0.26.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f07bc95066c64bb18628cf7488e0dd6aec2b7cbda307d93ba9ede68a21af2a7b",
                "md5": "d58bfcfa82bbd24fc285489ca0133acf",
                "sha256": "f7aa5c3327dda4ef952769bacec09c09ff5bf426e07fdc94478c37955681885b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d58bfcfa82bbd24fc285489ca0133acf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 193134,
            "upload_time": "2024-10-27T21:59:19",
            "upload_time_iso_8601": "2024-10-27T21:59:19.625364Z",
            "url": "https://files.pythonhosted.org/packages/f0/7b/c95066c64bb18628cf7488e0dd6aec2b7cbda307d93ba9ede68a21af2a7b/levenshtein-0.26.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36225f9760b135bdefb8cf8d663890756136754db03214f929b73185dfa33f05",
                "md5": "8158ef31400bf014513042e52104547d",
                "sha256": "33e2517e8d3c221de2d1183f400aed64211fcfc77077b291ed9f3bb64f141cdc"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8158ef31400bf014513042e52104547d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 162266,
            "upload_time": "2024-10-27T21:59:20",
            "upload_time_iso_8601": "2024-10-27T21:59:20.636723Z",
            "url": "https://files.pythonhosted.org/packages/36/22/5f9760b135bdefb8cf8d663890756136754db03214f929b73185dfa33f05/levenshtein-0.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11506b1a5f3600caae40db0928f6775d7efc62c13dec2407d3d540bc4afdb72c",
                "md5": "44568963280c9b0a90b48b0f1ad6240c",
                "sha256": "9092b622765c7649dd1d8af0f43354723dd6f4e570ac079ffd90b41033957438"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "44568963280c9b0a90b48b0f1ad6240c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 246339,
            "upload_time": "2024-10-27T21:59:21",
            "upload_time_iso_8601": "2024-10-27T21:59:21.971745Z",
            "url": "https://files.pythonhosted.org/packages/11/50/6b1a5f3600caae40db0928f6775d7efc62c13dec2407d3d540bc4afdb72c/levenshtein-0.26.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26ebede282fcb495570898b39a0d2f21bbc9be5587d604c93a518ece80f3e7dc",
                "md5": "2bc8ea869539b89448eb53a6c131599f",
                "sha256": "fc16796c85d7d8b259881d59cc8b5e22e940901928c2ff6924b2c967924e8a0b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2bc8ea869539b89448eb53a6c131599f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1077937,
            "upload_time": "2024-10-27T21:59:23",
            "upload_time_iso_8601": "2024-10-27T21:59:23.527035Z",
            "url": "https://files.pythonhosted.org/packages/26/eb/ede282fcb495570898b39a0d2f21bbc9be5587d604c93a518ece80f3e7dc/levenshtein-0.26.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3541eebe1c4a75f592d9bdc3c2595418f083bcad747e0aec52a1a9ffaae93f5c",
                "md5": "7be336e24698bef2038bbd9882bbc86e",
                "sha256": "e4370733967f5994ceeed8dc211089bedd45832ee688cecea17bfd35a9eb22b9"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7be336e24698bef2038bbd9882bbc86e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1330607,
            "upload_time": "2024-10-27T21:59:24",
            "upload_time_iso_8601": "2024-10-27T21:59:24.849870Z",
            "url": "https://files.pythonhosted.org/packages/35/41/eebe1c4a75f592d9bdc3c2595418f083bcad747e0aec52a1a9ffaae93f5c/levenshtein-0.26.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "128e4d34b1857adfd69c2a72d84bca1b8538d4cfaaf6fddd8599573f4281a9d1",
                "md5": "eb5a178cd93ba5b7701fe5630c85d092",
                "sha256": "3535ecfd88c9b283976b5bc61265855f59bba361881e92ed2b5367b6990c93fe"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "eb5a178cd93ba5b7701fe5630c85d092",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1197505,
            "upload_time": "2024-10-27T21:59:26",
            "upload_time_iso_8601": "2024-10-27T21:59:26.074174Z",
            "url": "https://files.pythonhosted.org/packages/12/8e/4d34b1857adfd69c2a72d84bca1b8538d4cfaaf6fddd8599573f4281a9d1/levenshtein-0.26.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c07b6afcda1b0a0622cedaa4f7a5b3507c2384a7358fc051ccf619e5d2453bf2",
                "md5": "3e7b19b90bb673cbefc0b0f02685e73f",
                "sha256": "90236e93d98bdfd708883a6767826fafd976dac8af8fc4a0fb423d4fa08e1bf0"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "3e7b19b90bb673cbefc0b0f02685e73f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1352832,
            "upload_time": "2024-10-27T21:59:27",
            "upload_time_iso_8601": "2024-10-27T21:59:27.333304Z",
            "url": "https://files.pythonhosted.org/packages/c0/7b/6afcda1b0a0622cedaa4f7a5b3507c2384a7358fc051ccf619e5d2453bf2/levenshtein-0.26.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "215e0ed4e7b5c820b6bc40e2c391633292c3666400339042a3d306f0dc8fdcb4",
                "md5": "c7fd2827b5670bd489e1332839f40d5a",
                "sha256": "04b7cabb82edf566b1579b3ed60aac0eec116655af75a3c551fee8754ffce2ea"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c7fd2827b5670bd489e1332839f40d5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1135970,
            "upload_time": "2024-10-27T21:59:28",
            "upload_time_iso_8601": "2024-10-27T21:59:28.898162Z",
            "url": "https://files.pythonhosted.org/packages/21/5e/0ed4e7b5c820b6bc40e2c391633292c3666400339042a3d306f0dc8fdcb4/levenshtein-0.26.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9913ff1abacb58642749dfd130ad855370e01b9c7aeaa73801964361f6e355f",
                "md5": "0d1dfe7a4c02259e2fc58ca07bc4f25b",
                "sha256": "ae382af8c76f6d2a040c0d9ca978baf461702ceb3f79a0a3f6da8d596a484c5b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "0d1dfe7a4c02259e2fc58ca07bc4f25b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 87599,
            "upload_time": "2024-10-27T21:59:30",
            "upload_time_iso_8601": "2024-10-27T21:59:30.085911Z",
            "url": "https://files.pythonhosted.org/packages/c9/91/3ff1abacb58642749dfd130ad855370e01b9c7aeaa73801964361f6e355f/levenshtein-0.26.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df9727f3ba7843a3fb2a0f3db825358beea2a52bc96258874ee80cb2e5ecabb",
                "md5": "af1ebada8533409aba5ba6976ca8f221",
                "sha256": "fd091209798cfdce53746f5769987b4108fe941c54fb2e058c016ffc47872918"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "af1ebada8533409aba5ba6976ca8f221",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 98809,
            "upload_time": "2024-10-27T21:59:31",
            "upload_time_iso_8601": "2024-10-27T21:59:31.029686Z",
            "url": "https://files.pythonhosted.org/packages/7d/f9/727f3ba7843a3fb2a0f3db825358beea2a52bc96258874ee80cb2e5ecabb/levenshtein-0.26.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4f4f87f19222d279dbac429b9bc7ccae271d900fd9c48a581b8bc180ba6cd09",
                "md5": "52d763b2ac5a2ac9bc5db5cd56f3a733",
                "sha256": "7e82f2ea44a81ad6b30d92a110e04cd3c8c7c6034b629aca30a3067fa174ae89"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "52d763b2ac5a2ac9bc5db5cd56f3a733",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 88227,
            "upload_time": "2024-10-27T21:59:32",
            "upload_time_iso_8601": "2024-10-27T21:59:32.366951Z",
            "url": "https://files.pythonhosted.org/packages/d4/f4/f87f19222d279dbac429b9bc7ccae271d900fd9c48a581b8bc180ba6cd09/levenshtein-0.26.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ed6b4b522b94d7b387c023d22944590befc0ac6b766ac6d197afd879ddd77fc",
                "md5": "2bc6fc63d7d550cfc580220a432a29be",
                "sha256": "790374a9f5d2cbdb30ee780403a62e59bef51453ac020668c1564d1e43438f0e"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2bc6fc63d7d550cfc580220a432a29be",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 175836,
            "upload_time": "2024-10-27T21:59:33",
            "upload_time_iso_8601": "2024-10-27T21:59:33.333611Z",
            "url": "https://files.pythonhosted.org/packages/7e/d6/b4b522b94d7b387c023d22944590befc0ac6b766ac6d197afd879ddd77fc/levenshtein-0.26.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "257606d1e26a8e6d0de68ef4a157dd57f6b342413c03550309e4aa095a453b28",
                "md5": "af1dbcab651b4b0d00dff6679b860a85",
                "sha256": "7b05c0415c386d00efda83d48db9db68edd02878d6dbc6df01194f12062be1bb"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "af1dbcab651b4b0d00dff6679b860a85",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 157036,
            "upload_time": "2024-10-27T21:59:34",
            "upload_time_iso_8601": "2024-10-27T21:59:34.399463Z",
            "url": "https://files.pythonhosted.org/packages/25/76/06d1e26a8e6d0de68ef4a157dd57f6b342413c03550309e4aa095a453b28/levenshtein-0.26.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e2321209a9e96b878aede3bea104533866762ba621e36fc344aa080db5feb02",
                "md5": "46a66c46d1e27649bc45d95a10495d25",
                "sha256": "c3114586032361722ddededf28401ce5baf1cf617f9f49fb86b8766a45a423ff"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "46a66c46d1e27649bc45d95a10495d25",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 153326,
            "upload_time": "2024-10-27T21:59:36",
            "upload_time_iso_8601": "2024-10-27T21:59:36.150252Z",
            "url": "https://files.pythonhosted.org/packages/7e/23/21209a9e96b878aede3bea104533866762ba621e36fc344aa080db5feb02/levenshtein-0.26.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06389fc68685fffd8863b13864552eba8f3eb6a82a4dc558bf2c6553c2347d6c",
                "md5": "d3da6de7cd6fbfa274c79ecc9241f6a9",
                "sha256": "2532f8a13b68bf09f152d906f118a88da2063da22f44c90e904b142b0a53d534"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d3da6de7cd6fbfa274c79ecc9241f6a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 183693,
            "upload_time": "2024-10-27T21:59:37",
            "upload_time_iso_8601": "2024-10-27T21:59:37.705334Z",
            "url": "https://files.pythonhosted.org/packages/06/38/9fc68685fffd8863b13864552eba8f3eb6a82a4dc558bf2c6553c2347d6c/levenshtein-0.26.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f682ccd7bdd7d431329da025e649c63b731df44f8cf31b957e269ae1c1dc9a8e",
                "md5": "2387eed555fc0afae093dc211ae1f496",
                "sha256": "219c30be6aa734bf927188d1208b7d78d202a3eb017b1c5f01ab2034d2d4ccca"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2387eed555fc0afae093dc211ae1f496",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 190581,
            "upload_time": "2024-10-27T21:59:39",
            "upload_time_iso_8601": "2024-10-27T21:59:39.146623Z",
            "url": "https://files.pythonhosted.org/packages/f6/82/ccd7bdd7d431329da025e649c63b731df44f8cf31b957e269ae1c1dc9a8e/levenshtein-0.26.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ec557f90b4aea1f89f853872b27a5a5dbce37b89ffeae42c02060b3e82038b2",
                "md5": "b9f5c8c65ec2e135a09b4fe02628a5fb",
                "sha256": "397e245e77f87836308bd56305bba630010cd8298c34c4c44bd94990cdb3b7b1"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9f5c8c65ec2e135a09b4fe02628a5fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 162446,
            "upload_time": "2024-10-27T21:59:40",
            "upload_time_iso_8601": "2024-10-27T21:59:40.169066Z",
            "url": "https://files.pythonhosted.org/packages/6e/c5/57f90b4aea1f89f853872b27a5a5dbce37b89ffeae42c02060b3e82038b2/levenshtein-0.26.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcdadf6acca738921f896ce2d178821be866b43a583f85e2d1de63a4f8f78080",
                "md5": "036cf7252010c38320837833b801204f",
                "sha256": "aeff6ea3576f72e26901544c6c55c72a7b79b9983b6f913cba0e9edbf2f87a97"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "036cf7252010c38320837833b801204f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 247123,
            "upload_time": "2024-10-27T21:59:41",
            "upload_time_iso_8601": "2024-10-27T21:59:41.238806Z",
            "url": "https://files.pythonhosted.org/packages/fc/da/df6acca738921f896ce2d178821be866b43a583f85e2d1de63a4f8f78080/levenshtein-0.26.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22fbf44a4c0d7784ccd32e4166714fea61e50f62b232162ae16332f45cb55ab2",
                "md5": "e4b7631dbbb32a70d76242f1cc28b38e",
                "sha256": "a19862e3539a697df722a08793994e334cd12791e8144851e8a1dee95a17ff63"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e4b7631dbbb32a70d76242f1cc28b38e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1077437,
            "upload_time": "2024-10-27T21:59:42",
            "upload_time_iso_8601": "2024-10-27T21:59:42.532101Z",
            "url": "https://files.pythonhosted.org/packages/22/fb/f44a4c0d7784ccd32e4166714fea61e50f62b232162ae16332f45cb55ab2/levenshtein-0.26.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f05ed9b9e7daa13cc7e2184a3c2422bb847f05d354ce15ba113b20d83e9ab366",
                "md5": "9cc6f925760ef4f2be6cb8a0ab19fde4",
                "sha256": "dc3b5a64f57c3c078d58b1e447f7d68cad7ae1b23abe689215d03fc434f8f176"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9cc6f925760ef4f2be6cb8a0ab19fde4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1330362,
            "upload_time": "2024-10-27T21:59:43",
            "upload_time_iso_8601": "2024-10-27T21:59:43.931578Z",
            "url": "https://files.pythonhosted.org/packages/f0/5e/d9b9e7daa13cc7e2184a3c2422bb847f05d354ce15ba113b20d83e9ab366/levenshtein-0.26.1-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf67480d85bb516798014a6849be0225b246f35df4b54499c348c9c9e311f936",
                "md5": "18a0aea7c468148601675be9f62794e6",
                "sha256": "bb6c7347424a91317c5e1b68041677e4c8ed3e7823b5bbaedb95bffb3c3497ea"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "18a0aea7c468148601675be9f62794e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1198721,
            "upload_time": "2024-10-27T21:59:45",
            "upload_time_iso_8601": "2024-10-27T21:59:45.800494Z",
            "url": "https://files.pythonhosted.org/packages/bf/67/480d85bb516798014a6849be0225b246f35df4b54499c348c9c9e311f936/levenshtein-0.26.1-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a7d889ff7d86903b6545665655627113d263c88c6d596c68fb09a640ee4f0a7",
                "md5": "9d3f720c119491fa5ac6e4882da99cbc",
                "sha256": "b817376de4195a207cc0e4ca37754c0e1e1078c2a2d35a6ae502afde87212f9e"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "9d3f720c119491fa5ac6e4882da99cbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1351820,
            "upload_time": "2024-10-27T21:59:47",
            "upload_time_iso_8601": "2024-10-27T21:59:47.291710Z",
            "url": "https://files.pythonhosted.org/packages/9a/7d/889ff7d86903b6545665655627113d263c88c6d596c68fb09a640ee4f0a7/levenshtein-0.26.1-cp313-cp313-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b929cd42273150f08c200ed2d1879486d73502ee35265f162a77952f101d93a0",
                "md5": "7f871b570b9547aabaa61c5ec039449a",
                "sha256": "7b50c3620ff47c9887debbb4c154aaaac3e46be7fc2e5789ee8dbe128bce6a17"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f871b570b9547aabaa61c5ec039449a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1135747,
            "upload_time": "2024-10-27T21:59:48",
            "upload_time_iso_8601": "2024-10-27T21:59:48.616931Z",
            "url": "https://files.pythonhosted.org/packages/b9/29/cd42273150f08c200ed2d1879486d73502ee35265f162a77952f101d93a0/levenshtein-0.26.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d90cbcfa3dd86023e82036662a19fec2fcb48782d3f9fa322d44dc898d95a5d",
                "md5": "d4407c7c9d11f65fa19c9d218261cd23",
                "sha256": "9fb859da90262eb474c190b3ca1e61dee83add022c676520f5c05fdd60df902a"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "d4407c7c9d11f65fa19c9d218261cd23",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 87318,
            "upload_time": "2024-10-27T21:59:49",
            "upload_time_iso_8601": "2024-10-27T21:59:49.813088Z",
            "url": "https://files.pythonhosted.org/packages/1d/90/cbcfa3dd86023e82036662a19fec2fcb48782d3f9fa322d44dc898d95a5d/levenshtein-0.26.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8373372edebc79fd09a8b2382cf1244d279ada5b795124f1e1c4fc73d9fbb00f",
                "md5": "75f8ffb4a207fd06f12b13b368980965",
                "sha256": "8adcc90e3a5bfb0a463581d85e599d950fe3c2938ac6247b29388b64997f6e2d"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "75f8ffb4a207fd06f12b13b368980965",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 98418,
            "upload_time": "2024-10-27T21:59:50",
            "upload_time_iso_8601": "2024-10-27T21:59:50.751609Z",
            "url": "https://files.pythonhosted.org/packages/83/73/372edebc79fd09a8b2382cf1244d279ada5b795124f1e1c4fc73d9fbb00f/levenshtein-0.26.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b26df0160ea5a7bb7a62b3b3d56e9fc5024b440cb59555a90be2347abf2e7888",
                "md5": "79e6e1f88991592902b1cbafac05380c",
                "sha256": "c2599407e029865dc66d210b8804c7768cbdbf60f061d993bb488d5242b0b73e"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "79e6e1f88991592902b1cbafac05380c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 87792,
            "upload_time": "2024-10-27T21:59:51",
            "upload_time_iso_8601": "2024-10-27T21:59:51.817271Z",
            "url": "https://files.pythonhosted.org/packages/b2/6d/f0160ea5a7bb7a62b3b3d56e9fc5024b440cb59555a90be2347abf2e7888/levenshtein-0.26.1-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a58e0adefb276503b3885a0fe27b7de241d7be479e9035057c719e99ede69c57",
                "md5": "ee6b7189972a10b896c349b1a20bc837",
                "sha256": "dc54ced948fc3feafce8ad4ba4239d8ffc733a0d70e40c0363ac2a7ab2b7251e"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee6b7189972a10b896c349b1a20bc837",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 176723,
            "upload_time": "2024-10-27T21:59:52",
            "upload_time_iso_8601": "2024-10-27T21:59:52.772194Z",
            "url": "https://files.pythonhosted.org/packages/a5/8e/0adefb276503b3885a0fe27b7de241d7be479e9035057c719e99ede69c57/levenshtein-0.26.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "741b2f434e11d83b7cb0da8bc9c172dec94e57dbed80c78c4a29b20ebdf6109a",
                "md5": "d00e73371fb9143c5d64144d2b4fd502",
                "sha256": "e6516f69213ae393a220e904332f1a6bfc299ba22cf27a6520a1663a08eba0fb"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d00e73371fb9143c5d64144d2b4fd502",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 157476,
            "upload_time": "2024-10-27T21:59:53",
            "upload_time_iso_8601": "2024-10-27T21:59:53.773323Z",
            "url": "https://files.pythonhosted.org/packages/74/1b/2f434e11d83b7cb0da8bc9c172dec94e57dbed80c78c4a29b20ebdf6109a/levenshtein-0.26.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "626ae559c20b3747a20127543c67fe1577da80a798993a6d21d3b2fdb8a5effc",
                "md5": "04d871d92ebf6e9bfa51b3071dbcbb00",
                "sha256": "f4cfea4eada1746d0c75a864bc7e9e63d4a6e987c852d6cec8d9cb0c83afe25b"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "04d871d92ebf6e9bfa51b3071dbcbb00",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 154495,
            "upload_time": "2024-10-27T21:59:54",
            "upload_time_iso_8601": "2024-10-27T21:59:54.782036Z",
            "url": "https://files.pythonhosted.org/packages/62/6a/e559c20b3747a20127543c67fe1577da80a798993a6d21d3b2fdb8a5effc/levenshtein-0.26.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a95a3e9316fa4cba2d47ff7474ce6e64dbaf63fc384f41913eab297ab6265a3b",
                "md5": "f620d3f9775320eb6e0a5599ef5258c3",
                "sha256": "a323161dfeeac6800eb13cfe76a8194aec589cd948bcf1cdc03f66cc3ec26b72"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f620d3f9775320eb6e0a5599ef5258c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 187004,
            "upload_time": "2024-10-27T21:59:56",
            "upload_time_iso_8601": "2024-10-27T21:59:56.122387Z",
            "url": "https://files.pythonhosted.org/packages/a9/5a/3e9316fa4cba2d47ff7474ce6e64dbaf63fc384f41913eab297ab6265a3b/levenshtein-0.26.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc9c2ea9a33c9ab1bed3b3ead3f0f916baf36afe1d6059140e520cc2c66ecbae",
                "md5": "8997f80366e90fe4e3d2a4003d3cd7ab",
                "sha256": "2c23e749b68ebc9a20b9047317b5cd2053b5856315bc8636037a8adcbb98bed1"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8997f80366e90fe4e3d2a4003d3cd7ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 187004,
            "upload_time": "2024-10-27T21:59:57",
            "upload_time_iso_8601": "2024-10-27T21:59:57.206531Z",
            "url": "https://files.pythonhosted.org/packages/fc/9c/2ea9a33c9ab1bed3b3ead3f0f916baf36afe1d6059140e520cc2c66ecbae/levenshtein-0.26.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8df0dee19f79682113e3c50d8662cad24e4e7a955e6adadaa442347368b5e42",
                "md5": "7260fa565b894b284d87e740a9cb022c",
                "sha256": "8f80dd7432d4b6cf493d012d22148db7af769017deb31273e43406b1fb7f091c"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7260fa565b894b284d87e740a9cb022c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 162991,
            "upload_time": "2024-10-27T21:59:58",
            "upload_time_iso_8601": "2024-10-27T21:59:58.696711Z",
            "url": "https://files.pythonhosted.org/packages/e8/df/0dee19f79682113e3c50d8662cad24e4e7a955e6adadaa442347368b5e42/levenshtein-0.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ad93b04ed7c18944292e1b9900358d380bd00ae82fb46fe12c69bfbaa43381a",
                "md5": "7147dde7e30be07b176094105eb026bb",
                "sha256": "0ae7cd6e4312c6ef34b2e273836d18f9fff518d84d823feff5ad7c49668256e0"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7147dde7e30be07b176094105eb026bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 246120,
            "upload_time": "2024-10-27T21:59:59",
            "upload_time_iso_8601": "2024-10-27T21:59:59.830248Z",
            "url": "https://files.pythonhosted.org/packages/7a/d9/3b04ed7c18944292e1b9900358d380bd00ae82fb46fe12c69bfbaa43381a/levenshtein-0.26.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac6618d688e6057bda231792d967c11d341948288506849c7ee98124061e3c0",
                "md5": "56f9aebeb3b1e5da7bd0a35c20476e19",
                "sha256": "dcdad740e841d791b805421c2b20e859b4ed556396d3063b3aa64cd055be648c"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "56f9aebeb3b1e5da7bd0a35c20476e19",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1077867,
            "upload_time": "2024-10-27T22:00:01",
            "upload_time_iso_8601": "2024-10-27T22:00:01.107925Z",
            "url": "https://files.pythonhosted.org/packages/0a/c6/618d688e6057bda231792d967c11d341948288506849c7ee98124061e3c0/levenshtein-0.26.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091ff98a4861accf158fbe07952e3f49d2e3b79c9243c26f0afaa6dff2728e27",
                "md5": "a56e2b4976f77e92496bf17c7fd9f2f7",
                "sha256": "e07afb1613d6f5fd99abd4e53ad3b446b4efaa0f0d8e9dfb1d6d1b9f3f884d32"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "a56e2b4976f77e92496bf17c7fd9f2f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1331655,
            "upload_time": "2024-10-27T22:00:02",
            "upload_time_iso_8601": "2024-10-27T22:00:02.517283Z",
            "url": "https://files.pythonhosted.org/packages/09/1f/f98a4861accf158fbe07952e3f49d2e3b79c9243c26f0afaa6dff2728e27/levenshtein-0.26.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "874d9a8b3b5cf3634dda57ceab8e1eab0f5ec45726cab38d976e1ded2fd68f82",
                "md5": "65989f87eeeba27c682dffd9d9e8ac15",
                "sha256": "f1add8f1d83099a98ae4ac472d896b7e36db48c39d3db25adf12b373823cdeff"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "65989f87eeeba27c682dffd9d9e8ac15",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1208060,
            "upload_time": "2024-10-27T22:00:03",
            "upload_time_iso_8601": "2024-10-27T22:00:03.886753Z",
            "url": "https://files.pythonhosted.org/packages/87/4d/9a8b3b5cf3634dda57ceab8e1eab0f5ec45726cab38d976e1ded2fd68f82/levenshtein-0.26.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acb8c256a2c262264b93f593ead8e8454f48041d89e47915ac7e48d9f7198766",
                "md5": "55ae303cee0f4833a7b3da6df1a647a3",
                "sha256": "1010814b1d7a60833a951f2756dfc5c10b61d09976ce96a0edae8fecdfb0ea7c"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "55ae303cee0f4833a7b3da6df1a647a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1356313,
            "upload_time": "2024-10-27T22:00:05",
            "upload_time_iso_8601": "2024-10-27T22:00:05.381743Z",
            "url": "https://files.pythonhosted.org/packages/ac/b8/c256a2c262264b93f593ead8e8454f48041d89e47915ac7e48d9f7198766/levenshtein-0.26.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "633322efaec9c3a5acfe25c50eb4094f8adf911c23936503c826ed6f5ad2102c",
                "md5": "e8100c12581d12d08cb5fbe3abde2434",
                "sha256": "33fa329d1bb65ce85e83ceda281aea31cee9f2f6e167092cea54f922080bcc66"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e8100c12581d12d08cb5fbe3abde2434",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1135588,
            "upload_time": "2024-10-27T22:00:06",
            "upload_time_iso_8601": "2024-10-27T22:00:06.857027Z",
            "url": "https://files.pythonhosted.org/packages/63/33/22efaec9c3a5acfe25c50eb4094f8adf911c23936503c826ed6f5ad2102c/levenshtein-0.26.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc0af68c920699dbf70ade3b2b5f8a817fcede44337e852fa4896864c433e367",
                "md5": "36a788263ae39ca037b2aefb5d4ab1a9",
                "sha256": "488a945312f2f16460ab61df5b4beb1ea2254c521668fd142ce6298006296c98"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "36a788263ae39ca037b2aefb5d4ab1a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 87247,
            "upload_time": "2024-10-27T22:00:08",
            "upload_time_iso_8601": "2024-10-27T22:00:08.152357Z",
            "url": "https://files.pythonhosted.org/packages/cc/0a/f68c920699dbf70ade3b2b5f8a817fcede44337e852fa4896864c433e367/levenshtein-0.26.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7676549209629a46b70497f943cf3a4a8042f1335308788838d6e8c0dc8ff23f",
                "md5": "2e9611cdbe284d202a0133299c144c88",
                "sha256": "9f942104adfddd4b336c3997050121328c39479f69de702d7d144abb69ea7ab9"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2e9611cdbe284d202a0133299c144c88",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 98184,
            "upload_time": "2024-10-27T22:00:09",
            "upload_time_iso_8601": "2024-10-27T22:00:09.543344Z",
            "url": "https://files.pythonhosted.org/packages/76/76/549209629a46b70497f943cf3a4a8042f1335308788838d6e8c0dc8ff23f/levenshtein-0.26.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "958ebedab6cafe612455efe5391dec0cca3c66d0178d9dba5a2223bd64f1bb1c",
                "md5": "d2223e1c3019d64b248bca2966bb8af9",
                "sha256": "c1d8f85b2672939f85086ed75effcf768f6077516a3e299c2ba1f91bc4644c22"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d2223e1c3019d64b248bca2966bb8af9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 88163,
            "upload_time": "2024-10-27T22:00:10",
            "upload_time_iso_8601": "2024-10-27T22:00:10.766764Z",
            "url": "https://files.pythonhosted.org/packages/95/8e/bedab6cafe612455efe5391dec0cca3c66d0178d9dba5a2223bd64f1bb1c/levenshtein-0.26.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c94011a601baf1731d6b6927890bb7107f6cf77357dec8a22f269cd8f4ab8631",
                "md5": "d91f6fb5044fbec69040deb9290fca3c",
                "sha256": "6cf8f1efaf90ca585640c5d418c30b7d66d9ac215cee114593957161f63acde0"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d91f6fb5044fbec69040deb9290fca3c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 172550,
            "upload_time": "2024-10-27T22:00:11",
            "upload_time_iso_8601": "2024-10-27T22:00:11.763745Z",
            "url": "https://files.pythonhosted.org/packages/c9/40/11a601baf1731d6b6927890bb7107f6cf77357dec8a22f269cd8f4ab8631/levenshtein-0.26.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "741c070757904b9fb4dfddaf9f43da8e8d9fb6feabd660631cc9e4cb49364d2b",
                "md5": "fdf23abc38ebc53d13172446d2d57a09",
                "sha256": "d5b2953978b8c158dd5cd93af8216a5cfddbf9de66cf5481c2955f44bb20767a"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fdf23abc38ebc53d13172446d2d57a09",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 154546,
            "upload_time": "2024-10-27T22:00:13",
            "upload_time_iso_8601": "2024-10-27T22:00:13.256641Z",
            "url": "https://files.pythonhosted.org/packages/74/1c/070757904b9fb4dfddaf9f43da8e8d9fb6feabd660631cc9e4cb49364d2b/levenshtein-0.26.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "317eef5538895aa96d6f59b5a6ed3c40c3db3b1b0df45807bd23eae250f380b8",
                "md5": "f87b418599d8ecc7496fff0ae6585983",
                "sha256": "b952b3732c4631c49917d4b15d78cb4a2aa006c1d5c12e2a23ba8e18a307a055"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f87b418599d8ecc7496fff0ae6585983",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 152897,
            "upload_time": "2024-10-27T22:00:14",
            "upload_time_iso_8601": "2024-10-27T22:00:14.787772Z",
            "url": "https://files.pythonhosted.org/packages/31/7e/ef5538895aa96d6f59b5a6ed3c40c3db3b1b0df45807bd23eae250f380b8/levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "946528fb5c59871a673f93e72c00c33c43bcc27eff6f9be5e515252e6da28a7f",
                "md5": "1aeb631e85668ae3015987e1707c9c79",
                "sha256": "07227281e12071168e6ae59238918a56d2a0682e529f747b5431664f302c0b42"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1aeb631e85668ae3015987e1707c9c79",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 160411,
            "upload_time": "2024-10-27T22:00:15",
            "upload_time_iso_8601": "2024-10-27T22:00:15.869019Z",
            "url": "https://files.pythonhosted.org/packages/94/65/28fb5c59871a673f93e72c00c33c43bcc27eff6f9be5e515252e6da28a7f/levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cc7b8fe968f92ed672cd346d38f4077586eb7ff63bade2e8d7c93a9259573c4",
                "md5": "384e52398f72ab869525f4cfb74b6aa2",
                "sha256": "8191241cd8934feaf4d05d0cc0e5e72877cbb17c53bbf8c92af9f1aedaa247e9"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "384e52398f72ab869525f4cfb74b6aa2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 247483,
            "upload_time": "2024-10-27T22:00:17",
            "upload_time_iso_8601": "2024-10-27T22:00:17.259949Z",
            "url": "https://files.pythonhosted.org/packages/4c/c7/b8fe968f92ed672cd346d38f4077586eb7ff63bade2e8d7c93a9259573c4/levenshtein-0.26.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f398c119974fdce4808afdf3622230759c871bc4c73287cf34b338db2be936b8",
                "md5": "e02d4a08b9f46bc79c456fb5c90f5b8a",
                "sha256": "9e70d7ee157a9b698c73014f6e2b160830e7d2d64d2e342fefc3079af3c356fc"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e02d4a08b9f46bc79c456fb5c90f5b8a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 95854,
            "upload_time": "2024-10-27T22:00:18",
            "upload_time_iso_8601": "2024-10-27T22:00:18.881139Z",
            "url": "https://files.pythonhosted.org/packages/f3/98/c119974fdce4808afdf3622230759c871bc4c73287cf34b338db2be936b8/levenshtein-0.26.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "541a62400d3b50b60eb8102f15bd14d9aea08ad1dd752a709ccb7991fd5b6310",
                "md5": "a874d4b5535358cab4c440bcb44b00c0",
                "sha256": "0eb3059f826f6cb0a5bca4a85928070f01e8202e7ccafcba94453470f83e49d4"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a874d4b5535358cab4c440bcb44b00c0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 172580,
            "upload_time": "2024-10-27T22:00:20",
            "upload_time_iso_8601": "2024-10-27T22:00:20.285896Z",
            "url": "https://files.pythonhosted.org/packages/54/1a/62400d3b50b60eb8102f15bd14d9aea08ad1dd752a709ccb7991fd5b6310/levenshtein-0.26.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95bf1b2c3921be6b67a0370a641ca6bb2c2a9e552edcd396da9fda34239691f8",
                "md5": "81da9cb2d48f5d6700b2b739dfc91a70",
                "sha256": "6c389e44da12d6fb1d7ba0a709a32a96c9391e9be4160ccb9269f37e040599ee"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "81da9cb2d48f5d6700b2b739dfc91a70",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 154502,
            "upload_time": "2024-10-27T22:00:21",
            "upload_time_iso_8601": "2024-10-27T22:00:21.920452Z",
            "url": "https://files.pythonhosted.org/packages/95/bf/1b2c3921be6b67a0370a641ca6bb2c2a9e552edcd396da9fda34239691f8/levenshtein-0.26.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d18764a26e6b8ad393ebe7a77f5e2576e381b8fec657930a380ea39047bb8b56",
                "md5": "0ffc99d18c73684765636932755b56eb",
                "sha256": "4e9de292f2c51a7d34a0ae23bec05391b8f61f35781cd3e4c6d0533e06250c55"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0ffc99d18c73684765636932755b56eb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 153083,
            "upload_time": "2024-10-27T22:00:23",
            "upload_time_iso_8601": "2024-10-27T22:00:23.036713Z",
            "url": "https://files.pythonhosted.org/packages/d1/87/64a26e6b8ad393ebe7a77f5e2576e381b8fec657930a380ea39047bb8b56/levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1d0becedec0d9c74ae725058a66760740bc96beb572723ba6db4c6028a017ee",
                "md5": "67457fe20e4618f4c833a9b7addff44b",
                "sha256": "9d87215113259efdca8716e53b6d59ab6d6009e119d95d45eccc083148855f33"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "67457fe20e4618f4c833a9b7addff44b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 161030,
            "upload_time": "2024-10-27T22:00:24",
            "upload_time_iso_8601": "2024-10-27T22:00:24.173861Z",
            "url": "https://files.pythonhosted.org/packages/f1/d0/becedec0d9c74ae725058a66760740bc96beb572723ba6db4c6028a017ee/levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9ba6a91218efcbc2b4fdc6567db802473eca14c6d3612e303c296124edb7fa3",
                "md5": "c2d64809f0ae8456d022a3bc64c2f9d5",
                "sha256": "18f00a3eebf68a82fb651d8d0e810c10bfaa60c555d21dde3ff81350c74fb4c2"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c2d64809f0ae8456d022a3bc64c2f9d5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 246542,
            "upload_time": "2024-10-27T22:00:25",
            "upload_time_iso_8601": "2024-10-27T22:00:25.319481Z",
            "url": "https://files.pythonhosted.org/packages/c9/ba/6a91218efcbc2b4fdc6567db802473eca14c6d3612e303c296124edb7fa3/levenshtein-0.26.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "946004282db259ec806f1c0f098f6b34ac5832e702dd746780f4b90050138ec8",
                "md5": "f81dd0d60b0f8e17a1d83a095264050f",
                "sha256": "b3554c1b59de63d05075577380340c185ff41b028e541c0888fddab3c259a2b4"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f81dd0d60b0f8e17a1d83a095264050f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 95980,
            "upload_time": "2024-10-27T22:00:26",
            "upload_time_iso_8601": "2024-10-27T22:00:26.468116Z",
            "url": "https://files.pythonhosted.org/packages/94/60/04282db259ec806f1c0f098f6b34ac5832e702dd746780f4b90050138ec8/levenshtein-0.26.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e679807d3b59a67dd78bb77072ca6a28d8db0935161fecf935e6c38c5f6825",
                "md5": "aebd196b9cd79e1715027bc7ff612eb9",
                "sha256": "0d19ba22330d50609b2349021ec3cf7d905c6fe21195a2d0d876a146e7ed2575"
            },
            "downloads": -1,
            "filename": "levenshtein-0.26.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aebd196b9cd79e1715027bc7ff612eb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 374307,
            "upload_time": "2024-10-27T22:00:28",
            "upload_time_iso_8601": "2024-10-27T22:00:28.009216Z",
            "url": "https://files.pythonhosted.org/packages/97/e6/79807d3b59a67dd78bb77072ca6a28d8db0935161fecf935e6c38c5f6825/levenshtein-0.26.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 22:00:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "levenshtein"
}
        
Elapsed time: 0.55710s