lap


Namelap JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/gatagat/lap
SummaryLinear Assignment Problem solver (LAPJV/LAPMOD).
upload_time2018-07-03 15:23:34
maintainer
docs_urlNone
authorTomas Kazmar
requires_python
licenseBSD (2-clause)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            **lap** is a linear assignment problem solver using Jonker-Volgenant
algorithm for dense (LAPJV) or sparse (LAPMOD) matrices.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gatagat/lap",
    "name": "lap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tomas Kazmar",
    "author_email": "tomash.kazmar@seznam.cz",
    "download_url": "https://files.pythonhosted.org/packages/bf/64/d9fb6a75b15e783952b2fec6970f033462e67db32dc43dfbb404c14e91c2/lap-0.4.0.tar.gz",
    "platform": "",
    "description": "**lap** is a linear assignment problem solver using Jonker-Volgenant\nalgorithm for dense (LAPJV) or sparse (LAPMOD) matrices.",
    "bugtrack_url": null,
    "license": "BSD (2-clause)",
    "summary": "Linear Assignment Problem solver (LAPJV/LAPMOD).",
    "version": "0.4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf64d9fb6a75b15e783952b2fec6970f033462e67db32dc43dfbb404c14e91c2",
                "md5": "cfca26aaeca5f0302f3e9363a06936dd",
                "sha256": "c4dad9976f0e9f276d8a676a6d03632c3cb7ab7c80142e3b27303d49f0ed0e3b"
            },
            "downloads": -1,
            "filename": "lap-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cfca26aaeca5f0302f3e9363a06936dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1501497,
            "upload_time": "2018-07-03T15:23:34",
            "upload_time_iso_8601": "2018-07-03T15:23:34.496781Z",
            "url": "https://files.pythonhosted.org/packages/bf/64/d9fb6a75b15e783952b2fec6970f033462e67db32dc43dfbb404c14e91c2/lap-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-07-03 15:23:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gatagat",
    "github_project": "lap",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "lcname": "lap"
}
        
Elapsed time: 0.03374s