levdist


Namelevdist JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryPackage to calculate the Levenstein distance
upload_time2024-12-14 14:45:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords levenstein edit distance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # levdist

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/levdist)](https://pypi.org/project/levdist/)
[![PyPI version](https://badge.fury.io/py/levdist.svg)](https://pypi.org/project/levdist/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/levdist)](https://pypi.org/project/levdist/)

![CI](https://github.com/derlih/levdist/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/derlih/levdist/graph/badge.svg?token=S63YTJUSN3)](https://codecov.io/gh/derlih/levdist)

A Python package to calculate the Levenstein distance algorithm implementation with non-GPL license, typing and speedups.
The implementation is based on code samples from [Levenstein Wiki](https://en.wikipedia.org/wiki/Levenshtein_distance).

## Installation

`pip install levdist`

## Usage

```python
from levdist import levenshtein

distance = levenstein("dog", "cat")
```

## Development

#### Setup

1. Install PDM using [this](https://pdm-project.org/latest/#installation) documentation
2. Install development dependencies `pdm install`
3. Install `pre-commit` hooks `pre-commit install`

#### Testing

This project is using `pytest` for unit testing.
To run the test you need to run `pdm test`
In addition to that you can lint your code using `pdm lint` and check the typing by `pdm mypy`.

#### Type checks

`mypy` is configured to run in strict mode for files in `src` folder. Typing is not checked in `tests` folder.

#### CI

##### PR checks

Each PR run GitHub actions for all actual Python versions to check if native extension is built and tests pass.
Also formatting and typing will be checked.

The coverage is published to CodeCov.

##### Dependency updates

To update dependencies and `pre-commit` hooks there is a GHA job that is scheduled to run weekly.

##### Release

To create a release, create a tag `v<MAJOR>.<MINOR>.<PATCH>`. The [release](https://github.com/derlih/levenshtein-py/releases) will be created with the source code and wheels.

## Benchmark

The benchmark of this package can be run using `pdm benchmark` command. It compare its speed with other Python implementations.
Check the [BENCHMARK.md](BENCHMARK.md) for the latest measurements.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "levdist",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "levenstein, edit distance",
    "author": null,
    "author_email": "Dmitry Erlikh <derlih@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/02/97/444723ce4e84f71d240205d1b9997e27dab9c62305904d5a4f1cb54cf9a5/levdist-1.0.0.tar.gz",
    "platform": null,
    "description": "# levdist\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/levdist)](https://pypi.org/project/levdist/)\n[![PyPI version](https://badge.fury.io/py/levdist.svg)](https://pypi.org/project/levdist/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/levdist)](https://pypi.org/project/levdist/)\n\n![CI](https://github.com/derlih/levdist/actions/workflows/ci.yml/badge.svg)\n[![codecov](https://codecov.io/gh/derlih/levdist/graph/badge.svg?token=S63YTJUSN3)](https://codecov.io/gh/derlih/levdist)\n\nA Python package to calculate the Levenstein distance algorithm implementation with non-GPL license, typing and speedups.\nThe implementation is based on code samples from [Levenstein Wiki](https://en.wikipedia.org/wiki/Levenshtein_distance).\n\n## Installation\n\n`pip install levdist`\n\n## Usage\n\n```python\nfrom levdist import levenshtein\n\ndistance = levenstein(\"dog\", \"cat\")\n```\n\n## Development\n\n#### Setup\n\n1. Install PDM using [this](https://pdm-project.org/latest/#installation) documentation\n2. Install development dependencies `pdm install`\n3. Install `pre-commit` hooks `pre-commit install`\n\n#### Testing\n\nThis project is using `pytest` for unit testing.\nTo run the test you need to run `pdm test`\nIn addition to that you can lint your code using `pdm lint` and check the typing by `pdm mypy`.\n\n#### Type checks\n\n`mypy` is configured to run in strict mode for files in `src` folder. Typing is not checked in `tests` folder.\n\n#### CI\n\n##### PR checks\n\nEach PR run GitHub actions for all actual Python versions to check if native extension is built and tests pass.\nAlso formatting and typing will be checked.\n\nThe coverage is published to CodeCov.\n\n##### Dependency updates\n\nTo update dependencies and `pre-commit` hooks there is a GHA job that is scheduled to run weekly.\n\n##### Release\n\nTo create a release, create a tag `v<MAJOR>.<MINOR>.<PATCH>`. The [release](https://github.com/derlih/levenshtein-py/releases) will be created with the source code and wheels.\n\n## Benchmark\n\nThe benchmark of this package can be run using `pdm benchmark` command. It compare its speed with other Python implementations.\nCheck the [BENCHMARK.md](BENCHMARK.md) for the latest measurements.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package to calculate the Levenstein distance",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/derlih/levdist",
        "Issues": "https://github.com/derlih/levdist/issues"
    },
    "split_keywords": [
        "levenstein",
        " edit distance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc028cad034e78a6295c1f681fa47ab5c59c1238524439070d1eb06c3365f6ae",
                "md5": "a36b29b5a3ec31e728773d3136a4d696",
                "sha256": "e73d669191634528a5f8432379b60f640706ff46e4a72e16f32f1795e37df80e"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a36b29b5a3ec31e728773d3136a4d696",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10988,
            "upload_time": "2024-12-14T14:45:19",
            "upload_time_iso_8601": "2024-12-14T14:45:19.249232Z",
            "url": "https://files.pythonhosted.org/packages/bc/02/8cad034e78a6295c1f681fa47ab5c59c1238524439070d1eb06c3365f6ae/levdist-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e3eb0b5add2dfe7985a0ce19500f619ebdc0738699816c3e76bc72b957ae433",
                "md5": "c0730591b17cfa4bce63132eddf68cb8",
                "sha256": "2925bc2c0978b56d0f884231ef91937f47748912a6622a7331f63cccb5f189bd"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c0730591b17cfa4bce63132eddf68cb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10383,
            "upload_time": "2024-12-14T14:45:20",
            "upload_time_iso_8601": "2024-12-14T14:45:20.190358Z",
            "url": "https://files.pythonhosted.org/packages/0e/3e/b0b5add2dfe7985a0ce19500f619ebdc0738699816c3e76bc72b957ae433/levdist-1.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bd8b2f72a8d95ebaf6ad489a6acc08b3a2d2bd2f6fa42f860209f96b972ce5c",
                "md5": "b3c44013be34705351c5b01037c53e36",
                "sha256": "6bd6e20be0eded3a643a9bf4f5089e4e72e1c89d91c42a50cb3ffa054e17f0a8"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b3c44013be34705351c5b01037c53e36",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 47445,
            "upload_time": "2024-12-14T14:45:21",
            "upload_time_iso_8601": "2024-12-14T14:45:21.277628Z",
            "url": "https://files.pythonhosted.org/packages/8b/d8/b2f72a8d95ebaf6ad489a6acc08b3a2d2bd2f6fa42f860209f96b972ce5c/levdist-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a9a15c8755a89c6302748289f668972eec2ce6f80833bf1e143c4066737261b",
                "md5": "222991a97c59c82a1bac1570fcd10bd1",
                "sha256": "87c598ebdba53524f7a3bafd1d5c7df2655ed8501144863d3b8d54805076ed15"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "222991a97c59c82a1bac1570fcd10bd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 46054,
            "upload_time": "2024-12-14T14:45:22",
            "upload_time_iso_8601": "2024-12-14T14:45:22.282425Z",
            "url": "https://files.pythonhosted.org/packages/0a/9a/15c8755a89c6302748289f668972eec2ce6f80833bf1e143c4066737261b/levdist-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e02fd287a808313131bebc9dc55693e33db9d37cf87fe05ba690d14a700381e0",
                "md5": "0d424c01c0cfb7def27bcec0f84e2518",
                "sha256": "cede8d1969bf2291667acd284465f383042fb95bb681d95d6c2935b6fc365339"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0d424c01c0cfb7def27bcec0f84e2518",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 49189,
            "upload_time": "2024-12-14T14:45:26",
            "upload_time_iso_8601": "2024-12-14T14:45:26.419182Z",
            "url": "https://files.pythonhosted.org/packages/e0/2f/d287a808313131bebc9dc55693e33db9d37cf87fe05ba690d14a700381e0/levdist-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59d21bb9559803ca9e1e289e7c83130d6494f4d75bfefedcb011e67027ffa18a",
                "md5": "a90e92f3c5f99428944d3cb5fff69c25",
                "sha256": "d6a467266bb2fb87da7c61c98bf377b6e79f914b6cdaa2099743f28f4c67bb78"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a90e92f3c5f99428944d3cb5fff69c25",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 46891,
            "upload_time": "2024-12-14T14:45:28",
            "upload_time_iso_8601": "2024-12-14T14:45:28.612589Z",
            "url": "https://files.pythonhosted.org/packages/59/d2/1bb9559803ca9e1e289e7c83130d6494f4d75bfefedcb011e67027ffa18a/levdist-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "956f6767d4360838f8196f70ec6d13efa62803ec11bd2875c3d1ce7058a22246",
                "md5": "8b271348902a855bfbe6463614fbef2e",
                "sha256": "5673af122b8a8d2488a324c6de8758ee47b4a8a98ec55c071d1c1286772e33ee"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b271348902a855bfbe6463614fbef2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 47518,
            "upload_time": "2024-12-14T14:45:29",
            "upload_time_iso_8601": "2024-12-14T14:45:29.776634Z",
            "url": "https://files.pythonhosted.org/packages/95/6f/6767d4360838f8196f70ec6d13efa62803ec11bd2875c3d1ce7058a22246/levdist-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7ce81f4b46cb0fc833c1f87c4241ffc3d3602f94ee712f0d2eb3729e4f04897",
                "md5": "84295f5bb9610adad5083db8966baa1b",
                "sha256": "93401f3579efdf911933eb37c224d8f1067a7cb41438771234a61ae844c6fce5"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84295f5bb9610adad5083db8966baa1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 992299,
            "upload_time": "2024-12-14T14:45:31",
            "upload_time_iso_8601": "2024-12-14T14:45:31.000160Z",
            "url": "https://files.pythonhosted.org/packages/d7/ce/81f4b46cb0fc833c1f87c4241ffc3d3602f94ee712f0d2eb3729e4f04897/levdist-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5da4cd9900d0718d31b7d744360e4d594df3f12995a09ed782cfaf1d0b2bedc7",
                "md5": "7600b3b25ca67ccd5a7c84bbb05c824b",
                "sha256": "3191caed1f7da2cb0a5e35e88918178ea9e6fc7d15f4465496fa36c97de2bc74"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7600b3b25ca67ccd5a7c84bbb05c824b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1129181,
            "upload_time": "2024-12-14T14:45:32",
            "upload_time_iso_8601": "2024-12-14T14:45:32.374778Z",
            "url": "https://files.pythonhosted.org/packages/5d/a4/cd9900d0718d31b7d744360e4d594df3f12995a09ed782cfaf1d0b2bedc7/levdist-1.0.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de7dacd865c97af0a77cf27ac1a758f207acaf10fddea072addb2b6ce895a9d4",
                "md5": "a6ce69b8b0271a617b2c4325389a5f4d",
                "sha256": "7efd03673c59d70e786f5d84e8dd62700b6442aebd21a184e7a95c9bc674974b"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a6ce69b8b0271a617b2c4325389a5f4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1082734,
            "upload_time": "2024-12-14T14:45:35",
            "upload_time_iso_8601": "2024-12-14T14:45:35.062626Z",
            "url": "https://files.pythonhosted.org/packages/de/7d/acd865c97af0a77cf27ac1a758f207acaf10fddea072addb2b6ce895a9d4/levdist-1.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e581e875d5e739480d0d5708dd0e84dfb48387e862bb56cb355e42d92dc8456",
                "md5": "81f7789301105a7d15706c020e3f93fd",
                "sha256": "4f4e0b6e81cae4785400443856011ba7c1cae8a5c32e0e9755ab7c5b92aeaa8d"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "81f7789301105a7d15706c020e3f93fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1173651,
            "upload_time": "2024-12-14T14:45:37",
            "upload_time_iso_8601": "2024-12-14T14:45:37.887488Z",
            "url": "https://files.pythonhosted.org/packages/4e/58/1e875d5e739480d0d5708dd0e84dfb48387e862bb56cb355e42d92dc8456/levdist-1.0.0-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e817e8ef7efa9575044b88d7f11e406adc6ea31ee120a34c870dc080b241d2ce",
                "md5": "49dbcafafef9d0275eb8fa5b76084a19",
                "sha256": "caaf391298c36174f233d0ab8bced24c0b3c7ca4ebdd3e6f9abaffef390a927d"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49dbcafafef9d0275eb8fa5b76084a19",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1036014,
            "upload_time": "2024-12-14T14:45:39",
            "upload_time_iso_8601": "2024-12-14T14:45:39.222617Z",
            "url": "https://files.pythonhosted.org/packages/e8/17/e8ef7efa9575044b88d7f11e406adc6ea31ee120a34c870dc080b241d2ce/levdist-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf5dcc527aa89ed8814db289076076b1b364dbdad87637ef5bf3065615ef00f7",
                "md5": "ca89360dc3665bfcbb25dfa55a53b1c6",
                "sha256": "c150efb18a35c848a860aba8353d9455cfdb37ef078d7521ea094374d897718f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ca89360dc3665bfcbb25dfa55a53b1c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 13165,
            "upload_time": "2024-12-14T14:45:40",
            "upload_time_iso_8601": "2024-12-14T14:45:40.371516Z",
            "url": "https://files.pythonhosted.org/packages/bf/5d/cc527aa89ed8814db289076076b1b364dbdad87637ef5bf3065615ef00f7/levdist-1.0.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c18ce1c284e898a0c43cb9b41aaa4934eb2d3200691e5e642b36e06159659105",
                "md5": "9770838e064217f30576c767815510c5",
                "sha256": "838da3a7893c1339a310a6464cfb1b40203104d7dbcfc56e8139d6ac74669212"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9770838e064217f30576c767815510c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 14022,
            "upload_time": "2024-12-14T14:45:41",
            "upload_time_iso_8601": "2024-12-14T14:45:41.211812Z",
            "url": "https://files.pythonhosted.org/packages/c1/8c/e1c284e898a0c43cb9b41aaa4934eb2d3200691e5e642b36e06159659105/levdist-1.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "351063afed4d6a031815fad9f93708db78281e0ae3331fbe5d0b8fc1d5c34afe",
                "md5": "7d10e248465de51d739c58f47fcba856",
                "sha256": "92f96c40c47699cdc27e591901629731e56076ae87629167aeefe9ddc109824c"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d10e248465de51d739c58f47fcba856",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10990,
            "upload_time": "2024-12-14T14:45:42",
            "upload_time_iso_8601": "2024-12-14T14:45:42.058105Z",
            "url": "https://files.pythonhosted.org/packages/35/10/63afed4d6a031815fad9f93708db78281e0ae3331fbe5d0b8fc1d5c34afe/levdist-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c754b00fb0d4695bc2cde25b7a2a0cfbef74c605f8443c15f195669a256f26e",
                "md5": "4dd2a4a67f92ba1d59ba84c982879a12",
                "sha256": "065bf35f146a7c6b480f6e4f6b0b2107774f7469f05920877dfdf63aace92333"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4dd2a4a67f92ba1d59ba84c982879a12",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10388,
            "upload_time": "2024-12-14T14:45:42",
            "upload_time_iso_8601": "2024-12-14T14:45:42.915167Z",
            "url": "https://files.pythonhosted.org/packages/4c/75/4b00fb0d4695bc2cde25b7a2a0cfbef74c605f8443c15f195669a256f26e/levdist-1.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091422a45c6d61e3484bafd72d69b5931c57313201a0bd308ef4eb68b8aaccf6",
                "md5": "dc8d6a9e7fcc19c646ba8a1d9c6776ff",
                "sha256": "d39b9d63d611129fd7cafbc906b655a2e3ed37756d086285807b01803b3352d5"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dc8d6a9e7fcc19c646ba8a1d9c6776ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 50494,
            "upload_time": "2024-12-14T14:45:44",
            "upload_time_iso_8601": "2024-12-14T14:45:44.057741Z",
            "url": "https://files.pythonhosted.org/packages/09/14/22a45c6d61e3484bafd72d69b5931c57313201a0bd308ef4eb68b8aaccf6/levdist-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8f740998d3ed3ef06865302558c368ff7c95bdc59021f89258ad903f4a19680",
                "md5": "6dfb8f879a6539ada9c8b8ef889dad54",
                "sha256": "94e380240afd547b19da8cdd4a8420da1c5bb53d1ee0e9d8d8ca43a18cb97c85"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6dfb8f879a6539ada9c8b8ef889dad54",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 48885,
            "upload_time": "2024-12-14T14:45:45",
            "upload_time_iso_8601": "2024-12-14T14:45:45.189738Z",
            "url": "https://files.pythonhosted.org/packages/f8/f7/40998d3ed3ef06865302558c368ff7c95bdc59021f89258ad903f4a19680/levdist-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03d224539cb9dda56f3a64c9aa562df4dc678b60f8f3be09147eb0f183853e6e",
                "md5": "ac30f9c6df5b7ccef2db4f62842c9318",
                "sha256": "e11bf502bab76bc1c10a250a28a1d8ba7aa9bc20161a40779b0a1fb987bf3dca"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ac30f9c6df5b7ccef2db4f62842c9318",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 52604,
            "upload_time": "2024-12-14T14:45:46",
            "upload_time_iso_8601": "2024-12-14T14:45:46.303917Z",
            "url": "https://files.pythonhosted.org/packages/03/d2/24539cb9dda56f3a64c9aa562df4dc678b60f8f3be09147eb0f183853e6e/levdist-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5599c198413785688db6462bc7850e30b74460c81e77203a07646c013c8bcca9",
                "md5": "1edecdc7c32dd8686872a9e92e5980ff",
                "sha256": "0e2e0bcc91eb27ad2bb0fe9cd98541d47604071f0cc713e9d7538578cf9b9d7f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1edecdc7c32dd8686872a9e92e5980ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 49172,
            "upload_time": "2024-12-14T14:45:48",
            "upload_time_iso_8601": "2024-12-14T14:45:48.643249Z",
            "url": "https://files.pythonhosted.org/packages/55/99/c198413785688db6462bc7850e30b74460c81e77203a07646c013c8bcca9/levdist-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc04d1b739b9cd3d48d46bdd2335d8a7d245aac2233b9c0ebacbe03abb2b118a",
                "md5": "204a710112af2016ee1a05192db2b798",
                "sha256": "63b1b761fdb8bfccdf467c79b5507331240e8f18c50dd513a02ac10c92591e2f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "204a710112af2016ee1a05192db2b798",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 50397,
            "upload_time": "2024-12-14T14:45:51",
            "upload_time_iso_8601": "2024-12-14T14:45:51.016459Z",
            "url": "https://files.pythonhosted.org/packages/fc/04/d1b739b9cd3d48d46bdd2335d8a7d245aac2233b9c0ebacbe03abb2b118a/levdist-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "667c6c13bef4219d8a655d6dacce0ca1c6d49cd7d582ceecea695737c6c638a2",
                "md5": "9a0bf9cc82e8b9354a7be074d41f2a1e",
                "sha256": "861820c1b657db77802ace691ea5545ff8fe2629cc97743a2e62b03e68fa180a"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a0bf9cc82e8b9354a7be074d41f2a1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 994804,
            "upload_time": "2024-12-14T14:45:52",
            "upload_time_iso_8601": "2024-12-14T14:45:52.403351Z",
            "url": "https://files.pythonhosted.org/packages/66/7c/6c13bef4219d8a655d6dacce0ca1c6d49cd7d582ceecea695737c6c638a2/levdist-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c26c93ee506cc5164d3305ed8e41989c9f4af9c9427fb514dca99ccdb3cfd52",
                "md5": "ee5a916c73efd34d5eb2a50266e2935b",
                "sha256": "377ebe1b431dd3c1c15ca9e57f7442fcf1a9cc473952199332be89d0a1ad166d"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ee5a916c73efd34d5eb2a50266e2935b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1132247,
            "upload_time": "2024-12-14T14:45:54",
            "upload_time_iso_8601": "2024-12-14T14:45:54.189384Z",
            "url": "https://files.pythonhosted.org/packages/2c/26/c93ee506cc5164d3305ed8e41989c9f4af9c9427fb514dca99ccdb3cfd52/levdist-1.0.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "797cfd7619f318d61938cd6542ff3500af6bcccba05aabebf6bad6793630635b",
                "md5": "1eb684147782e693f2826a1f9af3ccb3",
                "sha256": "a306b47166080dfd3274130774187090b82884f24e6befa48d4ad31c821bbd9a"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1eb684147782e693f2826a1f9af3ccb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1085792,
            "upload_time": "2024-12-14T14:45:55",
            "upload_time_iso_8601": "2024-12-14T14:45:55.608956Z",
            "url": "https://files.pythonhosted.org/packages/79/7c/fd7619f318d61938cd6542ff3500af6bcccba05aabebf6bad6793630635b/levdist-1.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9efb28442d64223d04809dc06e5d585cc91205efb360dd3a1b2262049ee7ef72",
                "md5": "8514b12715b2d94a32acaefc62fce43d",
                "sha256": "64031a9dac45f20f9992c35efcb2f37a3386da6247d3448a681d39e1e4b184c4"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "8514b12715b2d94a32acaefc62fce43d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1176415,
            "upload_time": "2024-12-14T14:45:57",
            "upload_time_iso_8601": "2024-12-14T14:45:57.106536Z",
            "url": "https://files.pythonhosted.org/packages/9e/fb/28442d64223d04809dc06e5d585cc91205efb360dd3a1b2262049ee7ef72/levdist-1.0.0-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf9938ba9d4da2c96315e0e8a152aea568661b74e919ab60f7d2e4179fce3fcf",
                "md5": "5c72c988f79590fe8d53b2e3e50ec95f",
                "sha256": "f4cb24fc07317903f5b3dd3cebf0159fd7eaac76be58719f061f22fb3d8b04b4"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c72c988f79590fe8d53b2e3e50ec95f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1038771,
            "upload_time": "2024-12-14T14:45:58",
            "upload_time_iso_8601": "2024-12-14T14:45:58.747737Z",
            "url": "https://files.pythonhosted.org/packages/bf/99/38ba9d4da2c96315e0e8a152aea568661b74e919ab60f7d2e4179fce3fcf/levdist-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc7798d8431a1d479c5dbad4f19c4373ca061152bc6b48c466b62eb0b1c4d459",
                "md5": "2bcb348840f5c9016d61731dddfa62c4",
                "sha256": "129d7edbdfbf9c72290cc564b17071163e3246e4c8ce1a53f6219776494eae30"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "2bcb348840f5c9016d61731dddfa62c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 13075,
            "upload_time": "2024-12-14T14:45:59",
            "upload_time_iso_8601": "2024-12-14T14:45:59.965155Z",
            "url": "https://files.pythonhosted.org/packages/cc/77/98d8431a1d479c5dbad4f19c4373ca061152bc6b48c466b62eb0b1c4d459/levdist-1.0.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a75a90e473183648e698e316489737c7027dfc78022f32b49552f70e4d061221",
                "md5": "1be2de28ee5aae71cb08a53eb3a8bc4b",
                "sha256": "65aaa6bc6b12871df36a6b7e85e7f945f9485e87f34104a6770b7d4b7863da2b"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1be2de28ee5aae71cb08a53eb3a8bc4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 13904,
            "upload_time": "2024-12-14T14:46:01",
            "upload_time_iso_8601": "2024-12-14T14:46:01.162386Z",
            "url": "https://files.pythonhosted.org/packages/a7/5a/90e473183648e698e316489737c7027dfc78022f32b49552f70e4d061221/levdist-1.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c2404c9c2d0b9cd00a889167f568f2766d6a1c06dbbf74f8ad9b7863439c5b8",
                "md5": "ae5d64063110e280920ff925397fa569",
                "sha256": "3bd601f89aeca59a9391af4b0ee68b1410bc71a6303da18aad1bd435ca9e1d1f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae5d64063110e280920ff925397fa569",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10962,
            "upload_time": "2024-12-14T14:46:02",
            "upload_time_iso_8601": "2024-12-14T14:46:02.114178Z",
            "url": "https://files.pythonhosted.org/packages/7c/24/04c9c2d0b9cd00a889167f568f2766d6a1c06dbbf74f8ad9b7863439c5b8/levdist-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65ab51d02ffaf166f552408719b0e324c940a0edd54188245f1f1d70c18fef33",
                "md5": "4e6a0272b253fee46e5fac7e043dfaa4",
                "sha256": "51f3db04b0c92fcbbaed98a35158c9effff86f4600bbb423e8d7058e2daa22d7"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4e6a0272b253fee46e5fac7e043dfaa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10389,
            "upload_time": "2024-12-14T14:46:03",
            "upload_time_iso_8601": "2024-12-14T14:46:03.038350Z",
            "url": "https://files.pythonhosted.org/packages/65/ab/51d02ffaf166f552408719b0e324c940a0edd54188245f1f1d70c18fef33/levdist-1.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eef5ba9dd6c07dd036b43c95f519971aa607a9b27e29900f2d9fbb643709fe02",
                "md5": "fa18f295ae8e2e632703b6174cd6a230",
                "sha256": "1483c0cacfffce9dc838ea6f8fc60bd2c3609b526bb812b5663ab03a34a5e8b7"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa18f295ae8e2e632703b6174cd6a230",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 50588,
            "upload_time": "2024-12-14T14:46:04",
            "upload_time_iso_8601": "2024-12-14T14:46:04.157297Z",
            "url": "https://files.pythonhosted.org/packages/ee/f5/ba9dd6c07dd036b43c95f519971aa607a9b27e29900f2d9fbb643709fe02/levdist-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "581ee9a7bd33548031869140f9951a51dcab7fcc98819298e1636a53be7c2ca1",
                "md5": "1a8eb6e881172b6e3fbc688e8eb42114",
                "sha256": "62f716a4f8e5451e45946f925a5f55411bde5722ecbfa6af9a29e89246791a9d"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1a8eb6e881172b6e3fbc688e8eb42114",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 48934,
            "upload_time": "2024-12-14T14:46:05",
            "upload_time_iso_8601": "2024-12-14T14:46:05.269106Z",
            "url": "https://files.pythonhosted.org/packages/58/1e/e9a7bd33548031869140f9951a51dcab7fcc98819298e1636a53be7c2ca1/levdist-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac541f510bf77a9d09f2971a0c99f6a2f626f1c748576c41d4eb3b5346221db",
                "md5": "14eb72fa13f1d274f0691736c7f16af4",
                "sha256": "56464fdecf85f787ee7b9f1c731699dd3e65038cd993e2192d7613ce30f1f271"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "14eb72fa13f1d274f0691736c7f16af4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 52676,
            "upload_time": "2024-12-14T14:46:06",
            "upload_time_iso_8601": "2024-12-14T14:46:06.331069Z",
            "url": "https://files.pythonhosted.org/packages/3a/c5/41f510bf77a9d09f2971a0c99f6a2f626f1c748576c41d4eb3b5346221db/levdist-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3cb8d10414470608d1d8ff73d3bffd10b40ad79d8d1fdde571381ac07dc5e58",
                "md5": "4231cc8717ecc3e88e127aa929f864ac",
                "sha256": "61da2d3c998a0552cecbb0342baa7214a9148f520388f5906b712317968c8b1f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4231cc8717ecc3e88e127aa929f864ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 49233,
            "upload_time": "2024-12-14T14:46:09",
            "upload_time_iso_8601": "2024-12-14T14:46:09.784566Z",
            "url": "https://files.pythonhosted.org/packages/e3/cb/8d10414470608d1d8ff73d3bffd10b40ad79d8d1fdde571381ac07dc5e58/levdist-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b0809c0e40279d41dc4bdaf0dcf2cd7bef61b94c0e8d01d2cc0fb4fcf9d18d0",
                "md5": "411bc284c1ce19e722e3965c2a1bcb9d",
                "sha256": "e07bd939ebce713498cf50c6f9d24e8621487ac11f0cdfdfaeba784abc08b3c2"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "411bc284c1ce19e722e3965c2a1bcb9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 50470,
            "upload_time": "2024-12-14T14:46:14",
            "upload_time_iso_8601": "2024-12-14T14:46:14.010203Z",
            "url": "https://files.pythonhosted.org/packages/4b/08/09c0e40279d41dc4bdaf0dcf2cd7bef61b94c0e8d01d2cc0fb4fcf9d18d0/levdist-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1892f7ef8bcd4976da69239e0665e722df3058e18e4efd2c541ae3b006707988",
                "md5": "d050362373ad856e0f777c9fe1bee9ff",
                "sha256": "932ec8858ba75fd65463e420eac6d3eb74821e761449e9fbea2bdd2364e09884"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d050362373ad856e0f777c9fe1bee9ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 994879,
            "upload_time": "2024-12-14T14:46:17",
            "upload_time_iso_8601": "2024-12-14T14:46:17.096430Z",
            "url": "https://files.pythonhosted.org/packages/18/92/f7ef8bcd4976da69239e0665e722df3058e18e4efd2c541ae3b006707988/levdist-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de6794b394a63f624379197380eb712d12b9e890f791176d1be195c293ed14c",
                "md5": "0593f6a6e67dfc06c8173098933a11fa",
                "sha256": "b6898197cf5ff7f042d9c9e1b6b0fae50a090ac629a33ff54de993a315358986"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0593f6a6e67dfc06c8173098933a11fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1132285,
            "upload_time": "2024-12-14T14:46:18",
            "upload_time_iso_8601": "2024-12-14T14:46:18.819778Z",
            "url": "https://files.pythonhosted.org/packages/3d/e6/794b394a63f624379197380eb712d12b9e890f791176d1be195c293ed14c/levdist-1.0.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9656d3f6e344413f6050cbf9a8c2451d9bde5db115f09fc04b8adcfc45c0f930",
                "md5": "76af88293c3d17da767580afea334f63",
                "sha256": "d4453c340962ac67dd9b6ff69d00d36f58b28dd0f02998f5deabe7601e10c7eb"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "76af88293c3d17da767580afea334f63",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1085863,
            "upload_time": "2024-12-14T14:46:20",
            "upload_time_iso_8601": "2024-12-14T14:46:20.308839Z",
            "url": "https://files.pythonhosted.org/packages/96/56/d3f6e344413f6050cbf9a8c2451d9bde5db115f09fc04b8adcfc45c0f930/levdist-1.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dc3641835720a3aa6d7bc5c8def8f0952e108748273f8bc9f1dd997adbdb498",
                "md5": "239a7f7aa39718120a5171e5813577c0",
                "sha256": "626eb0f8a245c34b4d8064cd8a956dfd6fce85a5032ebcf10b68081bd4c75965"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "239a7f7aa39718120a5171e5813577c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1176488,
            "upload_time": "2024-12-14T14:46:21",
            "upload_time_iso_8601": "2024-12-14T14:46:21.900392Z",
            "url": "https://files.pythonhosted.org/packages/4d/c3/641835720a3aa6d7bc5c8def8f0952e108748273f8bc9f1dd997adbdb498/levdist-1.0.0-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b28d75d2fcb32777f4249d16ace77e1db71e675084478f8fc860e729ea0ba6ff",
                "md5": "7c54293563aaa415e5296b60102ef7e1",
                "sha256": "40efac6577d34f60ed5e22ab4a0e97bf2887795c84b786027520db5fcf29c9dd"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c54293563aaa415e5296b60102ef7e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1038874,
            "upload_time": "2024-12-14T14:46:23",
            "upload_time_iso_8601": "2024-12-14T14:46:23.260509Z",
            "url": "https://files.pythonhosted.org/packages/b2/8d/75d2fcb32777f4249d16ace77e1db71e675084478f8fc860e729ea0ba6ff/levdist-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9abbd9d2c8bf22c4b4344684f61af52eeba86587a70cd8862b2fa9b600eb96a8",
                "md5": "82d33a69804ddcd8239379fdb6bb56dc",
                "sha256": "470ef3df1c117ac65636a02759c7e6c4c72242fc237109499d1051b08ebb78c3"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "82d33a69804ddcd8239379fdb6bb56dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 13076,
            "upload_time": "2024-12-14T14:46:25",
            "upload_time_iso_8601": "2024-12-14T14:46:25.134023Z",
            "url": "https://files.pythonhosted.org/packages/9a/bb/d9d2c8bf22c4b4344684f61af52eeba86587a70cd8862b2fa9b600eb96a8/levdist-1.0.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd84c56aaabd3ddb013d057e0c9997e6aa3d580cd0c8b8bf9b8ab04ab636bced",
                "md5": "f5793f26293d73e49c883019e6bd82ad",
                "sha256": "a0ec4cdccc707b79dbccdf2de1dd28d12ba3300f9faf0df4f61f3a4d280a81d0"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f5793f26293d73e49c883019e6bd82ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 13911,
            "upload_time": "2024-12-14T14:46:26",
            "upload_time_iso_8601": "2024-12-14T14:46:26.109459Z",
            "url": "https://files.pythonhosted.org/packages/dd/84/c56aaabd3ddb013d057e0c9997e6aa3d580cd0c8b8bf9b8ab04ab636bced/levdist-1.0.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceccbe22ebb92f446a051f312ab3dfa81da5f1723000f6ae1566c2d7d3c9ea26",
                "md5": "256d9d9e06b817c54ceee41d674e04dd",
                "sha256": "95c40d67af6e8fdf9b69d5129e76c90c822ff1dc61d7fd0cab34be5a7ec5da98"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "256d9d9e06b817c54ceee41d674e04dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 10964,
            "upload_time": "2024-12-14T14:46:28",
            "upload_time_iso_8601": "2024-12-14T14:46:28.378860Z",
            "url": "https://files.pythonhosted.org/packages/ce/cc/be22ebb92f446a051f312ab3dfa81da5f1723000f6ae1566c2d7d3c9ea26/levdist-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b88e65da57b0a053a1a07f57759b59171da16be3050ea665c810fadd59271c31",
                "md5": "7ee626d29581f6da60547674e32b23a5",
                "sha256": "7e9760649d1a4a6753d0f3b353cfdf49672e9032087d7bef3bce4c904079d5d2"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ee626d29581f6da60547674e32b23a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 10386,
            "upload_time": "2024-12-14T14:46:29",
            "upload_time_iso_8601": "2024-12-14T14:46:29.291738Z",
            "url": "https://files.pythonhosted.org/packages/b8/8e/65da57b0a053a1a07f57759b59171da16be3050ea665c810fadd59271c31/levdist-1.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dc23d6a33e682188de2fbb81747302ff9dfb3720324093130f0475560f7beeb",
                "md5": "15ad86fee9305006fd1f1e244b8290bb",
                "sha256": "0fbadf46ef291e6cdb2564ab037454135c619ad35dee585b3b34372f181bd905"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "15ad86fee9305006fd1f1e244b8290bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 50504,
            "upload_time": "2024-12-14T14:46:30",
            "upload_time_iso_8601": "2024-12-14T14:46:30.330605Z",
            "url": "https://files.pythonhosted.org/packages/3d/c2/3d6a33e682188de2fbb81747302ff9dfb3720324093130f0475560f7beeb/levdist-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b2e6f5386b6c5ff1ab0c9e39a007e1c6e9aa728c42851402b915fab2dd24d2",
                "md5": "896ae5739162a1b983b6edbe06f30c9f",
                "sha256": "fd6410816f607697d28b1c6ca5c84527a035effaace37353c0bddbbdbec6dd82"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "896ae5739162a1b983b6edbe06f30c9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 48825,
            "upload_time": "2024-12-14T14:46:31",
            "upload_time_iso_8601": "2024-12-14T14:46:31.504651Z",
            "url": "https://files.pythonhosted.org/packages/c7/b2/e6f5386b6c5ff1ab0c9e39a007e1c6e9aa728c42851402b915fab2dd24d2/levdist-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9a481148b5f4a24f15c5d2fe776a61d8dc5bd4228a194f34adb48dc9e4f1f73",
                "md5": "a10051c0355e4bdf0404790742740f43",
                "sha256": "365804e04bd0454acff3e1c7ed732223aa0846597eab7d9c75b3289a52a41c0b"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a10051c0355e4bdf0404790742740f43",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 52576,
            "upload_time": "2024-12-14T14:46:33",
            "upload_time_iso_8601": "2024-12-14T14:46:33.817413Z",
            "url": "https://files.pythonhosted.org/packages/c9/a4/81148b5f4a24f15c5d2fe776a61d8dc5bd4228a194f34adb48dc9e4f1f73/levdist-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f1de765b644f68a076ef3787df14959aa41b159d0fd736669caf69ffa0c9dad",
                "md5": "06cb1585d2e9f87ff0cee531130308ef",
                "sha256": "726174064f75d95ccfe82c070091dd82dce387968ab336d7eacc54c78557815a"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "06cb1585d2e9f87ff0cee531130308ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 49212,
            "upload_time": "2024-12-14T14:46:36",
            "upload_time_iso_8601": "2024-12-14T14:46:36.188035Z",
            "url": "https://files.pythonhosted.org/packages/7f/1d/e765b644f68a076ef3787df14959aa41b159d0fd736669caf69ffa0c9dad/levdist-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87d34c85f00bc18a4cf35aa248c5542682c2b0a4b0588d7f39c3bbbcd03a8c22",
                "md5": "71f68ed5ba7e8ab0b830d760a1d2c307",
                "sha256": "e6bccf3ef2b1327086875ff03224a308eafda9d806fa50fc879afd92041ab240"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71f68ed5ba7e8ab0b830d760a1d2c307",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 50402,
            "upload_time": "2024-12-14T14:46:37",
            "upload_time_iso_8601": "2024-12-14T14:46:37.326740Z",
            "url": "https://files.pythonhosted.org/packages/87/d3/4c85f00bc18a4cf35aa248c5542682c2b0a4b0588d7f39c3bbbcd03a8c22/levdist-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45eacaf0a1c48eba8b4c66a701a8877a7ac25bc52e2c29f6bab5870b72716255",
                "md5": "5c14b1bd1f1d8a85303af2f6e2d907bd",
                "sha256": "636ac84f62486e88b3f8111ea77137d64ab8eca6507e93930ca9bcf323dc9341"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5c14b1bd1f1d8a85303af2f6e2d907bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 994869,
            "upload_time": "2024-12-14T14:46:38",
            "upload_time_iso_8601": "2024-12-14T14:46:38.696495Z",
            "url": "https://files.pythonhosted.org/packages/45/ea/caf0a1c48eba8b4c66a701a8877a7ac25bc52e2c29f6bab5870b72716255/levdist-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "846669b46f276c5cc7b47c2d046374ff146b9eb05c8aa8cdf065fb3bca2868da",
                "md5": "8182604f8148132c4e9820c497e70cbd",
                "sha256": "1452405f27e6966e66cdabc31ce29a0c0d21b730079664a191d1b89f23bc342f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8182604f8148132c4e9820c497e70cbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1132283,
            "upload_time": "2024-12-14T14:46:40",
            "upload_time_iso_8601": "2024-12-14T14:46:40.187616Z",
            "url": "https://files.pythonhosted.org/packages/84/66/69b46f276c5cc7b47c2d046374ff146b9eb05c8aa8cdf065fb3bca2868da/levdist-1.0.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1c9cbbdcdc74d442fc6a837eb54de982729d18718498ede82f6043f99ce2c4d",
                "md5": "15fa7cc13e1fe8db0982a2d9eaddb39f",
                "sha256": "3c77d26031f185ed3f881db89736614a3ea307643fcb5bbe13bd9d40886614d7"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "15fa7cc13e1fe8db0982a2d9eaddb39f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1085843,
            "upload_time": "2024-12-14T14:46:44",
            "upload_time_iso_8601": "2024-12-14T14:46:44.939021Z",
            "url": "https://files.pythonhosted.org/packages/e1/c9/cbbdcdc74d442fc6a837eb54de982729d18718498ede82f6043f99ce2c4d/levdist-1.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d5ed08d5e385f2f4026b86051a2e7a4a3447f0fe9b6bcf791c96f8b74ffeb63",
                "md5": "12d1dcd304c4792c9dd12a3d25da82fe",
                "sha256": "dc04aec99679778431b8f7c98bd20830b69d1a0da08240132ea0d38a02652f00"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "12d1dcd304c4792c9dd12a3d25da82fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1176455,
            "upload_time": "2024-12-14T14:46:48",
            "upload_time_iso_8601": "2024-12-14T14:46:48.152861Z",
            "url": "https://files.pythonhosted.org/packages/0d/5e/d08d5e385f2f4026b86051a2e7a4a3447f0fe9b6bcf791c96f8b74ffeb63/levdist-1.0.0-cp313-cp313-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4056cd4160693d6f67f3443997f87439c4c792e763ce12bc304a0bf7a2d5a83c",
                "md5": "b53074c258e49abe8cd4c4df61060ca6",
                "sha256": "a386c2eaa17607047b838ff113f13d9c2303741536c43fa4c9ddd40f58b18d08"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b53074c258e49abe8cd4c4df61060ca6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1038853,
            "upload_time": "2024-12-14T14:46:49",
            "upload_time_iso_8601": "2024-12-14T14:46:49.684768Z",
            "url": "https://files.pythonhosted.org/packages/40/56/cd4160693d6f67f3443997f87439c4c792e763ce12bc304a0bf7a2d5a83c/levdist-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce66aec2f6542eac921efe23c89081fb972aa582e27bda59f665422288213109",
                "md5": "f416af4a471de2fff6468f934eca8410",
                "sha256": "0305b2439b9209ff59733c74919d6aea57ee791c8c3f6c4fcc7c40a1386679e1"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "f416af4a471de2fff6468f934eca8410",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 13067,
            "upload_time": "2024-12-14T14:46:52",
            "upload_time_iso_8601": "2024-12-14T14:46:52.592268Z",
            "url": "https://files.pythonhosted.org/packages/ce/66/aec2f6542eac921efe23c89081fb972aa582e27bda59f665422288213109/levdist-1.0.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd33f796ad599281b3fb2592ce9d5c404996a27d603a61f67a004a2cc0b1fb7d",
                "md5": "823741655a4ae863b60c8abec465a9e9",
                "sha256": "48ca806974dfeb0e7177793d2dea7a42f0be1753e7a9e061d8f6ff86f77dea53"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "823741655a4ae863b60c8abec465a9e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 13906,
            "upload_time": "2024-12-14T14:46:54",
            "upload_time_iso_8601": "2024-12-14T14:46:54.799595Z",
            "url": "https://files.pythonhosted.org/packages/bd/33/f796ad599281b3fb2592ce9d5c404996a27d603a61f67a004a2cc0b1fb7d/levdist-1.0.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41e8eed88f9e5663fba8c62b67e388e1222af5d24afa945cdd5de97296f3cdcb",
                "md5": "b45602531cbb4b5dda06f02e0335d246",
                "sha256": "2b2970c9d51501bb842316564acef1652c7b42936a7f1601bc586e7d0303606e"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b45602531cbb4b5dda06f02e0335d246",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10982,
            "upload_time": "2024-12-14T14:46:55",
            "upload_time_iso_8601": "2024-12-14T14:46:55.784028Z",
            "url": "https://files.pythonhosted.org/packages/41/e8/eed88f9e5663fba8c62b67e388e1222af5d24afa945cdd5de97296f3cdcb/levdist-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0ace08e9d8268474583e00129b0b28c745649f8b1bb80a20526c48d92652789",
                "md5": "f459d51294bbf5146ea663aafb27af30",
                "sha256": "bf167ed50bab09d0d7b32724198087332b729490a5a64710deb96bd0900d750a"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f459d51294bbf5146ea663aafb27af30",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10376,
            "upload_time": "2024-12-14T14:46:56",
            "upload_time_iso_8601": "2024-12-14T14:46:56.803729Z",
            "url": "https://files.pythonhosted.org/packages/a0/ac/e08e9d8268474583e00129b0b28c745649f8b1bb80a20526c48d92652789/levdist-1.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35377d136fa8ae84e536414b42b349318a0827c33d21641f250562f988b4d979",
                "md5": "32378e507f13020bce72a988ea2f12fb",
                "sha256": "69f39d68734b604fe5fda7f9e96de3e22399a6d46f97f41d0890b6bc867ca29c"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "32378e507f13020bce72a988ea2f12fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 47296,
            "upload_time": "2024-12-14T14:46:57",
            "upload_time_iso_8601": "2024-12-14T14:46:57.858985Z",
            "url": "https://files.pythonhosted.org/packages/35/37/7d136fa8ae84e536414b42b349318a0827c33d21641f250562f988b4d979/levdist-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66f60277376004aafcf2caf1100fe7106c47b274fab172b8b667f3ad28244bd3",
                "md5": "ad6b4c0b965260ad9b4349785fdfbce8",
                "sha256": "7ef667bdc2f749abef016874db0eb370943a51996fb701d9e454f87d389f9ea6"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ad6b4c0b965260ad9b4349785fdfbce8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 45884,
            "upload_time": "2024-12-14T14:46:59",
            "upload_time_iso_8601": "2024-12-14T14:46:59.032765Z",
            "url": "https://files.pythonhosted.org/packages/66/f6/0277376004aafcf2caf1100fe7106c47b274fab172b8b667f3ad28244bd3/levdist-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "666d5295f59ab09818088b37812f69bd66057c81ac62fbb58a295db30ac8a9fd",
                "md5": "e86716cbf39abad86a816338a6c0295e",
                "sha256": "23ed22cedeed3ebef4273ca0a0780ef198a99c92a36cd02be36644703c1a3f3c"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e86716cbf39abad86a816338a6c0295e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 49043,
            "upload_time": "2024-12-14T14:47:01",
            "upload_time_iso_8601": "2024-12-14T14:47:01.809498Z",
            "url": "https://files.pythonhosted.org/packages/66/6d/5295f59ab09818088b37812f69bd66057c81ac62fbb58a295db30ac8a9fd/levdist-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ddc28356dabb8fc2480aa44af5667af40e70de74204c8f3ec6c94ad592d1a38",
                "md5": "7d1c642f784f430383290c3023976172",
                "sha256": "1776aaafe13d2f5cbd6769d716bc04e2c72f361289530aa00be9b2bc2b330812"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7d1c642f784f430383290c3023976172",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 46709,
            "upload_time": "2024-12-14T14:47:03",
            "upload_time_iso_8601": "2024-12-14T14:47:03.003507Z",
            "url": "https://files.pythonhosted.org/packages/4d/dc/28356dabb8fc2480aa44af5667af40e70de74204c8f3ec6c94ad592d1a38/levdist-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d884d4bd36fefcf6630b357db32648d39d6a471aba8302ad42d22a9b8e2fd17",
                "md5": "660534391027724d934937f9d035af64",
                "sha256": "4073391c27e230870b31b1adf7b77b465a83ba8d85dd00754a8d29bdc578c04d"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "660534391027724d934937f9d035af64",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 47375,
            "upload_time": "2024-12-14T14:47:04",
            "upload_time_iso_8601": "2024-12-14T14:47:04.177535Z",
            "url": "https://files.pythonhosted.org/packages/0d/88/4d4bd36fefcf6630b357db32648d39d6a471aba8302ad42d22a9b8e2fd17/levdist-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "228c45e287505aefa686d407c1aa3e5eda060b7bb91036cb1d08a61fec93e38b",
                "md5": "8cbe30a8178013b3e4e89cbf6d3fd5f7",
                "sha256": "c81c56f9039b4f582c91296d7a868b07ef93b010e98700e48d2a5e8a2a2883ce"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8cbe30a8178013b3e4e89cbf6d3fd5f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 992129,
            "upload_time": "2024-12-14T14:47:05",
            "upload_time_iso_8601": "2024-12-14T14:47:05.597772Z",
            "url": "https://files.pythonhosted.org/packages/22/8c/45e287505aefa686d407c1aa3e5eda060b7bb91036cb1d08a61fec93e38b/levdist-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a17337f6f8ed526d1ef7ffc543bcc29b309b4be071ba91a08c098b239aea27d",
                "md5": "6b1e2c3730b53d2a2fbd748727dc894d",
                "sha256": "48d51da4414865fcf8a75d7706b02256bb5c3e06ab357e70b810bb3a41cc04f6"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6b1e2c3730b53d2a2fbd748727dc894d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1129022,
            "upload_time": "2024-12-14T14:47:07",
            "upload_time_iso_8601": "2024-12-14T14:47:07.224091Z",
            "url": "https://files.pythonhosted.org/packages/3a/17/337f6f8ed526d1ef7ffc543bcc29b309b4be071ba91a08c098b239aea27d/levdist-1.0.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14b77946f64c1fdf3c21cfef14dc7fcc7cda5cc4349c2b6df209ea2edf5118ba",
                "md5": "880e75f3d68ba5b5bdaf517af19778f1",
                "sha256": "5e718b3d7aca4cc24a02f4a5c04d479d97348be3befec0a4d7e2cc6af810e13b"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "880e75f3d68ba5b5bdaf517af19778f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1082583,
            "upload_time": "2024-12-14T14:47:10",
            "upload_time_iso_8601": "2024-12-14T14:47:10.208657Z",
            "url": "https://files.pythonhosted.org/packages/14/b7/7946f64c1fdf3c21cfef14dc7fcc7cda5cc4349c2b6df209ea2edf5118ba/levdist-1.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff3a9ebde90f10427123d62bc037671019e3c16534b1a8507a129e5ff116f12c",
                "md5": "c766d5160167c453f4ec9c7190473f6c",
                "sha256": "73a8dfcd7189bac532ac25c1e22649c891ffa8bd5f8ab44f4b2acff2792d157c"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "c766d5160167c453f4ec9c7190473f6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1173480,
            "upload_time": "2024-12-14T14:47:11",
            "upload_time_iso_8601": "2024-12-14T14:47:11.913972Z",
            "url": "https://files.pythonhosted.org/packages/ff/3a/9ebde90f10427123d62bc037671019e3c16534b1a8507a129e5ff116f12c/levdist-1.0.0-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dad504e4cc0917eb7ae5ca1b55639205f5b58b369036b89787fb7363e64da911",
                "md5": "1d3364b224b02faf4abcd9fd7e03603b",
                "sha256": "087f3b4a44b412f571ba9d7e58e8ed4c785cea7cf4be0da8043cd788552baa6f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d3364b224b02faf4abcd9fd7e03603b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1035856,
            "upload_time": "2024-12-14T14:47:13",
            "upload_time_iso_8601": "2024-12-14T14:47:13.503088Z",
            "url": "https://files.pythonhosted.org/packages/da/d5/04e4cc0917eb7ae5ca1b55639205f5b58b369036b89787fb7363e64da911/levdist-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e36532206d6290b3460f2af663bc5473ba6a17c1b1f9cd8ced8a970ec83c88bd",
                "md5": "84ee7b93686f12f1c46b8fcfd7e76274",
                "sha256": "58acbb708435b310f8e3b49d403f4dd7b21d2859980a725cb2f8825981caabf3"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "84ee7b93686f12f1c46b8fcfd7e76274",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 13163,
            "upload_time": "2024-12-14T14:47:15",
            "upload_time_iso_8601": "2024-12-14T14:47:15.353929Z",
            "url": "https://files.pythonhosted.org/packages/e3/65/32206d6290b3460f2af663bc5473ba6a17c1b1f9cd8ced8a970ec83c88bd/levdist-1.0.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcca5293ed28cc3134b4c93fc800a5743369488df38046cf8cc4f61f740e77b4",
                "md5": "120ea9bdbff8ed51c16f8f967549c3b8",
                "sha256": "c5a7134aa930349c49505534c08a76bf886dbd36e352ba3ed7688dc2e3757252"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "120ea9bdbff8ed51c16f8f967549c3b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 14017,
            "upload_time": "2024-12-14T14:47:16",
            "upload_time_iso_8601": "2024-12-14T14:47:16.403602Z",
            "url": "https://files.pythonhosted.org/packages/dc/ca/5293ed28cc3134b4c93fc800a5743369488df38046cf8cc4f61f740e77b4/levdist-1.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93ff98cda0d0fae2914574de302c0b157e0caa5096bab157745c05eb9aaa1f9f",
                "md5": "3387bc16086c428a573d1b7c907d89ca",
                "sha256": "d7da1d94f61cc43aa8e30a86058233c87460d01abe2bdcae6d89d3e9373e4bc1"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3387bc16086c428a573d1b7c907d89ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 10024,
            "upload_time": "2024-12-14T14:47:17",
            "upload_time_iso_8601": "2024-12-14T14:47:17.468464Z",
            "url": "https://files.pythonhosted.org/packages/93/ff/98cda0d0fae2914574de302c0b157e0caa5096bab157745c05eb9aaa1f9f/levdist-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6f8822a1bd1dbb8ae97d9b2f885d5bcaa3bf5c486f9cc5b2dc2bd729274e343",
                "md5": "5a89345a349e4960edc20addd1906cf1",
                "sha256": "35218b042f21b07b727dcd5abc568695ef7f7f510ac0bc364c736b59624bd5bf"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5a89345a349e4960edc20addd1906cf1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 9628,
            "upload_time": "2024-12-14T14:47:18",
            "upload_time_iso_8601": "2024-12-14T14:47:18.499036Z",
            "url": "https://files.pythonhosted.org/packages/e6/f8/822a1bd1dbb8ae97d9b2f885d5bcaa3bf5c486f9cc5b2dc2bd729274e343/levdist-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b0f96c1158287c213f7d3d4018b3b89bf9f54711ffd368a0f8c34e7038dfe18",
                "md5": "c9ff78debafef9085178c18e91ee4d5e",
                "sha256": "963c825895ff0ca074523fc2fcdd42104311bdac732f327a848c8622a9e06ffc"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9ff78debafef9085178c18e91ee4d5e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 11148,
            "upload_time": "2024-12-14T14:47:19",
            "upload_time_iso_8601": "2024-12-14T14:47:19.505866Z",
            "url": "https://files.pythonhosted.org/packages/6b/0f/96c1158287c213f7d3d4018b3b89bf9f54711ffd368a0f8c34e7038dfe18/levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2899d12850c2dc3901317687861bcecbd4bcba03685e328790c181e6c1145b2c",
                "md5": "af8398daf59de530b5d02454d55f61ea",
                "sha256": "02ef39465dae9442e14ff7fb55d53cc2d909c6a5decf99feca27c8a58c56571f"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "af8398daf59de530b5d02454d55f61ea",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 11119,
            "upload_time": "2024-12-14T14:47:20",
            "upload_time_iso_8601": "2024-12-14T14:47:20.649432Z",
            "url": "https://files.pythonhosted.org/packages/28/99/d12850c2dc3901317687861bcecbd4bcba03685e328790c181e6c1145b2c/levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38f709af4878bf30070735d16565d0c9747f62e3eb8ee7420c9966dbdd63077e",
                "md5": "a3909761319b8f25b33ca6bf87089fab",
                "sha256": "4fdeb311aacfacd4d7e129415ed165aaf22ab4b86f335e5e35f1bc02d44ba091"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a3909761319b8f25b33ca6bf87089fab",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 10691,
            "upload_time": "2024-12-14T14:47:21",
            "upload_time_iso_8601": "2024-12-14T14:47:21.778042Z",
            "url": "https://files.pythonhosted.org/packages/38/f7/09af4878bf30070735d16565d0c9747f62e3eb8ee7420c9966dbdd63077e/levdist-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c14575a24d6ba684d3d0f77108ab89b362c23a8667554c4ff7f1904f23f325c8",
                "md5": "f31e1eb4b018dd570c329a8c95b6cf3c",
                "sha256": "5e770285b1843348ac12c2c28721863188cabde5a69b3557063a351926595d64"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f31e1eb4b018dd570c329a8c95b6cf3c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 14057,
            "upload_time": "2024-12-14T14:47:22",
            "upload_time_iso_8601": "2024-12-14T14:47:22.926103Z",
            "url": "https://files.pythonhosted.org/packages/c1/45/75a24d6ba684d3d0f77108ab89b362c23a8667554c4ff7f1904f23f325c8/levdist-1.0.0-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0297444723ce4e84f71d240205d1b9997e27dab9c62305904d5a4f1cb54cf9a5",
                "md5": "e5cdcafa8d72cec13d49244984176494",
                "sha256": "d674aff75a73bd33d49a8b8b7a6b4870ce3e037e6b2029e5455cc039c0e7fb80"
            },
            "downloads": -1,
            "filename": "levdist-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e5cdcafa8d72cec13d49244984176494",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5469,
            "upload_time": "2024-12-14T14:45:16",
            "upload_time_iso_8601": "2024-12-14T14:45:16.095420Z",
            "url": "https://files.pythonhosted.org/packages/02/97/444723ce4e84f71d240205d1b9997e27dab9c62305904d5a4f1cb54cf9a5/levdist-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 14:45:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "derlih",
    "github_project": "levdist",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "levdist"
}
        
Elapsed time: 0.38314s