munkres


Namemunkres JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://software.clapper.org/munkres/
SummaryMunkres (Hungarian) algorithm for the Assignment Problem
upload_time2020-09-15 15:12:20
maintainer
docs_urlNone
authorBrian Clapper
requires_python
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Introduction
============

The Munkres module provides an implementation of the Munkres algorithm
(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
useful for solving the Assignment Problem.

For complete usage documentation, see: https://software.clapper.org/munkres/



            

Raw data

            {
    "_id": null,
    "home_page": "https://software.clapper.org/munkres/",
    "name": "munkres",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Brian Clapper",
    "author_email": "bmc@clapper.org",
    "download_url": "https://files.pythonhosted.org/packages/fd/41/6a3d0ef908f47d07c31e5d1c2504388c27c39b10b8cf610175b5a789a5c1/munkres-1.1.4.tar.gz",
    "platform": "",
    "description": "\nIntroduction\n============\n\nThe Munkres module provides an implementation of the Munkres algorithm\n(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),\nuseful for solving the Assignment Problem.\n\nFor complete usage documentation, see: https://software.clapper.org/munkres/\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Munkres (Hungarian) algorithm for the Assignment Problem",
    "version": "1.1.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "1b3345d165a7ef35736f5e7b54265d86",
                "sha256": "6b01867d4a8480d865aea2326e4b8f7c46431e9e55b4a2e32d989307d7bced2a"
            },
            "downloads": -1,
            "filename": "munkres-1.1.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b3345d165a7ef35736f5e7b54265d86",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7015,
            "upload_time": "2020-09-15T15:12:19",
            "upload_time_iso_8601": "2020-09-15T15:12:19.627355Z",
            "url": "https://files.pythonhosted.org/packages/90/ab/0301c945a704218bc9435f0e3c88884f6b19ef234d8899fb47ce1ccfd0c9/munkres-1.1.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "98c185e5e7b290c91a754dde9a7da6e7",
                "sha256": "fc44bf3c3979dada4b6b633ddeeb8ffbe8388ee9409e4d4e8310c2da1792db03"
            },
            "downloads": -1,
            "filename": "munkres-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "98c185e5e7b290c91a754dde9a7da6e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14047,
            "upload_time": "2020-09-15T15:12:20",
            "upload_time_iso_8601": "2020-09-15T15:12:20.956794Z",
            "url": "https://files.pythonhosted.org/packages/fd/41/6a3d0ef908f47d07c31e5d1c2504388c27c39b10b8cf610175b5a789a5c1/munkres-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-09-15 15:12:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "munkres"
}
        
Elapsed time: 0.01788s