scikit-network


Namescikit-network JSON
Version 0.33.1 PyPI version JSON
download
home_pageNone
SummaryGraph algorithms
upload_time2024-09-18 07:35:55
maintainerNone
docs_urlNone
authorScikit-network team
requires_python>=3.9
licenseBSD License
keywords sknetwork
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://perso.telecom-paristech.fr/bonald/logo_sknetwork.png
    :align: right
    :width: 150px
    :alt: logo sknetwork



.. image:: https://img.shields.io/pypi/v/scikit-network.svg
        :target: https://pypi.python.org/pypi/scikit-network

.. image:: https://github.com/sknetwork-team/scikit-network/actions/workflows/ci_checks.yml/badge.svg
        :target: https://github.com/sknetwork-team/scikit-network/actions/workflows/ci_checks.yml

.. image:: https://readthedocs.org/projects/scikit-network/badge/?version=latest
        :target: https://scikit-network.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/sknetwork-team/scikit-network/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/sknetwork-team/scikit-network

.. image:: https://img.shields.io/pypi/pyversions/scikit-network.svg
        :target: https://pypi.python.org/pypi/scikit-network

Free software library in Python for machine learning on graphs:

* Memory-efficient representation of graphs as sparse matrices in scipy_ format
* Fast algorithms
* Simple API inspired by scikit-learn_

.. _scipy: https://www.scipy.org
.. _scikit-learn: https://scikit-learn.org/

Resources
---------

* Free software: BSD license
* GitHub: https://github.com/sknetwork-team/scikit-network
* Documentation: https://scikit-network.readthedocs.io

Quick start
-----------

Install scikit-network:

.. code-block:: console

    $ pip install scikit-network

Import scikit-network::

    import sknetwork

Overview
--------

An overview of the package is presented in this `notebook <https://scikit-network.readthedocs.io/en/latest/tutorials/overview/index.html>`_.

Documentation
-------------

The documentation is structured as follows:

* `Getting started <https://scikit-network.readthedocs.io/en/latest/first_steps.html>`_: First steps to install, import and use scikit-network.
* `User manual <https://scikit-network.readthedocs.io/en/latest/reference/data.html>`_: Description of each function and object of scikit-network.
* `Tutorials <https://scikit-network.readthedocs.io/en/latest/tutorials/data/index.html>`_: Application of the main tools to toy examples.
* `Examples <https://scikit-network.readthedocs.io/en/latest/use_cases/text.html>`_: Examples combining several tools on specific use cases.
* `About <https://scikit-network.readthedocs.io/en/latest/authors.html>`_: Authors, history of the library, how to contribute, index of functions and objects.

Citing
------

If you want to cite scikit-network, please refer to the publication in
the `Journal of Machine Learning Research <https://jmlr.org>`_:

