uuid-lib


Nameuuid-lib JSON
Version 0.3.4 PyPI version JSON
download
home_pageNone
SummaryPython bindings for the UUID library
upload_time2024-09-13 13:30:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords uuid uuid_lib uuid1 uuid2 uuid3 uuid4 uuid5 uuid6 uuid7 uuid8
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# python uuid-lib

Python library written in rust that lets you use uuid1..8 funcs.


## Available functions

##### **uuid1** - Generated based on a timestamp, a unique node identifier (typically a MAC address), and a random component.

##### **uuid2** - Similar to UUID1 but includes a group or user identifier, making it less popular and rarely used.

##### **uuid3** - Generated using the MD5 hash function based on a namespace and a unique string (e.g., a URL).

##### **uuid4** - A fully random UUID, potentially using cryptographically secure random number generators.

##### **uuid5** - Similar to UUID3 but uses SHA-1 instead of MD5 for hashing unique data and the namespace.

##### **uuid6** - A modified version of UUID1 with the timestamp in sequential order, improving database indexing performance.

##### **uuid7** - Generated based on a timestamp using Unix Epoch format and random bits to ensure uniqueness.

##### **uuid8** - Reserved for custom UUIDs with arbitrary generation schemes, leaving implementation details open. ***Accepts any UUID as bytes (If UUID generated by this lib, use object.bytes proprety)***

## Installation

Install uuid-lib with pip:

```bash
  pip install uuid-lib
```

Install uuid-lib with poetry:

```bash
  poetry install uuid-lib
```


## Usage/Examples

