Metadata-Version: 2.1
Name: S2ClusterGen
Version: 0.0.3
Summary: S2 - Cluster Generation file
Author-email: Ricardo Santos <rsantos@singlestore.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# S2-ClusterGen

The package generates a yaml file to create a cluster report based on the inputs received.

# Update repo

twine upload --skip-existing --repository pypi dist/*

# Building

python3 -m build
