uunet


Nameuunet JSON
Version 2.1.1 PyPI version JSON
download
home_page
SummaryPython porting of the multinet library
upload_time2023-06-05 20:44:47
maintainer
docs_urlNone
author
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": "",
    "name": "uunet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "network analysis,multilayer",
    "author": "",
    "author_email": "Matteo Magnani <matteo.magnani@it.uu.se>",
    "download_url": "https://files.pythonhosted.org/packages/fd/51/1bdd19ea5f3f501e8b53c7d7e8b79f990a54514f7357052503378f640c02/uunet-2.1.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.1.1",
    "project_urls": {
        "homepage": "https://github.com/uuinfolab/py_multinet"
    },
    "split_keywords": [
        "network analysis",
        "multilayer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2614f731cdc0d0394887e37bc8a1e76037f96eae45b75ffd025201ce50df4e87",
                "md5": "601cf587f18124f021dcbcbf2b5abc1b",
                "sha256": "b94ea77f1fd0ed47aab01073e2c974b219326e171b9df0347073fe82217c9aad"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "601cf587f18124f021dcbcbf2b5abc1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3057536,
            "upload_time": "2023-06-05T20:42:05",
            "upload_time_iso_8601": "2023-06-05T20:42:05.277184Z",
            "url": "https://files.pythonhosted.org/packages/26/14/f731cdc0d0394887e37bc8a1e76037f96eae45b75ffd025201ce50df4e87/uunet-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1150f27244bbc80c016a83cdd1459bb291628a049543afd65fe51d91f7991c6b",
                "md5": "6e3fb7105aa62d97e7f0d182b61c4882",
                "sha256": "203e95ad886bcd06d10b00345beb0ae82468b35c291c374d24d6d91c9af177c0"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6e3fb7105aa62d97e7f0d182b61c4882",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2604941,
            "upload_time": "2023-06-05T20:42:07",
            "upload_time_iso_8601": "2023-06-05T20:42:07.752199Z",
            "url": "https://files.pythonhosted.org/packages/11/50/f27244bbc80c016a83cdd1459bb291628a049543afd65fe51d91f7991c6b/uunet-2.1.1-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7490a8f2f909ebd9bf95f0d178e9f8453a16299fe7169fbb2f724fed6f0d8be8",
                "md5": "767cbd3e3ec1bb640281b142d92b3376",
                "sha256": "80812012985c05e763bafa6feac433695de02948dcd1e9e1522a61ebf04eff2b"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "767cbd3e3ec1bb640281b142d92b3376",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 34912363,
            "upload_time": "2023-06-05T20:42:11",
            "upload_time_iso_8601": "2023-06-05T20:42:11.673076Z",
            "url": "https://files.pythonhosted.org/packages/74/90/a8f2f909ebd9bf95f0d178e9f8453a16299fe7169fbb2f724fed6f0d8be8/uunet-2.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f5def5e9e8b30b3d89477152cb0163e89d645d0102735bebf3a3bec4c1f149d",
                "md5": "fb448235d1f0817c6c0639922e90048b",
                "sha256": "7c376fca9c7dea36fe8250a33470fff4f687f6fb8a27587cff45f7bf4c9331d7"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb448235d1f0817c6c0639922e90048b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 36087323,
            "upload_time": "2023-06-05T20:42:20",
            "upload_time_iso_8601": "2023-06-05T20:42:20.147606Z",
            "url": "https://files.pythonhosted.org/packages/8f/5d/ef5e9e8b30b3d89477152cb0163e89d645d0102735bebf3a3bec4c1f149d/uunet-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "576573833ff3fd9b04fef7112cccd3e022467c65cf3c5db153a82a2a2e216456",
                "md5": "8a16dd00f3549090cb6ebc80f1e08d53",
                "sha256": "695e501024f607d89ff2772a6dd1591b76b8001f81a00ee64b76f7590751dccf"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "8a16dd00f3549090cb6ebc80f1e08d53",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 34926268,
            "upload_time": "2023-06-05T20:42:25",
            "upload_time_iso_8601": "2023-06-05T20:42:25.824174Z",
            "url": "https://files.pythonhosted.org/packages/57/65/73833ff3fd9b04fef7112cccd3e022467c65cf3c5db153a82a2a2e216456/uunet-2.1.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3851fc4bdba03d845e831cc0aa44680593f307cba93cb56faeb0ad6d563b42a2",
                "md5": "361668de9f3e642fc0cc2a7bfaed3b4a",
                "sha256": "a8d2097d98c4cdc15f2f6dc8fae6a1865bd12d60cfb2d32affc21b5512513864"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "361668de9f3e642fc0cc2a7bfaed3b4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 35946489,
            "upload_time": "2023-06-05T20:42:31",
            "upload_time_iso_8601": "2023-06-05T20:42:31.718640Z",
            "url": "https://files.pythonhosted.org/packages/38/51/fc4bdba03d845e831cc0aa44680593f307cba93cb56faeb0ad6d563b42a2/uunet-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5107a6c7421e1ec0e3311ac1122efbe339bc733c486e02d944374f7f5ce1a2eb",
                "md5": "935cdedccb9dd4bc423b67f9886eab27",
                "sha256": "5b86481a2995327607f0a3ddcba3c08f464bd783581594675617df9ace1526f7"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "935cdedccb9dd4bc423b67f9886eab27",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 329951,
            "upload_time": "2023-06-05T20:42:36",
            "upload_time_iso_8601": "2023-06-05T20:42:36.248021Z",
            "url": "https://files.pythonhosted.org/packages/51/07/a6c7421e1ec0e3311ac1122efbe339bc733c486e02d944374f7f5ce1a2eb/uunet-2.1.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dff2f85dfd0031d27f8fc0a993af2ddbc8f654b3e886b2c13ffd3729f77d970",
                "md5": "d3e2ac617d29f50af4420e9a07579fa2",
                "sha256": "2a05b226c5f3e817993686ec79ce56ce05de3898d0e9a2dfc133b0251b09306b"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d3e2ac617d29f50af4420e9a07579fa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 329950,
            "upload_time": "2023-06-05T20:42:37",
            "upload_time_iso_8601": "2023-06-05T20:42:37.906207Z",
            "url": "https://files.pythonhosted.org/packages/2d/ff/2f85dfd0031d27f8fc0a993af2ddbc8f654b3e886b2c13ffd3729f77d970/uunet-2.1.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "876e8030b4b21617422e0c0adf378627d46dcb5b80b9dfdea6f530aaa63223e9",
                "md5": "135f00c87f704505a436ed0a23f1e30c",
                "sha256": "bb938df4863dfa66277c25dc29869273264a1273805ec54f3e7ce41276f01bb8"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "135f00c87f704505a436ed0a23f1e30c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3058367,
            "upload_time": "2023-06-05T20:42:40",
            "upload_time_iso_8601": "2023-06-05T20:42:40.192449Z",
            "url": "https://files.pythonhosted.org/packages/87/6e/8030b4b21617422e0c0adf378627d46dcb5b80b9dfdea6f530aaa63223e9/uunet-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8cc2c24ad43ab4e12b1bf25365110b9670dfde8a9edbe079f7a0dbbe150d121",
                "md5": "563decfc430596e986afe074559e1bf2",
                "sha256": "e32c7781c045a3c0268ddc934b611726c88bab49a7f10d79256e5c6d95dcf9f4"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "563decfc430596e986afe074559e1bf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2623039,
            "upload_time": "2023-06-05T20:42:42",
            "upload_time_iso_8601": "2023-06-05T20:42:42.670407Z",
            "url": "https://files.pythonhosted.org/packages/e8/cc/2c24ad43ab4e12b1bf25365110b9670dfde8a9edbe079f7a0dbbe150d121/uunet-2.1.1-cp311-cp311-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5cea82fc2df032a702f3f3e19b3b1952f11b8cb3d0b94885c45ffbe10b51ce9",
                "md5": "138303b3c614dee1ac4c9ab4f2996009",
                "sha256": "67e50fb907baf1f13393a4c758ae24c254c8fba30f54cc06d2be7bb0462cd220"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "138303b3c614dee1ac4c9ab4f2996009",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 34909860,
            "upload_time": "2023-06-05T20:42:46",
            "upload_time_iso_8601": "2023-06-05T20:42:46.329901Z",
            "url": "https://files.pythonhosted.org/packages/b5/ce/a82fc2df032a702f3f3e19b3b1952f11b8cb3d0b94885c45ffbe10b51ce9/uunet-2.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8951488a143b8268f1b0e83a4fe224ddfa4ee002f6cd0b8450ddfff3f618b057",
                "md5": "c2f8d27e1ee92e6300e8d33edd70eb72",
                "sha256": "f0f68000d375e713af71ea1985243cbb0f0ca75e1741b58bc9da330f2c9e4e4b"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c2f8d27e1ee92e6300e8d33edd70eb72",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 36088670,
            "upload_time": "2023-06-05T20:42:51",
            "upload_time_iso_8601": "2023-06-05T20:42:51.643742Z",
            "url": "https://files.pythonhosted.org/packages/89/51/488a143b8268f1b0e83a4fe224ddfa4ee002f6cd0b8450ddfff3f618b057/uunet-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73ec88e5ac72ce3614671c6ef9b6e55971a35c38d372b108ff3938e2e07f7b67",
                "md5": "668e3031b9c776cb9ed538049ee38b1a",
                "sha256": "5cbc0d430f11065448829bc8111fa4912f4d520ce39bc181e7c2d791c5f157bb"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "668e3031b9c776cb9ed538049ee38b1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 34929603,
            "upload_time": "2023-06-05T20:42:57",
            "upload_time_iso_8601": "2023-06-05T20:42:57.212856Z",
            "url": "https://files.pythonhosted.org/packages/73/ec/88e5ac72ce3614671c6ef9b6e55971a35c38d372b108ff3938e2e07f7b67/uunet-2.1.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ac058a3a8f74eb1878cfc73fe378ce0a7db4732a8743df5a7207f1deabfb519",
                "md5": "edc66d7d9150defb25ac0e020e8f7597",
                "sha256": "0a44d9599d4f846db29de879cc589fb56950440ec8a55d313e1ec3b16bfc6aa6"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edc66d7d9150defb25ac0e020e8f7597",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 35947566,
            "upload_time": "2023-06-05T20:43:02",
            "upload_time_iso_8601": "2023-06-05T20:43:02.910702Z",
            "url": "https://files.pythonhosted.org/packages/1a/c0/58a3a8f74eb1878cfc73fe378ce0a7db4732a8743df5a7207f1deabfb519/uunet-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8d2c87998a48032f92659d090952e846054e044a23a852786f451640c6504f1",
                "md5": "398bb39def5bad57d4e77b24a9a65d63",
                "sha256": "8b34b6c110997e40107553ed2e1999f13abf98ec9d442c4a584233a2a7137c66"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "398bb39def5bad57d4e77b24a9a65d63",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 331434,
            "upload_time": "2023-06-05T20:43:10",
            "upload_time_iso_8601": "2023-06-05T20:43:10.252345Z",
            "url": "https://files.pythonhosted.org/packages/f8/d2/c87998a48032f92659d090952e846054e044a23a852786f451640c6504f1/uunet-2.1.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7ee4397e8742e910a9a596277cf4c0edee7ab59d3985665df003dc1e2d0ff8c",
                "md5": "dee65036cb217351f0b1e1959af91d93",
                "sha256": "9de5a68cd40527df5da004374d060cec139345da4ae8561e3b9e48e58760bec8"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "dee65036cb217351f0b1e1959af91d93",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 331435,
            "upload_time": "2023-06-05T20:43:11",
            "upload_time_iso_8601": "2023-06-05T20:43:11.841100Z",
            "url": "https://files.pythonhosted.org/packages/f7/ee/4397e8742e910a9a596277cf4c0edee7ab59d3985665df003dc1e2d0ff8c/uunet-2.1.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdcfcb4fea44a3f4f27252099cc0d2fe9bdd0c58262d1d5e237583b785dbf90f",
                "md5": "aa3273fe9d26f1a2f850361c021f5646",
                "sha256": "cd7867aeb214618abaf76fb8b825b3d0fd91bbbdc35fd2807113a3268bf6eb11"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa3273fe9d26f1a2f850361c021f5646",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2572022,
            "upload_time": "2023-06-05T20:43:14",
            "upload_time_iso_8601": "2023-06-05T20:43:14.245460Z",
            "url": "https://files.pythonhosted.org/packages/fd/cf/cb4fea44a3f4f27252099cc0d2fe9bdd0c58262d1d5e237583b785dbf90f/uunet-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "553ccd4d5f774252ef64158ab0940ae002b93d8d764657c3b3018c23ea86987b",
                "md5": "925f3be0d024f86910e4a0ed68bbaae1",
                "sha256": "9c29291686ed7d4d5ae71067430a893465df5318a6a0a6a4a66269e46c87a493"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "925f3be0d024f86910e4a0ed68bbaae1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 34911906,
            "upload_time": "2023-06-05T20:43:18",
            "upload_time_iso_8601": "2023-06-05T20:43:18.398094Z",
            "url": "https://files.pythonhosted.org/packages/55/3c/cd4d5f774252ef64158ab0940ae002b93d8d764657c3b3018c23ea86987b/uunet-2.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86e87b0c9c042953a6c489d6c27d07a4d261449db458adcb84d1bec7ed91784c",
                "md5": "8b683da2aa78b64a110d034d6b1f0208",
                "sha256": "fcbe673169b58d60315c78fcc4712eafee1d9c2b4c8613d813ddc98195dec095"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b683da2aa78b64a110d034d6b1f0208",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 36086663,
            "upload_time": "2023-06-05T20:43:23",
            "upload_time_iso_8601": "2023-06-05T20:43:23.896900Z",
            "url": "https://files.pythonhosted.org/packages/86/e8/7b0c9c042953a6c489d6c27d07a4d261449db458adcb84d1bec7ed91784c/uunet-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f58856d1eb5a86cbee036815597fede5a18b065e90ddadfaa5c459e03f45ac1",
                "md5": "0e6d58369695fbe8c8ec1b3537687cc5",
                "sha256": "a1ab512c87360cb7eb999db9072eac715e946505a477fe59701ddf65ec3532a7"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "0e6d58369695fbe8c8ec1b3537687cc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 34929260,
            "upload_time": "2023-06-05T20:43:29",
            "upload_time_iso_8601": "2023-06-05T20:43:29.411604Z",
            "url": "https://files.pythonhosted.org/packages/3f/58/856d1eb5a86cbee036815597fede5a18b065e90ddadfaa5c459e03f45ac1/uunet-2.1.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92fab440571e975f288d0367d39e1864bd11a82bb8e512a4fbb2e081822b2982",
                "md5": "0bf019247b3429f1fe4e9a3546456b52",
                "sha256": "c7add9fa1d92f05377c7bdfce68a4bdeb4c844c71809b9cdb4a2a5aa0854faa7"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bf019247b3429f1fe4e9a3546456b52",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 35946076,
            "upload_time": "2023-06-05T20:43:37",
            "upload_time_iso_8601": "2023-06-05T20:43:37.347885Z",
            "url": "https://files.pythonhosted.org/packages/92/fa/b440571e975f288d0367d39e1864bd11a82bb8e512a4fbb2e081822b2982/uunet-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6ee4d7b09d62d0d98cf746185c419b0e04aaf2447091174bef96a997fc34bee",
                "md5": "8ac0ce62d2a194e80b427118d32250f5",
                "sha256": "06c517b9fe25d0cfb1189100dd421bd3606f27eddc8f00186c7adca34826ba36"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ac0ce62d2a194e80b427118d32250f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 329875,
            "upload_time": "2023-06-05T20:43:40",
            "upload_time_iso_8601": "2023-06-05T20:43:40.610257Z",
            "url": "https://files.pythonhosted.org/packages/e6/ee/4d7b09d62d0d98cf746185c419b0e04aaf2447091174bef96a997fc34bee/uunet-2.1.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c92f0a1b862f3468d1279c2013d9823ffeaa6a83c568fd65e39d38d26308d9c",
                "md5": "71b0604dd8bd7675ad6a5e2d0f0763e8",
                "sha256": "5781e91f429ef26c2b0526f78b840d6573948ab6253741aefb5a52438f4dcdb0"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71b0604dd8bd7675ad6a5e2d0f0763e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2572250,
            "upload_time": "2023-06-05T20:43:43",
            "upload_time_iso_8601": "2023-06-05T20:43:43.002162Z",
            "url": "https://files.pythonhosted.org/packages/0c/92/f0a1b862f3468d1279c2013d9823ffeaa6a83c568fd65e39d38d26308d9c/uunet-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37d14b67a7f2811186954071651e71cbd3e7b2aea9865b7643e6043ead1b0e81",
                "md5": "7f7dfd1385db363c5298ef2588258ce7",
                "sha256": "5ddc5f592a7bb70fc3028a38069152d1e5eeccdc76db36088bc725fee7d525c3"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7f7dfd1385db363c5298ef2588258ce7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 34913117,
            "upload_time": "2023-06-05T20:43:47",
            "upload_time_iso_8601": "2023-06-05T20:43:47.283108Z",
            "url": "https://files.pythonhosted.org/packages/37/d1/4b67a7f2811186954071651e71cbd3e7b2aea9865b7643e6043ead1b0e81/uunet-2.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb9846236754e935e50e3407f760a0a46734bd995b7dae4660747505bb840667",
                "md5": "8f569d8fb3f067564a4698d964417cd8",
                "sha256": "487b98d9671e92eea15adb677baca08433247bbaf735b1329c8c60e3eee8ea16"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f569d8fb3f067564a4698d964417cd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 36086256,
            "upload_time": "2023-06-05T20:43:52",
            "upload_time_iso_8601": "2023-06-05T20:43:52.040766Z",
            "url": "https://files.pythonhosted.org/packages/bb/98/46236754e935e50e3407f760a0a46734bd995b7dae4660747505bb840667/uunet-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdc0c603df84d6bb22b11c8cefe0dee0e092635825fac1fb0afb1355b3de2b78",
                "md5": "86ea8c8d698a8641c51c9051faa232f3",
                "sha256": "7b3ac1607c7e2c566cb353d4df86feaa1f076d95f8a44ec8789e4efa5db91f6d"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "86ea8c8d698a8641c51c9051faa232f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 34925735,
            "upload_time": "2023-06-05T20:44:00",
            "upload_time_iso_8601": "2023-06-05T20:44:00.815391Z",
            "url": "https://files.pythonhosted.org/packages/bd/c0/c603df84d6bb22b11c8cefe0dee0e092635825fac1fb0afb1355b3de2b78/uunet-2.1.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94444cbaf48f74b7dd6e003fd83e27008c7834d5d9ebcee80018c77498a8b373",
                "md5": "c518ba1bb07445d4d4963ac838962036",
                "sha256": "5450cc121af459b2a8750ba540f6fc30899c42679cd7f85da645df6fbad3df5a"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c518ba1bb07445d4d4963ac838962036",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 35947454,
            "upload_time": "2023-06-05T20:44:06",
            "upload_time_iso_8601": "2023-06-05T20:44:06.149238Z",
            "url": "https://files.pythonhosted.org/packages/94/44/4cbaf48f74b7dd6e003fd83e27008c7834d5d9ebcee80018c77498a8b373/uunet-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ae78a990a58a427665741d29890a6f100d4abec3b94d9ee64957eea6b9bad16",
                "md5": "9fae16f90e0dd58bae983dece75f72a9",
                "sha256": "949ca2d6465a88d39614dadbc7d9a5068dfaaa5cd1acc4df4e60fd5be2fdb1f9"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9fae16f90e0dd58bae983dece75f72a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 330106,
            "upload_time": "2023-06-05T20:44:09",
            "upload_time_iso_8601": "2023-06-05T20:44:09.384735Z",
            "url": "https://files.pythonhosted.org/packages/8a/e7/8a990a58a427665741d29890a6f100d4abec3b94d9ee64957eea6b9bad16/uunet-2.1.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65ae1d18888d309399cdeaa5b9e6a8f3baf0a758e3c3ddc4a8c424843673543e",
                "md5": "a1665989d2df556a3b3e3437aea1fbd6",
                "sha256": "0c4bf700d0cf2821e08b5a104c108b07b5196defba0b438fb4df01d0b64c346c"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a1665989d2df556a3b3e3437aea1fbd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 330104,
            "upload_time": "2023-06-05T20:44:10",
            "upload_time_iso_8601": "2023-06-05T20:44:10.975460Z",
            "url": "https://files.pythonhosted.org/packages/65/ae/1d18888d309399cdeaa5b9e6a8f3baf0a758e3c3ddc4a8c424843673543e/uunet-2.1.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5374efc852edde039b0d540c49260f218201f413573eac0c2d35b5286d7ad721",
                "md5": "bd4aaefdb0b5586476d28395a8bf996e",
                "sha256": "25a7f4788fe9fbff6f363672392e0a91c481f845c096be7b97e71312fc0a762e"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd4aaefdb0b5586476d28395a8bf996e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 3057613,
            "upload_time": "2023-06-05T20:44:13",
            "upload_time_iso_8601": "2023-06-05T20:44:13.478079Z",
            "url": "https://files.pythonhosted.org/packages/53/74/efc852edde039b0d540c49260f218201f413573eac0c2d35b5286d7ad721/uunet-2.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f268a3e339bde5c30e366c0131c43ef48af6b82f9d3a0550b8750795f9c72ea6",
                "md5": "bb6443250e0dcc5da18fdc9635bb4423",
                "sha256": "7ebc7dfff82cb6f9b9f7c9ab73d7919690763494e4fc4b0a040fd31c22fa5112"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bb6443250e0dcc5da18fdc9635bb4423",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 34912421,
            "upload_time": "2023-06-05T20:44:17",
            "upload_time_iso_8601": "2023-06-05T20:44:17.209447Z",
            "url": "https://files.pythonhosted.org/packages/f2/68/a3e339bde5c30e366c0131c43ef48af6b82f9d3a0550b8750795f9c72ea6/uunet-2.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b191e93c5bc963f182c355b718f295830136c28a5ee6ff5e64e543bae01651db",
                "md5": "b53604bfd458f5342f16e3844449c5a0",
                "sha256": "e48c29678687702facb7909018307679efc4b3afe7bfae1530b0dd37302a1bfc"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b53604bfd458f5342f16e3844449c5a0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 36088097,
            "upload_time": "2023-06-05T20:44:24",
            "upload_time_iso_8601": "2023-06-05T20:44:24.304116Z",
            "url": "https://files.pythonhosted.org/packages/b1/91/e93c5bc963f182c355b718f295830136c28a5ee6ff5e64e543bae01651db/uunet-2.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18f76111e6c4fe0d55b5637bc784d63daa60f8488ab00f2c09076e02d8dde052",
                "md5": "d9b17649130ecc958ac2aa5cbcff6e5d",
                "sha256": "bfc5b51bcf99b12ba9cda9bdcdc598e5f9203c489d53a2b7b99521a02f97bfcc"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d9b17649130ecc958ac2aa5cbcff6e5d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 330484,
            "upload_time": "2023-06-05T20:44:27",
            "upload_time_iso_8601": "2023-06-05T20:44:27.651936Z",
            "url": "https://files.pythonhosted.org/packages/18/f7/6111e6c4fe0d55b5637bc784d63daa60f8488ab00f2c09076e02d8dde052/uunet-2.1.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b0cfc1f19edd0ec695695b87411ca4808f856d74d177b6e282a040e76b21dbb",
                "md5": "79668c62f7b3432bb018dedec292ccbe",
                "sha256": "58b051ff1988e13d1742d8bc2cfb536d6add04449c3deba167a671fcd056b4c3"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79668c62f7b3432bb018dedec292ccbe",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3057926,
            "upload_time": "2023-06-05T20:44:29",
            "upload_time_iso_8601": "2023-06-05T20:44:29.174927Z",
            "url": "https://files.pythonhosted.org/packages/6b/0c/fc1f19edd0ec695695b87411ca4808f856d74d177b6e282a040e76b21dbb/uunet-2.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e158cd8df75bbc13fb0444641ed38eb0135763a1459b0e20a77d851cf0304a5",
                "md5": "d33aeed1381e2aa2f56c60c46fd6b7cc",
                "sha256": "f67e1f2dcb6697bcdd47b81a9bf06d9a994e8292d56f0eb3cbe027678efbbb54"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d33aeed1381e2aa2f56c60c46fd6b7cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 34912926,
            "upload_time": "2023-06-05T20:44:33",
            "upload_time_iso_8601": "2023-06-05T20:44:33.380197Z",
            "url": "https://files.pythonhosted.org/packages/9e/15/8cd8df75bbc13fb0444641ed38eb0135763a1459b0e20a77d851cf0304a5/uunet-2.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f729f871d830b6e24c6bdc193c5b88e21b6f888e4e159391894eb60e7b6ec8c",
                "md5": "53a19376a0a12cdbc11cec7418b69203",
                "sha256": "4eb0e700679934077d5e881d213d9c10da8321745455eaf357f7b1e77fe198e5"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53a19376a0a12cdbc11cec7418b69203",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 36087677,
            "upload_time": "2023-06-05T20:44:39",
            "upload_time_iso_8601": "2023-06-05T20:44:39.565373Z",
            "url": "https://files.pythonhosted.org/packages/2f/72/9f871d830b6e24c6bdc193c5b88e21b6f888e4e159391894eb60e7b6ec8c/uunet-2.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cde9bd091d2a376803ca00dfde2f9eb92a8a14caa336d5b63b14fb5648e24a0",
                "md5": "218cf9a1a04a1ae56bc78c9ad7a87308",
                "sha256": "a0ef31ba44c93214ac520c350496cf041d15bfa82c8e627640777c4d7ae9fb77"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "218cf9a1a04a1ae56bc78c9ad7a87308",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 330042,
            "upload_time": "2023-06-05T20:44:45",
            "upload_time_iso_8601": "2023-06-05T20:44:45.114874Z",
            "url": "https://files.pythonhosted.org/packages/5c/de/9bd091d2a376803ca00dfde2f9eb92a8a14caa336d5b63b14fb5648e24a0/uunet-2.1.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd511bdd19ea5f3f501e8b53c7d7e8b79f990a54514f7357052503378f640c02",
                "md5": "a84249b8c51cce867a30cd41329f8636",
                "sha256": "1c4b35b880345199ee83e0a83eecc1e26ab77d782673ed4d3de9a38e53258f96"
            },
            "downloads": -1,
            "filename": "uunet-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a84249b8c51cce867a30cd41329f8636",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 912588,
            "upload_time": "2023-06-05T20:44:47",
            "upload_time_iso_8601": "2023-06-05T20:44:47.018343Z",
            "url": "https://files.pythonhosted.org/packages/fd/51/1bdd19ea5f3f501e8b53c7d7e8b79f990a54514f7357052503378f640c02/uunet-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 20:44:47",
    "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.07573s