minilsap
========
A Python module to solve the linear sum assignment problem (LSAP) efficiently.
Extracted from SciPy, without significant modifications.
This module is useful in cases when you need an efficient LSAP solver but you
do not want to depend on the full SciPy library.
Currently, the module depends on NumPy for array management. This may be
relaxed in the future if Python's stable API gets extended with functions to
manage Python buffer objects.
License
-------
The code in this repository is licensed under the 3-clause BSD license, except
for files including a different license header.
The LSAP solver copied from SciPy is also licensed under the 3-clause BSD
license.
Raw data
{
"_id": null,
"home_page": "https://github.com/ntamas/lsap",
"name": "minilsap",
"maintainer": "Tamas Nepusz",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "ntamas@gmail.com",
"keywords": "lsap,munkres,kuhn-munkres,linear sum assignment problem",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ed/06/8c2c3c091d4e484b10331dbaa63ff1cbcbca36febd8531c6a20e8d4ca2d5/minilsap-0.2.2.tar.gz",
"platform": null,
"description": "minilsap\n========\n\nA Python module to solve the linear sum assignment problem (LSAP) efficiently.\nExtracted from SciPy, without significant modifications.\n\nThis module is useful in cases when you need an efficient LSAP solver but you\ndo not want to depend on the full SciPy library.\n\nCurrently, the module depends on NumPy for array management. This may be\nrelaxed in the future if Python's stable API gets extended with functions to\nmanage Python buffer objects.\n\nLicense\n-------\n\nThe code in this repository is licensed under the 3-clause BSD license, except\nfor files including a different license header.\n\nThe LSAP solver copied from SciPy is also licensed under the 3-clause BSD\nlicense.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Python module to solve the linear sum assignment problem (LSAP) efficiently",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/ntamas/lsap"
},
"split_keywords": [
"lsap",
"munkres",
"kuhn-munkres",
"linear sum assignment problem"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1432a19976edf950dc7b15974c2427e762496cf4ab26ff659aaca276ba6c49b3",
"md5": "b03519f555d74eae0887495f8ac23681",
"sha256": "60697094b91ccf4d2d8d3d167093ed2453ea5ce63f91f47ca3888c112ccbf812"
},
"downloads": -1,
"filename": "minilsap-0.2.2-cp37-abi3-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "b03519f555d74eae0887495f8ac23681",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 24140,
"upload_time": "2023-07-09T13:21:57",
"upload_time_iso_8601": "2023-07-09T13:21:57.495849Z",
"url": "https://files.pythonhosted.org/packages/14/32/a19976edf950dc7b15974c2427e762496cf4ab26ff659aaca276ba6c49b3/minilsap-0.2.2-cp37-abi3-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c62b24716acc106ff19a77faa8ceb48df0e9ec0bc567ddabb68739eb4036197",
"md5": "04773e5c7f72f0dd92365f447a7fd51d",
"sha256": "3003e81eab24186f7bff9d213a4d211dd015a07c558cd1c0a8b7b3c5439dc37e"
},
"downloads": -1,
"filename": "minilsap-0.2.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "04773e5c7f72f0dd92365f447a7fd51d",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 97859,
"upload_time": "2023-07-09T13:21:58",
"upload_time_iso_8601": "2023-07-09T13:21:58.903992Z",
"url": "https://files.pythonhosted.org/packages/6c/62/b24716acc106ff19a77faa8ceb48df0e9ec0bc567ddabb68739eb4036197/minilsap-0.2.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45b9d589e264d7cf44a49056a93ebec8dfbf132ba1ba3d3602c50cd3f1e2cd10",
"md5": "00f10515c635a1887b1e57a1878303ab",
"sha256": "b2a3c7b5386d1f5a838c1cb73c695cda625457d587c7d0ae14affca28c4f00a8"
},
"downloads": -1,
"filename": "minilsap-0.2.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "00f10515c635a1887b1e57a1878303ab",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 96819,
"upload_time": "2023-07-09T13:22:00",
"upload_time_iso_8601": "2023-07-09T13:22:00.158873Z",
"url": "https://files.pythonhosted.org/packages/45/b9/d589e264d7cf44a49056a93ebec8dfbf132ba1ba3d3602c50cd3f1e2cd10/minilsap-0.2.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "018ef55e700b12703c8680a11e45e2f89a6b7c10ac7599daee180e7415a44b3c",
"md5": "9f501fec54074be1af03fafca2c7cc3a",
"sha256": "2cf7565a6600379418a169fbc2dd28605e71549847f57b14d2219aa0af93ef5e"
},
"downloads": -1,
"filename": "minilsap-0.2.2-cp37-abi3-win32.whl",
"has_sig": false,
"md5_digest": "9f501fec54074be1af03fafca2c7cc3a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 15574,
"upload_time": "2023-07-09T13:22:01",
"upload_time_iso_8601": "2023-07-09T13:22:01.483130Z",
"url": "https://files.pythonhosted.org/packages/01/8e/f55e700b12703c8680a11e45e2f89a6b7c10ac7599daee180e7415a44b3c/minilsap-0.2.2-cp37-abi3-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49d23e9c8c9b4a2839c644830a74c6ce373c3a9fdcd555620cc335d81fe50cba",
"md5": "d482f929b56156eadbced2f2518e33c6",
"sha256": "43dba1f3461a66949819d0719fc2f7e76b6b37879c2e42eab4c3dee4c49240bc"
},
"downloads": -1,
"filename": "minilsap-0.2.2-cp37-abi3-win_amd64.whl",
"has_sig": false,
"md5_digest": "d482f929b56156eadbced2f2518e33c6",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 16864,
"upload_time": "2023-07-09T13:22:02",
"upload_time_iso_8601": "2023-07-09T13:22:02.841621Z",
"url": "https://files.pythonhosted.org/packages/49/d2/3e9c8c9b4a2839c644830a74c6ce373c3a9fdcd555620cc335d81fe50cba/minilsap-0.2.2-cp37-abi3-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed068c2c3c091d4e484b10331dbaa63ff1cbcbca36febd8531c6a20e8d4ca2d5",
"md5": "be93e645f3e22bcf042cdc4d1bbd7ee2",
"sha256": "73ddef8d3d1a255e34a8a0cb8fc0dc10adcbd9035d2e5d0da236de930ca82d1d"
},
"downloads": -1,
"filename": "minilsap-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "be93e645f3e22bcf042cdc4d1bbd7ee2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7966,
"upload_time": "2023-07-09T13:22:04",
"upload_time_iso_8601": "2023-07-09T13:22:04.094962Z",
"url": "https://files.pythonhosted.org/packages/ed/06/8c2c3c091d4e484b10331dbaa63ff1cbcbca36febd8531c6a20e8d4ca2d5/minilsap-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-09 13:22:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ntamas",
"github_project": "lsap",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "minilsap"
}