Metadata-Version: 2.1
Name: curved-surface-distance
Version: 0.0.1
Summary: this package can be used to calculate distance between two points in the curved surface
Author-email: Hareeharan Elangovan <Hareeharan1999@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

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.