.. code::

    @article{JMLR:v21:20-412,
      author  = {Thomas Bonald and Nathan de Lara and Quentin Lutz and Bertrand Charpentier},
      title   = {Scikit-network: Graph Analysis in Python},
      journal = {Journal of Machine Learning Research},
      year    = {2020},
      volume  = {21},
      number  = {185},
      pages   = {1-6},
      url     = {http://jmlr.org/papers/v21/20-412.html}
    }

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "scikit-network",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Thomas Bonald <bonald@enst.fr>",
    "keywords": "sknetwork",
    "author": "Scikit-network team",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": ".. image:: https://perso.telecom-paristech.fr/bonald/logo_sknetwork.png\n    :align: right\n    :width: 150px\n    :alt: logo sknetwork\n\n\n\n.. image:: https://img.shields.io/pypi/v/scikit-network.svg\n        :target: https://pypi.python.org/pypi/scikit-network\n\n.. image:: https://github.com/sknetwork-team/scikit-network/actions/workflows/ci_checks.yml/badge.svg\n        :target: https://github.com/sknetwork-team/scikit-network/actions/workflows/ci_checks.yml\n\n.. image:: https://readthedocs.org/projects/scikit-network/badge/?version=latest\n        :target: https://scikit-network.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://codecov.io/gh/sknetwork-team/scikit-network/branch/master/graph/badge.svg\n        :target: https://codecov.io/gh/sknetwork-team/scikit-network\n\n.. image:: https://img.shields.io/pypi/pyversions/scikit-network.svg\n        :target: https://pypi.python.org/pypi/scikit-network\n\nFree software library in Python for machine learning on graphs:\n\n* Memory-efficient representation of graphs as sparse matrices in scipy_ format\n* Fast algorithms\n* Simple API inspired by scikit-learn_\n\n.. _scipy: https://www.scipy.org\n.. _scikit-learn: https://scikit-learn.org/\n\nResources\n---------\n\n* Free software: BSD license\n* GitHub: https://github.com/sknetwork-team/scikit-network\n* Documentation: https://scikit-network.readthedocs.io\n\nQuick start\n-----------\n\nInstall scikit-network:\n\n.. code-block:: console\n\n    $ pip install scikit-network\n\nImport scikit-network::\n\n    import sknetwork\n\nOverview\n--------\n\nAn overview of the package is presented in this `notebook <https://scikit-network.readthedocs.io/en/latest/tutorials/overview/index.html>`_.\n\nDocumentation\n-------------\n\nThe documentation is structured as follows:\n\n* `Getting started <https://scikit-network.readthedocs.io/en/latest/first_steps.html>`_: First steps to install, import and use scikit-network.\n* `User manual <https://scikit-network.readthedocs.io/en/latest/reference/data.html>`_: Description of each function and object of scikit-network.\n* `Tutorials <https://scikit-network.readthedocs.io/en/latest/tutorials/data/index.html>`_: Application of the main tools to toy examples.\n* `Examples <https://scikit-network.readthedocs.io/en/latest/use_cases/text.html>`_: Examples combining several tools on specific use cases.\n* `About <https://scikit-network.readthedocs.io/en/latest/authors.html>`_: Authors, history of the library, how to contribute, index of functions and objects.\n\nCiting\n------\n\nIf you want to cite scikit-network, please refer to the publication in\nthe `Journal of Machine Learning Research <https://jmlr.org>`_:\n\n.. code::\n\n    @article{JMLR:v21:20-412,\n      author  = {Thomas Bonald and Nathan de Lara and Quentin Lutz and Bertrand Charpentier},\n      title   = {Scikit-network: Graph Analysis in Python},\n      journal = {Journal of Machine Learning Research},\n      year    = {2020},\n      volume  = {21},\n      number  = {185},\n      pages   = {1-6},\n      url     = {http://jmlr.org/papers/v21/20-412.html}\n    }\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Graph algorithms",
    "version": "0.33.1",
    "project_urls": {
        "Changelog": "https://github.com/sknetwork-team/scikit-network/blob/master/HISTORY.rst",
        "Documentation": "https://scikit-network.readthedocs.io/",
        "Repository": "https://github.com/sknetwork-team/scikit-network"
    },
    "split_keywords": [
        "sknetwork"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90e1574231ea3c35f44a97081e34839d83378fa7ee78b316e7d0a0c1c212c83e",
                "md5": "89db9ede34ae155064eb1aad270a0285",
                "sha256": "ab02059ab5c3d840d719fcab9bcd662f0ff8dba690609032727d3f90ecaf422e"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89db9ede34ae155064eb1aad270a0285",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2820936,
            "upload_time": "2024-09-18T07:35:55",
            "upload_time_iso_8601": "2024-09-18T07:35:55.037728Z",
            "url": "https://files.pythonhosted.org/packages/90/e1/574231ea3c35f44a97081e34839d83378fa7ee78b316e7d0a0c1c212c83e/scikit_network-0.33.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7d2ebe32a5b1cbcb3b6a65738f6e635842817b1950938b6fa235f25ca14a9fb",
                "md5": "acd255c8f73918a6f7c767017a24f2ed",
                "sha256": "271592b303ec878e5d37925468a8845f698b5f7beaed2a52542f5225e7d45b24"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "acd255c8f73918a6f7c767017a24f2ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2773405,
            "upload_time": "2024-09-18T07:35:57",
            "upload_time_iso_8601": "2024-09-18T07:35:57.603530Z",
            "url": "https://files.pythonhosted.org/packages/d7/d2/ebe32a5b1cbcb3b6a65738f6e635842817b1950938b6fa235f25ca14a9fb/scikit_network-0.33.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1add2a0de96e8919dab0c316908d88b8f891d05535f9e37725b11ef37ad62f20",
                "md5": "e754b47d88988c8628b8d6e782b004b3",
                "sha256": "27aec6b11fb565b4da6b4d2b30981c90675ac328262166c15a7dc18a4c58b566"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e754b47d88988c8628b8d6e782b004b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7650090,
            "upload_time": "2024-09-18T07:35:59",
            "upload_time_iso_8601": "2024-09-18T07:35:59.175369Z",
            "url": "https://files.pythonhosted.org/packages/1a/dd/2a0de96e8919dab0c316908d88b8f891d05535f9e37725b11ef37ad62f20/scikit_network-0.33.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a9126bd94c028777341c2dab785599628023bf2c968a7643957c06ff63e0ed",
                "md5": "99bc5db2f34fe0b832264632e65f74c1",
                "sha256": "905bafb50d75b3d83b2cc723bb5b3c8034a1988f46ea0e297ad02866cc2a0bbb"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "99bc5db2f34fe0b832264632e65f74c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2727007,
            "upload_time": "2024-09-18T07:36:01",
            "upload_time_iso_8601": "2024-09-18T07:36:01.677622Z",
            "url": "https://files.pythonhosted.org/packages/16/a9/126bd94c028777341c2dab785599628023bf2c968a7643957c06ff63e0ed/scikit_network-0.33.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80eefc120bb03252044c06d3667cc6314da5b1b08574093360efadc6388cf597",
                "md5": "dbfa8e4f27fc4b63b3d5dc9403d85c54",
                "sha256": "ec2bfec9ddda6780157a1f0a3f2891468f5e1227b3964ce65bab19174bd9c235"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dbfa8e4f27fc4b63b3d5dc9403d85c54",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2820069,
            "upload_time": "2024-09-18T07:36:04",
            "upload_time_iso_8601": "2024-09-18T07:36:04.052238Z",
            "url": "https://files.pythonhosted.org/packages/80/ee/fc120bb03252044c06d3667cc6314da5b1b08574093360efadc6388cf597/scikit_network-0.33.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb0544b952a0960b12e9bf7db2abfafd66338ebfe54ea2ab401dd2b72d8c95a1",
                "md5": "9b88328de1a435b58468023967a56319",
                "sha256": "044e6726fdd3304aa2b97f70b68a241736aba105d7f968b29834350610551bec"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9b88328de1a435b58468023967a56319",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2772020,
            "upload_time": "2024-09-18T07:36:06",
            "upload_time_iso_8601": "2024-09-18T07:36:06.117071Z",
            "url": "https://files.pythonhosted.org/packages/cb/05/44b952a0960b12e9bf7db2abfafd66338ebfe54ea2ab401dd2b72d8c95a1/scikit_network-0.33.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2700cf3928c4db6b3ffb78ab95580aa61e4b22945703d6b566eb5b40d2fccccd",
                "md5": "891cbcfc53c829a84b07845a5bbe45af",
                "sha256": "a6dfb1b8c25e91a909d0094edb2efea90c080657c81ef5cf5fdd927534543e6b"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "891cbcfc53c829a84b07845a5bbe45af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8060066,
            "upload_time": "2024-09-18T07:36:08",
            "upload_time_iso_8601": "2024-09-18T07:36:08.270188Z",
            "url": "https://files.pythonhosted.org/packages/27/00/cf3928c4db6b3ffb78ab95580aa61e4b22945703d6b566eb5b40d2fccccd/scikit_network-0.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bdaef534a75a0fe347d69e0a79fa72cc843b1907b3a86736861b09f39f8116b",
                "md5": "f963b5329e7929738c5b15841b179541",
                "sha256": "14be38cc9c2f481ca918af46d48d1d3ef2931f4859a02920473cc567d0e33136"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f963b5329e7929738c5b15841b179541",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2728801,
            "upload_time": "2024-09-18T07:36:09",
            "upload_time_iso_8601": "2024-09-18T07:36:09.848085Z",
            "url": "https://files.pythonhosted.org/packages/7b/da/ef534a75a0fe347d69e0a79fa72cc843b1907b3a86736861b09f39f8116b/scikit_network-0.33.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcaae66403a2996c6c3b2a0e5df90efe32b79d976eb567fcccdb208b24e27660",
                "md5": "7907ad90c4b8237e96cb444eb95ed805",
                "sha256": "169db9f7139c0d8785b9156dd903dd5dce2322ce89d182ccee15a35b713f4a50"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7907ad90c4b8237e96cb444eb95ed805",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2837409,
            "upload_time": "2024-09-18T07:36:11",
            "upload_time_iso_8601": "2024-09-18T07:36:11.964863Z",
            "url": "https://files.pythonhosted.org/packages/dc/aa/e66403a2996c6c3b2a0e5df90efe32b79d976eb567fcccdb208b24e27660/scikit_network-0.33.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1645e457ccf19ea30722fdfdbbd80418141a33768273bf628b0a6586f360f75b",
                "md5": "c177c34baa69e7bc9fa792f2bfe85430",
                "sha256": "660f1d6f6fce35f81d35d499262b83e80e634ff78d803a9415c77f24c962936f"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c177c34baa69e7bc9fa792f2bfe85430",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2782767,
            "upload_time": "2024-09-18T07:36:13",
            "upload_time_iso_8601": "2024-09-18T07:36:13.591222Z",
            "url": "https://files.pythonhosted.org/packages/16/45/e457ccf19ea30722fdfdbbd80418141a33768273bf628b0a6586f360f75b/scikit_network-0.33.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "609b1427f4c46965d47a788314f4c726a5176f792bd15bbc4e6adbb6fbc39c36",
                "md5": "3749e9cb9c616faa4baa78d307cac686",
                "sha256": "e0c28f1274d31a085188ca964f85df50f75cb67eebc5724dc6c9cf1f4aedc88b"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3749e9cb9c616faa4baa78d307cac686",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8021685,
            "upload_time": "2024-09-18T07:36:15",
            "upload_time_iso_8601": "2024-09-18T07:36:15.324434Z",
            "url": "https://files.pythonhosted.org/packages/60/9b/1427f4c46965d47a788314f4c726a5176f792bd15bbc4e6adbb6fbc39c36/scikit_network-0.33.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "138544ca90ade407da63879b047b1793aa5c9595d798a05066c1828618e3270b",
                "md5": "79f433a2b92bbb3f831046b825491475",
                "sha256": "f24c400b03c5297f3194b1310c959200225ab67cf8b1bb0b52148ed7aefa54e5"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "79f433a2b92bbb3f831046b825491475",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2733762,
            "upload_time": "2024-09-18T07:36:17",
            "upload_time_iso_8601": "2024-09-18T07:36:17.019152Z",
            "url": "https://files.pythonhosted.org/packages/13/85/44ca90ade407da63879b047b1793aa5c9595d798a05066c1828618e3270b/scikit_network-0.33.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e9069dfa4b458442301677e6b833ae5e8a7872dfcf9ff9a311bdaf3ba6e735c",
                "md5": "ffb30a5e00e1b3ab9eaafd2bbf9dde28",
                "sha256": "d418f879359ab1fcc14d6a06ec889b9ddd5acf61048895c26be75930ca51d32d"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffb30a5e00e1b3ab9eaafd2bbf9dde28",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2826818,
            "upload_time": "2024-09-18T07:36:19",
            "upload_time_iso_8601": "2024-09-18T07:36:19.048748Z",
            "url": "https://files.pythonhosted.org/packages/3e/90/69dfa4b458442301677e6b833ae5e8a7872dfcf9ff9a311bdaf3ba6e735c/scikit_network-0.33.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c60b1205fe45cfcaf82f8e01c17ff8404435dace4ff6464a4df9687e3338d439",
                "md5": "9c685dbe957d4692cdc525f8db1eef0a",
                "sha256": "b77d1941bce2ec59c022207eab6a2489a28a47db9ce31cda2add4f8b40e1e62d"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9c685dbe957d4692cdc525f8db1eef0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2779089,
            "upload_time": "2024-09-18T07:36:20",
            "upload_time_iso_8601": "2024-09-18T07:36:20.785468Z",
            "url": "https://files.pythonhosted.org/packages/c6/0b/1205fe45cfcaf82f8e01c17ff8404435dace4ff6464a4df9687e3338d439/scikit_network-0.33.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "338ec778b6603a33ab31b74e5c6996165ac973ec837253af664a191bcd7e9bca",
                "md5": "618ea801db1f6ac3547db08b086ec7f0",
                "sha256": "0164fc40f166cbc9f0d539f09bcd537958f48a2365658249f7ca0083b22fda4e"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "618ea801db1f6ac3547db08b086ec7f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7673052,
            "upload_time": "2024-09-18T07:36:23",
            "upload_time_iso_8601": "2024-09-18T07:36:23.389060Z",
            "url": "https://files.pythonhosted.org/packages/33/8e/c778b6603a33ab31b74e5c6996165ac973ec837253af664a191bcd7e9bca/scikit_network-0.33.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cb5125f5ef22624a17b74593ea29800f7c9afb79ac0116b41e5264d9397dd81",
                "md5": "286ea2e419f3f002a2839a33bb9208ef",
                "sha256": "857b83d060d64b14746a5b89b600ad7e3e1921682d449eeb625b52dce111f4ac"
            },
            "downloads": -1,
            "filename": "scikit_network-0.33.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "286ea2e419f3f002a2839a33bb9208ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2731884,
            "upload_time": "2024-09-18T07:36:24",
            "upload_time_iso_8601": "2024-09-18T07:36:24.976422Z",
            "url": "https://files.pythonhosted.org/packages/6c/b5/125f5ef22624a17b74593ea29800f7c9afb79ac0116b41e5264d9397dd81/scikit_network-0.33.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-18 07:35:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sknetwork-team",
    "github_project": "scikit-network",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "scikit-network"
}
        
Elapsed time: 0.28459s