Metadata-Version: 2.1
Name: data_whiz
Version: 0.0.1
Summary: this package can be used to calculate distance between two points in the curved surface
Home-page: https://github.com/hareeharan03/python-libraries
Author: Hareeharan Elangovan
Author-email: Hareeharan1999@gmail.com
Project-URL: Bug Tracker, https://github.com/hareeharan03/python-libraries/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

This package is used to calculate the distance between two points or a list of points in the curved surface using distance.
Using the HSV_distance the distance between two HSV colour code can be calculated.
    [H,S,V] where H refers to Hue ranges from o to 360, S represents saturation and V represents value that ranges from 0 to 100.
