Levenshtein


NameLevenshtein JSON
Version 0.25.1 PyPI version JSON
download
home_pagehttps://github.com/rapidfuzz/Levenshtein
SummaryPython extension for computing string edit distances and similarities.
upload_time2024-04-07 12:26:12
maintainerNone
docs_urlNone
authorMax Bachmann
requires_python>=3.8
licenseGPL
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.8 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": "https://github.com/rapidfuzz/Levenshtein",
    "name": "Levenshtein",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Max Bachmann",
    "author_email": "pypi@maxbachmann.de",
    "download_url": "https://files.pythonhosted.org/packages/56/4b/9ca0071caba0ebe3dac4f9c97086f2cc07d1b908a97da26330c6ddbb0174/Levenshtein-0.25.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.8 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": "GPL",
    "summary": "Python extension for computing string edit distances and similarities.",
    "version": "0.25.1",
    "project_urls": {
        "Homepage": "https://github.com/rapidfuzz/Levenshtein"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2f01878c6704526467b080d62a7abca7ca5fb564cf21e2edd9a322949fbc196",
                "md5": "a580b7527e47264c6d64afa8ba39d889",
                "sha256": "eb4d1ec9f2dcbde1757c4b7fb65b8682bc2de45b9552e201988f287548b7abdf"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a580b7527e47264c6d64afa8ba39d889",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 223297,
            "upload_time": "2024-04-07T12:23:33",
            "upload_time_iso_8601": "2024-04-07T12:23:33.055974Z",
            "url": "https://files.pythonhosted.org/packages/b2/f0/1878c6704526467b080d62a7abca7ca5fb564cf21e2edd9a322949fbc196/Levenshtein-0.25.1-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7100c75024a40fc640d910cf2e19fccbfde48e2a0a1cf1a43ec394929e51b05c",
                "md5": "dd4785a29cb857c73657dab95412dde4",
                "sha256": "b4d9fa3affef48a7e727cdbd0d9502cd060da86f34d8b3627edd769d347570e2"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd4785a29cb857c73657dab95412dde4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 135425,
            "upload_time": "2024-04-07T12:23:35",
            "upload_time_iso_8601": "2024-04-07T12:23:35.506905Z",
            "url": "https://files.pythonhosted.org/packages/71/00/c75024a40fc640d910cf2e19fccbfde48e2a0a1cf1a43ec394929e51b05c/Levenshtein-0.25.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "584debb238a39da4877493a41fc41763de3eb006fad13a531947f64f33622cfe",
                "md5": "55e26ac42038a170545169074cbe8e38",
                "sha256": "c1b6cd186e58196ff8b402565317e9346b408d0c04fa0ed12ce4868c0fcb6d03"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "55e26ac42038a170545169074cbe8e38",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 103666,
            "upload_time": "2024-04-07T12:23:37",
            "upload_time_iso_8601": "2024-04-07T12:23:37.369378Z",
            "url": "https://files.pythonhosted.org/packages/58/4d/ebb238a39da4877493a41fc41763de3eb006fad13a531947f64f33622cfe/Levenshtein-0.25.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84b4db650cdd76e5d4f8a46ef71c643e74fbe14e0187ca2cb123601e718efa55",
                "md5": "8e0f3184423dfbfa262489c065613bcd",
                "sha256": "82637ef5428384dd1812849dd7328992819bf0c4a20bff0a3b3ee806821af7ed"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8e0f3184423dfbfa262489c065613bcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 169352,
            "upload_time": "2024-04-07T12:23:39",
            "upload_time_iso_8601": "2024-04-07T12:23:39.284350Z",
            "url": "https://files.pythonhosted.org/packages/84/b4/db650cdd76e5d4f8a46ef71c643e74fbe14e0187ca2cb123601e718efa55/Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67163580bbe9debe193d15637e04617d6df90ca53c9909eb02aad178e43196d0",
                "md5": "47df083751f40809d6425858ba714360",
                "sha256": "e73656da6cc3e32a6e4bcd48562fcb64599ef124997f2c91f5320d7f1532c069"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "47df083751f40809d6425858ba714360",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 202248,
            "upload_time": "2024-04-07T12:23:40",
            "upload_time_iso_8601": "2024-04-07T12:23:40.786334Z",
            "url": "https://files.pythonhosted.org/packages/67/16/3580bbe9debe193d15637e04617d6df90ca53c9909eb02aad178e43196d0/Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d29d26983e7e205d27147655888af5753e215065ad31646f79ae9900b698971",
                "md5": "5926a9620737a9ffad4d647c42fb92ec",
                "sha256": "5abff796f92cdfba69b9cbf6527afae918d0e95cbfac000bd84017f74e0bd427"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5926a9620737a9ffad4d647c42fb92ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 200974,
            "upload_time": "2024-04-07T12:23:42",
            "upload_time_iso_8601": "2024-04-07T12:23:42.784277Z",
            "url": "https://files.pythonhosted.org/packages/1d/29/d26983e7e205d27147655888af5753e215065ad31646f79ae9900b698971/Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d247e6a483e7b8f904467303f68b31a848fb9b07eb2807e9a94d3ca29e0616c",
                "md5": "fc42508c64a161ddb03ddcfcf88146e8",
                "sha256": "38827d82f2ca9cb755da6f03e686866f2f411280db005f4304272378412b4cba"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc42508c64a161ddb03ddcfcf88146e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 177354,
            "upload_time": "2024-04-07T12:23:44",
            "upload_time_iso_8601": "2024-04-07T12:23:44.748562Z",
            "url": "https://files.pythonhosted.org/packages/4d/24/7e6a483e7b8f904467303f68b31a848fb9b07eb2807e9a94d3ca29e0616c/Levenshtein-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e7a40a19fbe7945c819adb4b7ad87f76347ef1878d2f72d1b6ac13179ba2d92",
                "md5": "f511f03ae903a9fb71ad2e0e84cb8df5",
                "sha256": "2b989df1e3231261a87d68dfa001a2070771e178b09650f9cf99a20e3d3abc28"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f511f03ae903a9fb71ad2e0e84cb8df5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 265033,
            "upload_time": "2024-04-07T12:23:46",
            "upload_time_iso_8601": "2024-04-07T12:23:46.179550Z",
            "url": "https://files.pythonhosted.org/packages/1e/7a/40a19fbe7945c819adb4b7ad87f76347ef1878d2f72d1b6ac13179ba2d92/Levenshtein-0.25.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": "0670867df57a5fe7f3a359aec9cc116ff3f003a097855435ad09e1f5eff43e0a",
                "md5": "4e5ca9536a0f382a7930c6ec08fab0c3",
                "sha256": "2011d3b3897d438a2f88ef7aed7747f28739cae8538ec7c18c33dd989930c7a0"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4e5ca9536a0f382a7930c6ec08fab0c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 645488,
            "upload_time": "2024-04-07T12:23:47",
            "upload_time_iso_8601": "2024-04-07T12:23:47.834798Z",
            "url": "https://files.pythonhosted.org/packages/06/70/867df57a5fe7f3a359aec9cc116ff3f003a097855435ad09e1f5eff43e0a/Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c73d35437b502e8a2248faeaff8a7923c537a162518813bd82811ee93836a2ee",
                "md5": "14e9d98cbbe6f89389a2ea119a7acf7c",
                "sha256": "6c375b33ec7acc1c6855e8ee8c7c8ac6262576ffed484ff5c556695527f49686"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "14e9d98cbbe6f89389a2ea119a7acf7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 757472,
            "upload_time": "2024-04-07T12:23:50",
            "upload_time_iso_8601": "2024-04-07T12:23:50.001501Z",
            "url": "https://files.pythonhosted.org/packages/c7/3d/35437b502e8a2248faeaff8a7923c537a162518813bd82811ee93836a2ee/Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "384d80eb788fcd74e247e206f77235bca6427f8c365d93016d6bfd5b6d915ae4",
                "md5": "291767931346edc9b6abd428b733e709",
                "sha256": "ce0cb9dd012ef1bf4d5b9d40603e7709b6581aec5acd32fcea9b371b294ca7aa"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "291767931346edc9b6abd428b733e709",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 710497,
            "upload_time": "2024-04-07T12:23:52",
            "upload_time_iso_8601": "2024-04-07T12:23:52.185516Z",
            "url": "https://files.pythonhosted.org/packages/38/4d/80eb788fcd74e247e206f77235bca6427f8c365d93016d6bfd5b6d915ae4/Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22761333f2c343a952bbedc87d8efb0a5506fe309de81ce3b4dcd2d4582fa6c6",
                "md5": "3181d60900bea7d5f171bfb917e1db78",
                "sha256": "9da9ecb81bae67d784defed7274f894011259b038ec31f2339c4958157970115"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "3181d60900bea7d5f171bfb917e1db78",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 732611,
            "upload_time": "2024-04-07T12:23:54",
            "upload_time_iso_8601": "2024-04-07T12:23:54.684643Z",
            "url": "https://files.pythonhosted.org/packages/22/76/1333f2c343a952bbedc87d8efb0a5506fe309de81ce3b4dcd2d4582fa6c6/Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42b36b3c1dce4bfe8d483c43049b6be8b1b2fc83e77524d3450217855f3d2bb6",
                "md5": "5d8530ec111dc9d43ad715c6735ee993",
                "sha256": "3bd7be5dbe5f4a1b691f381e39512927b39d1e195bd0ad61f9bf217a25bf36c9"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d8530ec111dc9d43ad715c6735ee993",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 667055,
            "upload_time": "2024-04-07T12:23:56",
            "upload_time_iso_8601": "2024-04-07T12:23:56.336444Z",
            "url": "https://files.pythonhosted.org/packages/42/b3/6b3c1dce4bfe8d483c43049b6be8b1b2fc83e77524d3450217855f3d2bb6/Levenshtein-0.25.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ca7809a979f7bd95f98208b5c83acfe8f827a5c0bf71ce0c136b06a63d208c7",
                "md5": "9c2121699c58b26127b9ce5babf15e32",
                "sha256": "f6abb9ced98261de67eb495b95e1d2325fa42b0344ed5763f7c0f36ee2e2bdba"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "9c2121699c58b26127b9ce5babf15e32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 87883,
            "upload_time": "2024-04-07T12:23:58",
            "upload_time_iso_8601": "2024-04-07T12:23:58.222906Z",
            "url": "https://files.pythonhosted.org/packages/1c/a7/809a979f7bd95f98208b5c83acfe8f827a5c0bf71ce0c136b06a63d208c7/Levenshtein-0.25.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76ecd926777214f2ac00fcd31520032e4646ad5ee2189d006e10f546f455ecbd",
                "md5": "01ba63cc6a3eba46a85bbe4227168a51",
                "sha256": "97581af3e0a6d359af85c6cf06e51f77f4d635f7109ff7f8ed7fd634d8d8c923"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01ba63cc6a3eba46a85bbe4227168a51",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 98331,
            "upload_time": "2024-04-07T12:24:00",
            "upload_time_iso_8601": "2024-04-07T12:24:00.095716Z",
            "url": "https://files.pythonhosted.org/packages/76/ec/d926777214f2ac00fcd31520032e4646ad5ee2189d006e10f546f455ecbd/Levenshtein-0.25.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f38ef67f920974067baa100eaf51401bc4b6c8b503f16485c7e5e9484ad0f8f",
                "md5": "07111a02b46c7ef6961b3ba4f41d75d9",
                "sha256": "9ba008f490788c6d8d5a10735fcf83559965be97e4ef0812db388a84b1cc736a"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "07111a02b46c7ef6961b3ba4f41d75d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 87635,
            "upload_time": "2024-04-07T12:24:02",
            "upload_time_iso_8601": "2024-04-07T12:24:02.111462Z",
            "url": "https://files.pythonhosted.org/packages/0f/38/ef67f920974067baa100eaf51401bc4b6c8b503f16485c7e5e9484ad0f8f/Levenshtein-0.25.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d3f714710da7c556d59fde54aae860eec7adbc03ace91d4317ca70799b51d0c",
                "md5": "e3af8b47f6ee5622354e4d9c92d2c9a3",
                "sha256": "f57d9cf06dac55c2d2f01f0d06e32acc074ab9a902921dc8fddccfb385053ad5"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "e3af8b47f6ee5622354e4d9c92d2c9a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 223141,
            "upload_time": "2024-04-07T12:24:03",
            "upload_time_iso_8601": "2024-04-07T12:24:03.584599Z",
            "url": "https://files.pythonhosted.org/packages/5d/3f/714710da7c556d59fde54aae860eec7adbc03ace91d4317ca70799b51d0c/Levenshtein-0.25.1-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2638a817f56c7519791acd73d3f4fe7f753da294d7221f9f8a867d69964dd4",
                "md5": "79e320c5921a236e8d0bd02ee3de8389",
                "sha256": "22b60c6d791f4ca67a3686b557ddb2a48de203dae5214f220f9dddaab17f44bb"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79e320c5921a236e8d0bd02ee3de8389",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 135384,
            "upload_time": "2024-04-07T12:24:04",
            "upload_time_iso_8601": "2024-04-07T12:24:04.990552Z",
            "url": "https://files.pythonhosted.org/packages/fc/26/38a817f56c7519791acd73d3f4fe7f753da294d7221f9f8a867d69964dd4/Levenshtein-0.25.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8be30e928f0b75e7b6e28c325a72442291ee6b60687cf42a5045fd35ce115605",
                "md5": "306285e4095a687af8f6cd11c46cbefb",
                "sha256": "d0444ee62eccf1e6cedc7c5bc01a9face6ff70cc8afa3f3ca9340e4e16f601a4"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "306285e4095a687af8f6cd11c46cbefb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 103589,
            "upload_time": "2024-04-07T12:24:06",
            "upload_time_iso_8601": "2024-04-07T12:24:06.331028Z",
            "url": "https://files.pythonhosted.org/packages/8b/e3/0e928f0b75e7b6e28c325a72442291ee6b60687cf42a5045fd35ce115605/Levenshtein-0.25.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca9cf07b4b8ef8a22a5a3994be9a7aea051139c10955e23ac92a61bebe1ae052",
                "md5": "17e5599e699fb53a9c77a31ed10535e8",
                "sha256": "7e8758be8221a274c83924bae8dd8f42041792565a3c3bdd3c10e3f9b4a5f94e"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "17e5599e699fb53a9c77a31ed10535e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 169466,
            "upload_time": "2024-04-07T12:24:07",
            "upload_time_iso_8601": "2024-04-07T12:24:07.647314Z",
            "url": "https://files.pythonhosted.org/packages/ca/9c/f07b4b8ef8a22a5a3994be9a7aea051139c10955e23ac92a61bebe1ae052/Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c305817f8b28a170b8962f381ed5cea64ee16748b4ceae076a6652551a7bb1c4",
                "md5": "3a29a016832d702a3cd3427b20882557",
                "sha256": "147221cfb1d03ed81d22fdd2a4c7fc2112062941b689e027a30d2b75bbced4a3"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3a29a016832d702a3cd3427b20882557",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 202346,
            "upload_time": "2024-04-07T12:24:09",
            "upload_time_iso_8601": "2024-04-07T12:24:09.052835Z",
            "url": "https://files.pythonhosted.org/packages/c3/05/817f8b28a170b8962f381ed5cea64ee16748b4ceae076a6652551a7bb1c4/Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0254c0cd279ed68add16449c56ab416ef953b72a023f02066f3130c113b39263",
                "md5": "1b293a9b01a0aa8dd2f488d2c2716b0a",
                "sha256": "a454d5bc4f4a289f5471418788517cc122fcc00d5a8aba78c54d7984840655a2"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1b293a9b01a0aa8dd2f488d2c2716b0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 201539,
            "upload_time": "2024-04-07T12:24:11",
            "upload_time_iso_8601": "2024-04-07T12:24:11.019795Z",
            "url": "https://files.pythonhosted.org/packages/02/54/c0cd279ed68add16449c56ab416ef953b72a023f02066f3130c113b39263/Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73d90dd6998bc686bfbbfef69eb424620a0f0776cd070776681c1239493f9ea2",
                "md5": "251c54c434e7e012a591efe5ac0237fe",
                "sha256": "5c25f3778bbac78286bef2df0ca80f50517b42b951af0a5ddaec514412f79fac"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "251c54c434e7e012a591efe5ac0237fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 177181,
            "upload_time": "2024-04-07T12:24:12",
            "upload_time_iso_8601": "2024-04-07T12:24:12.713809Z",
            "url": "https://files.pythonhosted.org/packages/73/d9/0dd6998bc686bfbbfef69eb424620a0f0776cd070776681c1239493f9ea2/Levenshtein-0.25.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4fa93588ce680984250383336d3fce0e8a3df1b959a8f771296765c3d655fd9",
                "md5": "fa5654882d05e294f94a98e2b892c974",
                "sha256": "181486cf465aff934694cc9a19f3898a1d28025a9a5f80fc1608217e7cd1c799"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fa5654882d05e294f94a98e2b892c974",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 267342,
            "upload_time": "2024-04-07T12:24:14",
            "upload_time_iso_8601": "2024-04-07T12:24:14.151476Z",
            "url": "https://files.pythonhosted.org/packages/e4/fa/93588ce680984250383336d3fce0e8a3df1b959a8f771296765c3d655fd9/Levenshtein-0.25.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": "97bd587a5beab993d46952da56418619922be6f33b5be6540922bbdfb6b3866a",
                "md5": "343da3a290cdc52a80b16820442158f6",
                "sha256": "b8db9f672a5d150706648b37b044dba61f36ab7216c6a121cebbb2899d7dfaa3"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "343da3a290cdc52a80b16820442158f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 645683,
            "upload_time": "2024-04-07T12:24:15",
            "upload_time_iso_8601": "2024-04-07T12:24:15.740676Z",
            "url": "https://files.pythonhosted.org/packages/97/bd/587a5beab993d46952da56418619922be6f33b5be6540922bbdfb6b3866a/Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4607a97aa53a5ed0aa3200baf7a47c5c0fce961b443338f051bc64b9a459982e",
                "md5": "03e23224762a9f9fc6679b924595df22",
                "sha256": "f2a69fe5ddea586d439f9a50d0c51952982f6c0db0e3573b167aa17e6d1dfc48"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "03e23224762a9f9fc6679b924595df22",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 757447,
            "upload_time": "2024-04-07T12:24:17",
            "upload_time_iso_8601": "2024-04-07T12:24:17.807750Z",
            "url": "https://files.pythonhosted.org/packages/46/07/a97aa53a5ed0aa3200baf7a47c5c0fce961b443338f051bc64b9a459982e/Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb3a3c89c2d84885e45889662cd8a9c7ed692833792cf8196851f44b26e066a8",
                "md5": "1ae8ec4d8ef1ea8caeec21c5eb711833",
                "sha256": "3b684675a3bd35efa6997856e73f36c8a41ef62519e0267dcbeefd15e26cae71"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1ae8ec4d8ef1ea8caeec21c5eb711833",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 711137,
            "upload_time": "2024-04-07T12:24:19",
            "upload_time_iso_8601": "2024-04-07T12:24:19.607464Z",
            "url": "https://files.pythonhosted.org/packages/eb/3a/3c89c2d84885e45889662cd8a9c7ed692833792cf8196851f44b26e066a8/Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bc4072acf0fe408bc4b436b3c8ba276040e0e0469725caed2b4921c2cec3adc",
                "md5": "a96e88b0e729bf9c16e6b026c704feb4",
                "sha256": "cc707ef7edb71f6bf8339198b929ead87c022c78040e41668a4db68360129cef"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "a96e88b0e729bf9c16e6b026c704feb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 732661,
            "upload_time": "2024-04-07T12:24:21",
            "upload_time_iso_8601": "2024-04-07T12:24:21.404820Z",
            "url": "https://files.pythonhosted.org/packages/0b/c4/072acf0fe408bc4b436b3c8ba276040e0e0469725caed2b4921c2cec3adc/Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bd9b31254b20bc5c600c48039840ea56793e191677dd8e2ed59fea2b0c6658a",
                "md5": "26a71d29a8f5e35b7fb1a7c39cab5e16",
                "sha256": "41512c436b8c691326e2d07786d906cba0e92b5e3f455bf338befb302a0ca76d"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26a71d29a8f5e35b7fb1a7c39cab5e16",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 667162,
            "upload_time": "2024-04-07T12:24:23",
            "upload_time_iso_8601": "2024-04-07T12:24:23.610266Z",
            "url": "https://files.pythonhosted.org/packages/3b/d9/b31254b20bc5c600c48039840ea56793e191677dd8e2ed59fea2b0c6658a/Levenshtein-0.25.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "874efa48c186ad76875b2db2442194b7b062bea21c2ab2243d76382ef47b44d7",
                "md5": "49e8ebe8c1d2647de0960e05447e8dc1",
                "sha256": "2a3830175c01ade832ba0736091283f14a6506a06ffe8c846f66d9fbca91562f"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "49e8ebe8c1d2647de0960e05447e8dc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 87923,
            "upload_time": "2024-04-07T12:24:24",
            "upload_time_iso_8601": "2024-04-07T12:24:24.971466Z",
            "url": "https://files.pythonhosted.org/packages/87/4e/fa48c186ad76875b2db2442194b7b062bea21c2ab2243d76382ef47b44d7/Levenshtein-0.25.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47194528246e25bb79fa8d4adae6640251c613f05eb310d79307d1ac53c7bf28",
                "md5": "f9a3d71d46d3559735b28892b840ad78",
                "sha256": "9e0af4e6e023e0c8f79af1d1ca5f289094eb91201f08ad90f426d71e4ae84052"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f9a3d71d46d3559735b28892b840ad78",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 98356,
            "upload_time": "2024-04-07T12:24:26",
            "upload_time_iso_8601": "2024-04-07T12:24:26.867488Z",
            "url": "https://files.pythonhosted.org/packages/47/19/4528246e25bb79fa8d4adae6640251c613f05eb310d79307d1ac53c7bf28/Levenshtein-0.25.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b63176f76fa1d27ce94e69178a38a19320bf13d1a2572441efe8ef4f93400d3f",
                "md5": "fdd7c54a860aa23e66125c1bb0290581",
                "sha256": "38e5d9a1d737d7b49fa17d6a4c03a0359288154bf46dc93b29403a9dd0cd1a7d"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "fdd7c54a860aa23e66125c1bb0290581",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 87757,
            "upload_time": "2024-04-07T12:24:28",
            "upload_time_iso_8601": "2024-04-07T12:24:28.125075Z",
            "url": "https://files.pythonhosted.org/packages/b6/31/76f76fa1d27ce94e69178a38a19320bf13d1a2572441efe8ef4f93400d3f/Levenshtein-0.25.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba6a5cd15e65b6fb488c3988c19efe362cf8f8619ba1e7d7978edecbdda4335c",
                "md5": "b719a7ad923e6e9520590ae54eb85482",
                "sha256": "4a40fa16ecd0bf9e557db67131aabeea957f82fe3e8df342aa413994c710c34e"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b719a7ad923e6e9520590ae54eb85482",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 223326,
            "upload_time": "2024-04-07T12:24:29",
            "upload_time_iso_8601": "2024-04-07T12:24:29.512067Z",
            "url": "https://files.pythonhosted.org/packages/ba/6a/5cd15e65b6fb488c3988c19efe362cf8f8619ba1e7d7978edecbdda4335c/Levenshtein-0.25.1-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5235f5feb7ee2d4c41482329217abe176f24a92e6409074442184245b5423b7e",
                "md5": "0cca847c31c875b0e17473c227c6247e",
                "sha256": "4f7d2045d5927cffa65a0ac671c263edbfb17d880fdce2d358cd0bda9bcf2b6d"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cca847c31c875b0e17473c227c6247e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 135488,
            "upload_time": "2024-04-07T12:24:31",
            "upload_time_iso_8601": "2024-04-07T12:24:31.479168Z",
            "url": "https://files.pythonhosted.org/packages/52/35/f5feb7ee2d4c41482329217abe176f24a92e6409074442184245b5423b7e/Levenshtein-0.25.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b358a20840459669fcb94e8a2630cc5850955af87a550975fa148eda1793e16",
                "md5": "feb5d7a3a07bf4920f1c8f8e7ced8462",
                "sha256": "40f96590539f9815be70e330b4d2efcce0219db31db5a22fffe99565192f5662"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "feb5d7a3a07bf4920f1c8f8e7ced8462",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 103671,
            "upload_time": "2024-04-07T12:24:33",
            "upload_time_iso_8601": "2024-04-07T12:24:33.018654Z",
            "url": "https://files.pythonhosted.org/packages/1b/35/8a20840459669fcb94e8a2630cc5850955af87a550975fa148eda1793e16/Levenshtein-0.25.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65dc5a15b2f2604061ec30560b3403636fc1e30b06d3084cfdf8fb63d33e42da",
                "md5": "5cea209ce9a2dd28dcda692c6733ac59",
                "sha256": "2d78512dd25b572046ff86d8903bec283c373063349f8243430866b6a9946425"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5cea209ce9a2dd28dcda692c6733ac59",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 168481,
            "upload_time": "2024-04-07T12:24:34",
            "upload_time_iso_8601": "2024-04-07T12:24:34.339870Z",
            "url": "https://files.pythonhosted.org/packages/65/dc/5a15b2f2604061ec30560b3403636fc1e30b06d3084cfdf8fb63d33e42da/Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24e7641c1cb1ef3830e0a77ffb4631e677be465dc635c3f8180b1d01768f3f54",
                "md5": "b4ccb365d0a3f7a0fb0c60408565ba89",
                "sha256": "c161f24a1b216e8555c874c7dd70c1a0d98f783f252a16c9face920a8b8a6f3e"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b4ccb365d0a3f7a0fb0c60408565ba89",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 199628,
            "upload_time": "2024-04-07T12:24:35",
            "upload_time_iso_8601": "2024-04-07T12:24:35.969809Z",
            "url": "https://files.pythonhosted.org/packages/24/e7/641c1cb1ef3830e0a77ffb4631e677be465dc635c3f8180b1d01768f3f54/Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c1a8845e9e398ef60ac09dcdb3a41e8462fda459ef93f6ee7e9032628c1a2d",
                "md5": "4fbd58697ee3b164ec1452d12e9243c3",
                "sha256": "06ebbfd010a00490795f478d18d7fa2ffc79c9c03fc03b678081f31764d16bab"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4fbd58697ee3b164ec1452d12e9243c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 206995,
            "upload_time": "2024-04-07T12:24:37",
            "upload_time_iso_8601": "2024-04-07T12:24:37.430986Z",
            "url": "https://files.pythonhosted.org/packages/79/c1/a8845e9e398ef60ac09dcdb3a41e8462fda459ef93f6ee7e9032628c1a2d/Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24659bcf07be5a691d29786d904ae6c26e24f068a29419dab96264181a3c5b3b",
                "md5": "feab56c1a34c0bf84b416bc87745420d",
                "sha256": "eaa9ec0a4489ebfb25a9ec2cba064ed68d0d2485b8bc8b7203f84a7874755e0f"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "feab56c1a34c0bf84b416bc87745420d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 176978,
            "upload_time": "2024-04-07T12:24:39",
            "upload_time_iso_8601": "2024-04-07T12:24:39.370814Z",
            "url": "https://files.pythonhosted.org/packages/24/65/9bcf07be5a691d29786d904ae6c26e24f068a29419dab96264181a3c5b3b/Levenshtein-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aea23cfaf27fa0831183e0764b2c9c69b0abc990c8002c0561da99e66999fb5",
                "md5": "ba5d399950d8a40e37f1846e26c4fd72",
                "sha256": "26408938a6db7b252824a701545d50dc9cdd7a3e4c7ee70834cca17953b76ad8"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ba5d399950d8a40e37f1846e26c4fd72",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 264173,
            "upload_time": "2024-04-07T12:24:40",
            "upload_time_iso_8601": "2024-04-07T12:24:40.825516Z",
            "url": "https://files.pythonhosted.org/packages/6a/ea/23cfaf27fa0831183e0764b2c9c69b0abc990c8002c0561da99e66999fb5/Levenshtein-0.25.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": "5007b230f763ea4cc1f58b7d4745fe136f97004e9c9a5641bb5609029ef39d8f",
                "md5": "af408b0c9b8176702db323f6312d9ae7",
                "sha256": "330ec2faff957281f4e6a1a8c88286d1453e1d73ee273ea0f937e0c9281c2156"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af408b0c9b8176702db323f6312d9ae7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 644455,
            "upload_time": "2024-04-07T12:24:42",
            "upload_time_iso_8601": "2024-04-07T12:24:42.491296Z",
            "url": "https://files.pythonhosted.org/packages/50/07/b230f763ea4cc1f58b7d4745fe136f97004e9c9a5641bb5609029ef39d8f/Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35c3e440e89c032e5756a67ffee23dbb70edf3bb8deb815bb57dadb365eeb44a",
                "md5": "bf9ef410c337caed554ca91d8033b951",
                "sha256": "9115d1b08626dfdea6f3955cb49ba5a578f7223205f80ead0038d6fc0442ce13"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "bf9ef410c337caed554ca91d8033b951",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 757843,
            "upload_time": "2024-04-07T12:24:44",
            "upload_time_iso_8601": "2024-04-07T12:24:44.876244Z",
            "url": "https://files.pythonhosted.org/packages/35/c3/e440e89c032e5756a67ffee23dbb70edf3bb8deb815bb57dadb365eeb44a/Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dd0d505e0273fde514cf60423dac455e9506fc965926670737897a9b40090ee",
                "md5": "52389e484b0293dd7a168ddd43ecaeb8",
                "sha256": "bbd602edab758e93a5c67bf0d8322f374a47765f1cdb6babaf593a64dc9633ad"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "52389e484b0293dd7a168ddd43ecaeb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 711937,
            "upload_time": "2024-04-07T12:24:46",
            "upload_time_iso_8601": "2024-04-07T12:24:46.819586Z",
            "url": "https://files.pythonhosted.org/packages/4d/d0/d505e0273fde514cf60423dac455e9506fc965926670737897a9b40090ee/Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14d3217a14658de1e2025fc500b74813f80c87da0842b6ec5ffd2a4c176d1fe6",
                "md5": "36c8eb81df70f08dbee9ca528a231d7f",
                "sha256": "b930b4df32cd3aabbed0e9f0c4fdd1ea4090a5c022ba9f1ae4ab70ccf1cf897a"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "36c8eb81df70f08dbee9ca528a231d7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 733823,
            "upload_time": "2024-04-07T12:24:48",
            "upload_time_iso_8601": "2024-04-07T12:24:48.701119Z",
            "url": "https://files.pythonhosted.org/packages/14/d3/217a14658de1e2025fc500b74813f80c87da0842b6ec5ffd2a4c176d1fe6/Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9574c9101c6844b65b0829fc481e30c4faf05b75d74a567f9bbd23dd2223be6b",
                "md5": "9d95c09b4f905c1b0e15eb28fcc5b1f8",
                "sha256": "dd66fb51f88a3f73a802e1ff19a14978ddc9fbcb7ce3a667ca34f95ef54e0e44"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d95c09b4f905c1b0e15eb28fcc5b1f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 666135,
            "upload_time": "2024-04-07T12:24:50",
            "upload_time_iso_8601": "2024-04-07T12:24:50.487491Z",
            "url": "https://files.pythonhosted.org/packages/95/74/c9101c6844b65b0829fc481e30c4faf05b75d74a567f9bbd23dd2223be6b/Levenshtein-0.25.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d673dde2ce97d6b48641f4f8f4d27bb2715591d11161cccbbbedd2e3a2c5ef",
                "md5": "d0ab9ffe70dd915bd369fb2817d69a5a",
                "sha256": "386de94bd1937a16ae3c8f8b7dd2eff1b733994ecf56ce4d05dfdd0e776d0261"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "d0ab9ffe70dd915bd369fb2817d69a5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 88141,
            "upload_time": "2024-04-07T12:24:52",
            "upload_time_iso_8601": "2024-04-07T12:24:52.099210Z",
            "url": "https://files.pythonhosted.org/packages/b9/d6/73dde2ce97d6b48641f4f8f4d27bb2715591d11161cccbbbedd2e3a2c5ef/Levenshtein-0.25.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "069f7a23ef7b561a51becf2e8158c961db81cd48dce690a236b3978bd39d4048",
                "md5": "5df5aac07dd06f7b9e6ef08354f35990",
                "sha256": "9ee1902153d47886c9787598a4a5c324ce7fde44d44daa34fcf3652ac0de21bc"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5df5aac07dd06f7b9e6ef08354f35990",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 98587,
            "upload_time": "2024-04-07T12:24:54",
            "upload_time_iso_8601": "2024-04-07T12:24:54.015473Z",
            "url": "https://files.pythonhosted.org/packages/06/9f/7a23ef7b561a51becf2e8158c961db81cd48dce690a236b3978bd39d4048/Levenshtein-0.25.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd37895754161a0b6d1b23bc2b25a94231ae661fc72aa1c3031d6cbeb7c3c93e",
                "md5": "65cd5cd88fe412ca983c11225f9b670e",
                "sha256": "b56a7e7676093c3aee50402226f4079b15bd21b5b8f1820f9d6d63fe99dc4927"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "65cd5cd88fe412ca983c11225f9b670e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 87971,
            "upload_time": "2024-04-07T12:24:55",
            "upload_time_iso_8601": "2024-04-07T12:24:55.972015Z",
            "url": "https://files.pythonhosted.org/packages/cd/37/895754161a0b6d1b23bc2b25a94231ae661fc72aa1c3031d6cbeb7c3c93e/Levenshtein-0.25.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a25c1e38005da2d2b05a1ed761613bacf9f4b3cd4f6e758be4c2ce2ac481016",
                "md5": "72d0a77d38e5f92152c54bd7e85cb127",
                "sha256": "6b5dfdf6a0e2f35fd155d4c26b03398499c24aba7bc5db40245789c46ad35c04"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "72d0a77d38e5f92152c54bd7e85cb127",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 223031,
            "upload_time": "2024-04-07T12:24:57",
            "upload_time_iso_8601": "2024-04-07T12:24:57.505623Z",
            "url": "https://files.pythonhosted.org/packages/9a/25/c1e38005da2d2b05a1ed761613bacf9f4b3cd4f6e758be4c2ce2ac481016/Levenshtein-0.25.1-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "016b0e88bdd230103867ab77be1eed8c856f44445f3e2a348090206b26dc9115",
                "md5": "1bfd26709ecd97d9be58fc4d881d0746",
                "sha256": "355ff797f704459ddd8b95354d699d0d0642348636c92d5e67b49be4b0e6112b"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1bfd26709ecd97d9be58fc4d881d0746",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 135265,
            "upload_time": "2024-04-07T12:24:58",
            "upload_time_iso_8601": "2024-04-07T12:24:58.960292Z",
            "url": "https://files.pythonhosted.org/packages/01/6b/0e88bdd230103867ab77be1eed8c856f44445f3e2a348090206b26dc9115/Levenshtein-0.25.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8568801e4ecf47a68b10a0b32da31c418596c7388b7a4a7f9107ae20fd37e5b3",
                "md5": "361cd4ed8f476bf9cf1b8f355fae5c92",
                "sha256": "933b827a3b721210fff522f3dca9572f9f374a0e88fa3a6c7ee3164406ae7794"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "361cd4ed8f476bf9cf1b8f355fae5c92",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 103597,
            "upload_time": "2024-04-07T12:25:01",
            "upload_time_iso_8601": "2024-04-07T12:25:01.169738Z",
            "url": "https://files.pythonhosted.org/packages/85/68/801e4ecf47a68b10a0b32da31c418596c7388b7a4a7f9107ae20fd37e5b3/Levenshtein-0.25.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "060fdb0809cfb0c261587f87d593560617cfc44676c5d3b14cb4b5577277c22d",
                "md5": "4bdb567e12e79b84bb32d26786412604",
                "sha256": "be1da669a240f272d904ab452ad0a1603452e190f4e03e886e6b3a9904152b89"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4bdb567e12e79b84bb32d26786412604",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 170238,
            "upload_time": "2024-04-07T12:25:03",
            "upload_time_iso_8601": "2024-04-07T12:25:03.256651Z",
            "url": "https://files.pythonhosted.org/packages/06/0f/db0809cfb0c261587f87d593560617cfc44676c5d3b14cb4b5577277c22d/Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e21fe69aad6ad9b26d5cd317bd1076e261e22dec0821eda9beda3e238ce4c944",
                "md5": "012a147f3e457397b907f8174251af95",
                "sha256": "265cbd78962503a26f2bea096258a3b70b279bb1a74a525c671d3ee43a190f9c"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "012a147f3e457397b907f8174251af95",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 202610,
            "upload_time": "2024-04-07T12:25:05",
            "upload_time_iso_8601": "2024-04-07T12:25:05.014403Z",
            "url": "https://files.pythonhosted.org/packages/e2/1f/e69aad6ad9b26d5cd317bd1076e261e22dec0821eda9beda3e238ce4c944/Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3bed6a0456a98bea13d1ef22f0620ade5d7e03ed46bd791d2552331ada616ab",
                "md5": "9c84c947d8988ca4733170fc37c1a87d",
                "sha256": "63cc4d53a35e673b12b721a58b197b4a65734688fb72aa1987ce63ed612dca96"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9c84c947d8988ca4733170fc37c1a87d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 201990,
            "upload_time": "2024-04-07T12:25:07",
            "upload_time_iso_8601": "2024-04-07T12:25:07.020042Z",
            "url": "https://files.pythonhosted.org/packages/f3/be/d6a0456a98bea13d1ef22f0620ade5d7e03ed46bd791d2552331ada616ab/Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94eb000feec38b78f51ddedbd6d9a25c06c7ed08cb8c6abefb1495eb978fcd51",
                "md5": "24325ff0ca993cf4321d69924add6510",
                "sha256": "75fee0c471b8799c70dad9d0d5b70f1f820249257f9617601c71b6c1b37bee92"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24325ff0ca993cf4321d69924add6510",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 177702,
            "upload_time": "2024-04-07T12:25:08",
            "upload_time_iso_8601": "2024-04-07T12:25:08.424456Z",
            "url": "https://files.pythonhosted.org/packages/94/eb/000feec38b78f51ddedbd6d9a25c06c7ed08cb8c6abefb1495eb978fcd51/Levenshtein-0.25.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "674d860ee0c911b81bba66a1a570c07e6a0b803cb828cc723b23037009f5ab67",
                "md5": "e6567f035ce89cfb17d8e9b763d4417e",
                "sha256": "045d6b0db124fbd37379b2b91f6d0786c2d9220e7a848e2dd31b99509a321240"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e6567f035ce89cfb17d8e9b763d4417e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 263270,
            "upload_time": "2024-04-07T12:25:10",
            "upload_time_iso_8601": "2024-04-07T12:25:10.133971Z",
            "url": "https://files.pythonhosted.org/packages/67/4d/860ee0c911b81bba66a1a570c07e6a0b803cb828cc723b23037009f5ab67/Levenshtein-0.25.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d7e82a433aeeddecdf4e71ac3e75079007827c58ba3815b0f27abb120d11f9d",
                "md5": "ec96a8b916cef90b5301ca6c3c56c1d9",
                "sha256": "db7a2e9c51ac9cc2fd5679484f1eac6e0ab2085cb181240445f7fbf10df73230"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ec96a8b916cef90b5301ca6c3c56c1d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 645928,
            "upload_time": "2024-04-07T12:25:12",
            "upload_time_iso_8601": "2024-04-07T12:25:12.473978Z",
            "url": "https://files.pythonhosted.org/packages/4d/7e/82a433aeeddecdf4e71ac3e75079007827c58ba3815b0f27abb120d11f9d/Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccb8a6ee9a1948588cc89cca8d2a20d2a1a1a1826a96a9c694c3fe67f83badf2",
                "md5": "d6588973fa6af8135c265f15635db4f1",
                "sha256": "c379c588aa0d93d4607db7eb225fd683263d49669b1bbe49e28c978aa6a4305d"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "d6588973fa6af8135c265f15635db4f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 758432,
            "upload_time": "2024-04-07T12:25:14",
            "upload_time_iso_8601": "2024-04-07T12:25:14.843310Z",
            "url": "https://files.pythonhosted.org/packages/cc/b8/a6ee9a1948588cc89cca8d2a20d2a1a1a1826a96a9c694c3fe67f83badf2/Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbeb142ba74548705cf3e836fd894f1975c1e2a88b60dfa754dca60fac31e38e",
                "md5": "5e7b5814409d8665fb2d358699f014e3",
                "sha256": "966dd00424df7f69b78da02a29b530fbb6c1728e9002a2925ed7edf26b231924"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5e7b5814409d8665fb2d358699f014e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 711356,
            "upload_time": "2024-04-07T12:25:16",
            "upload_time_iso_8601": "2024-04-07T12:25:16.859926Z",
            "url": "https://files.pythonhosted.org/packages/fb/eb/142ba74548705cf3e836fd894f1975c1e2a88b60dfa754dca60fac31e38e/Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b59b4d3947ff359b7e12ad1e7cdf784420a941ec2e89264d1e734369facc1c3",
                "md5": "fffebc92018fa6feb5f1a1195ff7d3c2",
                "sha256": "09daa6b068709cc1e68b670a706d928ed8f0b179a26161dd04b3911d9f757525"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "fffebc92018fa6feb5f1a1195ff7d3c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 733469,
            "upload_time": "2024-04-07T12:25:18",
            "upload_time_iso_8601": "2024-04-07T12:25:18.761866Z",
            "url": "https://files.pythonhosted.org/packages/0b/59/b4d3947ff359b7e12ad1e7cdf784420a941ec2e89264d1e734369facc1c3/Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1c0f64ec0914a8c4b728b36f705c196498eb16b83f3517b213cc1bb4dff71d4",
                "md5": "d2089d1d6612ad76ae9dac108100e5d3",
                "sha256": "d6bed0792635081accf70a7e11cfece986f744fddf46ce26808cd8bfc067e430"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d2089d1d6612ad76ae9dac108100e5d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 667345,
            "upload_time": "2024-04-07T12:25:21",
            "upload_time_iso_8601": "2024-04-07T12:25:21.052202Z",
            "url": "https://files.pythonhosted.org/packages/c1/c0/f64ec0914a8c4b728b36f705c196498eb16b83f3517b213cc1bb4dff71d4/Levenshtein-0.25.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e535aa6a9d4384e5221821b0d57de74cfe30440c2c21ef48b4ee52eba7b09b09",
                "md5": "546fb865307c9a5c496801266c078e31",
                "sha256": "28e7b7faf5a745a690d1b1706ab82a76bbe9fa6b729d826f0cfdd24fd7c19740"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "546fb865307c9a5c496801266c078e31",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 88156,
            "upload_time": "2024-04-07T12:25:22",
            "upload_time_iso_8601": "2024-04-07T12:25:22.779555Z",
            "url": "https://files.pythonhosted.org/packages/e5/35/aa6a9d4384e5221821b0d57de74cfe30440c2c21ef48b4ee52eba7b09b09/Levenshtein-0.25.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33b1f774731bde68f5f70af1701206281ecb5a9a55a49ee58c835231f3401172",
                "md5": "97bc6bdd560e86523a536e2d1fc9a82a",
                "sha256": "8ca0cc9b9e07316b5904f158d5cfa340d55b4a3566ac98eaac9f087c6efb9a1a"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "97bc6bdd560e86523a536e2d1fc9a82a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 98607,
            "upload_time": "2024-04-07T12:25:24",
            "upload_time_iso_8601": "2024-04-07T12:25:24.163515Z",
            "url": "https://files.pythonhosted.org/packages/33/b1/f774731bde68f5f70af1701206281ecb5a9a55a49ee58c835231f3401172/Levenshtein-0.25.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1699154e83cdb2b008f564d90c10b580fed54725456dbae4896334d35bed3b9",
                "md5": "006a5d89b65134dca2cf6419a7eccdda",
                "sha256": "45682cdb3ac4a5465c01b2dce483bdaa1d5dcd1a1359fab37d26165b027d3de2"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "006a5d89b65134dca2cf6419a7eccdda",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 223630,
            "upload_time": "2024-04-07T12:25:25",
            "upload_time_iso_8601": "2024-04-07T12:25:25.652695Z",
            "url": "https://files.pythonhosted.org/packages/f1/69/9154e83cdb2b008f564d90c10b580fed54725456dbae4896334d35bed3b9/Levenshtein-0.25.1-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d870c86a9b83675d98bf2b84f60b1cef6d28224e8ffa5128012b0c312e403cf",
                "md5": "7837a7580df45cedbff5efd6c5937dd2",
                "sha256": "f8dc3e63c4cd746ec162a4cd744c6dde857e84aaf8c397daa46359c3d54e6219"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7837a7580df45cedbff5efd6c5937dd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 135604,
            "upload_time": "2024-04-07T12:25:27",
            "upload_time_iso_8601": "2024-04-07T12:25:27.766134Z",
            "url": "https://files.pythonhosted.org/packages/3d/87/0c86a9b83675d98bf2b84f60b1cef6d28224e8ffa5128012b0c312e403cf/Levenshtein-0.25.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2a40bbeb5753517b02f3990c3bfd9846916bec38c52e775f2d8397f256c4747",
                "md5": "0805030ad880bdabc4bc603f353c145d",
                "sha256": "01ad1eb09933a499a49923e74e05b1428ca4ef37fed32965fef23f1334a11563"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0805030ad880bdabc4bc603f353c145d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 103825,
            "upload_time": "2024-04-07T12:25:29",
            "upload_time_iso_8601": "2024-04-07T12:25:29.215389Z",
            "url": "https://files.pythonhosted.org/packages/f2/a4/0bbeb5753517b02f3990c3bfd9846916bec38c52e775f2d8397f256c4747/Levenshtein-0.25.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2013253f4b99a3aa3359fc162bbc9297308e28a1cd025dc4a803676527ee84e7",
                "md5": "03431cb6ca4033b09c92c38c13cf60dd",
                "sha256": "cbb4e8c4b8b7bbe0e1aa64710b806b6c3f31d93cb14969ae2c0eff0f3a592db8"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "03431cb6ca4033b09c92c38c13cf60dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 169709,
            "upload_time": "2024-04-07T12:25:30",
            "upload_time_iso_8601": "2024-04-07T12:25:30.695459Z",
            "url": "https://files.pythonhosted.org/packages/20/13/253f4b99a3aa3359fc162bbc9297308e28a1cd025dc4a803676527ee84e7/Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90765413e6adcf9563308f9947d229eb12f31b3eb63b61adce9489be7b4c37dd",
                "md5": "1cf9c7379d53b7315db36fb53e662103",
                "sha256": "b48d1fe224b365975002e3e2ea947cbb91d2936a16297859b71c4abe8a39932c"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1cf9c7379d53b7315db36fb53e662103",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 202489,
            "upload_time": "2024-04-07T12:25:32",
            "upload_time_iso_8601": "2024-04-07T12:25:32.482622Z",
            "url": "https://files.pythonhosted.org/packages/90/76/5413e6adcf9563308f9947d229eb12f31b3eb63b61adce9489be7b4c37dd/Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39d0babf2b13d9f6197a8d9641a0ca7f987b22e3bdbba210fdf0e2b223462301",
                "md5": "1d0079577867078e9f47387f54eb096c",
                "sha256": "a164df16d876aab0a400f72aeac870ea97947ea44777c89330e9a16c7dc5cc0e"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1d0079577867078e9f47387f54eb096c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 201095,
            "upload_time": "2024-04-07T12:25:34",
            "upload_time_iso_8601": "2024-04-07T12:25:34.550259Z",
            "url": "https://files.pythonhosted.org/packages/39/d0/babf2b13d9f6197a8d9641a0ca7f987b22e3bdbba210fdf0e2b223462301/Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2b73a16eb7bd269a2010dca5f4c9386b94e007b4b57acb8f6097b2fdd784da4",
                "md5": "e61213a0928da1bf35c0358673f9c623",
                "sha256": "995d3bcedcf64be6ceca423f6cfe29184a36d7c4cbac199fdc9a0a5ec7196cf5"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e61213a0928da1bf35c0358673f9c623",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 177360,
            "upload_time": "2024-04-07T12:25:36",
            "upload_time_iso_8601": "2024-04-07T12:25:36.058864Z",
            "url": "https://files.pythonhosted.org/packages/b2/b7/3a16eb7bd269a2010dca5f4c9386b94e007b4b57acb8f6097b2fdd784da4/Levenshtein-0.25.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d2a3f69887eacc5976f7f821785e98790d7b87cb210139022b572dcfb9a2684",
                "md5": "a6e0d2a6679d72f893a0d75bf4ed2f81",
                "sha256": "bdaf62d637bef6711d6f3457e2684faab53b2db2ed53c05bc0dc856464c74742"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a6e0d2a6679d72f893a0d75bf4ed2f81",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 266338,
            "upload_time": "2024-04-07T12:25:37",
            "upload_time_iso_8601": "2024-04-07T12:25:37.842950Z",
            "url": "https://files.pythonhosted.org/packages/8d/2a/3f69887eacc5976f7f821785e98790d7b87cb210139022b572dcfb9a2684/Levenshtein-0.25.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": "c6a71140afa92d248961707adb0fcaf5fc7f5499d66ed26d0ccdf1041d304f86",
                "md5": "bc99e0628ec6501838e1612160813f66",
                "sha256": "af9de3b5f8f5f3530cfd97daab9ab480d1b121ef34d8c0aa5bab0c645eae219e"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bc99e0628ec6501838e1612160813f66",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 645400,
            "upload_time": "2024-04-07T12:25:39",
            "upload_time_iso_8601": "2024-04-07T12:25:39.559093Z",
            "url": "https://files.pythonhosted.org/packages/c6/a7/1140afa92d248961707adb0fcaf5fc7f5499d66ed26d0ccdf1041d304f86/Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "624f50b34f77cee7e64818cce8c9b79656d3282bc556bfba78cb8843272c79fd",
                "md5": "c9b259a5f50b14440a3dae79587efb8b",
                "sha256": "78fba73c352383b356a30c4674e39f086ffef7122fa625e7550b98be2392d387"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "c9b259a5f50b14440a3dae79587efb8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 757755,
            "upload_time": "2024-04-07T12:25:41",
            "upload_time_iso_8601": "2024-04-07T12:25:41.471230Z",
            "url": "https://files.pythonhosted.org/packages/62/4f/50b34f77cee7e64818cce8c9b79656d3282bc556bfba78cb8843272c79fd/Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb518b3d0a5293f70c5c83e37e14021b65bcaa116a3a4aebb7d0a1381ca769c9",
                "md5": "00cf01b98c3f330935ccec605fc53c78",
                "sha256": "9e0df0dcea3943321398f72e330c089b5d5447318310db6f17f5421642f3ade6"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "00cf01b98c3f330935ccec605fc53c78",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 710715,
            "upload_time": "2024-04-07T12:25:43",
            "upload_time_iso_8601": "2024-04-07T12:25:43.190609Z",
            "url": "https://files.pythonhosted.org/packages/fb/51/8b3d0a5293f70c5c83e37e14021b65bcaa116a3a4aebb7d0a1381ca769c9/Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c478be1f3abc0289f9cc3df3f411286a889b3e0f87642d08f3d8546de476e49c",
                "md5": "e46fc9aed9c2fa887797e40b903d3dfb",
                "sha256": "387f768bb201b9bc45f0f49557e2fb9a3774d9d087457bab972162dcd4fd352b"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "e46fc9aed9c2fa887797e40b903d3dfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 732883,
            "upload_time": "2024-04-07T12:25:45",
            "upload_time_iso_8601": "2024-04-07T12:25:45.481814Z",
            "url": "https://files.pythonhosted.org/packages/c4/78/be1f3abc0289f9cc3df3f411286a889b3e0f87642d08f3d8546de476e49c/Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98275195d4bebb65384970c3c5016a8c8502982f942b22711dee4a006dd27f75",
                "md5": "ada119971a3ae31addbe3333608a7743",
                "sha256": "5dcf931b64311039b43495715e9b795fbd97ab44ba3dd6bf24360b15e4e87649"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ada119971a3ae31addbe3333608a7743",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 666814,
            "upload_time": "2024-04-07T12:25:47",
            "upload_time_iso_8601": "2024-04-07T12:25:47.206675Z",
            "url": "https://files.pythonhosted.org/packages/98/27/5195d4bebb65384970c3c5016a8c8502982f942b22711dee4a006dd27f75/Levenshtein-0.25.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2716534f91c06cf9abf76844da0d2163b05fea9c74771e792458f08e13bbea9",
                "md5": "45fb54c42475861159978a8b1425f9e8",
                "sha256": "2449f8668c0bd62a2b305a5e797348984c06ac20903b38b3bab74e55671ddd51"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "45fb54c42475861159978a8b1425f9e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 88075,
            "upload_time": "2024-04-07T12:25:49",
            "upload_time_iso_8601": "2024-04-07T12:25:49.391508Z",
            "url": "https://files.pythonhosted.org/packages/c2/71/6534f91c06cf9abf76844da0d2163b05fea9c74771e792458f08e13bbea9/Levenshtein-0.25.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe7cfd50ace01a7c732ec17021244536019cd491ce853b3f4429ece9ad529415",
                "md5": "411d9201d0b8b34277ba39f55aaebb31",
                "sha256": "28803fd6ec7b58065621f5ec0d24e44e2a7dc4842b64dcab690cb0a7ea545210"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "411d9201d0b8b34277ba39f55aaebb31",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 98519,
            "upload_time": "2024-04-07T12:25:50",
            "upload_time_iso_8601": "2024-04-07T12:25:50.983988Z",
            "url": "https://files.pythonhosted.org/packages/fe/7c/fd50ace01a7c732ec17021244536019cd491ce853b3f4429ece9ad529415/Levenshtein-0.25.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c13425830c2c8a9d21312d3d55cbf25c2c108dab3950532e72804d22e87f483e",
                "md5": "f65dc322d9d4bb6463c7aa53ef50a9cc",
                "sha256": "0b074d452dff8ee86b5bdb6031aa32bb2ed3c8469a56718af5e010b9bb5124dc"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f65dc322d9d4bb6463c7aa53ef50a9cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 87810,
            "upload_time": "2024-04-07T12:25:52",
            "upload_time_iso_8601": "2024-04-07T12:25:52.958659Z",
            "url": "https://files.pythonhosted.org/packages/c1/34/25830c2c8a9d21312d3d55cbf25c2c108dab3950532e72804d22e87f483e/Levenshtein-0.25.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4c3e92fca0c7d6748544f66d3f78e117213c74a232947ba1eb154d0654207da",
                "md5": "ef7fe57834dd3e5a94bb125e38a5a5f2",
                "sha256": "e9e060ef3925a68aeb12276f0e524fb1264592803d562ec0306c7c3f5c68eae0"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef7fe57834dd3e5a94bb125e38a5a5f2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 132278,
            "upload_time": "2024-04-07T12:25:54",
            "upload_time_iso_8601": "2024-04-07T12:25:54.905015Z",
            "url": "https://files.pythonhosted.org/packages/d4/c3/e92fca0c7d6748544f66d3f78e117213c74a232947ba1eb154d0654207da/Levenshtein-0.25.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c90fd7f3bf44ebbe0fafb166da4ec35202649407e32411360815082869a13b7",
                "md5": "3df59051db631165834d684c745ebfd2",
                "sha256": "5f84b84049318d44722db307c448f9dcb8d27c73525a378e901189a94889ba61"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3df59051db631165834d684c745ebfd2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 166758,
            "upload_time": "2024-04-07T12:25:56",
            "upload_time_iso_8601": "2024-04-07T12:25:56.593355Z",
            "url": "https://files.pythonhosted.org/packages/8c/90/fd7f3bf44ebbe0fafb166da4ec35202649407e32411360815082869a13b7/Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc873a65b444bb20af26073f704535a9e96f6821b67687555c8c24548aea61b4",
                "md5": "e50eeeda3e0731681b50b757cf76a168",
                "sha256": "07e23fdf330cb185a0c7913ca5bd73a189dfd1742eae3a82e31ed8688b191800"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e50eeeda3e0731681b50b757cf76a168",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 174655,
            "upload_time": "2024-04-07T12:25:58",
            "upload_time_iso_8601": "2024-04-07T12:25:58.177462Z",
            "url": "https://files.pythonhosted.org/packages/bc/87/3a65b444bb20af26073f704535a9e96f6821b67687555c8c24548aea61b4/Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "771f2a3cb1605cac4fa9635dcd64de6d3be8702ec70c3d1582ef8a789c4c2fc7",
                "md5": "e38e53dda25cb69ae3fc19d4aa71c28d",
                "sha256": "d06958e4a81ea0f0b2b7768a2ad05bcd50a9ad04c4d521dd37d5730ff12decdc"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e38e53dda25cb69ae3fc19d4aa71c28d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 262095,
            "upload_time": "2024-04-07T12:26:00",
            "upload_time_iso_8601": "2024-04-07T12:26:00.114885Z",
            "url": "https://files.pythonhosted.org/packages/77/1f/2a3cb1605cac4fa9635dcd64de6d3be8702ec70c3d1582ef8a789c4c2fc7/Levenshtein-0.25.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f4bd902ee3f2a69ceee08705b379ecdeab5724be5a68e006adb1f46dfe9ea24",
                "md5": "beec49e96f192a1a359cb9f8fff5f0a7",
                "sha256": "2ea7c34ec22b2fce21299b0caa6dde6bdebafcc2970e265853c9cfea8d1186da"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "beec49e96f192a1a359cb9f8fff5f0a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 95682,
            "upload_time": "2024-04-07T12:26:02",
            "upload_time_iso_8601": "2024-04-07T12:26:02.105680Z",
            "url": "https://files.pythonhosted.org/packages/4f/4b/d902ee3f2a69ceee08705b379ecdeab5724be5a68e006adb1f46dfe9ea24/Levenshtein-0.25.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5be525b05df64d1e3ae74abc6c2ae2259f57326b546ec1692090c6e15c237971",
                "md5": "4f41b6c018d1c201ff61d60f81b7814e",
                "sha256": "fddc0ccbdd94f57aa32e2eb3ac8310d08df2e175943dc20b3e1fc7a115850af4"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f41b6c018d1c201ff61d60f81b7814e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 132709,
            "upload_time": "2024-04-07T12:26:03",
            "upload_time_iso_8601": "2024-04-07T12:26:03.848150Z",
            "url": "https://files.pythonhosted.org/packages/5b/e5/25b05df64d1e3ae74abc6c2ae2259f57326b546ec1692090c6e15c237971/Levenshtein-0.25.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f90c743786f3ceaaffd28fd9204b4bf8413293390ac2e6b246186b5fa19338c0",
                "md5": "9f9d29dbf21152a2faa1346c33b101ef",
                "sha256": "7d52249cb3448bfe661d3d7db3a6673e835c7f37b30b0aeac499a1601bae873d"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9f9d29dbf21152a2faa1346c33b101ef",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 168725,
            "upload_time": "2024-04-07T12:26:05",
            "upload_time_iso_8601": "2024-04-07T12:26:05.499670Z",
            "url": "https://files.pythonhosted.org/packages/f9/0c/743786f3ceaaffd28fd9204b4bf8413293390ac2e6b246186b5fa19338c0/Levenshtein-0.25.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b6e404bc5b0c9b8a924a213e4aee65ed5f77a8dbfbc692430199330e69a918d",
                "md5": "e4f982b2019fcf217cd1253a9324aa44",
                "sha256": "e8dd4c201b15f8c1e612f9074335392c8208ac147acbce09aff04e3974bf9b16"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4f982b2019fcf217cd1253a9324aa44",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 175246,
            "upload_time": "2024-04-07T12:26:07",
            "upload_time_iso_8601": "2024-04-07T12:26:07.118942Z",
            "url": "https://files.pythonhosted.org/packages/4b/6e/404bc5b0c9b8a924a213e4aee65ed5f77a8dbfbc692430199330e69a918d/Levenshtein-0.25.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1925363376b672f19440c92f0f68b8a6ebc714c6e1c81de29cd973a008fd6882",
                "md5": "d3dc1e4ceb2abaab562acfd4bba8b311",
                "sha256": "23a4d95ce9d44161c7aa87ab76ad6056bc1093c461c60c097054a46dc957991f"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d3dc1e4ceb2abaab562acfd4bba8b311",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 264485,
            "upload_time": "2024-04-07T12:26:09",
            "upload_time_iso_8601": "2024-04-07T12:26:09.415600Z",
            "url": "https://files.pythonhosted.org/packages/19/25/363376b672f19440c92f0f68b8a6ebc714c6e1c81de29cd973a008fd6882/Levenshtein-0.25.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": "6468f915f97d1b0794fd3542dde78499b94fcda2789334207bec1394eaba53a5",
                "md5": "c82370d90aa85bcf7c9fb56b934bcab3",
                "sha256": "65eea8a9c33037b23069dca4b3bc310e3c28ca53f60ec0c958d15c0952ba39fa"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c82370d90aa85bcf7c9fb56b934bcab3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 96072,
            "upload_time": "2024-04-07T12:26:11",
            "upload_time_iso_8601": "2024-04-07T12:26:11.006977Z",
            "url": "https://files.pythonhosted.org/packages/64/68/f915f97d1b0794fd3542dde78499b94fcda2789334207bec1394eaba53a5/Levenshtein-0.25.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "564b9ca0071caba0ebe3dac4f9c97086f2cc07d1b908a97da26330c6ddbb0174",
                "md5": "e65a7401be8e8eaa2c61b5ccb8e57d15",
                "sha256": "2df14471c778c75ffbd59cb64bbecfd4b0ef320ef9f80e4804764be7d5678980"
            },
            "downloads": -1,
            "filename": "Levenshtein-0.25.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e65a7401be8e8eaa2c61b5ccb8e57d15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 149954,
            "upload_time": "2024-04-07T12:26:12",
            "upload_time_iso_8601": "2024-04-07T12:26:12.449628Z",
            "url": "https://files.pythonhosted.org/packages/56/4b/9ca0071caba0ebe3dac4f9c97086f2cc07d1b908a97da26330c6ddbb0174/Levenshtein-0.25.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 12:26:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rapidfuzz",
    "github_project": "Levenshtein",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "levenshtein"
}
        
Elapsed time: 0.25805s