markov-clustering


Namemarkov-clustering JSON
Version 0.0.6.dev0 PyPI version JSON
download
home_pagehttps://github.com/guyallard/markov_clustering.git
SummaryImplementation of the Markov clustering (MCL) algorithm in python.
upload_time2018-12-11 12:33:06
maintainer
docs_urlNone
authorGuy Allard
requires_python~=3.0
licenseMIT
keywords bioinformatics clustering
VCS
bugtrack_url
requirements pytest numpy scipy scikit-learn matplotlib networkx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            See https://github.com/guyallard/markov_clustering.git



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guyallard/markov_clustering.git",
    "name": "markov-clustering",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.0",
    "maintainer_email": "",
    "keywords": "bioinformatics clustering",
    "author": "Guy Allard",
    "author_email": "guyallard01@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/07/29/2838193a9c288e9525267d65ab4ff010156c54fc64e362acdbf39bd94c34/markov_clustering-0.0.6.dev0.tar.gz",
    "platform": "linux",
    "description": "See https://github.com/guyallard/markov_clustering.git\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Implementation of the Markov clustering (MCL) algorithm in python.",
    "version": "0.0.6.dev0",
    "project_urls": {
        "Homepage": "https://github.com/guyallard/markov_clustering.git"
    },
    "split_keywords": [
        "bioinformatics",
        "clustering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "764219e11a42fa952d35116b90577e2cde31c541ce78364a52167f852864ba29",
                "md5": "d8da5b0fac18344d2511d75cae1a6e1f",
                "sha256": "75a1fd0c05552e3bf0804ec4879346a7691b4453d43e48079079378bee21887c"
            },
            "downloads": -1,
            "filename": "markov_clustering-0.0.6.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8da5b0fac18344d2511d75cae1a6e1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.0",
            "size": 6336,
            "upload_time": "2018-12-11T12:33:05",
            "upload_time_iso_8601": "2018-12-11T12:33:05.158377Z",
            "url": "https://files.pythonhosted.org/packages/76/42/19e11a42fa952d35116b90577e2cde31c541ce78364a52167f852864ba29/markov_clustering-0.0.6.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07292838193a9c288e9525267d65ab4ff010156c54fc64e362acdbf39bd94c34",
                "md5": "05d7315e8d777ac21700f0d61748f00f",
                "sha256": "8f72eee0ee5d9bfbab1b28bbfa95eaa020b2bba64b528ce45030b8b4300ecf33"
            },
            "downloads": -1,
            "filename": "markov_clustering-0.0.6.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "05d7315e8d777ac21700f0d61748f00f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.0",
            "size": 9082,
            "upload_time": "2018-12-11T12:33:06",
            "upload_time_iso_8601": "2018-12-11T12:33:06.654846Z",
            "url": "https://files.pythonhosted.org/packages/07/29/2838193a9c288e9525267d65ab4ff010156c54fc64e362acdbf39bd94c34/markov_clustering-0.0.6.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-12-11 12:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guyallard",
    "github_project": "markov_clustering",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        }
    ],
    "lcname": "markov-clustering"
}
        
Elapsed time: 0.59495s