Metadata-Version: 2.4
Name: kmeans_rs
Version: 0.1.0
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Summary: Python wrapper for Rust kmeans library.
Keywords: kmeans
Home-Page: https://git.wimpomp.nl/wim/kmeans_rs
Author-email: Wim Pomp <w.pomp@nki.nl>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

### KMeans
A small library wrapping the unaffiliated Rust kmeans library: https://crates.io/crates/kmeans,
kmeans is fast for big datasets due because of the use of multicore processing and SIMD.

Building requires rust nightly.

