bimlpa


Namebimlpa JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/hbkt/BiMLPA
SummaryCommunity detection in bipartite networks using multi-label propagation algorithm
upload_time2019-11-08 08:31:21
maintainer
docs_urlNone
author['Hibiki Taguchi']
requires_python
licenseBSD-Clause-2
keywords complex-networks community-discovery labeled-graph
VCS
bugtrack_url
requirements networkx numpy scikit-learn matplotlib pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hbkt/BiMLPA",
    "name": "bimlpa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "complex-networks community-discovery labeled-graph",
    "author": "['Hibiki Taguchi']",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5e/38/b2017bad3666b1139679ab076d4c89e4735518b001e71356165943c6c8ab/bimlpa-0.1.2.tar.gz",
    "platform": "",
    "description": "",
    "bugtrack_url": null,
    "license": "BSD-Clause-2",
    "summary": "Community detection in bipartite networks using multi-label propagation algorithm",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/hbkt/BiMLPA"
    },
    "split_keywords": [
        "complex-networks",
        "community-discovery",
        "labeled-graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "118c7d409d7e7bcbd261c7f19737feaa1ef66514512c7f7d6b9a776d7aac7c33",
                "md5": "20a0ffbae3109e683e28f2557a1f4beb",
                "sha256": "2de94db7dac172cb9e6bc85cce4694a13df5e90258622f4036708ed07d95d179"
            },
            "downloads": -1,
            "filename": "bimlpa-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20a0ffbae3109e683e28f2557a1f4beb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6976,
            "upload_time": "2019-11-08T08:31:19",
            "upload_time_iso_8601": "2019-11-08T08:31:19.622790Z",
            "url": "https://files.pythonhosted.org/packages/11/8c/7d409d7e7bcbd261c7f19737feaa1ef66514512c7f7d6b9a776d7aac7c33/bimlpa-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e38b2017bad3666b1139679ab076d4c89e4735518b001e71356165943c6c8ab",
                "md5": "9275fc80c1de4fba7446bbebfdae0e66",
                "sha256": "b49b4b3010416d824b9b0f561e5a8afae41dd1692503113fd9c46eb8cf86dda5"
            },
            "downloads": -1,
            "filename": "bimlpa-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9275fc80c1de4fba7446bbebfdae0e66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5418,
            "upload_time": "2019-11-08T08:31:21",
            "upload_time_iso_8601": "2019-11-08T08:31:21.992587Z",
            "url": "https://files.pythonhosted.org/packages/5e/38/b2017bad3666b1139679ab076d4c89e4735518b001e71356165943c6c8ab/bimlpa-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-11-08 08:31:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hbkt",
    "github_project": "BiMLPA",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "networkx",
            "specs": [
                [
                    "<=",
                    "2.4"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "3.6"
                ]
            ]
        }
    ],
    "lcname": "bimlpa"
}
        
Elapsed time: 0.10218s