Metadata-Version: 1.1
Name: hgmeans
Version: 2.2
Summary: HG-means clustering for minimum sum-of-squares formulation
Home-page: https://github.com/danielgribel/hg-means
Author: Daniel Gribel
Author-email: dgribel@inf.puc-rio.br
License: UNKNOWN
Description: # Clean files
        make clean
        
        # Copy /hgmeans folder with .cpp and .h files
        make hgmeans
        
        # Use Cython to create the interface with Python -- here the hgmeans.cpp file should be created
        make build
        
        # Create Python package -- here a tarball file should be created in /dist folder
        make sdist
        
        # To install the package locally, run:
        python3 -m pip install dist/*
        <!-- sudo pip install dist/* -->
        
        # To publish the package in PyPi repository, run:
        sudo twine upload dist/*
Keywords: clustering optimization
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
