uunet


Nameuunet JSON
Version 2.2.1 PyPI version JSON
download
home_pageNone
SummaryPython porting of the multinet library
upload_time2024-11-02 10:43:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache 2.0
keywords network analysis multilayer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This is the Python version of the _multinet_ library for the analysis of multilayer networks, first released for the R framework in January 2017 on CRAN. _multinet_ is developed by the Uppsala University Information Laboratory (UU InfoLab - https://uuinfolab.github.io)


- **Tutorial:** https://github.com/uuinfolab/py_multinet/tree/master/tutorial

- **Source:** https://github.com/uuinfolab/py_multinet
- **R version:** https://github.com/uuinfolab/r_multinet
- **C++ library:** https://github.com/uuinfolab/uunet
- **Bug reports:** https://github.com/uuinfolab/py_multinet/issues

A simple example
--------------

Find the degree of an actor on two layers:

    >>> import uunet.multinet as ml
    >>> m = ml.data("aucs")
    >>> ml.degree(m, actors = ['U54'], layers = ['leisure', 'facebook'])
    [18]
    
Install
-------

Install the latest version of uunet:

    $ python -m pip install uunet
    
Notes:

- Python >= 3.8 is required
- The package is not compatible with conda

Credits
-------

This library was originally based on the book: Multilayer Social Networks, by Dickison, Magnani & Rossi, Cambridge University Press (2016). The methods contained in the library and described in the book have been developed by many different authors: extensive references are available in the book, and in the documentation of each function we indicate the main reference we have followed for the implementation. For some methods developed after the book was published we give references to the corresponding literature.

The package uses functions from eclat <https://borgelt.net/eclat.html>, for association rule mining, Infomap <https://www.mapequation.org>, for the Infomap community detection method, and Howard Hinnant's date and time library <https://github.com/HowardHinnant/date>. The code from these libraries has been included in our source package, and may not be the latest version released by the authors.

License
-------

Released under the GNU General Public Licence.

    Contact: Matteo Magnani <matteo.magnani@it.uu.se>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uunet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "network analysis, multilayer",
    "author": null,
    "author_email": "Matteo Magnani <matteo.magnani@it.uu.se>",
    "download_url": "https://files.pythonhosted.org/packages/ef/be/2fa495c498239eb4a0c7b91dc87df79dff8337797e117794579d8db81612/uunet-2.2.1.tar.gz",
    "platform": null,
    "description": "This is the Python version of the _multinet_ library for the analysis of multilayer networks, first released for the R framework in January 2017 on CRAN. _multinet_ is developed by the Uppsala University Information Laboratory (UU InfoLab - https://uuinfolab.github.io)\n\n\n- **Tutorial:** https://github.com/uuinfolab/py_multinet/tree/master/tutorial\n\n- **Source:** https://github.com/uuinfolab/py_multinet\n- **R version:** https://github.com/uuinfolab/r_multinet\n- **C++ library:** https://github.com/uuinfolab/uunet\n- **Bug reports:** https://github.com/uuinfolab/py_multinet/issues\n\nA simple example\n--------------\n\nFind the degree of an actor on two layers:\n\n    >>> import uunet.multinet as ml\n    >>> m = ml.data(\"aucs\")\n    >>> ml.degree(m, actors = ['U54'], layers = ['leisure', 'facebook'])\n    [18]\n    \nInstall\n-------\n\nInstall the latest version of uunet:\n\n    $ python -m pip install uunet\n    \nNotes:\n\n- Python >= 3.8 is required\n- The package is not compatible with conda\n\nCredits\n-------\n\nThis library was originally based on the book: Multilayer Social Networks, by Dickison, Magnani & Rossi, Cambridge University Press (2016). The methods contained in the library and described in the book have been developed by many different authors: extensive references are available in the book, and in the documentation of each function we indicate the main reference we have followed for the implementation. For some methods developed after the book was published we give references to the corresponding literature.\n\nThe package uses functions from eclat <https://borgelt.net/eclat.html>, for association rule mining, Infomap <https://www.mapequation.org>, for the Infomap community detection method, and Howard Hinnant's date and time library <https://github.com/HowardHinnant/date>. The code from these libraries has been included in our source package, and may not be the latest version released by the authors.\n\nLicense\n-------\n\nReleased under the GNU General Public Licence.\n\n    Contact: Matteo Magnani <matteo.magnani@it.uu.se>\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python porting of the multinet library",
    "version": "2.2.1",
    "project_urls": {
        "homepage": "https://github.com/uuinfolab/py_multinet"
    },
    "split_keywords": [
        "network analysis",
        " multilayer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31e83f7182b48ba791b63c5506dfe64ea5d86c6131bddca5cf76e20d351688f4",
                "md5": "d651ed6931333fbfc95ce46081dcd45b",
                "sha256": "299a1e7ea0e332385cb5f86615f3b1a31bfd2b9d2b0a651659cf0b1b65d0eff6"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d651ed6931333fbfc95ce46081dcd45b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1321556,
            "upload_time": "2024-11-02T10:42:20",
            "upload_time_iso_8601": "2024-11-02T10:42:20.279064Z",
            "url": "https://files.pythonhosted.org/packages/31/e8/3f7182b48ba791b63c5506dfe64ea5d86c6131bddca5cf76e20d351688f4/uunet-2.2.1-cp310-cp310-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41dcbacaa417b5ad2afeb73d7ad7de06af410efebe3b445614cb616cc1d060e2",
                "md5": "76d3ccb147df77e5d641a89fe1011504",
                "sha256": "39e666cd0f0a5e7a21f2b8738911847c5607f9e78bff319a8cf67671c7a8560a"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "76d3ccb147df77e5d641a89fe1011504",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1339546,
            "upload_time": "2024-11-02T10:42:22",
            "upload_time_iso_8601": "2024-11-02T10:42:22.188420Z",
            "url": "https://files.pythonhosted.org/packages/41/dc/bacaa417b5ad2afeb73d7ad7de06af410efebe3b445614cb616cc1d060e2/uunet-2.2.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75d347468190b55913bc0f58820484d75a0fadb1694d68831b5ac3f7638a49d7",
                "md5": "1809de7e6c3bef55c115b8aca3585968",
                "sha256": "c07d4ac48ad7ec7686f402aa6699112a25c7f8262fad20575505c928c21f9562"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1809de7e6c3bef55c115b8aca3585968",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1137997,
            "upload_time": "2024-11-02T10:42:25",
            "upload_time_iso_8601": "2024-11-02T10:42:25.035373Z",
            "url": "https://files.pythonhosted.org/packages/75/d3/47468190b55913bc0f58820484d75a0fadb1694d68831b5ac3f7638a49d7/uunet-2.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a751074f236876dfefdadf4b50b95f44d34041248d995179c2814ea22663997",
                "md5": "58460f1a3b65dfb41b17dfe5632664ef",
                "sha256": "ca1142c377eead25e49789383fab605c8fc1827d5313c683ea1c522b4bd2c800"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "58460f1a3b65dfb41b17dfe5632664ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1075535,
            "upload_time": "2024-11-02T10:42:27",
            "upload_time_iso_8601": "2024-11-02T10:42:27.487509Z",
            "url": "https://files.pythonhosted.org/packages/5a/75/1074f236876dfefdadf4b50b95f44d34041248d995179c2814ea22663997/uunet-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a76d708a77f95bf32cd339085b2283dd17f13c55322d4c4d37b6705fa6aece36",
                "md5": "e5cfb5ff4aa1d898c86953c709c55501",
                "sha256": "6ac089c3ecc43fec488e2c0c71c9f1f607b7c54863282c1f3b0e4cff9b02e620"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e5cfb5ff4aa1d898c86953c709c55501",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2207738,
            "upload_time": "2024-11-02T10:42:29",
            "upload_time_iso_8601": "2024-11-02T10:42:29.916277Z",
            "url": "https://files.pythonhosted.org/packages/a7/6d/708a77f95bf32cd339085b2283dd17f13c55322d4c4d37b6705fa6aece36/uunet-2.2.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cab4785c9fd48927dec55553f9d8c3570c45088acfd22c28cca5158b9e306179",
                "md5": "e55c99a8f00bdebd26e5387e79ab23e7",
                "sha256": "d7477c12de1c9f083bd8e2dd13be346ddd6a8c1c7aa9f3e235b19fbaefbbadab"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e55c99a8f00bdebd26e5387e79ab23e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2031827,
            "upload_time": "2024-11-02T10:42:31",
            "upload_time_iso_8601": "2024-11-02T10:42:31.992893Z",
            "url": "https://files.pythonhosted.org/packages/ca/b4/785c9fd48927dec55553f9d8c3570c45088acfd22c28cca5158b9e306179/uunet-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034b1cc84ddc8a05754b5f30061419a872e1911ae0906be3a6db9010435f5aa4",
                "md5": "ac7d6563b8c8e7f6baf54b6fcbbbb4c0",
                "sha256": "374cd5aec299df708f519c3639f973652a0e2858ad0a5d823a4407dac3d3e4ab"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ac7d6563b8c8e7f6baf54b6fcbbbb4c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 771609,
            "upload_time": "2024-11-02T10:42:33",
            "upload_time_iso_8601": "2024-11-02T10:42:33.637860Z",
            "url": "https://files.pythonhosted.org/packages/03/4b/1cc84ddc8a05754b5f30061419a872e1911ae0906be3a6db9010435f5aa4/uunet-2.2.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e10f41f4db5c74b510cb7458a694db9fde3e0aace7016ae493494af99d582b",
                "md5": "e774b3879876df80e4e5bdcf89bf8127",
                "sha256": "b3b6f0b9ba8827a970513a887b7e0c94a5b6f5cec314666069023467dcc14360"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e774b3879876df80e4e5bdcf89bf8127",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1322410,
            "upload_time": "2024-11-02T10:42:35",
            "upload_time_iso_8601": "2024-11-02T10:42:35.830313Z",
            "url": "https://files.pythonhosted.org/packages/d9/e1/0f41f4db5c74b510cb7458a694db9fde3e0aace7016ae493494af99d582b/uunet-2.2.1-cp311-cp311-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4e61564ca42e9e53b5397539f985f0cde5a072e070ec5fb331128c673c7a93e",
                "md5": "36ecce49f9b05d24987712211ac91eb0",
                "sha256": "394c44cbca22b9b360b07978f3854e22537c015a404c0996c759aa6408f69e6e"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "36ecce49f9b05d24987712211ac91eb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1340149,
            "upload_time": "2024-11-02T10:42:38",
            "upload_time_iso_8601": "2024-11-02T10:42:38.101810Z",
            "url": "https://files.pythonhosted.org/packages/e4/e6/1564ca42e9e53b5397539f985f0cde5a072e070ec5fb331128c673c7a93e/uunet-2.2.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe20eab617cd4f0a986cc5b1d6f4d946d79ee795edcaa5a3a00d2ee7418fdbff",
                "md5": "7b16b7995b3078b3680edda041dcc90d",
                "sha256": "97d7fa855b495c7a29a34c9a7f77a3e58623041ebcadfaccdcffcf73f2b474f1"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7b16b7995b3078b3680edda041dcc90d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1139404,
            "upload_time": "2024-11-02T10:42:39",
            "upload_time_iso_8601": "2024-11-02T10:42:39.568599Z",
            "url": "https://files.pythonhosted.org/packages/fe/20/eab617cd4f0a986cc5b1d6f4d946d79ee795edcaa5a3a00d2ee7418fdbff/uunet-2.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "963c3554dcbf611bdae9cdb234c04ec05dd509858b941e41db93e0c082383bc8",
                "md5": "170e978e54725fec8dbc08bf0edf61a0",
                "sha256": "c168df004dc0c2b1ee5b196fefbe0d6899ef888dc9df8668f2ff32e8f5b98248"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "170e978e54725fec8dbc08bf0edf61a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1077435,
            "upload_time": "2024-11-02T10:42:41",
            "upload_time_iso_8601": "2024-11-02T10:42:41.788425Z",
            "url": "https://files.pythonhosted.org/packages/96/3c/3554dcbf611bdae9cdb234c04ec05dd509858b941e41db93e0c082383bc8/uunet-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2257a9cd2a84d612bede3ff03898034e643901d921a655df4260c5217d51ff82",
                "md5": "cde6b57a8308d467895fa7fdac0bb00d",
                "sha256": "efb961ebc8ca0203a7cd13d35e88c047497788f6f5006800c6b42ebc6b3f03af"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cde6b57a8308d467895fa7fdac0bb00d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2208610,
            "upload_time": "2024-11-02T10:42:43",
            "upload_time_iso_8601": "2024-11-02T10:42:43.446189Z",
            "url": "https://files.pythonhosted.org/packages/22/57/a9cd2a84d612bede3ff03898034e643901d921a655df4260c5217d51ff82/uunet-2.2.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "819283d752d1644f92e045bd929e59060892f2c89171e15d84a3416769709553",
                "md5": "e71617fbe96134dd7119db92805112db",
                "sha256": "026b8c415314dd36635f26fd80c5988935f6b7fc50cb1acd760aad7549272508"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e71617fbe96134dd7119db92805112db",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2034387,
            "upload_time": "2024-11-02T10:42:45",
            "upload_time_iso_8601": "2024-11-02T10:42:45.375733Z",
            "url": "https://files.pythonhosted.org/packages/81/92/83d752d1644f92e045bd929e59060892f2c89171e15d84a3416769709553/uunet-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51efa8f54440bd21f6cff1d548991488bf9c65d98d3327e5552b28e9cdb73d27",
                "md5": "426c167a81385ebfeaf5902f6735d9ac",
                "sha256": "83f6316735cd4701b6d7c2b8c62d7849db0324c8b9f70b5c75f5b4ece00cbc29"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "426c167a81385ebfeaf5902f6735d9ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 772521,
            "upload_time": "2024-11-02T10:42:46",
            "upload_time_iso_8601": "2024-11-02T10:42:46.863902Z",
            "url": "https://files.pythonhosted.org/packages/51/ef/a8f54440bd21f6cff1d548991488bf9c65d98d3327e5552b28e9cdb73d27/uunet-2.2.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "279022e15cb972bbdce444423deac5f452e2bab1bf6c466313535c2cb3a59313",
                "md5": "2c65d43a5aa32bd35002625920f7e9c8",
                "sha256": "5073fc26829751fbe6292e14c052c565310edd850f43e1a18c107876f856452a"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c65d43a5aa32bd35002625920f7e9c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1321703,
            "upload_time": "2024-11-02T10:42:48",
            "upload_time_iso_8601": "2024-11-02T10:42:48.630151Z",
            "url": "https://files.pythonhosted.org/packages/27/90/22e15cb972bbdce444423deac5f452e2bab1bf6c466313535c2cb3a59313/uunet-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8791a401c4360903056e732194d88ed978aeaae0b96828a16f0af51f83a94712",
                "md5": "700588b0bcb20c9d652c8bf76c7a98d0",
                "sha256": "bca08d526b263745ce749c9b9c423d2d8e6c0857e1d64798055cf8b8ee5b100a"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "700588b0bcb20c9d652c8bf76c7a98d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1339774,
            "upload_time": "2024-11-02T10:42:50",
            "upload_time_iso_8601": "2024-11-02T10:42:50.573970Z",
            "url": "https://files.pythonhosted.org/packages/87/91/a401c4360903056e732194d88ed978aeaae0b96828a16f0af51f83a94712/uunet-2.2.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd4233573d22e6d8e9ffb1811f34b847cc1df7f3529e8c71078b2ff0f001163b",
                "md5": "117204ac0ed1ff1de4ea13b90d28a78c",
                "sha256": "816c97885ba58e21989cc055c2ae072ce4cafdc34e7a4459e5bd716c98e0e302"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "117204ac0ed1ff1de4ea13b90d28a78c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1139026,
            "upload_time": "2024-11-02T10:42:52",
            "upload_time_iso_8601": "2024-11-02T10:42:52.623775Z",
            "url": "https://files.pythonhosted.org/packages/fd/42/33573d22e6d8e9ffb1811f34b847cc1df7f3529e8c71078b2ff0f001163b/uunet-2.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17c7863e33ef29f315d817c4b06d57bae299cbb1b7a0ec7e2b5cad1571f5de19",
                "md5": "e8e4a0d32724e86e30e345c7f519ca80",
                "sha256": "2cf80126e708c43a3be771b2166f50c06212812d630b6125206bbec8465b6573"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e8e4a0d32724e86e30e345c7f519ca80",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1073224,
            "upload_time": "2024-11-02T10:42:54",
            "upload_time_iso_8601": "2024-11-02T10:42:54.914131Z",
            "url": "https://files.pythonhosted.org/packages/17/c7/863e33ef29f315d817c4b06d57bae299cbb1b7a0ec7e2b5cad1571f5de19/uunet-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cf8c6a38ff96c975e0ab2d0774d907b9f65107f648117fa35bf7d904f1a9821",
                "md5": "f7af7d12d70c1d13d49bf5f05975ab49",
                "sha256": "f324e2ca6c36156ef77e9a2cfce3b2f67bf862f81243883372362ceb26b9851d"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f7af7d12d70c1d13d49bf5f05975ab49",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2205146,
            "upload_time": "2024-11-02T10:42:56",
            "upload_time_iso_8601": "2024-11-02T10:42:56.895002Z",
            "url": "https://files.pythonhosted.org/packages/9c/f8/c6a38ff96c975e0ab2d0774d907b9f65107f648117fa35bf7d904f1a9821/uunet-2.2.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a7950e9cbe0cb456588e42825d8588513fda77f5f735c8961ed89c085498e97",
                "md5": "c5da48ab1235801fd7a207c0a4cef3ce",
                "sha256": "7348fc7cf42a76be92b24e4df26cf4faf785469a3c1257006b537f4a277c8db1"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c5da48ab1235801fd7a207c0a4cef3ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2031616,
            "upload_time": "2024-11-02T10:42:58",
            "upload_time_iso_8601": "2024-11-02T10:42:58.432381Z",
            "url": "https://files.pythonhosted.org/packages/0a/79/50e9cbe0cb456588e42825d8588513fda77f5f735c8961ed89c085498e97/uunet-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb25599ebaaf95b22f323e6ae8af75b68aa65709407057fe64bd488c269a11fa",
                "md5": "6ad93320573ff22d02205187268363a5",
                "sha256": "169aa154919d9f5a1daa186683cb347242bf16038fdd336bfcbd5172c6502812"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ad93320573ff22d02205187268363a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 774142,
            "upload_time": "2024-11-02T10:43:00",
            "upload_time_iso_8601": "2024-11-02T10:43:00.260136Z",
            "url": "https://files.pythonhosted.org/packages/cb/25/599ebaaf95b22f323e6ae8af75b68aa65709407057fe64bd488c269a11fa/uunet-2.2.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41e1161a180db419332e0c8066e899bf029e22ee683ac1e68c10c4d10c61e6c3",
                "md5": "3151513e8706c30b58d3c0c246a98746",
                "sha256": "74c51f0b87499fe8650e061d678b26fdc2696adf7e944997e381d919c8f3727e"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3151513e8706c30b58d3c0c246a98746",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1321335,
            "upload_time": "2024-11-02T10:43:01",
            "upload_time_iso_8601": "2024-11-02T10:43:01.786552Z",
            "url": "https://files.pythonhosted.org/packages/41/e1/161a180db419332e0c8066e899bf029e22ee683ac1e68c10c4d10c61e6c3/uunet-2.2.1-cp38-cp38-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0aaccf0b69988870589cc93b9a9803da649a741bec1b6c001a7904f9c664271c",
                "md5": "7e03c8ca71584e5df8f0b5c77b2ee0f0",
                "sha256": "f95c5e16b54ca6c6679ddb692c5eda88643eed7f87458e46e4dbfa856d882309"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7e03c8ca71584e5df8f0b5c77b2ee0f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1339575,
            "upload_time": "2024-11-02T10:43:03",
            "upload_time_iso_8601": "2024-11-02T10:43:03.948909Z",
            "url": "https://files.pythonhosted.org/packages/0a/ac/cf0b69988870589cc93b9a9803da649a741bec1b6c001a7904f9c664271c/uunet-2.2.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5cfb60edc45c5e174db6b785cd5b80f0f4375de993ec6cdfcae2786e122e81d",
                "md5": "87c1e19c2fbfd4c32b4cbe9b790c537e",
                "sha256": "a46f71443fd8a63cc6e826d37e49c32c673ad97f63cde76e317c1df16dfdb13f"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "87c1e19c2fbfd4c32b4cbe9b790c537e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1137968,
            "upload_time": "2024-11-02T10:43:05",
            "upload_time_iso_8601": "2024-11-02T10:43:05.726573Z",
            "url": "https://files.pythonhosted.org/packages/c5/cf/b60edc45c5e174db6b785cd5b80f0f4375de993ec6cdfcae2786e122e81d/uunet-2.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31557116610c4f1216149bc07f42d400c07551e9454d30dfa8edb9dc5df7d3bf",
                "md5": "9e480ab2ecad65eb2c7bd6d4bba67033",
                "sha256": "c9b18c9c950e6a4a601da0376374def72a6796d0d62880e03c1dbba37f8dac2b"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e480ab2ecad65eb2c7bd6d4bba67033",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1073501,
            "upload_time": "2024-11-02T10:43:08",
            "upload_time_iso_8601": "2024-11-02T10:43:08.164582Z",
            "url": "https://files.pythonhosted.org/packages/31/55/7116610c4f1216149bc07f42d400c07551e9454d30dfa8edb9dc5df7d3bf/uunet-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6cf38001cab4423466b869fbad4b1521d27974bfd1d1fca7520fad9c6d2f35c",
                "md5": "f41bf1cde2237b8c294717f861435388",
                "sha256": "023125a0a274338a8e42f99b55bf001aee42724943c140a02796f9f0ba286e0e"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f41bf1cde2237b8c294717f861435388",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2207624,
            "upload_time": "2024-11-02T10:43:10",
            "upload_time_iso_8601": "2024-11-02T10:43:10.272280Z",
            "url": "https://files.pythonhosted.org/packages/b6/cf/38001cab4423466b869fbad4b1521d27974bfd1d1fca7520fad9c6d2f35c/uunet-2.2.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e23b9c0d995693fd47df4fa0bb0314a1e84c0e8d7b1f031ebb0cf68b012e948e",
                "md5": "124ca4af88d56efdc4d558ca1482d108",
                "sha256": "17c78ac870ccf5070959a7b524e5cf4601e60f721e41fddde6287e56020e44f1"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "124ca4af88d56efdc4d558ca1482d108",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2031580,
            "upload_time": "2024-11-02T10:43:12",
            "upload_time_iso_8601": "2024-11-02T10:43:12.048870Z",
            "url": "https://files.pythonhosted.org/packages/e2/3b/9c0d995693fd47df4fa0bb0314a1e84c0e8d7b1f031ebb0cf68b012e948e/uunet-2.2.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3da98a964e69c2dcf3261cd23f895f5ec47b1aabfd1b057f301ed791beea3e7b",
                "md5": "a737cd24b8989dff90d0881445fa5453",
                "sha256": "2c2e9ad6b50943597946f6d1b624a7d9541f022eff24d889645e7e306e3f78ab"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a737cd24b8989dff90d0881445fa5453",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 771535,
            "upload_time": "2024-11-02T10:43:13",
            "upload_time_iso_8601": "2024-11-02T10:43:13.693065Z",
            "url": "https://files.pythonhosted.org/packages/3d/a9/8a964e69c2dcf3261cd23f895f5ec47b1aabfd1b057f301ed791beea3e7b/uunet-2.2.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b482ce30c92c47a68af8953b307043b215e050b2bd8fdeff529dfdcf35a6d34",
                "md5": "1d1571a914bbf4bde498251af17f2c2f",
                "sha256": "6fb9cd5fe50dbe25d164bfc8dbf1d4c61f070d9674093c63be171e240639ec30"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d1571a914bbf4bde498251af17f2c2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1321668,
            "upload_time": "2024-11-02T10:43:15",
            "upload_time_iso_8601": "2024-11-02T10:43:15.114178Z",
            "url": "https://files.pythonhosted.org/packages/3b/48/2ce30c92c47a68af8953b307043b215e050b2bd8fdeff529dfdcf35a6d34/uunet-2.2.1-cp39-cp39-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b42bc2e1a09cce03a7b0111461da6714b784b32127e551054563feb1ecab9b57",
                "md5": "ad1f97a91ec2f93fe229d0077f62bbd6",
                "sha256": "f0f759b5b029c29e9c571b11effca75906028ca5841049c3502656266762cea1"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ad1f97a91ec2f93fe229d0077f62bbd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1339845,
            "upload_time": "2024-11-02T10:43:16",
            "upload_time_iso_8601": "2024-11-02T10:43:16.763029Z",
            "url": "https://files.pythonhosted.org/packages/b4/2b/c2e1a09cce03a7b0111461da6714b784b32127e551054563feb1ecab9b57/uunet-2.2.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9f5b1f2971bf390bdcba551ccd2b9cefdb67b21ce64a98b76f36a51ae208b1",
                "md5": "29425fa9d9391f97bcdd6648016b5ce8",
                "sha256": "ee1b4d3786f16758972f8b89cd3bb707679ac2e58345613e653f7bbce0e12bd0"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "29425fa9d9391f97bcdd6648016b5ce8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1138259,
            "upload_time": "2024-11-02T10:43:18",
            "upload_time_iso_8601": "2024-11-02T10:43:18.236873Z",
            "url": "https://files.pythonhosted.org/packages/9e/9f/5b1f2971bf390bdcba551ccd2b9cefdb67b21ce64a98b76f36a51ae208b1/uunet-2.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87e0d99a66d432b58e8df5f75ab3adc922daef4b97c0ef4523c55ca1a019c7aa",
                "md5": "eb82fa4efa956f3dc8be43ef5ca107cb",
                "sha256": "dcd586477f49d16df81bb282257965479c10a5988dd4f58d8163bb0110e94d13"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb82fa4efa956f3dc8be43ef5ca107cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1074709,
            "upload_time": "2024-11-02T10:43:19",
            "upload_time_iso_8601": "2024-11-02T10:43:19.774451Z",
            "url": "https://files.pythonhosted.org/packages/87/e0/d99a66d432b58e8df5f75ab3adc922daef4b97c0ef4523c55ca1a019c7aa/uunet-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d23ae49c8d3ca08eada82a7b3e510d0ec5f0f083afae4f70f99ce373845d554",
                "md5": "19160897f71fca1c3ef99501cb5378b2",
                "sha256": "3a71237842d9c57985c189a07690a9c884ddbb76c685ef3f3237fd3d149c0fd5"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "19160897f71fca1c3ef99501cb5378b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2208097,
            "upload_time": "2024-11-02T10:43:22",
            "upload_time_iso_8601": "2024-11-02T10:43:22.131063Z",
            "url": "https://files.pythonhosted.org/packages/0d/23/ae49c8d3ca08eada82a7b3e510d0ec5f0f083afae4f70f99ce373845d554/uunet-2.2.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1df7f6b2852398db6f9eab4d07b98ca0d95abeaab73c18266c1a3a379a071286",
                "md5": "62ca28b7af1488423b35fa8eb8da2c60",
                "sha256": "29dbbb7249f09047f6f81b89a4482dbf1d0c48b7d8a3df02acd4eb48a1932f1d"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62ca28b7af1488423b35fa8eb8da2c60",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2032069,
            "upload_time": "2024-11-02T10:43:23",
            "upload_time_iso_8601": "2024-11-02T10:43:23.740043Z",
            "url": "https://files.pythonhosted.org/packages/1d/f7/f6b2852398db6f9eab4d07b98ca0d95abeaab73c18266c1a3a379a071286/uunet-2.2.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc2c4cbf08112b2dd87e30d9896e2e32eb31dd8b504b3122ae156d64e733b826",
                "md5": "cdaec1c2efc6704f91841a19d6bfb676",
                "sha256": "81885475793057aad0ff01c7526b7d196ac9d3bd4acaf6623545db803f0226e7"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cdaec1c2efc6704f91841a19d6bfb676",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 777935,
            "upload_time": "2024-11-02T10:43:25",
            "upload_time_iso_8601": "2024-11-02T10:43:25.395654Z",
            "url": "https://files.pythonhosted.org/packages/bc/2c/4cbf08112b2dd87e30d9896e2e32eb31dd8b504b3122ae156d64e733b826/uunet-2.2.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec8275e5ff3b8273bb12f32254a2532d93ac7291c2063ae1c51c4d9090c87c2f",
                "md5": "527e34288a144eefa3ecccc350206da5",
                "sha256": "71e5875f22347558cf1e1b19848823064c743742f87638af34382e360fc78d6b"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "527e34288a144eefa3ecccc350206da5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1321274,
            "upload_time": "2024-11-02T10:43:26",
            "upload_time_iso_8601": "2024-11-02T10:43:26.831954Z",
            "url": "https://files.pythonhosted.org/packages/ec/82/75e5ff3b8273bb12f32254a2532d93ac7291c2063ae1c51c4d9090c87c2f/uunet-2.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8582b9809ead8a4e374570d3e5e36501aef5f30725b242d193b8c6cc31c67f13",
                "md5": "8dc00dbaef53a5d82a4d7fc2c3452ec6",
                "sha256": "ff43151d2e4ff052cc6f28656b387ca86698dbb0119c9d46d0e27fe4a423d899"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8dc00dbaef53a5d82a4d7fc2c3452ec6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1339277,
            "upload_time": "2024-11-02T10:43:28",
            "upload_time_iso_8601": "2024-11-02T10:43:28.445291Z",
            "url": "https://files.pythonhosted.org/packages/85/82/b9809ead8a4e374570d3e5e36501aef5f30725b242d193b8c6cc31c67f13/uunet-2.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cf127414675ccbf32b92a3fad283440d5d4a2d941b16d2b22fb7d2c800177ca",
                "md5": "287824f1697e8eeaf16c92a41a22e33e",
                "sha256": "7cd461d117963c08060c9bab185294491d2b8fb4c5a6bb58ccef31eaaa6cbba5"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "287824f1697e8eeaf16c92a41a22e33e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1139815,
            "upload_time": "2024-11-02T10:43:30",
            "upload_time_iso_8601": "2024-11-02T10:43:30.003265Z",
            "url": "https://files.pythonhosted.org/packages/1c/f1/27414675ccbf32b92a3fad283440d5d4a2d941b16d2b22fb7d2c800177ca/uunet-2.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bc1bbfa8a816c68a7dec3897448a3b1f57651ee4e9ef558b70be441af6d08bf",
                "md5": "72d75a338bd2d81d78b5e1b3106ed455",
                "sha256": "6968ee04da3b145a195774abd103d9ccfba719ad0b765e73ae2c14bf922159fe"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72d75a338bd2d81d78b5e1b3106ed455",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1075981,
            "upload_time": "2024-11-02T10:43:32",
            "upload_time_iso_8601": "2024-11-02T10:43:32.337192Z",
            "url": "https://files.pythonhosted.org/packages/7b/c1/bbfa8a816c68a7dec3897448a3b1f57651ee4e9ef558b70be441af6d08bf/uunet-2.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0343eeba6e9869b5d81ad8bfbea6da8a7f8cba1c1f1b79c7bbc8c49be1f2a115",
                "md5": "80e84e15eb9307084bfefcfbcb10799b",
                "sha256": "6305a857352a60c7e10164457c284f080f076e3601e10173c32bc188d61fc902"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp38-pypy38_pp73-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80e84e15eb9307084bfefcfbcb10799b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1321432,
            "upload_time": "2024-11-02T10:43:33",
            "upload_time_iso_8601": "2024-11-02T10:43:33.934254Z",
            "url": "https://files.pythonhosted.org/packages/03/43/eeba6e9869b5d81ad8bfbea6da8a7f8cba1c1f1b79c7bbc8c49be1f2a115/uunet-2.2.1-pp38-pypy38_pp73-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c436bafd3b16d827fec63a0fe6e82c220100c54414461e235d50e8902af4cff8",
                "md5": "a657298b9bbacbc0b881fcd447917822",
                "sha256": "1eaf9597c9a09d2736225e6329ab66d4c1f521e451fa3ddfc814b269da328ae6"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a657298b9bbacbc0b881fcd447917822",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1339215,
            "upload_time": "2024-11-02T10:43:35",
            "upload_time_iso_8601": "2024-11-02T10:43:35.971134Z",
            "url": "https://files.pythonhosted.org/packages/c4/36/bafd3b16d827fec63a0fe6e82c220100c54414461e235d50e8902af4cff8/uunet-2.2.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a397eeb9143dd79c96b8e77b54f379b1e7550b4d2de4ba3daf485037991e9b4",
                "md5": "b2e8b861581b20ab51932937480aa71a",
                "sha256": "83f8dcdf3899dc1c93636bf3e95f986653f0be4e4f4e0efba82321beaa0337dd"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b2e8b861581b20ab51932937480aa71a",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1141226,
            "upload_time": "2024-11-02T10:43:38",
            "upload_time_iso_8601": "2024-11-02T10:43:38.047343Z",
            "url": "https://files.pythonhosted.org/packages/7a/39/7eeb9143dd79c96b8e77b54f379b1e7550b4d2de4ba3daf485037991e9b4/uunet-2.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6870980b794d000d6f98b5a214256e1cff2960f25f049b0639809bee6b21480b",
                "md5": "ff315d0690b079c56eac15e31da42d01",
                "sha256": "5f3a19d9c8fbfaf50cc1da4469d8765058a397dde549174693277f1c2ab634e1"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ff315d0690b079c56eac15e31da42d01",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1075666,
            "upload_time": "2024-11-02T10:43:39",
            "upload_time_iso_8601": "2024-11-02T10:43:39.719293Z",
            "url": "https://files.pythonhosted.org/packages/68/70/980b794d000d6f98b5a214256e1cff2960f25f049b0639809bee6b21480b/uunet-2.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09fecca1f7a5d0b65626a57463f2d3d8d7d09f4093aaed74b6a54eb9fbe814e6",
                "md5": "42a0f4a40b4d0b6c870845fd08ee8360",
                "sha256": "69f97f60c8f98ab6431ffacdf424f0922c286ec292e0c55dd5d45a2320d6d9d5"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "42a0f4a40b4d0b6c870845fd08ee8360",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1321240,
            "upload_time": "2024-11-02T10:43:41",
            "upload_time_iso_8601": "2024-11-02T10:43:41.524276Z",
            "url": "https://files.pythonhosted.org/packages/09/fe/cca1f7a5d0b65626a57463f2d3d8d7d09f4093aaed74b6a54eb9fbe814e6/uunet-2.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ddd030c7f8c6aca8db7116c02668fb50e4f8859d31810d771e8966fe4707f0c",
                "md5": "30c6596cd1ed1443853a00e2505ac01d",
                "sha256": "ab121a687877aa69253eb452da00b82ff55b39360bcfbf1517a772f586a9a494"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "30c6596cd1ed1443853a00e2505ac01d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1338949,
            "upload_time": "2024-11-02T10:43:43",
            "upload_time_iso_8601": "2024-11-02T10:43:43.661276Z",
            "url": "https://files.pythonhosted.org/packages/0d/dd/030c7f8c6aca8db7116c02668fb50e4f8859d31810d771e8966fe4707f0c/uunet-2.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "450e5c100e810b603250d2a92e62f25ed2f89f09b6e9e113f9db289b184e3e4c",
                "md5": "584ac7c41a6b15ad954048c2ff9417c4",
                "sha256": "10cd7920f773478b06c286b5242756f9560a8d1f9979912e4bc5bbc650d77f6d"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "584ac7c41a6b15ad954048c2ff9417c4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1141498,
            "upload_time": "2024-11-02T10:43:45",
            "upload_time_iso_8601": "2024-11-02T10:43:45.991866Z",
            "url": "https://files.pythonhosted.org/packages/45/0e/5c100e810b603250d2a92e62f25ed2f89f09b6e9e113f9db289b184e3e4c/uunet-2.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d8e6eb374025ef203e1061b891390aabae3152f98e8c39c83f8f775c3ab530c",
                "md5": "10b60ac7847495aa6ba294b530abb4cb",
                "sha256": "fbee7f5cb7cc0159127f064bc22ee343794c2cae98b4f4af7f49c4c1a0cb9078"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10b60ac7847495aa6ba294b530abb4cb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1075497,
            "upload_time": "2024-11-02T10:43:47",
            "upload_time_iso_8601": "2024-11-02T10:43:47.554729Z",
            "url": "https://files.pythonhosted.org/packages/8d/8e/6eb374025ef203e1061b891390aabae3152f98e8c39c83f8f775c3ab530c/uunet-2.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efbe2fa495c498239eb4a0c7b91dc87df79dff8337797e117794579d8db81612",
                "md5": "7456255ec5f2e9323b9aada815f9edc6",
                "sha256": "9c387a1444a981d006bfa77bba0037ed79d7f48ce67a30ffb5490f942abfba12"
            },
            "downloads": -1,
            "filename": "uunet-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7456255ec5f2e9323b9aada815f9edc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2871407,
            "upload_time": "2024-11-02T10:43:49",
            "upload_time_iso_8601": "2024-11-02T10:43:49.558357Z",
            "url": "https://files.pythonhosted.org/packages/ef/be/2fa495c498239eb4a0c7b91dc87df79dff8337797e117794579d8db81612/uunet-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 10:43:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "uuinfolab",
    "github_project": "py_multinet",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "uunet"
}
        
Elapsed time: 0.43264s