```python
...

from uuid_lib import uuid4, uuid7, uuid8(), ...


user_id = uuid7()  # <- Creates UUID object


# For uuid8(...) 

some_id = uuid8(user_id.bytes)
# or
some_id = uuid8(uuid4().bytes)
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uuid-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "uuid, uuid_lib, uuid1, uuid2, uuid3, uuid4, uuid5, uuid6, uuid7, uuid8",
    "author": null,
    "author_email": "intezya <intezya@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/36/9d/f30b1394616c7b6884f881cfceb6d0e844c9d6e83c61a4c4b7665102c7bb/uuid_lib-0.3.4.tar.gz",
    "platform": null,
    "description": "\n# python uuid-lib\n\nPython library written in rust that lets you use uuid1..8 funcs.\n\n\n## Available functions\n\n##### **uuid1** - Generated based on a timestamp, a unique node identifier (typically a MAC address), and a random component.\n\n##### **uuid2** - Similar to UUID1 but includes a group or user identifier, making it less popular and rarely used.\n\n##### **uuid3** - Generated using the MD5 hash function based on a namespace and a unique string (e.g., a URL).\n\n##### **uuid4** - A fully random UUID, potentially using cryptographically secure random number generators.\n\n##### **uuid5** - Similar to UUID3 but uses SHA-1 instead of MD5 for hashing unique data and the namespace.\n\n##### **uuid6** - A modified version of UUID1 with the timestamp in sequential order, improving database indexing performance.\n\n##### **uuid7** - Generated based on a timestamp using Unix Epoch format and random bits to ensure uniqueness.\n\n##### **uuid8** - Reserved for custom UUIDs with arbitrary generation schemes, leaving implementation details open. ***Accepts any UUID as bytes (If UUID generated by this lib, use object.bytes proprety)***\n\n## Installation\n\nInstall uuid-lib with pip:\n\n```bash\n  pip install uuid-lib\n```\n\nInstall uuid-lib with poetry:\n\n```bash\n  poetry install uuid-lib\n```\n\n\n## Usage/Examples\n\n```python\n...\n\nfrom uuid_lib import uuid4, uuid7, uuid8(), ...\n\n\nuser_id = uuid7()  # <- Creates UUID object\n\n\n# For uuid8(...) \n\nsome_id = uuid8(user_id.bytes)\n# or\nsome_id = uuid8(uuid4().bytes)\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the UUID library",
    "version": "0.3.4",
    "project_urls": null,
    "split_keywords": [
        "uuid",
        " uuid_lib",
        " uuid1",
        " uuid2",
        " uuid3",
        " uuid4",
        " uuid5",
        " uuid6",
        " uuid7",
        " uuid8"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "019b6d1b86fe7b6fe779636de7bef85c477899da091783b3f29212172fc9ac4b",
                "md5": "22a8a3148d46be350b3417c8db27abf2",
                "sha256": "15aa5a412c0212c220770e051868da99a0f1641a0fbd0d3c1d6dc368b724448b"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "22a8a3148d46be350b3417c8db27abf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 237614,
            "upload_time": "2024-09-13T13:29:34",
            "upload_time_iso_8601": "2024-09-13T13:29:34.432390Z",
            "url": "https://files.pythonhosted.org/packages/01/9b/6d1b86fe7b6fe779636de7bef85c477899da091783b3f29212172fc9ac4b/uuid_lib-0.3.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60ccde5f48333907bd9d2a6cdf5a895b09cb1a61778505629e6a5d7365ff5cce",
                "md5": "c26ce95a15f017ec4d6b5778ea657558",
                "sha256": "6aa02b66067dc8b6f6681ea33551281674d868a45633becbc768bc94838872ce"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c26ce95a15f017ec4d6b5778ea657558",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 286217,
            "upload_time": "2024-09-13T13:28:17",
            "upload_time_iso_8601": "2024-09-13T13:28:17.350595Z",
            "url": "https://files.pythonhosted.org/packages/60/cc/de5f48333907bd9d2a6cdf5a895b09cb1a61778505629e6a5d7365ff5cce/uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12b6df0a2ab21bc6544dae4bdfc562d42b320469174c33263cd4fcf17cef7431",
                "md5": "60fd79159c655d97a227049878cb87e2",
                "sha256": "b383c7f14a0c2dfb1aefe9ca117804b31723dec6be7d4645b24b806313324222"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "60fd79159c655d97a227049878cb87e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 287791,
            "upload_time": "2024-09-13T13:28:31",
            "upload_time_iso_8601": "2024-09-13T13:28:31.213386Z",
            "url": "https://files.pythonhosted.org/packages/12/b6/df0a2ab21bc6544dae4bdfc562d42b320469174c33263cd4fcf17cef7431/uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7765da2c2f8368a7da8a295f37695962c009d66c9cdd9fe3841d66f1c7dae0a5",
                "md5": "a0aad37eb04bfd08c7dfbe7ae9eaf96b",
                "sha256": "e5a5b169e369adea9da2ea4b5dd668c2478b84d60a03b3df2fd84e35f10b31b0"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a0aad37eb04bfd08c7dfbe7ae9eaf96b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 318220,
            "upload_time": "2024-09-13T13:28:45",
            "upload_time_iso_8601": "2024-09-13T13:28:45.319063Z",
            "url": "https://files.pythonhosted.org/packages/77/65/da2c2f8368a7da8a295f37695962c009d66c9cdd9fe3841d66f1c7dae0a5/uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a934258da9d40bb7e6eb960b73dd348ba26957f8d0e68cdf8b8e30dcfc5a5ee",
                "md5": "d2e40c83f9ad04487d345f00fb0ccbe3",
                "sha256": "88c1f48355c5e3c1ba61b5e4531a378d8829d3b161fdb583bd1c423e77c89c78"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d2e40c83f9ad04487d345f00fb0ccbe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 320067,
            "upload_time": "2024-09-13T13:28:58",
            "upload_time_iso_8601": "2024-09-13T13:28:58.970304Z",
            "url": "https://files.pythonhosted.org/packages/0a/93/4258da9d40bb7e6eb960b73dd348ba26957f8d0e68cdf8b8e30dcfc5a5ee/uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03ad0aa505d24cd3e516d8cf6c6c4754796977fa89702b92fd803d3404e72e29",
                "md5": "00b9aea697b9457885efdb5514861a52",
                "sha256": "4b6f708f19ef8c4e02d56532d573b2ddbaccf64a41b0d228bd22611df8cbb482"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00b9aea697b9457885efdb5514861a52",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 278754,
            "upload_time": "2024-09-13T13:29:23",
            "upload_time_iso_8601": "2024-09-13T13:29:23.853103Z",
            "url": "https://files.pythonhosted.org/packages/03/ad/0aa505d24cd3e516d8cf6c6c4754796977fa89702b92fd803d3404e72e29/uuid_lib-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cf04f452192380d87dd1c938183a245cad522321ccfc2a3c393bf7ddc23419a",
                "md5": "cc2154b4ffd2133548cb88ffa43a2a7b",
                "sha256": "cb32db074a78c67778da3bdd8f703a6e1325485efeb1526520edcf01c7733053"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "cc2154b4ffd2133548cb88ffa43a2a7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 290273,
            "upload_time": "2024-09-13T13:29:13",
            "upload_time_iso_8601": "2024-09-13T13:29:13.268560Z",
            "url": "https://files.pythonhosted.org/packages/8c/f0/4f452192380d87dd1c938183a245cad522321ccfc2a3c393bf7ddc23419a/uuid_lib-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd7daf5cf58c3b487c8baf7eb826c4ef7d6e54da131d1f2448240f0a7ece4cf9",
                "md5": "3c63ccdb11bc671cc005a2e5d18cb25d",
                "sha256": "729c69cbd257ecd313204348c5339655d1db90ab05cb707d13394a0602ad6f86"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3c63ccdb11bc671cc005a2e5d18cb25d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 463600,
            "upload_time": "2024-09-13T13:29:45",
            "upload_time_iso_8601": "2024-09-13T13:29:45.781952Z",
            "url": "https://files.pythonhosted.org/packages/fd/7d/af5cf58c3b487c8baf7eb826c4ef7d6e54da131d1f2448240f0a7ece4cf9/uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f6be3f6039d7ea571b3f83aefbfd94053e89178eced2accc41501c365096895",
                "md5": "9186d581fa4673d7366662a4061ae7c6",
                "sha256": "6eb5c7adf7145809969be5b766860030251038fbbf4a39a4138a951de96b6592"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9186d581fa4673d7366662a4061ae7c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 542290,
            "upload_time": "2024-09-13T13:30:00",
            "upload_time_iso_8601": "2024-09-13T13:30:00.354592Z",
            "url": "https://files.pythonhosted.org/packages/2f/6b/e3f6039d7ea571b3f83aefbfd94053e89178eced2accc41501c365096895/uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fc9d7fe3f9d26f2b510ada789a7b860110f6fbf5bd22de3221a27be4e7439f2",
                "md5": "04cf878791b9429a1c413c7d59ffd3ca",
                "sha256": "473189aa3503d12dce32e262f6c4006670e626ad1a5351e9ad76878d1b269445"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "04cf878791b9429a1c413c7d59ffd3ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 464847,
            "upload_time": "2024-09-13T13:30:16",
            "upload_time_iso_8601": "2024-09-13T13:30:16.928779Z",
            "url": "https://files.pythonhosted.org/packages/2f/c9/d7fe3f9d26f2b510ada789a7b860110f6fbf5bd22de3221a27be4e7439f2/uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0618b8ab2bfe591dcdfcf698638fcbb6fd4db30742d8127c752762b12d1c1e68",
                "md5": "ace04ec210af0823593a9d41df3c9b3c",
                "sha256": "19fc78a083d4c3119bb29291b2e188f2e7e5ae54ebcf137d5cb7b70733f6087f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ace04ec210af0823593a9d41df3c9b3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 447333,
            "upload_time": "2024-09-13T13:30:31",
            "upload_time_iso_8601": "2024-09-13T13:30:31.644694Z",
            "url": "https://files.pythonhosted.org/packages/06/18/b8ab2bfe591dcdfcf698638fcbb6fd4db30742d8127c752762b12d1c1e68/uuid_lib-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11bb6a9623c3bfefd01ca1a3036cfeb16763dcef2911cd1b89705888125bb48a",
                "md5": "ab58628dbc55c7e8eb552da89f052e51",
                "sha256": "289766fab5eca3ec201eab7fb221ff95745ac53ef8542a06a5c95411eb3bd6d8"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ab58628dbc55c7e8eb552da89f052e51",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 133795,
            "upload_time": "2024-09-13T13:30:55",
            "upload_time_iso_8601": "2024-09-13T13:30:55.773294Z",
            "url": "https://files.pythonhosted.org/packages/11/bb/6a9623c3bfefd01ca1a3036cfeb16763dcef2911cd1b89705888125bb48a/uuid_lib-0.3.4-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f201d36f1c3bd84e3e02ce40a7c8d53a52623c3ac3ab7538f3b7fb3482cded90",
                "md5": "1c19a692398a4cbd3020f7d7a2ebc179",
                "sha256": "dd672fb7b27699b39d2a31cf74bb6dcfe61e70f863193479973e6b06888ea521"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1c19a692398a4cbd3020f7d7a2ebc179",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 143353,
            "upload_time": "2024-09-13T13:30:47",
            "upload_time_iso_8601": "2024-09-13T13:30:47.265484Z",
            "url": "https://files.pythonhosted.org/packages/f2/01/d36f1c3bd84e3e02ce40a7c8d53a52623c3ac3ab7538f3b7fb3482cded90/uuid_lib-0.3.4-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4866f1ae49839301e0676e0382b1976dd1ffa32f54acf75769e75479a3cde91",
                "md5": "d734e0c2a3ef979cc86fc3e98908608e",
                "sha256": "95c21488f706b94dcb6ec3bd353fd931109e36a5ede699e8bd0ef38482f45c5c"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d734e0c2a3ef979cc86fc3e98908608e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 245959,
            "upload_time": "2024-09-13T13:29:41",
            "upload_time_iso_8601": "2024-09-13T13:29:41.499511Z",
            "url": "https://files.pythonhosted.org/packages/e4/86/6f1ae49839301e0676e0382b1976dd1ffa32f54acf75769e75479a3cde91/uuid_lib-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c130942a1772c1cd2277a1b7143244f455c7b712e4981c8b57f85af9cf0989e8",
                "md5": "0e3f23338222499834a397404e7d3f32",
                "sha256": "eae66117b347df9fbdbb9f19fa52225fcca307fa485726f8eb4bc4352b531535"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0e3f23338222499834a397404e7d3f32",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 237449,
            "upload_time": "2024-09-13T13:29:35",
            "upload_time_iso_8601": "2024-09-13T13:29:35.924581Z",
            "url": "https://files.pythonhosted.org/packages/c1/30/942a1772c1cd2277a1b7143244f455c7b712e4981c8b57f85af9cf0989e8/uuid_lib-0.3.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "973d050f239e390816c4c8011ec817325ab4722945f9ac0f1ac13d09dc9e3881",
                "md5": "22f17c31c2f2d58a1174c878dd4d8bd3",
                "sha256": "6f32b1e12b3dbc37c7692fb01e0c47245806a1d830efa65703143eb9e62fd5ac"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "22f17c31c2f2d58a1174c878dd4d8bd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 286181,
            "upload_time": "2024-09-13T13:28:19",
            "upload_time_iso_8601": "2024-09-13T13:28:19.621839Z",
            "url": "https://files.pythonhosted.org/packages/97/3d/050f239e390816c4c8011ec817325ab4722945f9ac0f1ac13d09dc9e3881/uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce873837332288fc0c6a6f8dfe95a1121e3fe3a8d55739ae6fcf045c663c5265",
                "md5": "3eb4b0c12564d443b26f0f0498cf4a82",
                "sha256": "f76d4fcb08165507323418c25bb7e4dc05344a4003a539f70c3c51f80a0f5788"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3eb4b0c12564d443b26f0f0498cf4a82",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 287641,
            "upload_time": "2024-09-13T13:28:33",
            "upload_time_iso_8601": "2024-09-13T13:28:33.068101Z",
            "url": "https://files.pythonhosted.org/packages/ce/87/3837332288fc0c6a6f8dfe95a1121e3fe3a8d55739ae6fcf045c663c5265/uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d4ba3a8509eb6d06b012f414586fe60ac7e824cb5254ea25f54576d5ca05757",
                "md5": "d5da60dd22217431a7ee6fc83de0a513",
                "sha256": "c0d13be6f15b78c4afd165c6471cf1ea00b89e4bb93031d0ac455af3db2e295e"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d5da60dd22217431a7ee6fc83de0a513",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 318152,
            "upload_time": "2024-09-13T13:28:46",
            "upload_time_iso_8601": "2024-09-13T13:28:46.919908Z",
            "url": "https://files.pythonhosted.org/packages/2d/4b/a3a8509eb6d06b012f414586fe60ac7e824cb5254ea25f54576d5ca05757/uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e512a543c12c01bc17ddd8b6b0f226a9c51f7794f133953b07bc1c5039da5d7",
                "md5": "a5b2a01e79a8119b26db4b60ac119f62",
                "sha256": "275e55e5874265b2b7ce342e222e3005dee8f8e0f8622ee419c2d935e5d8fc06"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a5b2a01e79a8119b26db4b60ac119f62",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 319388,
            "upload_time": "2024-09-13T13:29:00",
            "upload_time_iso_8601": "2024-09-13T13:29:00.393796Z",
            "url": "https://files.pythonhosted.org/packages/5e/51/2a543c12c01bc17ddd8b6b0f226a9c51f7794f133953b07bc1c5039da5d7/uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a77aca99f3baf035b0dbb1f22f024eca60ef1f2538627eb58f13bbfa37c2db14",
                "md5": "a0a975eedc5041eb3fbdffa70fc3ecdb",
                "sha256": "d7ed25e22a5c7275014a5c93726d1a97909a2c46f74dccca1597e37804e2c99b"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0a975eedc5041eb3fbdffa70fc3ecdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 278665,
            "upload_time": "2024-09-13T13:29:25",
            "upload_time_iso_8601": "2024-09-13T13:29:25.697938Z",
            "url": "https://files.pythonhosted.org/packages/a7/7a/ca99f3baf035b0dbb1f22f024eca60ef1f2538627eb58f13bbfa37c2db14/uuid_lib-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88650976bf2f071690f57b5ee5dbc33d452f52c6ca5eb9bc3c18ac27135f7132",
                "md5": "156c569c0729cd6068de49785a34117d",
                "sha256": "f06543b9a442c0c0f42bca6ea947009a3e0887852076875b713f3fb1875e2d5f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "156c569c0729cd6068de49785a34117d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 290036,
            "upload_time": "2024-09-13T13:29:14",
            "upload_time_iso_8601": "2024-09-13T13:29:14.674778Z",
            "url": "https://files.pythonhosted.org/packages/88/65/0976bf2f071690f57b5ee5dbc33d452f52c6ca5eb9bc3c18ac27135f7132/uuid_lib-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc6bd9a9ef7207989bf0c4f69cd5e59da3410e1999c5b6bc69af9a18feacf4f6",
                "md5": "1015d7a33e44b818bc3a53f765ed024a",
                "sha256": "1e86f7df1911220edf916c0b72c9bab67e8e5d2097f4caf5a4f1aeb76ee4fc8e"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1015d7a33e44b818bc3a53f765ed024a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 463467,
            "upload_time": "2024-09-13T13:29:47",
            "upload_time_iso_8601": "2024-09-13T13:29:47.495808Z",
            "url": "https://files.pythonhosted.org/packages/cc/6b/d9a9ef7207989bf0c4f69cd5e59da3410e1999c5b6bc69af9a18feacf4f6/uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e43d7729ba4ea49a34f9f1c9f20deafb8f543fee148f62b575651ec53d9533ab",
                "md5": "a76d6137c93c4c5ef552be7befe48590",
                "sha256": "015c8f634125aec9dcc4c2e69f82b626f6b18dbcdca6e6ee975ea202855784f8"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a76d6137c93c4c5ef552be7befe48590",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 542139,
            "upload_time": "2024-09-13T13:30:01",
            "upload_time_iso_8601": "2024-09-13T13:30:01.997206Z",
            "url": "https://files.pythonhosted.org/packages/e4/3d/7729ba4ea49a34f9f1c9f20deafb8f543fee148f62b575651ec53d9533ab/uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "908b377b3074258364fa6b5cdd3fd06d4368955003ca01f8dcbdb9cdc7460227",
                "md5": "1b5f62a6df4f169871a0bac51f1a10cd",
                "sha256": "63bfb708d9c6acbdeed8662a78db739292a31b1511f3c2f5368fc3d40a8bf1a0"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1b5f62a6df4f169871a0bac51f1a10cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 464773,
            "upload_time": "2024-09-13T13:30:18",
            "upload_time_iso_8601": "2024-09-13T13:30:18.812627Z",
            "url": "https://files.pythonhosted.org/packages/90/8b/377b3074258364fa6b5cdd3fd06d4368955003ca01f8dcbdb9cdc7460227/uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b9844c13cf4fd79bc33a02e1374e607911f67dbbfb7da0186a726bbc1598cbc",
                "md5": "4e57402e24f17e1c6b367f0d68633c13",
                "sha256": "e8182879d4c2ff97e7be135ec0cc24f960d42959c11e9582a15a5812d9a233f2"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e57402e24f17e1c6b367f0d68633c13",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 446089,
            "upload_time": "2024-09-13T13:30:33",
            "upload_time_iso_8601": "2024-09-13T13:30:33.397730Z",
            "url": "https://files.pythonhosted.org/packages/7b/98/44c13cf4fd79bc33a02e1374e607911f67dbbfb7da0186a726bbc1598cbc/uuid_lib-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a17a822a16b2fd92f3487b4882d1ff6124efc6d57d6d3f208892de31dfb04955",
                "md5": "94ae22d201a1155ddd4ee8d651f3838d",
                "sha256": "b0c0725cd5a8351c27813da6d710bcc2b8cb8f6bacb745bfa8df85f5d5946ff2"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "94ae22d201a1155ddd4ee8d651f3838d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 133810,
            "upload_time": "2024-09-13T13:30:57",
            "upload_time_iso_8601": "2024-09-13T13:30:57.079831Z",
            "url": "https://files.pythonhosted.org/packages/a1/7a/822a16b2fd92f3487b4882d1ff6124efc6d57d6d3f208892de31dfb04955/uuid_lib-0.3.4-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "200e5007e40e7d34292236b63daf7c267afda3469de650314c9980a357c89a7c",
                "md5": "0cb7e87ae6a5333188bf02003135bcfb",
                "sha256": "69bb762f8f82e883211633c75bb8e8fd603d6aa5d9a6fee0e12e0d1d8d80b386"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0cb7e87ae6a5333188bf02003135bcfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 143116,
            "upload_time": "2024-09-13T13:30:48",
            "upload_time_iso_8601": "2024-09-13T13:30:48.774588Z",
            "url": "https://files.pythonhosted.org/packages/20/0e/5007e40e7d34292236b63daf7c267afda3469de650314c9980a357c89a7c/uuid_lib-0.3.4-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26c44b343626f6c640bf284f78155a57f01d69b3201143a8d0215880dc7d3487",
                "md5": "d4a89ded79162ac437db1ac90b7a303d",
                "sha256": "feda2fe9c1223adfd39d20db4a431c2a755c3138004a5d38bd13a31dfee97ff1"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4a89ded79162ac437db1ac90b7a303d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 244390,
            "upload_time": "2024-09-13T13:29:43",
            "upload_time_iso_8601": "2024-09-13T13:29:43.511555Z",
            "url": "https://files.pythonhosted.org/packages/26/c4/4b343626f6c640bf284f78155a57f01d69b3201143a8d0215880dc7d3487/uuid_lib-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccabb1088a11b1ca55283c8f188277865df24ea0ee3adb411e1debdbbb46cde7",
                "md5": "fb2ebeba8d7fd34173ae0b10a06a1f6d",
                "sha256": "2945f3a74eac2393b076f3aca50636b2a7fcbc18857b448374f4052137442edd"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fb2ebeba8d7fd34173ae0b10a06a1f6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 237707,
            "upload_time": "2024-09-13T13:29:38",
            "upload_time_iso_8601": "2024-09-13T13:29:38.102360Z",
            "url": "https://files.pythonhosted.org/packages/cc/ab/b1088a11b1ca55283c8f188277865df24ea0ee3adb411e1debdbbb46cde7/uuid_lib-0.3.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ae1ca1fd8dd831e39f4830da05de849959c4a959cabaa37c3f75f3ecd3a02b8",
                "md5": "72a4c1a0885a27fe1a462e01b565fc06",
                "sha256": "ef5ee40f334e9481eabec361a826f3cb16396acf76a1a67bd2701149aaf6be4e"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "72a4c1a0885a27fe1a462e01b565fc06",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 285189,
            "upload_time": "2024-09-13T13:28:21",
            "upload_time_iso_8601": "2024-09-13T13:28:21.283245Z",
            "url": "https://files.pythonhosted.org/packages/6a/e1/ca1fd8dd831e39f4830da05de849959c4a959cabaa37c3f75f3ecd3a02b8/uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68ca744740f5c5931100fe64e0c83997e9c1099261cf60de47ac2fd374fdd9fa",
                "md5": "584d4066bc0f2110e5fa16f72b5ae9df",
                "sha256": "b1f15b787153f6bce7f6b65bf43b93bcab56a2927dfa31baae8d0b65ad9754d8"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "584d4066bc0f2110e5fa16f72b5ae9df",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 287454,
            "upload_time": "2024-09-13T13:28:34",
            "upload_time_iso_8601": "2024-09-13T13:28:34.730121Z",
            "url": "https://files.pythonhosted.org/packages/68/ca/744740f5c5931100fe64e0c83997e9c1099261cf60de47ac2fd374fdd9fa/uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7890cdc6711a18a8859767291e90e36ce534e8d1125af0a58139d22c8d078e74",
                "md5": "131959401b210a3a14b73d1987db79b5",
                "sha256": "2fd02c131998a4332d3a227625e485276ab2df19ac6e2cb22b3d8cb2f59159c2"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "131959401b210a3a14b73d1987db79b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 317037,
            "upload_time": "2024-09-13T13:28:48",
            "upload_time_iso_8601": "2024-09-13T13:28:48.412173Z",
            "url": "https://files.pythonhosted.org/packages/78/90/cdc6711a18a8859767291e90e36ce534e8d1125af0a58139d22c8d078e74/uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "068bfa8e11ad1eabd0bf32135284b82e48cea8ffa9d9190cc3539db8d6da8189",
                "md5": "048204b396de05b3714415b4dfdbac77",
                "sha256": "27d9191c527d00dbaa74912193c7c9be45aec0ad2f35be60dd96b2c548485bf5"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "048204b396de05b3714415b4dfdbac77",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 319206,
            "upload_time": "2024-09-13T13:29:02",
            "upload_time_iso_8601": "2024-09-13T13:29:02.177335Z",
            "url": "https://files.pythonhosted.org/packages/06/8b/fa8e11ad1eabd0bf32135284b82e48cea8ffa9d9190cc3539db8d6da8189/uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4603faeb4f876a5c453a65181e5ab208a8b8aa6581f23645092439d9a054216",
                "md5": "3ededb90a94e3965665a176229eeb27d",
                "sha256": "b81032a6023eb52ed9a7cea6f1e864b8c4d86ecb5b09751bf024a65f6fb2bf39"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ededb90a94e3965665a176229eeb27d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 277619,
            "upload_time": "2024-09-13T13:29:27",
            "upload_time_iso_8601": "2024-09-13T13:29:27.338583Z",
            "url": "https://files.pythonhosted.org/packages/c4/60/3faeb4f876a5c453a65181e5ab208a8b8aa6581f23645092439d9a054216/uuid_lib-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e83f7f3b9ead912074b11752710b33b77b1a5fd386e527b1db3a72c6b0935490",
                "md5": "d9571c1bdfb2f9caad8b0e9d40a1d2ff",
                "sha256": "f1003a572b70efcba9b94f4b8d6260ab24594ebf985c58760ab01e24eaf4fe36"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "d9571c1bdfb2f9caad8b0e9d40a1d2ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 290061,
            "upload_time": "2024-09-13T13:29:16",
            "upload_time_iso_8601": "2024-09-13T13:29:16.219020Z",
            "url": "https://files.pythonhosted.org/packages/e8/3f/7f3b9ead912074b11752710b33b77b1a5fd386e527b1db3a72c6b0935490/uuid_lib-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d54d45bcd6f250bf2cce330e0386abb8cc72fc5afcecd92098728649bbe84240",
                "md5": "5c0ddc8c06828596e5b48d665699d90f",
                "sha256": "10c66e9b0be6a2d397fb163f4902a2cab028eb58b4bec2365fd1b1d360701e8e"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5c0ddc8c06828596e5b48d665699d90f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 462862,
            "upload_time": "2024-09-13T13:29:49",
            "upload_time_iso_8601": "2024-09-13T13:29:49.054182Z",
            "url": "https://files.pythonhosted.org/packages/d5/4d/45bcd6f250bf2cce330e0386abb8cc72fc5afcecd92098728649bbe84240/uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71b88decc321f44a6a0feaabe258a20913887986c14b9dbb59f5c3efd04d9037",
                "md5": "018af7d43936ea671a6e098194394ccb",
                "sha256": "5306a50b48493a7d386536a83c0f6f79f7acb9748415f581bcc60ecf1d6f7ff0"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "018af7d43936ea671a6e098194394ccb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 540899,
            "upload_time": "2024-09-13T13:30:03",
            "upload_time_iso_8601": "2024-09-13T13:30:03.567948Z",
            "url": "https://files.pythonhosted.org/packages/71/b8/8decc321f44a6a0feaabe258a20913887986c14b9dbb59f5c3efd04d9037/uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de41057fa3de01a84083d94d3c48c0c2dabc6e1290cedb0cf6929ecd448e6230",
                "md5": "7f9a2b9a95c0824470d3a1810f7c1372",
                "sha256": "d304d1eb5dac7ac846f19d8934d0c47c422dc2235d040909ed2adeffd0fcc720"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7f9a2b9a95c0824470d3a1810f7c1372",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 463697,
            "upload_time": "2024-09-13T13:30:20",
            "upload_time_iso_8601": "2024-09-13T13:30:20.417220Z",
            "url": "https://files.pythonhosted.org/packages/de/41/057fa3de01a84083d94d3c48c0c2dabc6e1290cedb0cf6929ecd448e6230/uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9015168424994fe7171ad39a9ebf227dd21afd79e8c589376bc6c37dd7694aca",
                "md5": "c1e6da1b6de67a20b8ab0f87f4ae56ed",
                "sha256": "4b5886f98169fcc6b9374601551bd0ae2c3f36e30e2dbfb0ab2e2ae130782a7b"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1e6da1b6de67a20b8ab0f87f4ae56ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 445469,
            "upload_time": "2024-09-13T13:30:35",
            "upload_time_iso_8601": "2024-09-13T13:30:35.888273Z",
            "url": "https://files.pythonhosted.org/packages/90/15/168424994fe7171ad39a9ebf227dd21afd79e8c589376bc6c37dd7694aca/uuid_lib-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd22b26f8f6329f163be93b2b0821bfa581be5a098402ba944595b5cae4e4284",
                "md5": "c7701a86284526938b12749d27edc2f8",
                "sha256": "62f8965b254e68e9a644aa6c09b95720c191987b2e334c79e3c1da45d4c1c1b8"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c7701a86284526938b12749d27edc2f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 133232,
            "upload_time": "2024-09-13T13:30:58",
            "upload_time_iso_8601": "2024-09-13T13:30:58.512718Z",
            "url": "https://files.pythonhosted.org/packages/bd/22/b26f8f6329f163be93b2b0821bfa581be5a098402ba944595b5cae4e4284/uuid_lib-0.3.4-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "262aa88858fc3b172d45a0e809b61296e8fb2c47d1a979ee59a81e5c7d5c180b",
                "md5": "b7016555575122fde215fa0f01895aed",
                "sha256": "f44dcd21eec9d4c421f0504c9a018a1925e6d37779fa696a25dcc4c4dcb40bac"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b7016555575122fde215fa0f01895aed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 142316,
            "upload_time": "2024-09-13T13:30:50",
            "upload_time_iso_8601": "2024-09-13T13:30:50.621151Z",
            "url": "https://files.pythonhosted.org/packages/26/2a/a88858fc3b172d45a0e809b61296e8fb2c47d1a979ee59a81e5c7d5c180b/uuid_lib-0.3.4-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a9ae9ebc400edaf6a436e158d95a16617b8a87eb778e63f9cd81388fcb88d82",
                "md5": "418b00377a737f92c86162193bcaf42c",
                "sha256": "94282d1610024048e9fb5ca855ae6c2182fc68bbe56b91bdd84e2bf9b23c3eae"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "418b00377a737f92c86162193bcaf42c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 286510,
            "upload_time": "2024-09-13T13:28:22",
            "upload_time_iso_8601": "2024-09-13T13:28:22.801459Z",
            "url": "https://files.pythonhosted.org/packages/9a/9a/e9ebc400edaf6a436e158d95a16617b8a87eb778e63f9cd81388fcb88d82/uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d2395a1b75ceea2c3fd17d9a4e47f8948a06fcc5735d056fc1dce2b369b0e1d",
                "md5": "c2698b5c81adc545089c2e5a2d0fd571",
                "sha256": "e032fc88e918b4891df96354168a546eaac01ae64c9b82d1e749968c56b96519"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c2698b5c81adc545089c2e5a2d0fd571",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 288709,
            "upload_time": "2024-09-13T13:28:36",
            "upload_time_iso_8601": "2024-09-13T13:28:36.599304Z",
            "url": "https://files.pythonhosted.org/packages/1d/23/95a1b75ceea2c3fd17d9a4e47f8948a06fcc5735d056fc1dce2b369b0e1d/uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c29699f53996ab4712f5b7b01c7360cc12cf6fca3f57ed1960cbf5b0d30ffdeb",
                "md5": "752baac0ff95227e821600e0a4096523",
                "sha256": "02090097eb24f2240e3e2f9fde350a99b1a116811abbc357bcb4f7ce9447dedd"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "752baac0ff95227e821600e0a4096523",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 319760,
            "upload_time": "2024-09-13T13:28:49",
            "upload_time_iso_8601": "2024-09-13T13:28:49.886151Z",
            "url": "https://files.pythonhosted.org/packages/c2/96/99f53996ab4712f5b7b01c7360cc12cf6fca3f57ed1960cbf5b0d30ffdeb/uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12ed015fc08ba6a6f544f96b67b254609e099616069a1b43eb16ff908e411bd0",
                "md5": "255211cd07e3b9eaefbe8fea7817f498",
                "sha256": "823a31c3a0752267038ac45c59b3e668021f4372ce93563f0e0ee2105d7d1168"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "255211cd07e3b9eaefbe8fea7817f498",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 320331,
            "upload_time": "2024-09-13T13:29:03",
            "upload_time_iso_8601": "2024-09-13T13:29:03.856389Z",
            "url": "https://files.pythonhosted.org/packages/12/ed/015fc08ba6a6f544f96b67b254609e099616069a1b43eb16ff908e411bd0/uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2240dfe6946f0930bc2ec6ecd2de7a624158ac6e5c9ee40ae8e97483ca5756b",
                "md5": "bddca29dc371487a746c1ab324095e18",
                "sha256": "91567dfaf7fdc83af770c7b7f0380909d4ef330ed2f599c84c0036b07765cec9"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bddca29dc371487a746c1ab324095e18",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 279663,
            "upload_time": "2024-09-13T13:29:28",
            "upload_time_iso_8601": "2024-09-13T13:29:28.830308Z",
            "url": "https://files.pythonhosted.org/packages/a2/24/0dfe6946f0930bc2ec6ecd2de7a624158ac6e5c9ee40ae8e97483ca5756b/uuid_lib-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "725d10962825ac1215278dd1adff4789ed5bc885f706994600ef905549ba0d43",
                "md5": "45e2de66102ae94bffea724bac10d3f3",
                "sha256": "56412fab7ea8e0fea1a53323820225d852109492d37bb6d51859c763ec0c383b"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "45e2de66102ae94bffea724bac10d3f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 291634,
            "upload_time": "2024-09-13T13:29:17",
            "upload_time_iso_8601": "2024-09-13T13:29:17.803959Z",
            "url": "https://files.pythonhosted.org/packages/72/5d/10962825ac1215278dd1adff4789ed5bc885f706994600ef905549ba0d43/uuid_lib-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e70d48bb286ec834a1d98650fd670909f1c9bf4b4ee18139be67eb24c9b40290",
                "md5": "7de181f538c4e0331f2e716ffa386063",
                "sha256": "e7ac49d69c454018f3075990240b3cf8235632a66937f11e6e2d7db8095618c3"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7de181f538c4e0331f2e716ffa386063",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 464343,
            "upload_time": "2024-09-13T13:29:51",
            "upload_time_iso_8601": "2024-09-13T13:29:51.012558Z",
            "url": "https://files.pythonhosted.org/packages/e7/0d/48bb286ec834a1d98650fd670909f1c9bf4b4ee18139be67eb24c9b40290/uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e1e728a607e4d498de08a8217d7b866ce3285da3c3aee18a16c6b0242025380",
                "md5": "36d593e3cfa93d7b44d15f5bafa4d866",
                "sha256": "ae81bc645a45b9d106c958cd6b92f41c07825b77780b0f60b0cc96a490a1ffb3"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "36d593e3cfa93d7b44d15f5bafa4d866",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 543013,
            "upload_time": "2024-09-13T13:30:05",
            "upload_time_iso_8601": "2024-09-13T13:30:05.611228Z",
            "url": "https://files.pythonhosted.org/packages/1e/1e/728a607e4d498de08a8217d7b866ce3285da3c3aee18a16c6b0242025380/uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7983fe54c6ac7f6ded520391e1c0658e48287692e78be45454d91e4848a47ed3",
                "md5": "fe2aa624f5c95ef6a39b45a78993dcee",
                "sha256": "ca073240be15f2228b05e92da848e51a0927817fd00fd617509de2b625902dc1"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fe2aa624f5c95ef6a39b45a78993dcee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 465784,
            "upload_time": "2024-09-13T13:30:21",
            "upload_time_iso_8601": "2024-09-13T13:30:21.906468Z",
            "url": "https://files.pythonhosted.org/packages/79/83/fe54c6ac7f6ded520391e1c0658e48287692e78be45454d91e4848a47ed3/uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0af94f32a82cdf0d67b9314be8eede413d3604f9f823880352cbb72fd998e08f",
                "md5": "0ff63b85b327a7fdc4268b408eb1b0ad",
                "sha256": "ed80d788a449bd1337451b98076c8d48d764390bb2bbfbe03f324369703df8bc"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ff63b85b327a7fdc4268b408eb1b0ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 448147,
            "upload_time": "2024-09-13T13:30:37",
            "upload_time_iso_8601": "2024-09-13T13:30:37.667387Z",
            "url": "https://files.pythonhosted.org/packages/0a/f9/4f32a82cdf0d67b9314be8eede413d3604f9f823880352cbb72fd998e08f/uuid_lib-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99b0658440b9158a68098dedc940421b89a846c90ac543f1267b69182b1b0c5c",
                "md5": "0943a9c2652a5b6ca7b4a787baee3783",
                "sha256": "c5f95a0ef4ffe62a769fc2ff6cc5174aeb5b381ce969a6f45fd1d09c88ee0ad9"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0943a9c2652a5b6ca7b4a787baee3783",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 134484,
            "upload_time": "2024-09-13T13:30:59",
            "upload_time_iso_8601": "2024-09-13T13:30:59.813343Z",
            "url": "https://files.pythonhosted.org/packages/99/b0/658440b9158a68098dedc940421b89a846c90ac543f1267b69182b1b0c5c/uuid_lib-0.3.4-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15464c96a5d8fcc401740a211b4df28fc71fe5c01343cd2d9ecbb1b3670b4cc9",
                "md5": "0cabf9f9a2fe39599b65fb0143d3c772",
                "sha256": "7067679faab7372dd4d6e797130e21a5b382695df7da2dddf92badd8f964e270"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0cabf9f9a2fe39599b65fb0143d3c772",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 143708,
            "upload_time": "2024-09-13T13:30:52",
            "upload_time_iso_8601": "2024-09-13T13:30:52.740053Z",
            "url": "https://files.pythonhosted.org/packages/15/46/4c96a5d8fcc401740a211b4df28fc71fe5c01343cd2d9ecbb1b3670b4cc9/uuid_lib-0.3.4-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55c69ac063798bbc081542f9850eef8e272d95ead81b965d3ad0cdffb895c02f",
                "md5": "751f10f38915c320c425d9db8f58352a",
                "sha256": "99067ffb03b7d84706869482f70282966b9320fd71ebd81c9f6f76b597a8f8b5"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "751f10f38915c320c425d9db8f58352a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 239276,
            "upload_time": "2024-09-13T13:29:39",
            "upload_time_iso_8601": "2024-09-13T13:29:39.669734Z",
            "url": "https://files.pythonhosted.org/packages/55/c6/9ac063798bbc081542f9850eef8e272d95ead81b965d3ad0cdffb895c02f/uuid_lib-0.3.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0080a5f64cea32785c8c06339a570f158135dcce3eb544b0cb91cbcb0c1a4f63",
                "md5": "a9a6eb33bd83c2c317d75cd2ecaf8db2",
                "sha256": "50b6676d5d6417f35ab14241e0f5fc3e7a12762c2336a5ee295fe105713d3745"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a9a6eb33bd83c2c317d75cd2ecaf8db2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 286517,
            "upload_time": "2024-09-13T13:28:24",
            "upload_time_iso_8601": "2024-09-13T13:28:24.788549Z",
            "url": "https://files.pythonhosted.org/packages/00/80/a5f64cea32785c8c06339a570f158135dcce3eb544b0cb91cbcb0c1a4f63/uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5e8b4f46889f6ef1668d3af7cacc9dfd1250f9e23c716c81a9f470aacd51e54",
                "md5": "ca20e78ac1442b70783074b476120289",
                "sha256": "7c731ed6b0a3fb4ed82113a6bf00a0694f96a9e0eabe94d1bd7db30a95fefa43"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ca20e78ac1442b70783074b476120289",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 288895,
            "upload_time": "2024-09-13T13:28:38",
            "upload_time_iso_8601": "2024-09-13T13:28:38.806557Z",
            "url": "https://files.pythonhosted.org/packages/f5/e8/b4f46889f6ef1668d3af7cacc9dfd1250f9e23c716c81a9f470aacd51e54/uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f0e9873508f9304133739597e32a6ce5cc893bb11ab277822f74e890200c43d",
                "md5": "276b6c182918efa47d9d1ea9f372caf3",
                "sha256": "079329f6437bad524b05970efa1483b31ec7889fdc9566634c101621e3a4974d"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "276b6c182918efa47d9d1ea9f372caf3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 319321,
            "upload_time": "2024-09-13T13:28:51",
            "upload_time_iso_8601": "2024-09-13T13:28:51.304252Z",
            "url": "https://files.pythonhosted.org/packages/5f/0e/9873508f9304133739597e32a6ce5cc893bb11ab277822f74e890200c43d/uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28c849a6feec63121888da558e1f92d9b1d8556c67f0231b6b9a41ebb02e5f3f",
                "md5": "5c0aa540930e7b536afe6783f11bca6e",
                "sha256": "4e0ee7f99906278c234ad0c266ddcf9a499f54a997202cfe08682f4eaf009acc"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5c0aa540930e7b536afe6783f11bca6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 320290,
            "upload_time": "2024-09-13T13:29:05",
            "upload_time_iso_8601": "2024-09-13T13:29:05.527474Z",
            "url": "https://files.pythonhosted.org/packages/28/c8/49a6feec63121888da558e1f92d9b1d8556c67f0231b6b9a41ebb02e5f3f/uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "89ebd137f531551d7b57432dce0ecf558a12a97dc8678b313f061f40f8209025",
                "md5": "f70b1573b029e71f8c162be18923ef2b",
                "sha256": "1d5bfc99837da788c3a4c40f6e0b31401e0ec7a95824ac157ae04776d0b122c7"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f70b1573b029e71f8c162be18923ef2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 279677,
            "upload_time": "2024-09-13T13:29:30",
            "upload_time_iso_8601": "2024-09-13T13:29:30.150923Z",
            "url": "https://files.pythonhosted.org/packages/89/eb/d137f531551d7b57432dce0ecf558a12a97dc8678b313f061f40f8209025/uuid_lib-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e677f4e40568012d915b7d53bf9ea79ec60728691e86a2943897827f0f3022a9",
                "md5": "eb75c8de6358a33021433edad07f0157",
                "sha256": "8073d8fdf9ff1d13062bf9424fba1d6ade83687673a577d8189bba22f76b0151"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "eb75c8de6358a33021433edad07f0157",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 291663,
            "upload_time": "2024-09-13T13:29:19",
            "upload_time_iso_8601": "2024-09-13T13:29:19.234956Z",
            "url": "https://files.pythonhosted.org/packages/e6/77/f4e40568012d915b7d53bf9ea79ec60728691e86a2943897827f0f3022a9/uuid_lib-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d764a6d6b925b6fbafa0835654bba30c0f7e0d9b6f3865915f2d3517e5fc36ba",
                "md5": "6c2a08adf9d66f35c77af5d3cb3e6314",
                "sha256": "12adc962151d12f61a042bd9f9c018e3acf5faeefc44eafd3f68533d3d4fd6ec"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6c2a08adf9d66f35c77af5d3cb3e6314",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 464541,
            "upload_time": "2024-09-13T13:29:52",
            "upload_time_iso_8601": "2024-09-13T13:29:52.592566Z",
            "url": "https://files.pythonhosted.org/packages/d7/64/a6d6b925b6fbafa0835654bba30c0f7e0d9b6f3865915f2d3517e5fc36ba/uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67007c3496ca99a1978e8b7bda3bada8dbfaefdeb7aa91d144a6281e2d7e0dd9",
                "md5": "9c40b130a5218159af0def48d9eea5ab",
                "sha256": "5776a5201b4081503fa0a3e321ba95a2eb5d56d98333286da77e2d7223418f22"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9c40b130a5218159af0def48d9eea5ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 543036,
            "upload_time": "2024-09-13T13:30:08",
            "upload_time_iso_8601": "2024-09-13T13:30:08.249371Z",
            "url": "https://files.pythonhosted.org/packages/67/00/7c3496ca99a1978e8b7bda3bada8dbfaefdeb7aa91d144a6281e2d7e0dd9/uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd47055ca477aaa1e04f847da300f71bf9caeef7b9e320db096a5f14aa253e20",
                "md5": "e125767d90ed0b96050d8c5904773ec5",
                "sha256": "2e710d20c61e8848bcbfc644de01352a977d4d538d13b6e0be27d42abd530f5f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e125767d90ed0b96050d8c5904773ec5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 465806,
            "upload_time": "2024-09-13T13:30:24",
            "upload_time_iso_8601": "2024-09-13T13:30:24.088056Z",
            "url": "https://files.pythonhosted.org/packages/fd/47/055ca477aaa1e04f847da300f71bf9caeef7b9e320db096a5f14aa253e20/uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10e05bbc3f7471d6887e5368402be8a5b62551d2ff638f307186d617018a64f2",
                "md5": "87853b3257cf68940570f88b4b48c310",
                "sha256": "5a8a42062681174709a2631e846d3ffab69a3173427ef4db0b82f8635e7db24a"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87853b3257cf68940570f88b4b48c310",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 448373,
            "upload_time": "2024-09-13T13:30:39",
            "upload_time_iso_8601": "2024-09-13T13:30:39.210468Z",
            "url": "https://files.pythonhosted.org/packages/10/e0/5bbc3f7471d6887e5368402be8a5b62551d2ff638f307186d617018a64f2/uuid_lib-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f13aaab9ef0d7cf598d27247b0fd28ee8fd8a3e4172f6c5f9a709768ddec152",
                "md5": "221d07d179107e7894bcb57605d3dada",
                "sha256": "4c69e8f03835ce0768081d07a859174173623a56c29bbb463d730b3cf6d27ae7"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "221d07d179107e7894bcb57605d3dada",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 134496,
            "upload_time": "2024-09-13T13:31:01",
            "upload_time_iso_8601": "2024-09-13T13:31:01.137475Z",
            "url": "https://files.pythonhosted.org/packages/0f/13/aaab9ef0d7cf598d27247b0fd28ee8fd8a3e4172f6c5f9a709768ddec152/uuid_lib-0.3.4-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a11a2d48f11b36e16533e4d591ad633c4dfec0b1f1f6be1b79506fbad7e70be",
                "md5": "a405b76890fc2edce81af67011336287",
                "sha256": "e4fc9cdf00968d322c82099afba886e3af6e79c4c98ad93434f943428f855050"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a405b76890fc2edce81af67011336287",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 144034,
            "upload_time": "2024-09-13T13:30:54",
            "upload_time_iso_8601": "2024-09-13T13:30:54.156446Z",
            "url": "https://files.pythonhosted.org/packages/2a/11/a2d48f11b36e16533e4d591ad633c4dfec0b1f1f6be1b79506fbad7e70be/uuid_lib-0.3.4-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27cfb25336e0d95bce016ddc988df9f756ba5d0c0785206d7e4b720412939756",
                "md5": "d9cac5ba85fc38aed91fb59e5a8a33f7",
                "sha256": "0484a05cf3e960b706249983fb9930d3302e8b1d4e0472cb1bb7d449ecc2fb00"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d9cac5ba85fc38aed91fb59e5a8a33f7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 286563,
            "upload_time": "2024-09-13T13:28:26",
            "upload_time_iso_8601": "2024-09-13T13:28:26.266446Z",
            "url": "https://files.pythonhosted.org/packages/27/cf/b25336e0d95bce016ddc988df9f756ba5d0c0785206d7e4b720412939756/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b50d25859a712d73f4294dffdc15da90ca17a12a709a52117f5e0587786455c0",
                "md5": "93dec141852af2e69e99e3763e783fed",
                "sha256": "dadad32d6bb283b2cb2206f900a48002e36e129582539b71e698388ed819532e"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "93dec141852af2e69e99e3763e783fed",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 288005,
            "upload_time": "2024-09-13T13:28:40",
            "upload_time_iso_8601": "2024-09-13T13:28:40.241362Z",
            "url": "https://files.pythonhosted.org/packages/b5/0d/25859a712d73f4294dffdc15da90ca17a12a709a52117f5e0587786455c0/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb7ace745d51c03bae89f905cc171ec09da8f7d3162d472e7e535050ed92e42f",
                "md5": "b189e60417eb0c59241b3ea949036f55",
                "sha256": "4952eb7e63ae0edea600d5195c83a836f026c475e56df0876592594e02626e20"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b189e60417eb0c59241b3ea949036f55",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 318602,
            "upload_time": "2024-09-13T13:28:53",
            "upload_time_iso_8601": "2024-09-13T13:28:53.279124Z",
            "url": "https://files.pythonhosted.org/packages/cb/7a/ce745d51c03bae89f905cc171ec09da8f7d3162d472e7e535050ed92e42f/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c75c808f1b350305af92c12761d1923f544731b15f65269871b2ad7fc983aa5",
                "md5": "646adeedfe7c5a704852a691851fb2c2",
                "sha256": "3a8b862a6068155b9e87af183a4cc26f17d1c10fd5a442d0bf5524ddde6d8961"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "646adeedfe7c5a704852a691851fb2c2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 320559,
            "upload_time": "2024-09-13T13:29:07",
            "upload_time_iso_8601": "2024-09-13T13:29:07.079487Z",
            "url": "https://files.pythonhosted.org/packages/0c/75/c808f1b350305af92c12761d1923f544731b15f65269871b2ad7fc983aa5/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3722d5235e74eec6cdb0addd4b04f88d2746dae5b813d4aea7814070c7c6e09",
                "md5": "90cd91394f894adce1cab70b2a56539a",
                "sha256": "20178ecba184c0db8f1f782fdb3b2fa475941a20c33fc11f5641bfbd4c572c8a"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90cd91394f894adce1cab70b2a56539a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 279087,
            "upload_time": "2024-09-13T13:29:31",
            "upload_time_iso_8601": "2024-09-13T13:29:31.514125Z",
            "url": "https://files.pythonhosted.org/packages/c3/72/2d5235e74eec6cdb0addd4b04f88d2746dae5b813d4aea7814070c7c6e09/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c71dd5b26636677e5542010525b273398e7dd53ccfa574a6b78cd4a40ceb7456",
                "md5": "fe836ebdc1056a7c6352a498e80f8922",
                "sha256": "ab038baf6acab14631efe462a2c5d305c21aa61822076cf337a0707c69a973eb"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "fe836ebdc1056a7c6352a498e80f8922",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 291021,
            "upload_time": "2024-09-13T13:29:20",
            "upload_time_iso_8601": "2024-09-13T13:29:20.707684Z",
            "url": "https://files.pythonhosted.org/packages/c7/1d/d5b26636677e5542010525b273398e7dd53ccfa574a6b78cd4a40ceb7456/uuid_lib-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "412f7833b626f3f4c89a4bcc8da0b2bec92c849185135888ca4c398dc097e89c",
                "md5": "703524ce05d4b876e8f91767cbb187de",
                "sha256": "840cbfc2334dfdbc4ea3792f4a8b9ecd27318d16cc91eb4fc3d4dfa221229e09"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "703524ce05d4b876e8f91767cbb187de",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 463414,
            "upload_time": "2024-09-13T13:29:54",
            "upload_time_iso_8601": "2024-09-13T13:29:54.868501Z",
            "url": "https://files.pythonhosted.org/packages/41/2f/7833b626f3f4c89a4bcc8da0b2bec92c849185135888ca4c398dc097e89c/uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c88f6118511736ae431989dbb884318c14ce036a9c446e1d77f6491130e14ea",
                "md5": "c7d44aad169659a6939620dbaeb4d500",
                "sha256": "65db206ffb6a3b3a4f9b3a34e0688c71bcde287c40545715811318d3afc96f66"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c7d44aad169659a6939620dbaeb4d500",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 542506,
            "upload_time": "2024-09-13T13:30:10",
            "upload_time_iso_8601": "2024-09-13T13:30:10.412316Z",
            "url": "https://files.pythonhosted.org/packages/9c/88/f6118511736ae431989dbb884318c14ce036a9c446e1d77f6491130e14ea/uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "474a59330ffafa65abb2cbacd61cbe80946642ba9a6380d95e7af324c17b0d2a",
                "md5": "4a1d017f9867519fbd9f249f9e22550b",
                "sha256": "91a0363b0b4d743ab7cc25f3c14fa933490a47152211cdee137722bc9b917d95"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4a1d017f9867519fbd9f249f9e22550b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 465651,
            "upload_time": "2024-09-13T13:30:25",
            "upload_time_iso_8601": "2024-09-13T13:30:25.707538Z",
            "url": "https://files.pythonhosted.org/packages/47/4a/59330ffafa65abb2cbacd61cbe80946642ba9a6380d95e7af324c17b0d2a/uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8c5802504ef8b414c858d50830bf99ec0646b431620b729b62a237a237f1e92",
                "md5": "053e5a91feabbfc90f6899b1bcc74c71",
                "sha256": "e1bdadd8f67803d59a3f84e15aec2a0a55c4676deffb64314271ebe4e096c49f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "053e5a91feabbfc90f6899b1bcc74c71",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 446685,
            "upload_time": "2024-09-13T13:30:40",
            "upload_time_iso_8601": "2024-09-13T13:30:40.751080Z",
            "url": "https://files.pythonhosted.org/packages/d8/c5/802504ef8b414c858d50830bf99ec0646b431620b729b62a237a237f1e92/uuid_lib-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cca481c4eea3e4da2f9d13c8f7b2a61c8fc1bac214624be00a53efb6786e6b47",
                "md5": "11cbbe3c553a377d32b204615e8b699c",
                "sha256": "28d90517c57c8999bf85a4fcf94985c97a2dee901a5ad60e010bcf1dcecc9f33"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "11cbbe3c553a377d32b204615e8b699c",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 286853,
            "upload_time": "2024-09-13T13:28:28",
            "upload_time_iso_8601": "2024-09-13T13:28:28.328392Z",
            "url": "https://files.pythonhosted.org/packages/cc/a4/81c4eea3e4da2f9d13c8f7b2a61c8fc1bac214624be00a53efb6786e6b47/uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5c1549c0d710e9a8e09491f01db68e3266eabf83ae2c64e5dd246e9d653450e",
                "md5": "5cbf71901628a276c3d943af088a896a",
                "sha256": "3bc52ac7eb2a7f3587c49224e0a6f0753f53e42aa623ea5866bd7faa1a54b680"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5cbf71901628a276c3d943af088a896a",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 289027,
            "upload_time": "2024-09-13T13:28:42",
            "upload_time_iso_8601": "2024-09-13T13:28:42.235708Z",
            "url": "https://files.pythonhosted.org/packages/d5/c1/549c0d710e9a8e09491f01db68e3266eabf83ae2c64e5dd246e9d653450e/uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7497ed3d625e47200ced98b39461f60a350ab136bf8e8d0d44488687d0d3889",
                "md5": "8fbf3c4263e30ada1c8fad96dca7c972",
                "sha256": "03c6fc0aa0ec7fec823d600b862eaeece76f73e24a95947437d146d6c8538e1c"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8fbf3c4263e30ada1c8fad96dca7c972",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 319321,
            "upload_time": "2024-09-13T13:28:55",
            "upload_time_iso_8601": "2024-09-13T13:28:55.114429Z",
            "url": "https://files.pythonhosted.org/packages/c7/49/7ed3d625e47200ced98b39461f60a350ab136bf8e8d0d44488687d0d3889/uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb74e66079742fbd0923baaa914442a7ae28dc5c44c7d0b2067339a9093dbb96",
                "md5": "bd5be6097d73672ac39dc7f39a915e41",
                "sha256": "7b16d9138ef2a9fbb7541bca90f63e744401ba013d7f27b959a8842df72d5c8a"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bd5be6097d73672ac39dc7f39a915e41",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 321031,
            "upload_time": "2024-09-13T13:29:09",
            "upload_time_iso_8601": "2024-09-13T13:29:09.153797Z",
            "url": "https://files.pythonhosted.org/packages/fb/74/e66079742fbd0923baaa914442a7ae28dc5c44c7d0b2067339a9093dbb96/uuid_lib-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1722073640c9155dd67f43819912e9c8f68208b540e05d3dabc77e42b3a4518",
                "md5": "02efefba422768db551a7e9828bae92d",
                "sha256": "1b1926bef18e5e145b640772613ff39baecfa39d4b27e5696ec56b11796191b9"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "02efefba422768db551a7e9828bae92d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 464337,
            "upload_time": "2024-09-13T13:29:57",
            "upload_time_iso_8601": "2024-09-13T13:29:57.284299Z",
            "url": "https://files.pythonhosted.org/packages/b1/72/2073640c9155dd67f43819912e9c8f68208b540e05d3dabc77e42b3a4518/uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27c26ebaebab913b9e6fe374f8e26e3a89e50ad99cd2ed0c578dcf58a9c0d2a8",
                "md5": "82a105bb06810d94902983fcd98c7bb0",
                "sha256": "843c4508d0a64260b37034854b4a3af0bf5b9655b1727bc254868c3d2fc9026f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "82a105bb06810d94902983fcd98c7bb0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 543395,
            "upload_time": "2024-09-13T13:30:13",
            "upload_time_iso_8601": "2024-09-13T13:30:13.183085Z",
            "url": "https://files.pythonhosted.org/packages/27/c2/6ebaebab913b9e6fe374f8e26e3a89e50ad99cd2ed0c578dcf58a9c0d2a8/uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0ddd49dd32c53f1cb272c822d3befcccf10810359dc6bceb8ce3deb3da67dce",
                "md5": "6d5f523508842dbdb47c8a86c16cc27b",
                "sha256": "06b645909ff7d6bcacc3bb4a84beeeae9daf2f001f60da405c9f47d2e704d462"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6d5f523508842dbdb47c8a86c16cc27b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 466216,
            "upload_time": "2024-09-13T13:30:27",
            "upload_time_iso_8601": "2024-09-13T13:30:27.713394Z",
            "url": "https://files.pythonhosted.org/packages/d0/dd/d49dd32c53f1cb272c822d3befcccf10810359dc6bceb8ce3deb3da67dce/uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "441b73a22c3c5f36b3c6357f70e9a9c21c473494a04f6aeb48354ce4ee2ef074",
                "md5": "a1b63e3407fdd91540a69ae168d6f435",
                "sha256": "b5dffb61288c5e305b81c6c7afbb72304baeb58ed772c4fe313236dac0ce797a"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a1b63e3407fdd91540a69ae168d6f435",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 447032,
            "upload_time": "2024-09-13T13:30:42",
            "upload_time_iso_8601": "2024-09-13T13:30:42.780431Z",
            "url": "https://files.pythonhosted.org/packages/44/1b/73a22c3c5f36b3c6357f70e9a9c21c473494a04f6aeb48354ce4ee2ef074/uuid_lib-0.3.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69e811d6445c8a975ac0f32bceedb6707532da27565ea53ef39f3b7ec8a7f94d",
                "md5": "9a741ec067a8abef8524645a53922067",
                "sha256": "0189d6476c866e576a171b18632a6da5e3d1686cdf346aab14f8332a26e6ff5f"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a741ec067a8abef8524645a53922067",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 286490,
            "upload_time": "2024-09-13T13:28:29",
            "upload_time_iso_8601": "2024-09-13T13:28:29.823353Z",
            "url": "https://files.pythonhosted.org/packages/69/e8/11d6445c8a975ac0f32bceedb6707532da27565ea53ef39f3b7ec8a7f94d/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d07980e7d2bb63ff1b70430ab5c4c05d764a2a0ce3dabd1c82912fbf0b4e17d",
                "md5": "d586e569045515efe9f1c3b507ec622a",
                "sha256": "7d84559e208e11c4cd3f4851c222a4b8bdc3e2705d64cfcf58804ddb038c2e49"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d586e569045515efe9f1c3b507ec622a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 289076,
            "upload_time": "2024-09-13T13:28:43",
            "upload_time_iso_8601": "2024-09-13T13:28:43.787288Z",
            "url": "https://files.pythonhosted.org/packages/2d/07/980e7d2bb63ff1b70430ab5c4c05d764a2a0ce3dabd1c82912fbf0b4e17d/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18152aea7fd7fc4095c1506e51f3ca8d5c810cbb5fb7ad1ff1c82deb23b2229f",
                "md5": "057213a3aa77c794c953c99f8379172e",
                "sha256": "9882e4e5cd953a012de7f242ce22deb588bb2c157060d69937f171ce4a1dd6fe"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "057213a3aa77c794c953c99f8379172e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 319194,
            "upload_time": "2024-09-13T13:28:57",
            "upload_time_iso_8601": "2024-09-13T13:28:57.365005Z",
            "url": "https://files.pythonhosted.org/packages/18/15/2aea7fd7fc4095c1506e51f3ca8d5c810cbb5fb7ad1ff1c82deb23b2229f/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32cfa5b49963ff6a17a827c79289b3158cd81b2dbba787935d85f1f2ca6e202c",
                "md5": "0118bc1bacc750371eced56bb4d6a170",
                "sha256": "c74bdbf3ea18186685255cff3b9acb40af02d5296dda58e2c7d732271d9c9239"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0118bc1bacc750371eced56bb4d6a170",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 320785,
            "upload_time": "2024-09-13T13:29:10",
            "upload_time_iso_8601": "2024-09-13T13:29:10.675321Z",
            "url": "https://files.pythonhosted.org/packages/32/cf/a5b49963ff6a17a827c79289b3158cd81b2dbba787935d85f1f2ca6e202c/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92f0b957b2a7f6a40db922cf81bcf953dc891cc7598a397dece96cd129e45bf6",
                "md5": "11b4680a20522058f7b1504619124524",
                "sha256": "ba3a7c8dd1cdfe16a0145ca99c1c3b77f183695dd00b69bd22b6c2aaf8522ba2"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "11b4680a20522058f7b1504619124524",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 279663,
            "upload_time": "2024-09-13T13:29:33",
            "upload_time_iso_8601": "2024-09-13T13:29:33.023863Z",
            "url": "https://files.pythonhosted.org/packages/92/f0/b957b2a7f6a40db922cf81bcf953dc891cc7598a397dece96cd129e45bf6/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b5c896b4aa39fe851cd196cd7ac311cddd62d828b0cf69cb225603672fd61f9",
                "md5": "3004a2210e506f0f23c983b1b0c32f21",
                "sha256": "b36a85911f7f05378f32db029ead9ff297ba6ab6f30147b92d5feea5f824d6f6"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3004a2210e506f0f23c983b1b0c32f21",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 291175,
            "upload_time": "2024-09-13T13:29:22",
            "upload_time_iso_8601": "2024-09-13T13:29:22.340365Z",
            "url": "https://files.pythonhosted.org/packages/0b/5c/896b4aa39fe851cd196cd7ac311cddd62d828b0cf69cb225603672fd61f9/uuid_lib-0.3.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0693f7736ae0b66975b83b80b2612dece0bb6f15a1a8d1e8d211281c0bc1b5cd",
                "md5": "ba716abf7e7df8af53e5296fc1d65449",
                "sha256": "22f8e05229d1e3e834f2519f7a2797ded48e97bc7ae43ba5c78902f15cf63c7a"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ba716abf7e7df8af53e5296fc1d65449",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 463571,
            "upload_time": "2024-09-13T13:29:58",
            "upload_time_iso_8601": "2024-09-13T13:29:58.798634Z",
            "url": "https://files.pythonhosted.org/packages/06/93/f7736ae0b66975b83b80b2612dece0bb6f15a1a8d1e8d211281c0bc1b5cd/uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af230f6b4453ea9d19ab810eaa9e71cc2012c76502e97243f14da38c72700d25",
                "md5": "4c06e51fbc60d644fc5b77c41848ed36",
                "sha256": "385236251480d6f7bdaba9634ec2efb5f7c11bf36eb605a625076670879fc624"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4c06e51fbc60d644fc5b77c41848ed36",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 543450,
            "upload_time": "2024-09-13T13:30:15",
            "upload_time_iso_8601": "2024-09-13T13:30:15.437871Z",
            "url": "https://files.pythonhosted.org/packages/af/23/0f6b4453ea9d19ab810eaa9e71cc2012c76502e97243f14da38c72700d25/uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83023ba06c35bf631b0aad58deeec260f9ef8d46f27e30ea0a84c0af974c6dbb",
                "md5": "3c484d52e3b950b8dc275721831dc1de",
                "sha256": "03f9e238d889a705906e0cbc53958ee8c5f668aed1c83b59fff7d5b4bfd73844"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3c484d52e3b950b8dc275721831dc1de",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 465838,
            "upload_time": "2024-09-13T13:30:29",
            "upload_time_iso_8601": "2024-09-13T13:30:29.437405Z",
            "url": "https://files.pythonhosted.org/packages/83/02/3ba06c35bf631b0aad58deeec260f9ef8d46f27e30ea0a84c0af974c6dbb/uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4c680b6cdd33e9be07b5894035f621dbc0cadedee3ef8ee1ca10cf954c0446c",
                "md5": "e0c9e80203d7e68a9aefc061daa59abf",
                "sha256": "13fb375081f3d00e0681c26110c8ac1554a5b185a7bcbbc2d50f39c49eab1c49"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0c9e80203d7e68a9aefc061daa59abf",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 446643,
            "upload_time": "2024-09-13T13:30:44",
            "upload_time_iso_8601": "2024-09-13T13:30:44.300593Z",
            "url": "https://files.pythonhosted.org/packages/c4/c6/80b6cdd33e9be07b5894035f621dbc0cadedee3ef8ee1ca10cf954c0446c/uuid_lib-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "369df30b1394616c7b6884f881cfceb6d0e844c9d6e83c61a4c4b7665102c7bb",
                "md5": "baa349476f8ce043a4a3e6fdab8ab074",
                "sha256": "86dd1360768d135e60f6482cd326285a3c33924dacb75aff68927aa65438fa60"
            },
            "downloads": -1,
            "filename": "uuid_lib-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "baa349476f8ce043a4a3e6fdab8ab074",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10864,
            "upload_time": "2024-09-13T13:30:45",
            "upload_time_iso_8601": "2024-09-13T13:30:45.560664Z",
            "url": "https://files.pythonhosted.org/packages/36/9d/f30b1394616c7b6884f881cfceb6d0e844c9d6e83c61a4c4b7665102c7bb/uuid_lib-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-13 13:30:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "uuid-lib"
}
        
Elapsed time: 1.18303s