Metadata-Version: 2.1
Name: KKMeans
Version: 0.0.8
Summary: https://github.com/bauxn/kernel-kmeans. openMP is not enabled when installing via PiPy
Author-email: Paul Theis <keymailt7@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: license.txt

simple installation via "pip install KKMeans" <br>
<br>
To enable openMP, clone the project and open setup.py, you will find a list compile_args. The dcython argument prevents cython from transpling the assertions to c (-> do not remove).
Add whatever arguments your compiler needs to compile with openMP (and all other args you like). <br>
There are default arguments for msvc and gcc listed. <br>
<br>
When finished editing setup.py (or being content without openMP), install with "pip install ." in the root directory (the same where setup.py resides) <br>
Tested for windows11 and ubuntu 22.04.2 <br>
Upgrade pip before installation, as pyproject.toml without setup.cfg is a rather new standard <br>
