Metadata-Version: 2.4
Name: fastlap
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: numpy>=1.26,<3.0
License-File: LICENSE
Summary: High-performance Linear Assignment Problem (LAP) solver for Python — 6 algorithms, parallel batch, weighted costs, Rust-powered
Keywords: linear assignment problem,lap,hungarian algorithm,lapjv,dantzig,auction algorithm,subgradient,combinatorial optimization,bipartite matching,object tracking,task scheduling,resource allocation,rust,pyo3,performance
Home-Page: https://github.com/LakoreAI/fastlap
Author-email: Le Duc Minh <minh.leduc.0210@gmail.com>
Maintainer-email: Le Duc Minh <minh.leduc.0210@gmail.com>
Requires-Python: >=3.9
