pyuutils


Namepyuutils JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/HansBug/pyuutils
SummaryPython wrapper for Uppaal UUtils.
upload_time2024-12-04 08:37:49
maintainerNone
docs_urlNone
authorHansBug
requires_python>=3.8
licenseGPL-3.0 License
keywords python wrapper of uppaal uutils
VCS
bugtrack_url
requirements hbutils enum_tools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyuutils

Python Wrapper for Uppaal [UUtils](https://github.com/UPPAALModelChecker/UUtils).

This wrapper project is merely a simple experimental library with limited practical value. In the future, we will
consider supporting the wrapping of more Uppaal C++ libraries into Python versions for inclusion in this project.

## Installation

### From PyPI

```shell
pip install pyuutils
```

The following platforms are supported:

1. Most of the common linuxes and architectures
2. Windows AMD64 (win32/arm64 not ported)
3. MacOS x86_64/arm64 (python3.8 version of arm64 not supported)

### From Source Code

Install the system requirements

* On Ubuntu

```shell
apt-get install -y git ninja-build make gcc g++
```

* On Windows

```shell
choco install ninja make mingw
```

* On macOS

```shell
brew install git ninja make gcc
```

And then install the code

```shell
git clone https://github.com/HansBug/pyuutils.git
cd pyuutils
git submodule update --init  # check out the submodule
pip install -U -r requirements-build.txt
make bin  # build UUtils
pip install .
```

## How to Use

See [our documentation](https://hansbug.github.io/pyuutils/index.html).

Only approximately half of the features in UUtils have been ported here. We can port more if necessary.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/HansBug/pyuutils",
    "name": "pyuutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python Wrapper of Uppaal UUtils",
    "author": "HansBug",
    "author_email": "hansbug@buaa.edu.cn",
    "download_url": null,
    "platform": null,
    "description": "# pyuutils\n\nPython Wrapper for Uppaal [UUtils](https://github.com/UPPAALModelChecker/UUtils).\n\nThis wrapper project is merely a simple experimental library with limited practical value. In the future, we will\nconsider supporting the wrapping of more Uppaal C++ libraries into Python versions for inclusion in this project.\n\n## Installation\n\n### From PyPI\n\n```shell\npip install pyuutils\n```\n\nThe following platforms are supported:\n\n1. Most of the common linuxes and architectures\n2. Windows AMD64 (win32/arm64 not ported)\n3. MacOS x86_64/arm64 (python3.8 version of arm64 not supported)\n\n### From Source Code\n\nInstall the system requirements\n\n* On Ubuntu\n\n```shell\napt-get install -y git ninja-build make gcc g++\n```\n\n* On Windows\n\n```shell\nchoco install ninja make mingw\n```\n\n* On macOS\n\n```shell\nbrew install git ninja make gcc\n```\n\nAnd then install the code\n\n```shell\ngit clone https://github.com/HansBug/pyuutils.git\ncd pyuutils\ngit submodule update --init  # check out the submodule\npip install -U -r requirements-build.txt\nmake bin  # build UUtils\npip install .\n```\n\n## How to Use\n\nSee [our documentation](https://hansbug.github.io/pyuutils/index.html).\n\nOnly approximately half of the features in UUtils have been ported here. We can port more if necessary.\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 License",
    "summary": "Python wrapper for Uppaal UUtils.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/HansBug/pyuutils"
    },
    "split_keywords": [
        "python",
        "wrapper",
        "of",
        "uppaal",
        "uutils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f283f13bfc6232cd772cf58625b486ce51a5133a51f5d76977303e574e5d9dc7",
                "md5": "589473cb2922287bc6188afdf6507e78",
                "sha256": "f7fe3bbd4ee608a29dde0c9a04efaf04298453b056079cc1ae8c4bc35a48e1ba"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "589473cb2922287bc6188afdf6507e78",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 351390,
            "upload_time": "2024-12-04T08:37:49",
            "upload_time_iso_8601": "2024-12-04T08:37:49.378815Z",
            "url": "https://files.pythonhosted.org/packages/f2/83/f13bfc6232cd772cf58625b486ce51a5133a51f5d76977303e574e5d9dc7/pyuutils-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7462e6957c61441bed92a9fdbabf89828a79dedeb01f616c6b77d1e2a07b3e2",
                "md5": "a044ae763f47df9b122515f0d80dd4be",
                "sha256": "2c053d0850e87bee5be0b6b35ed869dd58603a45bfde2e3128602cdcd5457ba4"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a044ae763f47df9b122515f0d80dd4be",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 328917,
            "upload_time": "2024-12-04T08:37:50",
            "upload_time_iso_8601": "2024-12-04T08:37:50.884663Z",
            "url": "https://files.pythonhosted.org/packages/d7/46/2e6957c61441bed92a9fdbabf89828a79dedeb01f616c6b77d1e2a07b3e2/pyuutils-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cac3ae8ccfd8b4a5c19bd032d3f2268edc84188f8ec8c782fdd59e8818282840",
                "md5": "7eed42aa75373b9e330a10a3d352f024",
                "sha256": "53a35585e884cd270886a4df516a9a1b157840b6cc187d084e930249f72464c2"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7eed42aa75373b9e330a10a3d352f024",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 466005,
            "upload_time": "2024-12-04T08:37:53",
            "upload_time_iso_8601": "2024-12-04T08:37:53.142279Z",
            "url": "https://files.pythonhosted.org/packages/ca/c3/ae8ccfd8b4a5c19bd032d3f2268edc84188f8ec8c782fdd59e8818282840/pyuutils-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c7d22a9834bebdd98a07c62df8ba9552ea7c06eb0b0a0ce18531e96ff1d41e4",
                "md5": "294806ba41146897b88c0e2b6971978b",
                "sha256": "4c371b511dd11c03d3ea11c9c0d5e8766fc9e2c7d07fbdf266b67529b74f12e6"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "294806ba41146897b88c0e2b6971978b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 539038,
            "upload_time": "2024-12-04T08:37:54",
            "upload_time_iso_8601": "2024-12-04T08:37:54.207881Z",
            "url": "https://files.pythonhosted.org/packages/1c/7d/22a9834bebdd98a07c62df8ba9552ea7c06eb0b0a0ce18531e96ff1d41e4/pyuutils-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeb34c9e0fe81dbe85894fba13528f80be2b5404b2983ec1def1686b0e8ceed1",
                "md5": "3cec7b6fa45dc6c93f4214c99a31782d",
                "sha256": "038974156e2c8ae9ff463b5a537cc142541a37164a7b23f26c99fdc55c721da7"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3cec7b6fa45dc6c93f4214c99a31782d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 545247,
            "upload_time": "2024-12-04T08:37:55",
            "upload_time_iso_8601": "2024-12-04T08:37:55.344360Z",
            "url": "https://files.pythonhosted.org/packages/ee/b3/4c9e0fe81dbe85894fba13528f80be2b5404b2983ec1def1686b0e8ceed1/pyuutils-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7c4bc4786e8e76cde51bf8b3b6a21e31f087408cfa457debcddb587fd627891",
                "md5": "b615ede828af6a5977715b9c8097b391",
                "sha256": "57742377f5fb2d4f32098c01d881572ae5b55cc610daf5f46f94a0fec756e23b"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b615ede828af6a5977715b9c8097b391",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 503328,
            "upload_time": "2024-12-04T08:37:56",
            "upload_time_iso_8601": "2024-12-04T08:37:56.583083Z",
            "url": "https://files.pythonhosted.org/packages/b7/c4/bc4786e8e76cde51bf8b3b6a21e31f087408cfa457debcddb587fd627891/pyuutils-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b63d2d7557c10dd0253923ecbe1343f15337a548c8bbb1a6a8082a71c062d3e4",
                "md5": "8869c30bcd67a6f84e075377bdafe0a9",
                "sha256": "e3d511d255656b58ab57fa46d8f8bee69bb5b42122881225f9cce9ae59f66964"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8869c30bcd67a6f84e075377bdafe0a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 502157,
            "upload_time": "2024-12-04T08:37:58",
            "upload_time_iso_8601": "2024-12-04T08:37:58.345758Z",
            "url": "https://files.pythonhosted.org/packages/b6/3d/2d7557c10dd0253923ecbe1343f15337a548c8bbb1a6a8082a71c062d3e4/pyuutils-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84f8c96199a6be63832634ba9bb557d6275a908694085decc89cfed2c6b89f49",
                "md5": "834173276d5a81ff9f9f7d363c702f7e",
                "sha256": "2bcfd02b07ac075c152cbc133220096b1d5d273dd5b0f92d3bca5f7de6b4a35a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "834173276d5a81ff9f9f7d363c702f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1340439,
            "upload_time": "2024-12-04T08:38:00",
            "upload_time_iso_8601": "2024-12-04T08:38:00.076741Z",
            "url": "https://files.pythonhosted.org/packages/84/f8/c96199a6be63832634ba9bb557d6275a908694085decc89cfed2c6b89f49/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bd21980696488cf6efcdb0d943e0d48539678616f986d9aefa654fe7ab8793c",
                "md5": "54fa9b59216232d79f37fb59e6bf28df",
                "sha256": "2bd96efd375e7adaa2dce4b396734622510970fc89b68adf12be1a3d5763eacb"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "54fa9b59216232d79f37fb59e6bf28df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1194035,
            "upload_time": "2024-12-04T08:38:02",
            "upload_time_iso_8601": "2024-12-04T08:38:02.015603Z",
            "url": "https://files.pythonhosted.org/packages/7b/d2/1980696488cf6efcdb0d943e0d48539678616f986d9aefa654fe7ab8793c/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdabe6aadc26d9fd571334199c9f9b9a7001e746a508701d5dc0e9ab40f9d49f",
                "md5": "e373ab357417eebb48745fcfb37f0fdc",
                "sha256": "75fd90f491eb74d9069e4c5810469276e016bae1138a307f2c17bf0f3dfa19bd"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e373ab357417eebb48745fcfb37f0fdc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1542443,
            "upload_time": "2024-12-04T08:38:03",
            "upload_time_iso_8601": "2024-12-04T08:38:03.247182Z",
            "url": "https://files.pythonhosted.org/packages/fd/ab/e6aadc26d9fd571334199c9f9b9a7001e746a508701d5dc0e9ab40f9d49f/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeb18e5442c8bc916b6a10ec6afca3bc2adf65202f0d33c1bd66a1657316927e",
                "md5": "ea2123b136955b55f45269a419fe154c",
                "sha256": "7cf2d1cb8a24e7d512457f34062875c4ba4401c187084320be213fd930e23038"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ea2123b136955b55f45269a419fe154c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1492789,
            "upload_time": "2024-12-04T08:38:06",
            "upload_time_iso_8601": "2024-12-04T08:38:06.194184Z",
            "url": "https://files.pythonhosted.org/packages/ee/b1/8e5442c8bc916b6a10ec6afca3bc2adf65202f0d33c1bd66a1657316927e/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffb75906924eb5d4bf630948dad589c9310fa8a3a680d5975f5da021f47b5c93",
                "md5": "db5c2a1aa691388ada72ce5d4d473633",
                "sha256": "891b434e8a739b2d628728dc89e6f882a13b5b258b2509161c4fe350db3e8c25"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "db5c2a1aa691388ada72ce5d4d473633",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1579476,
            "upload_time": "2024-12-04T08:38:08",
            "upload_time_iso_8601": "2024-12-04T08:38:08.007415Z",
            "url": "https://files.pythonhosted.org/packages/ff/b7/5906924eb5d4bf630948dad589c9310fa8a3a680d5975f5da021f47b5c93/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba26bf93fba29392e826c5a28b29eda41621297e95ff8a7efd0d5be3fac0bbfc",
                "md5": "2fe09f01d2c581b391a9ecbef712ff93",
                "sha256": "16bedc3e4b018e03bbea2d7e715b37db00ccc1557df8104cc81bf8c3f3a41e1c"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2fe09f01d2c581b391a9ecbef712ff93",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1412803,
            "upload_time": "2024-12-04T08:38:10",
            "upload_time_iso_8601": "2024-12-04T08:38:10.248319Z",
            "url": "https://files.pythonhosted.org/packages/ba/26/bf93fba29392e826c5a28b29eda41621297e95ff8a7efd0d5be3fac0bbfc/pyuutils-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ac1a22bc7fa2b1ef1757e46ae9e4d6f1ccd78ffb0f32b0476d7734a00f1b90",
                "md5": "aa92ad9c7e755cc4514bf0be41a2ff8c",
                "sha256": "4dd76711c026e19c73cf8d7951105b88ee6b573a13dfa30c2d5e89ef1fd97768"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa92ad9c7e755cc4514bf0be41a2ff8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 360308,
            "upload_time": "2024-12-04T08:38:12",
            "upload_time_iso_8601": "2024-12-04T08:38:12.213558Z",
            "url": "https://files.pythonhosted.org/packages/03/ac/1a22bc7fa2b1ef1757e46ae9e4d6f1ccd78ffb0f32b0476d7734a00f1b90/pyuutils-0.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "193fdac5308cd10c854edc123e815008778acf5d9259845440b523abc66473b6",
                "md5": "9aaaf292cd89f24b4111ab167b34abb3",
                "sha256": "6e834de57c1fc28294759398bccbc51af7af6ad8563aa4d7dcf5dbbd8dd8c2cf"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9aaaf292cd89f24b4111ab167b34abb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 358405,
            "upload_time": "2024-12-04T08:38:13",
            "upload_time_iso_8601": "2024-12-04T08:38:13.882042Z",
            "url": "https://files.pythonhosted.org/packages/19/3f/dac5308cd10c854edc123e815008778acf5d9259845440b523abc66473b6/pyuutils-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b88ea10136741187ac4ae7fc6d8cde9f4bee65a98aea6a6761adf093ccfe980",
                "md5": "c2e85a7b21ab1d551f6477c3d73ec878",
                "sha256": "8375dc85467401bfdf3cd4ee7f42b7b2103c87c51a23d6e6230b9fe5a0270c64"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c2e85a7b21ab1d551f6477c3d73ec878",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 335730,
            "upload_time": "2024-12-04T08:38:15",
            "upload_time_iso_8601": "2024-12-04T08:38:15.645948Z",
            "url": "https://files.pythonhosted.org/packages/3b/88/ea10136741187ac4ae7fc6d8cde9f4bee65a98aea6a6761adf093ccfe980/pyuutils-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6973a523e03be83295b89b7272de915454aad46b93debd916c684dc27bcccf9c",
                "md5": "8e34fbaa22de388f69d301d9d7c014be",
                "sha256": "1afeed3c40f0f4b2fa601060f42c83a0ec3d374f481549157498fbcb20557409"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8e34fbaa22de388f69d301d9d7c014be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 473588,
            "upload_time": "2024-12-04T08:38:16",
            "upload_time_iso_8601": "2024-12-04T08:38:16.674528Z",
            "url": "https://files.pythonhosted.org/packages/69/73/a523e03be83295b89b7272de915454aad46b93debd916c684dc27bcccf9c/pyuutils-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9404b3524391fc3fb57d3d4ed276dc9f79dd5b0781d24ea7a6bf13f65ed7004",
                "md5": "1f4599158b188ebd1dee78946937c357",
                "sha256": "002d3074a9ef3aa54214b258b71ebdb7130d81c7bbe6fdecc054ae7b5c3e8e63"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1f4599158b188ebd1dee78946937c357",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 543660,
            "upload_time": "2024-12-04T08:38:19",
            "upload_time_iso_8601": "2024-12-04T08:38:19.015966Z",
            "url": "https://files.pythonhosted.org/packages/b9/40/4b3524391fc3fb57d3d4ed276dc9f79dd5b0781d24ea7a6bf13f65ed7004/pyuutils-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bcece30d513546857adc960ab4be20ecca9dc58bbfaaeb1180dcf218625d11b",
                "md5": "faab7f53e9c713dca36c022468e98fbf",
                "sha256": "06c7ebe81a5bcbc40bc4668c4d4607d643dd8dc0c187fae577e9ad475849663d"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "faab7f53e9c713dca36c022468e98fbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 551545,
            "upload_time": "2024-12-04T08:38:20",
            "upload_time_iso_8601": "2024-12-04T08:38:20.261577Z",
            "url": "https://files.pythonhosted.org/packages/6b/ce/ce30d513546857adc960ab4be20ecca9dc58bbfaaeb1180dcf218625d11b/pyuutils-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6d8d40473ba515d3f27ebe40d36e994b02aae3c9a2cde67a5f9a390f1b7a2a3",
                "md5": "8b82b23c6be07e11bb7d1db50cd9649f",
                "sha256": "ab59588e566f49521f7546bc5935223560bf2265c68450665cefcea775430a74"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8b82b23c6be07e11bb7d1db50cd9649f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 511097,
            "upload_time": "2024-12-04T08:38:21",
            "upload_time_iso_8601": "2024-12-04T08:38:21.387906Z",
            "url": "https://files.pythonhosted.org/packages/c6/d8/d40473ba515d3f27ebe40d36e994b02aae3c9a2cde67a5f9a390f1b7a2a3/pyuutils-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1338d58be64cc39f8f81263d60fa39e04125e9ebbfa7e69f4d2e67a00addfef7",
                "md5": "6e67c65ed66e285dd00ef682fe66a201",
                "sha256": "6529222ba209b54b4fdf6b2328296cac1770422d4f06e382bab957481c5de7bc"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e67c65ed66e285dd00ef682fe66a201",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 510172,
            "upload_time": "2024-12-04T08:38:22",
            "upload_time_iso_8601": "2024-12-04T08:38:22.543444Z",
            "url": "https://files.pythonhosted.org/packages/13/38/d58be64cc39f8f81263d60fa39e04125e9ebbfa7e69f4d2e67a00addfef7/pyuutils-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c81b75411916322d548abf21395208dc9981c255cf50c6376cb3f9c3d9f1e283",
                "md5": "57d5616b7aa28a66ea3ecbdae5ab3207",
                "sha256": "64610504934e4670501a5cdd4ae78271717c2dd16ef8ad50832da70765e5c478"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "57d5616b7aa28a66ea3ecbdae5ab3207",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1346241,
            "upload_time": "2024-12-04T08:38:23",
            "upload_time_iso_8601": "2024-12-04T08:38:23.635720Z",
            "url": "https://files.pythonhosted.org/packages/c8/1b/75411916322d548abf21395208dc9981c255cf50c6376cb3f9c3d9f1e283/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "063d8e89911b8ae6feb21a9f3551cdcc79b5494cbf629d2b03c5ccdddafe3f49",
                "md5": "bb0a4cddfb2dc321c5ef647bd4afab00",
                "sha256": "3cb08869cf70793e00f87ee06d059d7c76d39ea5e0dc1da9fb8eac514dcdea4a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bb0a4cddfb2dc321c5ef647bd4afab00",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1197685,
            "upload_time": "2024-12-04T08:38:24",
            "upload_time_iso_8601": "2024-12-04T08:38:24.851146Z",
            "url": "https://files.pythonhosted.org/packages/06/3d/8e89911b8ae6feb21a9f3551cdcc79b5494cbf629d2b03c5ccdddafe3f49/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5244e577b8476065bb899714afe766519318d0c1b72dd9467273fc3ab31d26d3",
                "md5": "5c203516bb968ef594ed4af9edd3accf",
                "sha256": "e29f482409c791f73a939b97d67f3ed911f2bfed88c16fbad3f1e4b5f291a63e"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5c203516bb968ef594ed4af9edd3accf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1543749,
            "upload_time": "2024-12-04T08:38:26",
            "upload_time_iso_8601": "2024-12-04T08:38:26.072328Z",
            "url": "https://files.pythonhosted.org/packages/52/44/e577b8476065bb899714afe766519318d0c1b72dd9467273fc3ab31d26d3/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fb6471b75df1fd62f869dc1a75c5438826b2b40f006edac07ef4b5e054b9723",
                "md5": "804a6ac54cc33e121c07a36b67596014",
                "sha256": "f2303c1f366276f1d634f3833c78c162e0b809ac2ff2cd13b73d05de827f5c02"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "804a6ac54cc33e121c07a36b67596014",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1499175,
            "upload_time": "2024-12-04T08:38:27",
            "upload_time_iso_8601": "2024-12-04T08:38:27.304020Z",
            "url": "https://files.pythonhosted.org/packages/5f/b6/471b75df1fd62f869dc1a75c5438826b2b40f006edac07ef4b5e054b9723/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f3a11efba0e837cd284c98c996d6abba0dc5c5f37e4c8daf486eab5e6a3fcfe",
                "md5": "d00e8f36f38a2645cd0d9bda61a316c7",
                "sha256": "f8226f273c108ccf175a709ece4bf18dd3836c6e989c5ae8a0543005cad2aa84"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "d00e8f36f38a2645cd0d9bda61a316c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1583998,
            "upload_time": "2024-12-04T08:38:28",
            "upload_time_iso_8601": "2024-12-04T08:38:28.603150Z",
            "url": "https://files.pythonhosted.org/packages/6f/3a/11efba0e837cd284c98c996d6abba0dc5c5f37e4c8daf486eab5e6a3fcfe/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e4a7976ccfbda4a329371de9ccf5388574d897ccaa0ad5c3b53650df7fb1be",
                "md5": "94cfcdfb1b31072502657df85bd09a93",
                "sha256": "f92a71289aee267b6b3c397467beb4b06502ba5d27551508757bb045fc805072"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94cfcdfb1b31072502657df85bd09a93",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1418680,
            "upload_time": "2024-12-04T08:38:33",
            "upload_time_iso_8601": "2024-12-04T08:38:33.546726Z",
            "url": "https://files.pythonhosted.org/packages/97/e4/a7976ccfbda4a329371de9ccf5388574d897ccaa0ad5c3b53650df7fb1be/pyuutils-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07f44cc1e0ed84a0699448890d1f1946f21293bfcbfa7e612d989f6e6fc00d0c",
                "md5": "b43981f98c0b507a917418923c4e3a3b",
                "sha256": "521c6018c3e5e077bb67d2f898c74b2ddb09fd9d1f6644bf9f69a92dcb2de5c4"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b43981f98c0b507a917418923c4e3a3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 363114,
            "upload_time": "2024-12-04T08:38:34",
            "upload_time_iso_8601": "2024-12-04T08:38:34.703331Z",
            "url": "https://files.pythonhosted.org/packages/07/f4/4cc1e0ed84a0699448890d1f1946f21293bfcbfa7e612d989f6e6fc00d0c/pyuutils-0.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50035d6816416f53aa5398ecfaa1d5e68d38b360f7263fa6a5b9d05564fbdd61",
                "md5": "08978b34e37de3d1067d17893cd0d730",
                "sha256": "9ec86dd300c07281fb0229ed69a71d8e025ceb20044d2a4b915b64a2aee54c12"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08978b34e37de3d1067d17893cd0d730",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 356418,
            "upload_time": "2024-12-04T08:38:35",
            "upload_time_iso_8601": "2024-12-04T08:38:35.766157Z",
            "url": "https://files.pythonhosted.org/packages/50/03/5d6816416f53aa5398ecfaa1d5e68d38b360f7263fa6a5b9d05564fbdd61/pyuutils-0.0.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4f9f5486abb9561ab1256c86d58f180e0a4edc1f05bf0b31cbbc344a60d032d",
                "md5": "f4d9fc5adaf47375f103b93ad8a4f893",
                "sha256": "c9b4a99a533e555be5863429e6552f02fdf775b70f1a8e05540e9a402532638f"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4d9fc5adaf47375f103b93ad8a4f893",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 333141,
            "upload_time": "2024-12-04T08:38:37",
            "upload_time_iso_8601": "2024-12-04T08:38:37.182674Z",
            "url": "https://files.pythonhosted.org/packages/f4/f9/f5486abb9561ab1256c86d58f180e0a4edc1f05bf0b31cbbc344a60d032d/pyuutils-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1f94857982014dbb81d871f992863e758d974e620782e614d846aa53fc862a4",
                "md5": "e976ce149b3f0147c2efa933c24a38c4",
                "sha256": "9f8b3c22cbb43ea616385ae59e3ab47349d44b74e7ccc71e0bf715505ea2a957"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e976ce149b3f0147c2efa933c24a38c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 469102,
            "upload_time": "2024-12-04T08:38:38",
            "upload_time_iso_8601": "2024-12-04T08:38:38.345802Z",
            "url": "https://files.pythonhosted.org/packages/b1/f9/4857982014dbb81d871f992863e758d974e620782e614d846aa53fc862a4/pyuutils-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "280c97fba44267fc2e8e6ff66aad802ccffd4ba142fb1515aeefdb9738f25f8d",
                "md5": "349070ae6c7db3ac24f10feab0c979b9",
                "sha256": "456be26e220f5a12bb992409a1162c172c900cfd3a0e05c725b1823f70689407"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "349070ae6c7db3ac24f10feab0c979b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 542806,
            "upload_time": "2024-12-04T08:38:40",
            "upload_time_iso_8601": "2024-12-04T08:38:40.145189Z",
            "url": "https://files.pythonhosted.org/packages/28/0c/97fba44267fc2e8e6ff66aad802ccffd4ba142fb1515aeefdb9738f25f8d/pyuutils-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c9a8d29d0ae07ac2f11e461d2ad660c3d5c2aa8a9fe3e3e7119802d188c1b32",
                "md5": "b226195d3152b485fe3bd338467b6244",
                "sha256": "f8f15a85f5d1f6682ea9641a2572061c7a1bf726a9e72ae628f906c4ec94f568"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b226195d3152b485fe3bd338467b6244",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 547287,
            "upload_time": "2024-12-04T08:38:41",
            "upload_time_iso_8601": "2024-12-04T08:38:41.293119Z",
            "url": "https://files.pythonhosted.org/packages/3c/9a/8d29d0ae07ac2f11e461d2ad660c3d5c2aa8a9fe3e3e7119802d188c1b32/pyuutils-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "841143e308c35e8767536d9333459157ca2988c15859c2dd381c5bf06f697af0",
                "md5": "2ac9f4e7782293fabdffebcddf5e08f2",
                "sha256": "389c891f7b89ad342c4b5f783ef873da7cdb9179e9f678946aab450cbb5a7b05"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2ac9f4e7782293fabdffebcddf5e08f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 505122,
            "upload_time": "2024-12-04T08:38:42",
            "upload_time_iso_8601": "2024-12-04T08:38:42.524531Z",
            "url": "https://files.pythonhosted.org/packages/84/11/43e308c35e8767536d9333459157ca2988c15859c2dd381c5bf06f697af0/pyuutils-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c5183428758f1e31171937941d0757561522ad641a78261263f5a142a9fdd5f",
                "md5": "ab067dcbd76e127abfd20dfe0c0a5821",
                "sha256": "1c05fcc5f54658ba0cee2898cb7a405801143faa5c9243a5a80d98954afaf2f1"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab067dcbd76e127abfd20dfe0c0a5821",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 506118,
            "upload_time": "2024-12-04T08:38:44",
            "upload_time_iso_8601": "2024-12-04T08:38:44.316296Z",
            "url": "https://files.pythonhosted.org/packages/2c/51/83428758f1e31171937941d0757561522ad641a78261263f5a142a9fdd5f/pyuutils-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1157cc6b5b532fb152a16123de534e9615aa606a3fc133fcb9d9f196b1fbeb7",
                "md5": "a9c06a159ee5a80113df0f8c3e355ee6",
                "sha256": "6c110fe33c8cf8bf560ac225fcfff586dc91f8021d392436ac1ecf665a435241"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a9c06a159ee5a80113df0f8c3e355ee6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1337146,
            "upload_time": "2024-12-04T08:38:45",
            "upload_time_iso_8601": "2024-12-04T08:38:45.482056Z",
            "url": "https://files.pythonhosted.org/packages/d1/15/7cc6b5b532fb152a16123de534e9615aa606a3fc133fcb9d9f196b1fbeb7/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28d3af99fa65f64e76ce5bf7b13ab1090158b12163e5de413619f2d3c5d58e73",
                "md5": "ea8ccee1005e67ce4c0622179d06e28f",
                "sha256": "6c5b0700f5b50a05e343d180a35b6b7ceef99f3d0d1f2ff59521452bba9606f3"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ea8ccee1005e67ce4c0622179d06e28f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1193571,
            "upload_time": "2024-12-04T08:38:46",
            "upload_time_iso_8601": "2024-12-04T08:38:46.738153Z",
            "url": "https://files.pythonhosted.org/packages/28/d3/af99fa65f64e76ce5bf7b13ab1090158b12163e5de413619f2d3c5d58e73/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "051291c530ca8b72616b2f7a57df5a3a6c73babb8e4079824b7a51e64632b58e",
                "md5": "b5785d71bc8a29de2de14f0ae0270379",
                "sha256": "051f7038bb05428725e3c95aa0882dfeff20c0cd304f52ada776d4e3124da2b6"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b5785d71bc8a29de2de14f0ae0270379",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1537098,
            "upload_time": "2024-12-04T08:38:47",
            "upload_time_iso_8601": "2024-12-04T08:38:47.936536Z",
            "url": "https://files.pythonhosted.org/packages/05/12/91c530ca8b72616b2f7a57df5a3a6c73babb8e4079824b7a51e64632b58e/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e30f86dfdb5cd5881f4b492e41de45abfed46017fb2cd5048121a61428dea9d",
                "md5": "12e89c84ab3a082adb65459e40e669b7",
                "sha256": "d4b90acefe0d89639ade27f3e591e64b049ddea34e53a92168cba86e9c592aeb"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "12e89c84ab3a082adb65459e40e669b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1490467,
            "upload_time": "2024-12-04T08:38:49",
            "upload_time_iso_8601": "2024-12-04T08:38:49.114037Z",
            "url": "https://files.pythonhosted.org/packages/2e/30/f86dfdb5cd5881f4b492e41de45abfed46017fb2cd5048121a61428dea9d/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbbbc49d27fdfdbafcd3ed1a80ee73c7af5f617431e264f6c7b5215230f5aec8",
                "md5": "c4f8c0c5cd21a96e9f7c7c040d466bb1",
                "sha256": "a23e8f0ad4ccae322b9da4b1d4b2795298b404c3093c403075a28a6c6e1d3384"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "c4f8c0c5cd21a96e9f7c7c040d466bb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1580576,
            "upload_time": "2024-12-04T08:38:51",
            "upload_time_iso_8601": "2024-12-04T08:38:51.112414Z",
            "url": "https://files.pythonhosted.org/packages/cb/bb/c49d27fdfdbafcd3ed1a80ee73c7af5f617431e264f6c7b5215230f5aec8/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "385d7af5e56987d98df1547253eb9a7e4fd7e94fd5d233747797c904d8d44ab5",
                "md5": "50864a6c606612f80cd0a2abd6af0c46",
                "sha256": "1d862a0a8ff4fc7591b9f08e499eac812a95ad7052888741d40cecbcda12efd8"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50864a6c606612f80cd0a2abd6af0c46",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1412517,
            "upload_time": "2024-12-04T08:38:52",
            "upload_time_iso_8601": "2024-12-04T08:38:52.405208Z",
            "url": "https://files.pythonhosted.org/packages/38/5d/7af5e56987d98df1547253eb9a7e4fd7e94fd5d233747797c904d8d44ab5/pyuutils-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c989406987b1253a02f264f7f1b71dbb7a89b9eecb58e51316219673283a2a1e",
                "md5": "b2b3e23bd703f9c82466fc3aaa006e93",
                "sha256": "86adbd8c2ad68e8bb590db4f013992e0b54fe920695e9563eef83257d8ffac2e"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b2b3e23bd703f9c82466fc3aaa006e93",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 365477,
            "upload_time": "2024-12-04T08:38:54",
            "upload_time_iso_8601": "2024-12-04T08:38:54.254215Z",
            "url": "https://files.pythonhosted.org/packages/c9/89/406987b1253a02f264f7f1b71dbb7a89b9eecb58e51316219673283a2a1e/pyuutils-0.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f90f4a91e67407502b7a554dc0516547dd37522c775761f4e844a6091dab9dbf",
                "md5": "c999bb19082a4f86695b34a9d4bb90d8",
                "sha256": "ce0bbc4bbf3df359ea93b9eae7acf0c7a9867ae32841aa01acba1366410ced6f"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c999bb19082a4f86695b34a9d4bb90d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 350593,
            "upload_time": "2024-12-04T08:38:55",
            "upload_time_iso_8601": "2024-12-04T08:38:55.306413Z",
            "url": "https://files.pythonhosted.org/packages/f9/0f/4a91e67407502b7a554dc0516547dd37522c775761f4e844a6091dab9dbf/pyuutils-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23501d0f7afa1d7104e15b799e29867de2fe4b082c4d686cbd4329904ba26733",
                "md5": "0483ead9fd2074e24191f49622293db9",
                "sha256": "eb8d0d5a5fa5aed82e5a50c0ac05eaa24398bbf832121e322cdf3ed0d17a70e8"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0483ead9fd2074e24191f49622293db9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 465679,
            "upload_time": "2024-12-04T08:38:56",
            "upload_time_iso_8601": "2024-12-04T08:38:56.325674Z",
            "url": "https://files.pythonhosted.org/packages/23/50/1d0f7afa1d7104e15b799e29867de2fe4b082c4d686cbd4329904ba26733/pyuutils-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b942570e607c3ec5382b1ae15653c8a8d24e44b050192cad73b9b892f743d80c",
                "md5": "053bacbbe16417017fba44755d45fb63",
                "sha256": "31299e3995a8d051845d1c56bee3affe95e9d50abcbb31d61bec5562bc62a80a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "053bacbbe16417017fba44755d45fb63",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 538160,
            "upload_time": "2024-12-04T08:38:57",
            "upload_time_iso_8601": "2024-12-04T08:38:57.468099Z",
            "url": "https://files.pythonhosted.org/packages/b9/42/570e607c3ec5382b1ae15653c8a8d24e44b050192cad73b9b892f743d80c/pyuutils-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20d469ba040e130e9af5a6cad5331087781060e9bbf2e3bc78165edb6622c2c2",
                "md5": "87f12292c5ba0043e89a044977dff2c5",
                "sha256": "f63ba515c2f5919b406958791daeef44e7f621b7b679b47081a9d034073c2c76"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "87f12292c5ba0043e89a044977dff2c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 543693,
            "upload_time": "2024-12-04T08:38:58",
            "upload_time_iso_8601": "2024-12-04T08:38:58.871159Z",
            "url": "https://files.pythonhosted.org/packages/20/d4/69ba040e130e9af5a6cad5331087781060e9bbf2e3bc78165edb6622c2c2/pyuutils-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c31dec6043af63ea9c7ac89896f938d5c13d58842a9410904349c70a7a7f31ef",
                "md5": "0a0e740290ce207df28541fab1394f3b",
                "sha256": "263509948a36872c8044c31c721929d3c0a69e60a14ca3922ad0ddda8f958b81"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0a0e740290ce207df28541fab1394f3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 502225,
            "upload_time": "2024-12-04T08:39:00",
            "upload_time_iso_8601": "2024-12-04T08:39:00.690772Z",
            "url": "https://files.pythonhosted.org/packages/c3/1d/ec6043af63ea9c7ac89896f938d5c13d58842a9410904349c70a7a7f31ef/pyuutils-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f2c0e67f0f0a3ad7ac7ad9da933ae8d338b4eefe673f2658dc399baee8e3ea9",
                "md5": "a6003f9a7b9e4a6f9f9e48bbf1ca192e",
                "sha256": "0d68466e0acd7997c839c1d997eef32d494384a01f3e369c68dfb7dda5d3017a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6003f9a7b9e4a6f9f9e48bbf1ca192e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 502020,
            "upload_time": "2024-12-04T08:39:01",
            "upload_time_iso_8601": "2024-12-04T08:39:01.860146Z",
            "url": "https://files.pythonhosted.org/packages/2f/2c/0e67f0f0a3ad7ac7ad9da933ae8d338b4eefe673f2658dc399baee8e3ea9/pyuutils-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48b2e9119ec9a9502865d3408d4ef150f1d65c50b8ef2d2be16f1f2393e6d0de",
                "md5": "9aa749496c5f528ba682b0886b3d6535",
                "sha256": "8361c513a53218c028000c8f9bddc2fab68f1878b5fdc69f4a354a7f0e80ea42"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9aa749496c5f528ba682b0886b3d6535",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1340065,
            "upload_time": "2024-12-04T08:39:03",
            "upload_time_iso_8601": "2024-12-04T08:39:03.017118Z",
            "url": "https://files.pythonhosted.org/packages/48/b2/e9119ec9a9502865d3408d4ef150f1d65c50b8ef2d2be16f1f2393e6d0de/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1a1f099089521acc8691046bc1c652877aea49e1b176b69140cbf99078662f9",
                "md5": "c8a952eba20cefc18a469b7db10c5bc3",
                "sha256": "c171bd909c8a2ce7d9a95ee034edbbe4213ee2d1b72e4fe8b6823afb2fc4d39e"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c8a952eba20cefc18a469b7db10c5bc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1194073,
            "upload_time": "2024-12-04T08:39:04",
            "upload_time_iso_8601": "2024-12-04T08:39:04.259003Z",
            "url": "https://files.pythonhosted.org/packages/e1/a1/f099089521acc8691046bc1c652877aea49e1b176b69140cbf99078662f9/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0166b4de5e3e4a394b004a8893c05ba7eb0f201970e0f5b0912774964e500995",
                "md5": "039515f81693da2ac6078fccf3a5271b",
                "sha256": "200647fb1d5aa8763ceda691ecafee2f562b95ef3e20562ddcd431c4c56ddb7a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "039515f81693da2ac6078fccf3a5271b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1539998,
            "upload_time": "2024-12-04T08:39:05",
            "upload_time_iso_8601": "2024-12-04T08:39:05.466592Z",
            "url": "https://files.pythonhosted.org/packages/01/66/b4de5e3e4a394b004a8893c05ba7eb0f201970e0f5b0912774964e500995/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770cd58767ed035263d5267d87ee77c90869e9b7f760b6e6f63bc35abffba020",
                "md5": "a96137559806bc32ee9dcb2aee5c14de",
                "sha256": "48e39ba3414799c9333ebd60e8ac068816627264b4051ce4526e6cdfd64f927d"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a96137559806bc32ee9dcb2aee5c14de",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1492183,
            "upload_time": "2024-12-04T08:39:07",
            "upload_time_iso_8601": "2024-12-04T08:39:07.390556Z",
            "url": "https://files.pythonhosted.org/packages/77/0c/d58767ed035263d5267d87ee77c90869e9b7f760b6e6f63bc35abffba020/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f9b51c38f1a4d9fccfafd24fec68fc49ef53873d3d0c943e71b3dbf6cacb735",
                "md5": "637ddb9243da3345f647e2900b5d1ad9",
                "sha256": "72fa7847e716093023aefd1c3ca38d0b144aa5bdf8488a241ecfb38710759be4"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "637ddb9243da3345f647e2900b5d1ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1576516,
            "upload_time": "2024-12-04T08:39:08",
            "upload_time_iso_8601": "2024-12-04T08:39:08.583030Z",
            "url": "https://files.pythonhosted.org/packages/2f/9b/51c38f1a4d9fccfafd24fec68fc49ef53873d3d0c943e71b3dbf6cacb735/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c0aee3f383c777e429215aafa27f85d4ecac2672ab856b8e65790ba5bea045b",
                "md5": "1c2e30c44c155a6180ca235780b4ca4f",
                "sha256": "3928bfd4b8af0e23c20ee0874de31d35972f648dd1974a56ed59afc639254ba3"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c2e30c44c155a6180ca235780b4ca4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1411279,
            "upload_time": "2024-12-04T08:39:09",
            "upload_time_iso_8601": "2024-12-04T08:39:09.917225Z",
            "url": "https://files.pythonhosted.org/packages/0c/0a/ee3f383c777e429215aafa27f85d4ecac2672ab856b8e65790ba5bea045b/pyuutils-0.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5996d42e676ea1e523ea236af99de42c3c1b8d65e9070e9da83bb9ae86a201a",
                "md5": "70cf3089dfb1924431ee22969063b970",
                "sha256": "2d98928c81937283113c3e10bc7b1cb53562795ca9397c9e38950b4b5f3f1744"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "70cf3089dfb1924431ee22969063b970",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 360426,
            "upload_time": "2024-12-04T08:39:11",
            "upload_time_iso_8601": "2024-12-04T08:39:11.126732Z",
            "url": "https://files.pythonhosted.org/packages/e5/99/6d42e676ea1e523ea236af99de42c3c1b8d65e9070e9da83bb9ae86a201a/pyuutils-0.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5a77ee40a4ff2493bd2e0cbd58ecad4b06bcb6c26fbadc6be74d97c0349569d",
                "md5": "835f8158c584eeb740c7157b7c3143d2",
                "sha256": "cc60adba27e61a8e5b62558936c99e8031e607f63f678be80881059c6be3d557"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "835f8158c584eeb740c7157b7c3143d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 351729,
            "upload_time": "2024-12-04T08:39:12",
            "upload_time_iso_8601": "2024-12-04T08:39:12.242237Z",
            "url": "https://files.pythonhosted.org/packages/f5/a7/7ee40a4ff2493bd2e0cbd58ecad4b06bcb6c26fbadc6be74d97c0349569d/pyuutils-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a13a67cffae968d5e611edaa9eb0c76d4fed948583f745d77151290f9011647c",
                "md5": "db014421fe35fcaee211cbfb5bdbb450",
                "sha256": "9c7b8ce07c7e7550373ba36dd2fcf8a1c9ec4c6a7982cfc8c1ee46bdb48e22a5"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "db014421fe35fcaee211cbfb5bdbb450",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 329325,
            "upload_time": "2024-12-04T08:39:13",
            "upload_time_iso_8601": "2024-12-04T08:39:13.355885Z",
            "url": "https://files.pythonhosted.org/packages/a1/3a/67cffae968d5e611edaa9eb0c76d4fed948583f745d77151290f9011647c/pyuutils-0.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3859930ba2f570346d3b39051ec7d3d464f7fdfd7ca2a2402c30b9d30f186d3b",
                "md5": "fd05e63b4bd7a5e3ef4e9e0a2db4697a",
                "sha256": "2414b37136ac89a67ba32516f4b23f40685da3874b1ad19a9b91f3ff359d8332"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fd05e63b4bd7a5e3ef4e9e0a2db4697a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 467624,
            "upload_time": "2024-12-04T08:39:14",
            "upload_time_iso_8601": "2024-12-04T08:39:14.485205Z",
            "url": "https://files.pythonhosted.org/packages/38/59/930ba2f570346d3b39051ec7d3d464f7fdfd7ca2a2402c30b9d30f186d3b/pyuutils-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2222e226509db2d0e0e2c1802fe2174c68ee8253600540e27ecc8e1f3a884c4",
                "md5": "5d92dc70d7378a6ac2c43be9374c6f22",
                "sha256": "aef1592fd0e8c9e541c6873788ba1044908359c04385f1deda2637aedcd09d25"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5d92dc70d7378a6ac2c43be9374c6f22",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 540512,
            "upload_time": "2024-12-04T08:39:15",
            "upload_time_iso_8601": "2024-12-04T08:39:15.590444Z",
            "url": "https://files.pythonhosted.org/packages/b2/22/2e226509db2d0e0e2c1802fe2174c68ee8253600540e27ecc8e1f3a884c4/pyuutils-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e508b1ea2dec6f9905652ac93d70d4d63006e288d1ce688d74e6ec6a9ce14a9b",
                "md5": "fe37dab18ecda5c28ee106be0e37b646",
                "sha256": "a488cb1d7ee2d7b419213f2664000e6bb2b19d57d0a60194c5724754f2884f2a"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fe37dab18ecda5c28ee106be0e37b646",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 545525,
            "upload_time": "2024-12-04T08:39:16",
            "upload_time_iso_8601": "2024-12-04T08:39:16.812995Z",
            "url": "https://files.pythonhosted.org/packages/e5/08/b1ea2dec6f9905652ac93d70d4d63006e288d1ce688d74e6ec6a9ce14a9b/pyuutils-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a8fbf4dfdba764623513ec7cae69dc7a4834da5c3cfd4c6cb56155cc3c916c9",
                "md5": "91bbac3c978effa8a85176b841124964",
                "sha256": "865a14c8b550560a4a5880a0d1050720075eff0c23f3c45ffc87f64b649db6ac"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "91bbac3c978effa8a85176b841124964",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 503975,
            "upload_time": "2024-12-04T08:39:17",
            "upload_time_iso_8601": "2024-12-04T08:39:17.934814Z",
            "url": "https://files.pythonhosted.org/packages/7a/8f/bf4dfdba764623513ec7cae69dc7a4834da5c3cfd4c6cb56155cc3c916c9/pyuutils-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b70116a02a4ed372192cbd2809306b28daf817be9bf3903445122f966b709d1",
                "md5": "bd1caad1d9baa48e831e57dc96b35da9",
                "sha256": "8cf95757995c7036403d680b561393a388cb80bb7e71650fb97c9c7bfee404f6"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd1caad1d9baa48e831e57dc96b35da9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 503731,
            "upload_time": "2024-12-04T08:39:19",
            "upload_time_iso_8601": "2024-12-04T08:39:19.063783Z",
            "url": "https://files.pythonhosted.org/packages/4b/70/116a02a4ed372192cbd2809306b28daf817be9bf3903445122f966b709d1/pyuutils-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3314c4a088c4ab553713328868835b3af4c53d47556f3abe745be204e046e70",
                "md5": "84f485eb36f55363948ef988afa05ced",
                "sha256": "2d5166734aa6fae22f0d3bd664f7a89c3687f39567b94180cfa38f80a91d55f4"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84f485eb36f55363948ef988afa05ced",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1342086,
            "upload_time": "2024-12-04T08:39:20",
            "upload_time_iso_8601": "2024-12-04T08:39:20.233947Z",
            "url": "https://files.pythonhosted.org/packages/d3/31/4c4a088c4ab553713328868835b3af4c53d47556f3abe745be204e046e70/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de74163b0bc1d00d8e7b5bb40a2eb139dc08205e79d594bc54444e147aa4bd3",
                "md5": "a0491a0d538a44e255cb1e8142cb2da6",
                "sha256": "4ff2a1304a599f8dad5c36d1a4abcc0d3f7b27bea1a94a78a74b0a5e6dff6d19"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a0491a0d538a44e255cb1e8142cb2da6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1195853,
            "upload_time": "2024-12-04T08:39:21",
            "upload_time_iso_8601": "2024-12-04T08:39:21.602263Z",
            "url": "https://files.pythonhosted.org/packages/6d/e7/4163b0bc1d00d8e7b5bb40a2eb139dc08205e79d594bc54444e147aa4bd3/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e797990b31e55d5d8af5b32ba9a3a82051f35e6d6cbbe95354142bd6c95b364c",
                "md5": "13602b025064cc7dab9a6c4b0dee2cf9",
                "sha256": "e16db8cae901f21136ea31c063acfc75e7353876b0940ddc2210fccb7d70ebdc"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "13602b025064cc7dab9a6c4b0dee2cf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1543154,
            "upload_time": "2024-12-04T08:39:23",
            "upload_time_iso_8601": "2024-12-04T08:39:23.593475Z",
            "url": "https://files.pythonhosted.org/packages/e7/97/990b31e55d5d8af5b32ba9a3a82051f35e6d6cbbe95354142bd6c95b364c/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eea5bbbee4c49b85aa93360a019e66d98cb3abf5c201330c2113365963989671",
                "md5": "04f50f644bb804f3919396007aeccaa9",
                "sha256": "78493819857c0906b09cf799744d521f4051d7d983487120e5988f18161a5cb6"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "04f50f644bb804f3919396007aeccaa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1493449,
            "upload_time": "2024-12-04T08:39:24",
            "upload_time_iso_8601": "2024-12-04T08:39:24.926635Z",
            "url": "https://files.pythonhosted.org/packages/ee/a5/bbbee4c49b85aa93360a019e66d98cb3abf5c201330c2113365963989671/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef06a20bdb5a014d9eab45653d8be3fb87ca2516921a492fc95718755fe8dffd",
                "md5": "7f816c4dfef7612912dc8b3fda75e3c2",
                "sha256": "22d79fc5b387e66baae91e760f6c17de43dd091403b3137d09c19e27fddd16ae"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "7f816c4dfef7612912dc8b3fda75e3c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1578124,
            "upload_time": "2024-12-04T08:39:26",
            "upload_time_iso_8601": "2024-12-04T08:39:26.196499Z",
            "url": "https://files.pythonhosted.org/packages/ef/06/a20bdb5a014d9eab45653d8be3fb87ca2516921a492fc95718755fe8dffd/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5c5fdedf1ea711333627410ce59bed37b8fc0bdce6d0605fa46512c5f87028a",
                "md5": "8948630c1a16476623565de2f62a22fc",
                "sha256": "31d658cefdb4e1d4dcce9d02be6e13fc85bfcf8d6484d0e0882e59f95c95752f"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8948630c1a16476623565de2f62a22fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1413359,
            "upload_time": "2024-12-04T08:39:27",
            "upload_time_iso_8601": "2024-12-04T08:39:27.485410Z",
            "url": "https://files.pythonhosted.org/packages/d5/c5/fdedf1ea711333627410ce59bed37b8fc0bdce6d0605fa46512c5f87028a/pyuutils-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b837fbb84209ec95c9ad29d98e676540a19e402ccf2a848eb0920648bac8f767",
                "md5": "9ed88f7a3b8f43fdd479d50ad2797a87",
                "sha256": "2ef6d19b024109805ad3c57e439d995e200064b45db34799790bd80454375b5d"
            },
            "downloads": -1,
            "filename": "pyuutils-0.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ed88f7a3b8f43fdd479d50ad2797a87",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 358208,
            "upload_time": "2024-12-04T08:39:28",
            "upload_time_iso_8601": "2024-12-04T08:39:28.795471Z",
            "url": "https://files.pythonhosted.org/packages/b8/37/fbb84209ec95c9ad29d98e676540a19e402ccf2a848eb0920648bac8f767/pyuutils-0.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 08:37:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HansBug",
    "github_project": "pyuutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "hbutils",
            "specs": [
                [
                    ">=",
                    "0.9"
                ]
            ]
        },
        {
            "name": "enum_tools",
            "specs": [
                [
                    ">=",
                    "0.9.0"
                ]
            ]
        }
    ],
    "lcname": "pyuutils"
}
        
Elapsed time: 0.38451s